<u>Answer:</u>
<u>Correct</u>
<u>Explanation:</u>
Indeed, the world application is a word processing software used by many professionals and students alike.
Read a document: To do this, the user should go to the document area found at the top left corner of the tool bar.
Find the name of the document: By looking at the Title bar.
Change the way a document is viewed: The Ribbon area is located at the top right section of the screen near the minimize icon.
Find help to do a certain activity on word: Close to the Ribbon area there is a dialog box having the image of a bulb.
Go up and down to different parts of a document: By going to the scroll bar which found at the extreme right hand side (margin) of the page.
Determine the page number of the document: By going to the Status bar found at the bottom right of the page.
Answer:
a. You are eligible to vote.
Explanation:
If Age >= 18 Then
Write "You are eligible to vote."
Else
Set - Age
Write "You can vote in " + Years + " years."
End If
The above code block is an example of if-else code block. The if-else code block follow a pattern of:
If (expression) then
else
(expression)
end if
Based on the if Age>= 18 condition, the output will be "You are eligible to vote."
Answer:
It is used to insert a specific function by selecting it from the Insert Function list.
Explanation:
The insert function list various functions, and we can insert a specific function through a selection of one of the options from the insert function list. And it is certainly not used to display the information according to arguments used in the function, and which is quite clear. Also, it is used to put each type of excel functions in a certain order. And it is also not used to search for any specific functions through any keyword and description. Hence, the correct option is the second option.
A floppy disk can only hold 1.44 MB of data. So the answer would be false.