Practice Question and Answer
8 Q: Laser printer resolution is specified in terms of:
1521 063ac24c4e541fa7a012fc490
63ac24c4e541fa7a012fc490- 1DPItrue
- 2LPMfalse
- 3CPMfalse
- 4LSIfalse
- Show AnswerHide 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.
1591 06177ed695456305c55a7fd75
6177ed695456305c55a7fd75- 14true
- 28false
- 316false
- 432false
- Show AnswerHide 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:
1443 063bfece3b90600403be5c142
63bfece3b90600403be5c142- 1RAMfalse
- 2CPUfalse
- 3BIOStrue
- 4Registerfalse
- Show AnswerHide 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?
1379 063bfe8feb1afa963d16d8e8b
63bfe8feb1afa963d16d8e8b- 1lexical analysisfalse
- 2semantic analysisfalse
- 3parsingtrue
- 4linkingfalse
- Show AnswerHide 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?
1472 063bfe70c74eba5069d5b88c3
63bfe70c74eba5069d5b88c3- 1@true
- 2&false
- 3$false
- 4#false
- Show AnswerHide 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.
Q: A sum of money amounts to 5,200 in 5 years and to 5,680 in 7 years at simple interest. The rate of interest per annum is-
1909 06549144c0795c43cec24e9f6
6549144c0795c43cec24e9f6- 13%false
- 24%false
- 35%false
- 46%true
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 4. "6%"
Explanation :

Q: In how many years a sum of Rs. 3000 will yield an interest of Rs. 1080 at 12% per annum simple interest?
1876 16548d95399dc28caf0402d5e
6548d95399dc28caf0402d5e- 14 yearsfalse
- 23 yearstrue
- 35 yearsfalse
- 46 yearsfalse
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 2. "3 years"
Explanation :

Q: What annual instalment will discharge a debt of ₹ 6450 due in 4 years at 5% simple interest?
1107 06548d87fddecc634f37a8c79
6548d87fddecc634f37a8c79- 11500true
- 21835false
- 31935false
- 41950false
- Show AnswerHide Answer
- Workspace
- SingleChoice
Answer : 1. "1500 "
Explanation :


