Operating System - Study Mode
[#56] Whenever you move a directory from one location to another
Correct Answer
(D) Both A and B
Explanation
Solution: All the files inside the directory and inside subdirectory are moved in that location.
[#57] The Basic Input Output System (BIOS) resides in
Correct Answer
(B) ROM
Explanation
Solution: A computer's basic input/output system (BIOS) is a program that's stored in nonvolatile memory such as read-only memory (ROM) or flash memory, making it firmware. The BIOS (sometimes called ROM BIOS) is always the first program that executes when a computer is powered up.
[#58] Which of the following does not occur during the power-on-self-test (POST)?
Correct Answer
(A) The ScanDisk utility begins to run
Explanation
Solution: The ScanDisk utility begins to run. The video card and video memory are tested. The BIOS identification process occurs.
[#59] The maximum size of a write file is limited to only
Correct Answer
(C) The amount of memory in your computer
Explanation
Solution: The maximum size of a write file is limited to the amount of memory in your computer. Charles Babbage originated the concept of a programmable computer. In computers, a memory unit is used for the storage of data. Memory is mainly classified into Primary memory (RAM and ROM) and Secondary memory (hard drive, CD, etc.).
[#60] Which of the following is drop down list?
Correct Answer
(B) Combo box
Explanation
Solution: A Combo Box displays a text box combined with a List Box, which enables the user to select items from the list or enter a new value. The Dropdown Style property specifies whether the list is always displayed or whether the list is displayed in a drop-down.