Computer GK Practice Question and Answer
8 Q: The instruction about booting your system is stored in:
1100 063bfece3b90600403be5c142
63bfece3b90600403be5c142- 1RAMfalse
- 2CPUfalse
- 3BIOStrue
- 4Registerfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "BIOS"
Explanation :
The instructions about booting your system are stored in the Basic Input/Output System (BIOS) or its modern equivalent, Unified Extensible Firmware Interface (UEFI). BIOS/UEFI is firmware that is built into the computer's motherboard and contains low-level software that initializes and initializes hardware components, including the system boot process. It provides the necessary instructions for the computer to boot up and load the operating system from the storage device.
Q: What is called the syntax analysis part in the machine language transformation of a high-level language?
1099 063bfe8feb1afa963d16d8e8b
63bfe8feb1afa963d16d8e8b- 1lexical analysisfalse
- 2semantic analysisfalse
- 3parsingtrue
- 4linkingfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "parsing"
Explanation :
Parsing, in high-level language transformation, is the analysis of code syntax using formal grammar rules. It checks for errors and creates a parse tree representing the code's structure. This tree guides the generation of machine code or program execution, ensuring correct interpretation and execution of the source code.
Q: How do you open a Search window from the Metro screen?
1088 063eccd01b0030e718d7cef96
63eccd01b0030e718d7cef96- 1Windows Key + Strue
- 2Click on the search tilefalse
- 3Type the word searchfalse
- 4Window key + Ffalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "Windows Key + S"
Explanation :
To open a Search window from the Metro screen (also known as the Start screen) in Windows 8 and later versions, you can press the Windows Key + S keyboard shortcut. This will bring up the Search charm, allowing you to search for apps, files, settings, and other content on your computer.
Q: Which keys are used to switch between programs in windows?
1085 063bfe9a6b1afa963d16d90b5
63bfe9a6b1afa963d16d90b5- 1Ctrl+TABfalse
- 2Alt+TABtrue
- 3Shift+TABfalse
- 4Shift+Enterfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "Alt+TAB"
Explanation :
In Windows, pressing the "Alt" key along with the "Tab" key (Alt+Tab) allows you to switch between open programs or applications. This keyboard shortcut displays a list of open windows, and you can cycle through them by continuing to press the "Tab" key while holding down the "Alt" key, and then release both keys to switch to the selected program.
Q: When was the MS Windows operating system proposed?
1077 063e4dfde2cab94e8399f18a1
63e4dfde2cab94e8399f18a1- 11994false
- 21990false
- 31992false
- 41995true
- Show Answer
- Workspace
- SingleChoice
Answer : 4. "1995"
Q: What is system software?
1076 063ecc6e4aa2a114c951ecce3
63ecc6e4aa2a114c951ecce3- 1the software of the systemfalse
- 2computer softwarefalse
- 3a collection of programs designed to control and operate a computer, increasing its processing capacitytrue
- 4none of thesefalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "a collection of programs designed to control and operate a computer, increasing its processing capacity"
Explanation :
System software is a program designed to run a computer's hardware and applications and manage its resources, such as its memory, processors, and devices. It also provides a platform for running application software, and system software is typically bundled with a computer's operating system.
Q: What is the shortcut key to open Task Manager in Windows?
1072 0649429dfdad6f2e01f5b6382
649429dfdad6f2e01f5b6382- 1Ctrl + Alt + Delfalse
- 2Ctrl + Shift + Esctrue
- 3Alt + F4false
- 4Ctrl + Tabfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 2. "Ctrl + Shift + Esc"
Explanation :
1. The shortcut key to open Task Manager in Windows is Ctrl + Shift + Esc.
2. This shortcut key is valid for Windows 10, Windows 11, and Windows 8.1.
3. Ctrl+Shift+Esc is a useful shortcut, specially created to quickly open the Task Manager.
Q: Which of the following error will be handled by the operating system?
1072 063ecc9f8e6cd351b75fdaf4a
63ecc9f8e6cd351b75fdaf4a- 1power failurefalse
- 2lack of paper in the printerfalse
- 3connection failure in the networkfalse
- 4all of the abovetrue
- Show Answer
- Workspace
- SingleChoice
Answer : 4. "all of the above"
Explanation :
All the mentioned errors are handled by OS. The OS is continuously monitoring all of its resources. Also, the OS is constantly detecting and correcting errors.