WorksheetsComputer Awareness Quiz 5
Total questions: 35
Worksheet time: 18mins
The most commonly used numbering system in real life is ___ number system.
Decimal
Binary
Hexadecimal
Octal
Convert the 8-bit binary number 1001 1011 to a 2-bit hexadecimal number.
9B
9C
8F
9D
Which of the following is NOT a binary number?
1111
101
11E
000
The left most bit in Binary number system is called as
Most Significant Bit (MSB)
Least Significant Bit (LSB)
Consider the following 8 bit binary number and identity whether it is positive or negative.
110001012
+ve
-ve
Convert the decimal number 255 to an 8-bit binary number.
1111 1111
1111 1110
1111 1101
1110 1111
Convert the 8-bit binary number 1101 1001 to a decimal number.
217
216
209
201
Convert the 1-bit hexadecimal number A to a decimal number.
10
9
11
12
Convert the octal number 76 to hexadecimal.
AF
2D
4B
3E
Convert the binary number 110101 to octal.
081
056
065
073
Convert the decimal number 27 to binary.
11011
10101
11100
10011
Convert the octal number 34 to hexadecimal.
2F
3A
38
4B
Which logic gate is this?
AND
OR
NOT
NAND
What type of logic gate is this table showing?
NOT
OR
AND
NAND
How many different combinations of 1 and 0 are possible with 2 bits?
1
2
3
4
Which of the following two input logic functions can act as a Universal gate?
A ⊕ B
AB
(A+B)’
None of the above
A NAND gate is called a universal logic element because
All digital computers use NAND gates
All the minimisation techniques are applicable for optimum NAND gate realisation
Everybody use this gate
Any logic function can be realized by NAND gates alone
When A and B represent the inputs of an Exclusive OR logic gate ,its output O will be
O=AB’+A’B
O=AB+A+B
O=A+B+(AB)'
None of these
A Boolean expression...
Fixes any errors in the line of code
Sets everything in it equal to each other
Checks if something is true or false
Loops the program to continue infinitely
X
is the same as
A + B + C
1. The Demorgan’s law (AB)' = -----------
A'+B'
A+B
A+B'
A'+B
In Boolean expression A+AB simplifies ____
A
B
A+B
1
In Boolean Algebra A + 1 =?
0
1
A
None
Which law is this an example of:
A(B+C) = (A.B)+(A.C)
A+(B.C) = (A+B).(A+C)
Associative
Commutative
Absorption
Distributive
An equivalent representation for the boolean expression x.y+x.y.z
x.y
x.y.z
1
x.y.1
___________ INVENTED THE MODERN BINARY NUMBER SYSTEM.
GOTTFRIED LEIBNIZ
WILLIAMS
HENRY
FORD
The fastest memory in the computer system is _____________
ROM
RAM
Cache
None of these
The set of wires, which carry information in a controlled manner, is called
System bus
Public bus
Private bus
None of these
The ___________ informs the CPU about the location of the data residing in the memory.
Data bus
Address bus
Cache
Control line
The length size of a register is called..
word limit
word size
register limit
register size
Register that is used to hold the memory address of the next instruction to be executed is----------------
Program Memory
Program Counter
Control Unit
Instruction Decoder
Which register is used to store the output generated by ALU?
Special Function Register
Timer Register
Accumulator
Stack Pointer
____________ retrieves the data from the storage unit and performs the arithmetic calculations and/or comparisons on them and the processed data is then sent back to the storage.
Control Unit
Arithmetic Logic Unit
Memory Unit
None of the above
