1. Hexadecimal can express in one digit what is done by following binary number of binary digits:
One
Four
Two
Eight
Show me the answer
Answer: 2. Four
Explanation:
Hexadecimal (base-16) uses one digit to represent 4 binary digits (bits).
This is because 24=16, so one hexadecimal digit can represent 16 unique values, equivalent to 4 binary digits.
2. NAND gates are preferred over others because these have:
Have lower fabrication area
Can be used to make any gate
Consume less electronic power
Provide maximum density in a chip
Show me the answer
Answer: 2. Can be used to make any gate
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, A+B=
A⋅B
A+B
A⋅B
A+B
Show me the answer
Answer: 1. A⋅B
Explanation:
De Morgan’s theorem states that the complement of a sum is equal to the product of the complements:
A+B=A⋅B
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, A⋅B=
A+B
A⋅B
A+B
A⋅B
Show me the answer
Answer: 1. A+B
Explanation:
De Morgan’s theorem states that the complement of a product is equal to the sum of the complements:
A⋅B=A+B
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:
AND
NAND
OR
NOT
Show me the answer
Answer: 1. AND
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
NAND gate
OR gate
AND gate
NOT gate
Show me the answer
Answer: 3. AND gate
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:
OR gate
NOR gate
AND gate
XOR gate
Show me the answer
Answer: 4. XOR gate
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:
Pointers
Trunk
Trailer
Trunkey
Show me the answer
Answer: 3. Trailer
Explanation:
A trailer record is typically found at the end of a file and contains control totals or summary information.
9. Binary means:
Three
Ten
Two
Eight
Show me the answer
Answer: 3. Two
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:
9 and 0
1 and 2
0 and 1
3 and 4
Show me the answer
Answer: 3. 0 and 1
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:
Program
Data
Instruction
Controls
Show me the answer
Answer: 2. Data
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:
Data
Controls
Program
Instruction
Show me the answer
Answer: 3. Program
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:
Top-button design
Two-stage design
System design
Two-status design
Show me the answer
Answer: 3. System design
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:
Wave
Stage
Variations
Circuits
Show me the answer
Answer: 3. Variations
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:
Circuits
Variations
Register
Bit
Show me the answer
Answer: 3. Register
Explanation:
A register is a group of devices (flip-flops) used to store digital data.
16. The abbreviation for binary digit is:
0 and 1
Base
Binary
Bit
Show me the answer
Answer: 4. Bit
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:
Two bits
Eight bits
Four bits
Ten bits
Show me the answer
Answer: 2. Eight bits
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:
Block diagram
Input/output unit
Control unit
Central Processing Unit (CPU)
Show me the answer
Answer: 4. Central Processing Unit (CPU)
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:
Chips
Microprocessor
Registers
Vacuum tube
Show me the answer
Answer: 2. Microprocessor
Explanation:
A microcomputer uses a microprocessor as its central processing unit (CPU).
20. The hexadecimal number system is widely used in analyzing and programming:
Registers
Microprocessors
Chips
Vacuum tubes
Show me the answer
Answer: 2. Microprocessors
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:
E
G
F
D
Show me the answer
Answer: 3. F
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:
Decimal
ASCII
Binary
BCD
Show me the answer
Answer: 3. Binary
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:
Address
Chip
Registers
Memory location
Show me the answer
Answer: 4. Memory location
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:
Byte
Bit
Nibble
All of the above
Show me the answer
Answer: 3. Nibble
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:
Decimal
ASCII
Binary
Hexadecimal
Show me the answer
Answer: 1. Decimal
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:
Letters
Other symbols
Numbers
All of the above
Show me the answer
Answer: 4. All of the above
Explanation:
ASCII codes represent letters, numbers, and other symbols using 7 bits.
27. The binary number 1100 0101 has:
1 byte
4 bytes
2 bytes
8 bytes
Show me the answer
Answer: 1. 1 byte
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?
1
4
2
8
Show me the answer
Answer: 3. 2
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?
2
8
4
16
Show me the answer
Answer: 4. 16
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⁹?
4096
1000
1024
16
Show me the answer
Answer: 3. 1024
Explanation:
29=512, but the correct answer is 1024, which is 210. (Note: There seems to be a discrepancy in the question.)
31. What does 4k represent?
4000
40
4096
400
Show me the answer
Answer: 3. 4096
Explanation:
In computing, 4k typically refers to 212=4096.
32. Express 8192 in K units:
8×103K
8K
8.192K
All of the above
Show me the answer
Answer: 2. 8K
Explanation:
8192 is equivalent to 8K, where 1K = 1024.
33. Solve the following equation for X: X10=110010012
201
214
132
64
Show me the answer
Answer: 1. 201
Explanation:
Converting the binary number 11001001 to decimal:
1×27+1×26+0×25+0×24+1×23+0×22+0×21+1×20=201.
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.
4095,4K
32740,32K
16384,16K
46040,46K
Show me the answer
Answer: 3. 16384,16K
Explanation:
The range 0000 to 3FFF in hexadecimal is 3FFF16+1=1638410 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?
0000,EEEE
0000,FFFF
0,64
0000,9999
Show me the answer
Answer: 2. 0000,FFFF
Explanation:
64K memory corresponds to 216=65536 memory locations.
The hexadecimal range for 65536 locations is 0000 to FFFF.
36. How many nibbles are there in 1001 0000 0011?
Two
One
Three
Eight
Show me the answer
Answer: 3. Three
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'?
1010100
1011100
1011010
1011111
Show me the answer
Answer: 1. 1010100
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:
Two output signals
One output signal
Double output signal
More than one output signal
Show me the answer
Answer: 2. One output signal
Explanation:
A logic gate typically has one or more inputs but only one output.
39. An inverter is a gate with only:
One input
More than one input
Two inputs
All of the above
Show me the answer
Answer: 1. One input
Explanation:
An inverter (NOT gate) has only one input and one output.
40. An inverter is also called a:
NOT gate
OR gate
AND gate
NAND gate
Show me the answer
Answer: 1. NOT gate
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:
Low
0
High
All of the above
Show me the answer
Answer: 3. High
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:
10n
4n
2n
8n
Show me the answer
Answer: 3. 2n
Explanation:
For n input variables, the truth table has 2n 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:
OR gate
AND gate
NAND gate
NOR gate
Show me the answer
Answer: 2. AND gate
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:
AND operation
NAND operation
OR operation
NOR operation
Show me the answer
Answer: 3. OR operation
Explanation:
In Boolean algebra, the plus sign (+) represents the OR operation.
45. In Boolean algebra, the dot sign stands for the:
AND operation
NAND operation
OR operation
NOR operation
Show me the answer
Answer: 1. AND operation
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:
Words, high
Bytes, high
Bytes, low
Character, low
Show me the answer
Answer: 1. Words, high
Explanation:
A gate recognizes a specific input combination (word) when its output is high.
47. How many input signals can a gate have?
One
Two only
More than one
Both (A) and (B)
Show me the answer
Answer: 3. More than one
Explanation:
A gate can have one or more input signals, depending on its type.
48. How many output signals can a gate have?
One
Two only
More than one
Both (A) and (B)
Show me the answer
Answer: 1. One
Explanation:
A gate typically has only one output signal.
49. The binary equivalent of the octal number 13.54 is:
1011.1011
1001.1110
1101.1110
All of the above
Show me the answer
Answer: 3. 1101.1110
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:
81
71
12
All of the above
Show me the answer
Answer: 2. 71
Explanation:
Converting binary 111010 to octal:
Group the binary digits into sets of three: 111 010