M S Office And Internet

Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By Mohsin Khan
M
Mohsin Khan
Community Contributor
Quizzes Created: 2 | Total Attempts: 3,693
| Attempts: 150 | Questions: 30
Please wait...
Question 1 / 30
0 %
0/100
Score 0/100
1. The most widely used web search engine is

Explanation

Google is the most widely used web search engine due to its user-friendly interface, accurate search results, and extensive database. It continuously updates its algorithms to provide the most relevant and reliable information to its users. Google's dominance in the search engine market is evident from its market share, which is significantly higher than its competitors like Yahoo and AOL. Additionally, Google offers various other services like Google Maps, Gmail, and Google Drive, making it a one-stop solution for users' web-related needs.

Submit
Please wait...
About This Quiz
M S Office And Internet - Quiz

Max Time:40 Minutes
No. Of Questions: 30
Read All Questions Carefully
No Negative Marking
-:All the Best:-

Personalize your quiz and earn a certificate with your name on it!
2. Internet is a based on ___________ technology.

Explanation

Internet is based on Wide Area Network (WAN) technology. A Wide Area Network is a network that covers a large geographical area, connecting multiple smaller networks together. The Internet is a global network of networks, connecting computers and devices from all around the world. It uses WAN technology to transmit data across long distances, allowing users to access information and communicate with each other. Therefore, the Internet is based on Wide Area Network technology.

Submit
3. Which menu contains the font attributes

Explanation

The Format menu is the correct answer because it typically contains options related to formatting text, including font attributes such as font type, size, style (bold, italic, underline), and color. This menu is commonly found in various software applications, including word processors, graphic design programs, and web development tools. By selecting the Format menu, users can easily access and modify the font attributes of their text to customize its appearance according to their preferences.

Submit
4. Hyperlink is used to create link between.

Explanation

not-available-via-ai

Submit
5. Mozilla firefox is a

Explanation

Mozilla Firefox is a web browser that allows users to access and navigate the internet. It is a software application that retrieves and displays web pages, allowing users to interact with websites, view multimedia content, and browse the internet. As a web browser, Mozilla Firefox is designed to interpret and render HTML, CSS, and other web technologies, enabling users to access and consume online content.

Submit
6. What will be the output of =product(12,5) ?

Explanation

The correct answer is 60. The "product" function is typically used to multiply numbers. In this case, the function is being called with the arguments 12 and 5. Therefore, the function will multiply 12 and 5 together, resulting in an output of 60.

Submit
7. Which one of these is NOT a way of using keystrokes?

Explanation

The given answer states that using a mouse, a tracker ball, or a touchpad is not a way of using keystrokes. This is because keystrokes refer specifically to the act of pressing keys on a keyboard, whereas using a mouse, tracker ball, or touchpad involves using physical movements or gestures to navigate or interact with a computer.

Submit
8. Where we can write the domain name in web browser?

Explanation

The domain name can be written in the address bar of a web browser. This is the space where the URL (Uniform Resource Locator) of a website is entered. It allows users to directly access specific websites by typing in the domain name or the IP address of the website they want to visit. The address bar is typically located at the top of the browser window and is a crucial component for navigating the internet.

Submit
9. The zooming value of MS WORD lies between

Explanation

The zooming value of MS Word can be adjusted between 10% to 500%. This means that users can choose to view their document at a zoom level as low as 10% or as high as 500% of the normal size. This feature allows users to customize their viewing experience based on their preferences and requirements, whether they want to see a more detailed view or a broader overview of the document.

Submit
10. Which process is used to clear the comment only from a cell?

Explanation

The correct answer is "Edit > clear > comment." This option is used to specifically clear the comment from a cell in a spreadsheet. The other options listed do not specifically mention clearing comments, but rather refer to formatting cells, inserting comments, or clearing all content from a cell. Therefore, "Edit > clear > comment" is the appropriate process to use when wanting to remove only the comment from a cell.

Submit
11. Which menu contains the option to insert the table in our document?

Explanation

The correct answer is "Table menu" because this menu specifically contains the option to insert a table in the document. The Insert menu may have other options but not specifically for tables. The Format menu is generally used for formatting text or objects, and the Edit menu is used for editing functions such as copy, paste, etc. Therefore, the Table menu is the most appropriate menu for inserting a table in the document.

Submit
12. What's the advantage of using a style to format a document?

Explanation

Using a style to format a document has the advantage of applying multiple types of formatting simultaneously. This saves time and effort as it eliminates the need to manually adjust each formatting element individually. By using a style, one can easily apply consistent formatting throughout the document, ensuring a professional and cohesive appearance. Additionally, styles provide a convenient way to make global changes to the formatting, as modifying the style automatically updates all instances where it is applied.

Submit
13. Which option is used to block unwanted mails?

Explanation

The correct answer is "Filter." Filters are commonly used to block unwanted emails by automatically sorting incoming messages based on certain criteria, such as sender, subject, or content. By setting up a filter, users can prevent unwanted emails from reaching their inbox, helping to reduce spam and improve email management.

Submit
14. If a cell contains a formula, comment and some format. A user want to use the formula of this cell in another cell, so which option can be used by that user?

Explanation

The user can use the option "Copy > paste special" to use the formula of a cell in another cell. This option allows the user to copy not only the value but also the formatting and formulas of the selected cell. By using "Copy > paste special", the user can ensure that the formula is correctly transferred to the new cell without any errors or modifications.

Submit
15. How would you create the following diagram in PowerPoint?

Explanation

To create the diagram in PowerPoint, you would open the Diagram Gallery from the Drawing toolbar and choose the specific diagram type. This option provides the necessary tools and templates to create the desired diagram efficiently and effectively. Using AutoShapes and the Drawing toolbar or importing a chart from the Insert menu are not the correct methods for creating this particular diagram.

Submit
16. Using a custom animation effect, how do you make text appear on a slide letter by letter?

Explanation

To make text appear on a slide letter by letter, you need to apply an entrance effect and then set it to "By letter" in the Effect Options dialog box. This will animate each letter of the text to appear one by one. Applying the animation scheme "Fade in one by one" or setting the speed of the "Fly In" entrance effect to "Very Slow" will not achieve the desired effect.

Submit
17. Toolbar option is used to show the title bar.

Explanation

The given statement is true. The toolbar option is indeed used to show the title bar. The title bar is the topmost horizontal bar in a window that displays the title of the window or application. The toolbar option typically includes various buttons or icons that provide quick access to commonly used functions or features. By enabling the toolbar option, the title bar with its associated functionality is displayed to the user.

Submit
18. Count Function is used to ____________.

Explanation

The Count Function is used to count the number of cells in a range that contain numerical values. It does not count blank cells or cells with text or other non-numeric values. Therefore, the correct answer is "Counts the filled cells."

Submit
19. Output of =fact(5) will be_____.

Explanation

The output of the function `fact(5)` will be 120. This is because the function `fact()` is likely designed to calculate the factorial of a given number. In this case, the factorial of 5 is 5 x 4 x 3 x 2 x 1, which equals 120.

Submit
20. What is the use of Ctrl+E in MS PAINT.

Explanation

Ctrl+E in MS Paint is used to access the "Attributes" menu. This menu allows users to modify the properties of selected objects or elements in the image, such as the size, color, and style. By pressing Ctrl+E, users can quickly access this menu and make changes to the attributes of the selected objects without having to navigate through the menu manually.

Submit
21. Ctrl+1 short key is used to

Explanation

Ctrl+1 is a keyboard shortcut used to format cells in Microsoft Excel. By pressing Ctrl+1, the Format Cells dialog box opens, allowing users to customize the formatting of the selected cell or range of cells. This includes options such as changing the number format, applying font styles, adjusting cell alignment, and adding borders or fill colors. Therefore, the correct answer is "Format cell".

Submit
22. What is the use of Ctrl+f4 command?

Explanation

The Ctrl+F4 command is used to close the current document. This shortcut is commonly used in various applications to quickly close the active window or tab without having to use the mouse. It is a convenient way to close documents or tabs when you are finished with them or want to clear up clutter on your screen.

Submit
23. By which option we can apply the border to any particular cell or set of cells

Explanation

The correct answer is "Format > Cells" because this option allows us to apply borders to any particular cell or set of cells. By selecting this option, we can choose the border style, color, and thickness, and apply it to the desired cells. This option provides more flexibility in customizing the borders compared to the other options listed.

Submit
24. You've got a bunch of digital holiday photos you want to put into a slide show. What's the quickest method?

Explanation

The quickest method to create a slide show with a bunch of digital holiday photos is to use the "New Photo Album" feature. This allows you to easily insert and organize your pictures into slides without having to manually apply layouts or import pictures one by one.

Submit
25. .XLS is the extension of which application

Explanation

.XLS is the extension used for Microsoft Excel workbooks. A workbook is a collection of worksheets, charts, and other data that are all stored together in a single file. Therefore, the correct answer is Work Book.

Submit
26. If you press Ctrl+W then what action will be done?

Explanation

Pressing Ctrl+W in MS Excel will close the workbook. This shortcut key is commonly used to quickly close the currently active workbook without closing the entire Excel application. It is a convenient way to close a workbook when you are done working on it and want to free up memory and resources.

Submit
27. What's the best way to design the layout for your slides?

Explanation

The best way to design the layout for your slides is to select a layout from the Slide Layout task pane for each new slide. This allows you to choose a pre-designed layout that fits your content and presentation style. By selecting a layout, you can ensure consistency in the design and formatting of your slides, making it easier for your audience to follow along and understand the information presented.

Submit
28. If you press s and it writes sunil automatically, so which option is used by any other user

Explanation

When a user presses the letter "s" and it automatically writes "sunil," it indicates the use of auto correct. Auto correct is a feature commonly found in word processing software and mobile devices that automatically corrects misspelled or mistyped words. In this case, when the user presses "s," the auto correct feature replaces it with the word "sunil" based on the predefined settings or learned patterns.

Submit
29. Paste as hyperlink is used to ____________.

Explanation

"Paste as hyperlink" is a feature that allows you to create a hyperlink to a specific location within a document or workbook. When you select and copy a cell or range of cells, and then use the "Paste as hyperlink" option, it creates a hyperlink in the destination cell that links to the copied cells. This can be useful for quickly navigating to related information within a document or workbook.

Submit
30. How do you print your slides in a handout that includes lines for notes?

Explanation

To print slides in a handout that includes lines for notes, you need to select Handouts in the Print dialog box and set the number of slides per page to 3. This option allows you to print multiple slides on each page with space for notes next to them.

Submit
View My Results

Quiz Review Timeline (Updated): Apr 3, 2024 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Apr 03, 2024
    Quiz Edited by
    ProProfs Editorial Team
  • May 24, 2010
    Quiz Created by
    Mohsin Khan
Cancel
  • All
    All (30)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
The most widely used web search engine is
Internet is a based on ___________ technology.
Which menu contains the font attributes
Hyperlink is used to create link between.
Mozilla firefox is a
What will be the output of =product(12,5) ?
Which one of these is NOT a way of using keystrokes?
Where we can write the domain name in web browser?
The zooming value of MS WORD lies between
Which process is used to clear the comment only from a cell?
Which menu contains the option to insert the table in our document?
What's the advantage of using a style to format a document?
Which option is used to block unwanted mails?
If a cell contains a formula, comment and some format. A user want to...
How would you create the following diagram in PowerPoint?
Using a custom animation effect, how do you make text appear on a...
Toolbar option is used to show the title bar.
Count Function is used to ____________.
Output of =fact(5) will be_____.
What is the use of Ctrl+E in MS PAINT.
Ctrl+1 short key is used to
What is the use of Ctrl+f4 command?
By which option we can apply the border to any particular cell or set...
You've got a bunch of digital holiday photos you want to put into a...
.XLS is the extension of which application
If you press Ctrl+W then what action will be done?
What's the best way to design the layout for your slides?
If you press s and it writes sunil automatically, so which option is...
Paste as hyperlink is used to ____________.
How do you print your slides in a handout that includes lines for...
Alert!

Advertisement