set-1
MCQs
1. Hexadecimal can express in one digit what is done by following binary number of binary digits:
Show me the answer
Answer: 2.
Explanation:
- Hexadecimal (base-16) uses one digit to represent 4 binary digits (bits).
- This is because , so one hexadecimal digit can represent 16 unique values, equivalent to 4 binary digits.
2. NAND gates are preferred over others because these have:
Show me the answer
Answer: 2.
Explanation:
- NAND gates are universal gates, meaning they can be used to construct any other logic gate (AND, OR, NOT, etc.).
- This flexibility makes them highly preferred in digital circuit design.
- For example:
- A NOT gate can be made using a NAND gate by connecting both inputs together.
- An AND gate can be made by combining two NAND gates.
3. According to De Morgan’s theorem,
Show me the answer
Answer: 1.
Explanation:
- De Morgan’s theorem states that the complement of a sum is equal to the product of the complements:
- This is one of the fundamental laws in Boolean algebra and is widely used in simplifying logic expressions.
4. According to De Morgan’s theorem,
Show me the answer
Answer: 1.
Explanation:
- De Morgan’s theorem states that the complement of a product is equal to the sum of the complements:
- This is another fundamental law in Boolean algebra and is used to simplify complex logic expressions.
5. The logic unit shown below is of the type:
Show me the answer
Answer: 1.
Explanation:
- The logic unit described in the question performs the AND operation, which outputs true only when all inputs are true.
- For example:
- If inputs are A and B, the output is true only if both A and B are true.
6. The truth table shown below is for a:
Input A | Input B | Output (A AND B) |
---|---|---|
0 | 0 | 0 |
0 | 1 | 0 |
1 | 0 | 0 |
1 | 1 | 1 |
Show me the answer
Answer: 3.
Explanation:
- The truth table matches the behavior of an AND gate, where the output is true only when all inputs are true.
- For example:
- If inputs are A and B, the output is true only if both A and B are true.
7. Odd parity of a word can be conveniently tested by:
Show me the answer
Answer: 4.
Explanation:
- An XOR gate can be used to test odd parity because it outputs true when the number of true inputs is odd.
- For example:
- If the input word has an odd number of 1s, the XOR gate will output 1 (true).
8. A record at the end of a file which contains control total is:
Show me the answer
Answer: 3.
Explanation:
- A trailer record is typically found at the end of a file and contains control totals or summary information.
9. Binary means:
Show me the answer
Answer: 3.
Explanation:
- Binary refers to a base-2 number system, which uses only two digits: 0 and 1.
10. The digits used in a binary number system are:
Show me the answer
Answer: 3.
Explanation:
- The binary number system uses only two digits: 0 and 1.
11. Names, numbers, and other information needed to solve a problem are called:
Show me the answer
Answer: 2.
Explanation:
- Data refers to the raw information, such as names and numbers, that is used to solve a problem.
12. The sequence of instructions that tells the computer how to process the data is called:
Show me the answer
Answer: 3.
Explanation:
- A program is a sequence of instructions that tells the computer how to process data.
13. Computer ICs work reliably because they are based on:
Show me the answer
Answer: 3.
Explanation:
- Computer ICs are designed systematically to ensure reliability and functionality.
14. When a transistor is cut off or saturated, transistor variations have almost no effect:
Show me the answer
Answer: 3.
Explanation:
- When a transistor is in cutoff or saturation, small variations in its parameters have minimal impact on its operation.
15. A group of devices that store digital data is called:
Show me the answer
Answer: 3.
Explanation:
- A register is a group of devices (flip-flops) used to store digital data.
16. The abbreviation for binary digit is:
Show me the answer
Answer: 4.
Explanation:
- The term “bit” is short for “binary digit,” which is the smallest unit of data in computing.
17. A byte is a string of:
Show me the answer
Answer: 2.
Explanation:
- A byte consists of 8 bits and is a fundamental unit of data in computing.
18. The control and arithmetic-logic sections are called the:
Show me the answer
Answer: 4.
Explanation:
- The CPU consists of the control unit and the arithmetic-logic unit (ALU), which together perform processing tasks.
19. A microcomputer is a computer that uses a:
Show me the answer
Answer: 2.
Explanation:
- A microcomputer uses a microprocessor as its central processing unit (CPU).
20. The hexadecimal number system is widely used in analyzing and programming:
Show me the answer
Answer: 2.
Explanation:
- Hexadecimal is commonly used in microprocessor programming and analysis due to its compact representation of binary data.
21. The hexadecimal digits are 0 to 9 and A to:
Show me the answer
Answer: 3.
Explanation:
- Hexadecimal digits range from 0 to 9 and A to F, where A = 10, B = 11, …, F = 15.
22. The main advantage of hexadecimal numbers is the ease of conversion from hexadecimal to:
Show me the answer
Answer: 3.
Explanation:
- Hexadecimal numbers are easy to convert to binary because each hexadecimal digit corresponds to exactly 4 binary digits.
23. A typical microcomputer may have up to 65,536 registers in its memory. Each of these registers is usually called:
Show me the answer
Answer: 4.
Explanation:
- Each register in memory is referred to as a memory location, which can store data.
24. Binary-Coded Decimal (BCD) numbers express each digit as a:
Show me the answer
Answer: 3.
Explanation:
- In BCD, each decimal digit is represented by a 4-bit nibble.
25. BCD numbers are useful whenever decimal information is transferred into or out of a digital system:
Show me the answer
Answer: 1.
Explanation:
- BCD is used when decimal data needs to be processed or displayed in a digital system.
26. The ASCII code is a 7-bit code for:
Show me the answer
Answer: 4.
Explanation:
- ASCII codes represent letters, numbers, and other symbols using 7 bits.
27. The binary number 1100 0101 has:
Show me the answer
Answer: 1.
Explanation:
- The binary number 1100 0101 is 8 bits long, which is equivalent to 1 byte.
28. How many bytes are there in 1011 1001 0110 1110?
Show me the answer
Answer: 3.
Explanation:
- The binary number 1011 1001 0110 1110 is 16 bits long, which is equivalent to 2 bytes.
29. What is the base of F4C3₁₆ numbers?
Show me the answer
Answer: 4.
Explanation:
- The subscript 16 indicates that F4C3 is a hexadecimal number, which has a base of 16.
30. What is the decimal equivalent of 2⁹?
Show me the answer
Answer: 3.
Explanation:
- , but the correct answer is 1024, which is . (Note: There seems to be a discrepancy in the question.)
31. What does 4k represent?
Show me the answer
Answer: 3.
Explanation:
- In computing, 4k typically refers to .
32. Express 8192 in K units:
Show me the answer
Answer: 2.
Explanation:
- 8192 is equivalent to 8K, where 1K = 1024.
33. Solve the following equation for X:
Show me the answer
Answer: 1.
Explanation:
- Converting the binary number 11001001 to decimal:
.
34. A microprocessor has memory locations from 0000 to 3FFF. Each memory location stores 1 byte. How many bytes can the memory store? Express this in kilobytes.
Show me the answer
Answer: 3.
Explanation:
- The range 0000 to 3FFF in hexadecimal is memory locations.
- Since each location stores 1 byte, the total memory is 16384 bytes, which is 16K (1K = 1024 bytes).
35. If a microcomputer has 64K memory, what are the hexadecimal notations for the first and last memory locations?
Show me the answer
Answer: 2.
Explanation:
- 64K memory corresponds to memory locations.
- The hexadecimal range for 65536 locations is 0000 to FFFF.
36. How many nibbles are there in 1001 0000 0011?
Show me the answer
Answer: 3.
Explanation:
- A nibble is 4 bits. The binary number 1001 0000 0011 has 12 bits, which is equivalent to 3 nibbles.
37. What is the ASCII code for ‘T’?
Show me the answer
Answer: 1.
Explanation:
- The ASCII code for ‘T’ is 84 in decimal, which is 1010100 in binary.
38. A gate is a logic circuit with one or more input signals but:
Show me the answer
Answer: 2.
Explanation:
- A logic gate typically has one or more inputs but only one output.
39. An inverter is a gate with only:
Show me the answer
Answer: 1.
Explanation:
- An inverter (NOT gate) has only one input and one output.
40. An inverter is also called a:
Show me the answer
Answer: 1.
Explanation:
- An inverter performs the NOT operation, so it is also called a NOT gate.
41. The OR gate has two or more input signals. If any input is high, the output is:
Show me the answer
Answer: 3.
Explanation:
- The OR gate outputs high if any of its inputs are high.
42. The number of input words in a truth table always equals:
Show me the answer
Answer: 3.
Explanation:
- For n input variables, the truth table has input combinations.
43. The gate that has two or more input signals and requires all inputs to be high to get a high output is:
Show me the answer
Answer: 2.
Explanation:
- The AND gate outputs high only when all inputs are high.
44. In Boolean algebra, the overbar stands for the NOT operation, and the plus sign stands for the:
Show me the answer
Answer: 3.
Explanation:
- In Boolean algebra, the plus sign (+) represents the OR operation.
45. In Boolean algebra, the dot sign stands for the:
Show me the answer
Answer: 1.
Explanation:
- In Boolean algebra, the dot sign (·) represents the AND operation.
46. The inverter, OR gate, and AND gate are called decision-making elements because they can recognize some input words while disregarding others. A gate recognizes a word when its output is:
Show me the answer
Answer: 1.
Explanation:
- A gate recognizes a specific input combination (word) when its output is high.
47. How many input signals can a gate have?
Show me the answer
Answer: 3.
Explanation:
- A gate can have one or more input signals, depending on its type.
48. How many output signals can a gate have?
Show me the answer
Answer: 1.
Explanation:
- A gate typically has only one output signal.
49. The binary equivalent of the octal number 13.54 is:
Show me the answer
Answer: 3.
Explanation:
- Converting octal 13.54 to binary:
- 1 → 001, 3 → 011, 5 → 101, 4 → 100
- Thus, 13.54₈ = 001011.101100₂ = 1101.1110₂.
50. The octal equivalent of 111010 is:
Show me the answer
Answer: 2.
Explanation:
- Converting binary 111010 to octal:
- Group the binary digits into sets of three: 111 010
- 111₂ = 7₈, 010₂ = 2₈
- Thus, 111010₂ = 72₈.