An optical instrument used for viewing small objects is a microscope
Answer:
The quickest way I'd say is using the keyboard combination keys Ctrl + H
Explanation:
The Find and Replace feature in Word is used to quickly make revisions. This feature is best used when you have repeatedly made mistakes in your document or you need to exchange a particular word for another. This feature can also be used in other situations like when you need to search for a specific word or number. Holding down the Ctrl + H is the quickest way to fire this feature up .
My best guess is the last option (D) tools. Hope it helps
Answer:
tested either before or after the loop body executes
Explanation:
When a loop executes, the structure-controlling condition is "tested either before or after the loop body executes."
This is evident in the fact that during loop execution, the control structure moves across the statements subsequently, should the statement be true, the loop execution continues until it becomes false, then the loop terminates.
Answer: False
Explanation:
The given statement is false as, the flat file is less complex as compared to the database. As, a flat file is the type of the database which is stored ion the file format and the given records follows the unique format in the database.
Flat file is simplest storage file and it is also known as plan text file and the binary file. The flat file is the easiest way to map the given array into the memory. The main advantage of flat file is that we can easily edited the data any time as compared to database.