Computer GK Practice Question and Answer
8 Q: Which computer virus records every movement you make on the computer?
2167 163bfed2d74eba5069d5bfa4a
63bfed2d74eba5069d5bfa4a- 1Malware Androidfalse
- 2DoSfalse
- 3Key Loggertrue
- 4Trapperfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 3. "Key Logger "
Explanation :
A keylogger (short for keystroke logger) is a type of computer virus or malware that records every keystroke and movement made on a computer's keyboard, including sensitive information such as passwords, credit card numbers, and personal messages. It essentially captures the user's keystrokes without their knowledge and sends this information to the attacker, posing a significant security threat.
Q: Mail merge is a component of which of the following?
1083 063bfedd5b90600403be5c4be
63bfedd5b90600403be5c4be- 1MS Wordtrue
- 2MS Excelfalse
- 3Word Pressfalse
- 4MS Accessfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "MS Word"
Explanation :
Mail merge is a feature in Microsoft Word that allows you to create personalized documents, such as letters, envelopes, or labels, by combining a main document (containing generic content) with a data source (such as an Excel spreadsheet or a database) that contains specific information for individual recipients. This feature is commonly used for creating mass mailings or personalized communication materials.
Q: Which keys are used to switch between programs in windows?
1057 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: Laser printer resolution is specified in terms of:
1124 063ac24c4e541fa7a012fc490
63ac24c4e541fa7a012fc490- 1DPItrue
- 2LPMfalse
- 3CPMfalse
- 4LSIfalse
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "DPI "
Explanation :
Laser printer resolution is specified in terms of DPI, which stands for Dots Per Inch. DPI refers to the number of dots a printer can place within one square inch of space on a printed page. Higher DPI values generally result in sharper and more detailed printouts. Laser printers typically offer higher DPI resolutions, such as 600 DPI or 1200 DPI, leading to high-quality text and graphics output.
Q: 3 A nibble is equal to bits.
1187 06177ed695456305c55a7fd75
6177ed695456305c55a7fd75- 14true
- 28false
- 316false
- 432false
- Show Answer
- Workspace
- SingleChoice
Answer : 1. " 4"
Explanation :
Actually, a nibble consists of 4 bits, not 3. In computing, a nibble is a unit of data that consists of 4 bits, which can represent 16 different values (2^4). Each nibble can be expressed as a single hexadecimal digit (0 to F, where F represents 15 in decimal) and is half of a byte, which consists of 8 bits. So, 4 bits make up one nibble.
Q: The instruction about booting your system is stored in:
1067 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?
1071 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: Which symbol is used to separate the username of an email address from that of an ISP?
1080 063bfe70c74eba5069d5b88c3
63bfe70c74eba5069d5b88c3- 1@true
- 2&false
- 3$false
- 4#false
- Show Answer
- Workspace
- SingleChoice
Answer : 1. "@"
Explanation :
The "@" symbol is used to separate the username of an email address from the domain name of the Internet Service Provider (ISP) or email service provider. For example, in the email address "username@example.com," "username" is the username of the email account, and "example.com" is the domain name of the email service provider, separated by the "@" symbol.