NEW
Font size
Worksheetsquiz for keybaord team
Total questions: 24
Worksheet time: 12mins
Every number system has a set of unique characters or literals . The count of these literals is __________
Matrix
Radix
Radical
Exponent
If you take 2’s complement twice you get the __________ binary number.
Half
Twice
Inverse
None of these
each X in ASCII code is
any alphabet
alphabet and digit
zero or one
zero to nine
EBCDIC stands for ______
interchange
inverse
incorporate
infinite
What is the ASCII code for ‘?’
0010101
0110101
1111011
1001110
what is the ASCII code for ‘w’
0000011
1100011
1001111
0111111
(9A7)16=(?)
2561
2391
2471
2982
Number of nibbles in 1100100100001111
4
8
16
0
________ code expresses each decimal digit by its 4-bit binary equivalent.
ASCII
EBCDIC
BCD
MSB
Which code allows manufacturers to standardize input output hardware such as keyboard , printer etc.
ASCII
EBCDIC
BCD
LSB
(781)8 = (?)2
1010001010
1100001101
0101110101
0010101110
(234)8 = (?)16
8B
9C
13A
9B
(666)10 = (?)16
28A
27A
26A
29A
(856)10 = (?)8
1520
1530
1540
1550
(643)8 = (?)2
111100011
110011000
110100011
1110001100
(1.10)2 = (?)10
1.0011
1.0625
0.1010
1.0850
(567)16 = (?)2
0101011100111
0100101101010
1101000101010
1000101101001
Application of BCD. [Choose any three correct answers] !
a) It is used in pocket calculators. b) It is useful code for input and output operation in digital circuits .
c) It is used to process alpha number. d) It is used in digital voltmeters, electronic counters & digital clock.
Option 1) b, c, d
Option 2) a , b , c
Option 3) a , b , d
Option 4) a, c , d
To convert binary number 10101100.01011 to octal number , we will make 3-bit groups from ______ for the integer part & ____________ for the fractional part .
Right to Left , Left to Right
Left to Right , Right to Left
Right to Left, Right to Left
Left to Right, Left to Right
How real numbers are stored by the computer?
Floating Point Presentation
ASCII
Binary
Floating Point Representation
One megabyte in base 2(binary) is equivalent to __________ .
103 bytes
104 bytes
210 bytes
220 bytes
In hexadecimal system , each alphanumeric digit is represented as a group of ________ binary digits .
1
2
3
4
The EXOR operation is also called _______ operation because it produces the same output for two different inputs .
Inverting
Non-coincidence
Multiplication
None of the above
when we convert a fractional decimal number to its _____ equivalent , we get an approximate answer .
HEXA
OCTAL
BINARY
NONE OF THESE
