You are on page 1of 27

ECE213 UNIT-1 QB

A quantity having continuous values is:

A digital quantity
An analog quantity
A binary quantity
None of them

Which of the following codes exhibit even parity?

10011000
01111000
11111111
Both (B) and (C)

Subtracting the binary number B from another binary number A using the
Complement form of 2 results in a number without overflow. This means the outcome
is:

(A) Negative number in normal form


(B) Negative number in 2’s Complement form
(C) Positive number in normal form
(D) Positive number in 2’s Complement form

Range of signed decimal number represented by 1’s Complement form

(A) -31 to +31


(B) -63 to +63
(C) -32 to +31
(D) -64 to +63

Ans: A

A 2 byte binary number has 2’s Complement representation FFFF, its decimal
magnitude is

0
1
32767
65535

Number of bit required to represent (6728)10 in binary

10
11
12
13

A half byte is termed as..

bug
nibble
data
bit

To convert the binary number to its corresponding octal number, how many bits
have to be grouped together?

1
2
3
4

Binary coded decimal is a group of -------------- digits.

Two binary digits


Three binary digits
Four binary digits
Eight binary digits

For decimal 473, the BCD number is the number:

111011010
110001110011
010001110011
010011110011

Given (135) x + (144) x = (323)x. What is the value of base x?

5
3
12
6

The sum of 11010 + 01111 equals:

101001
101010
110101
101000
The 1’s complement of 10111001 is:

01000111
01000110
11000110
10101010

The binary number for (F7A9)16 is:

1111011110101001
11101111101001
1111111010110001
11110111010101001

The equivalent gray code of binary number 10110 is

11101
11011
11100
01100

In an even-parity scheme, which of the following words contain an error?

10101010
11110110
10111001
10000100

In an odd-parity scheme, which of the following words contain an error?

10110111
10011000
11101010
None of them

On multiplication of (10.10) and (01.01), we get ____________

(A) 101.0010
(B) 0010.101
(C) 011.0010
(D) 110.0011

1’s complement can be easily obtained by using _________

Comparator
Inverter
Adder
Subtractor

The two’s complement in binary system is useful for expressing…..

positive numbers
negative numbers
both positive and negative numbers
none of these

Octal equivalent of the number 11010.1011 is….

32.15
63.51
32.27
All of these

How many bits are required to cover the numbers from +63 to -63 in one’s
complement representation?

6
7
8
9

How many bits have to be grouped together to convert the binary number to its
corresponding octal number?

1
2
3
4

Binary coded decimal is a combination of __________

Two binary digits


Three binary digits
Four binary digits
Eight binary digits

The binary number 101100111001010100001 can be written in octal as:

54712308
54712418
26345218
23162508
The BCD number for decimal 473 is:

111011010
110001110011
010001110011
010011110011

Zero has two representations in:

Sign magnitude
1’s complement
2’s complement
None of these

A gray code is a/an:

Binary weight code


Arithmetic code
Code which exhibits a single bit change between two successive codes
Alphanumeric code

(73)x = (54)y Possible value of x and y:

8, 16
10, 12
9, 13
8, 11

What will be the XS-3 code for (10000)2?

010011
00010000
01001001
00010110
X = 01110 and Y = 11001 are two 5-bit binary numbers represented in two’s
complement format. The sum of X and Y represented in two’s complement format
using 6 bits is

100111
001000
000111
101001

Which of the following is the binary representation of the hexadecimal number 3B7F?

0100 1001 1110 1101


0110 0011 1011 1100
0011 1011 0111 1111
0010 0100 0000 1010

The binary equivalent of the octal number 13.54 is

1011.1011
1101.1110
1001.1110
All of these

The 2’s complement representation of (-539)10 in hexadecimal is

(A) ABE (B) DBC (C) DE5 (D) 9E7

What is the addition of (-64)10 and (80)16?

(-16)10
(16)10
(1100000)2
(01000000)2

8 bit 2’s complement representation of a decimal number is 10000000. The number


in decimal is:

+256
0
-128
-256

The 1’s complements requires _________

One operation
Two operations
Three operations
Combined Operations

The code where all successive numbers differ from their preceding number by single
bit is __________

Alphanumeric Code
BCD
Excess 3
Gray

How many basic binary subtraction operations are possible?

1
4
3
2

Which error detection method uses one’s complement arithmetic?

Simple parity check


Two-dimensional parity check
CRC
Checksum

Which error detection method consists of just one redundant bit per data unit?

Simple parity check


Two-dimensional parity check
CRC
Checksum

How many types of parity bits are found?

2
3
4
1

What is a parity bit?

An error detection is achieved by adding an extra bit


After addition, the carry is found
Bit generated during data transmission
After addition, the total number of bits
The BCD number 101011 has _______ priority.

Even
Odd
Both even and odd
Undefined

Which error detection method involves polynomials?

Simple parity check


CRC
Two-dimensional parity check
Checksum

Which error detection method can detect a single-bit error?

Simple parity check


Two-dimensional parity check
CRC
Checksum

Which gates are ideal for checking the parity bits?

AND
NAND
EX-OR
EX-NOR

The two’s complement in binary system is useful for expressing…..

Positive numbers
Negative numbers
Both positive and negative numbers
None of these

The difference of 110 – 010 equals

001
010
101
100

The term bit means

A small amount of data


A 1 or a 0
Binary digit
Both B and C

What is a parity bit?

An error detection is achieved by adding an extra bit


After addition, the carry is found
Bit generated during data transmission
After addition, the total number of bits

The BCD number 101011 has _______ priority.

Even
Odd
Both even and odd
Undefined

Which gate is ideal for checking the parity bits?

AND
NAND
EX-OR
EX-NOR
Which of the following codes exhibit even parity?

10011000
01111000
11111111
both (B) and (C)

Subtracting the binary number B from another binary number A using the
Complement form of 2 results in a number without overflow. This means the
outcome is:

Negative number in normal form


Negative number in 2’s Complement form
Positive number in normal form
Positive number in 2’s Complement form

A 2 byte binary number has 2’s Complement representation FFFF, its decimal
magnitude is:

0
1
32767
65535

Number of bit required to represent (6728)10 in binary

10
11
12
13

A half byte is termed as:

bug
nibble
data
bit

To convert the binary number to its corresponding octal number, how many bits
have to be grouped together?

1
2
3
4
Binary coded decimal is a group of -------------- digits

Two binary digits


Three binary digits
Four binary digits
Eight binary digits

For decimal 473, the BCD number is the number

111011010
110001110011
010001110011
010011110011

Given (135) base x + (144) base x = (323)base x. What is the value of base x?

5
3
12
6

The sum of 11010 + 01111 equals

101001
101010
110101
101000

The difference of 110 – 010 equals:

001
010
101
100

The 1’s complement of 10111001 is:

01000111
01000110
11000110
10101010

The binary number for (F7A9)16 is:

1111011110101001
11101111101001
1111111010110001
11110111010101001

The equivalent gray code of binary number 10110 is:

11101
11011
11100
01100

In an even-parity scheme, which of the following words contain an error?

10101010
11110110
10111001
10000100

In an odd-parity scheme, which of the following words contain an error?

10110111
10011000
11101010
None of them

On multiplication of (10.10) and (01.01), we get ____________

101.0010
0010.101
011.0010
110.0011

The complement of a variable is always:

0
1
Equal to the variable
The inverse of the variable

The Boolean expression ABCD is:

A sum term
A product term
A literal term
Always 1
For the representation of 1024 values, how many bits are required_________ ?
5
10
15
20

Convert (441.24)5 into decimal number

(96.56)10
(121.56)10
(021.65)10
(221.65)10

An byte refers to the _____ group of binary digits.

4 bit
8 bit
16 bit
64 bit

An electronic device called a(n) __________ would probably be located between the
keypad of a calculator and its processing circuitry to translate from decimal to
machine language.

decoder
encoder
multiplexer
de-multiplexer

Evaluate the following octal multiplication (25)8 x (16)8

429
294
446
646

Compute the 16's Compliment of hexadecimal number C7C

383
384
838
483

The code where all successive numbers differ from their preceding number by single
bit is:
BCD
Excess – 3
Gray
Binary code.

The device which changes from serial data to parallel data is:

Counter
Multiplexer
Demultiplexer
Flip=-Flop

The decimal number 10 is represented in its BCD form as __________?

10100000
00001010
00010000
00101011

A three digit decimal number requires ________ for representation in the conventional
BCD format.

3 bits
6 bits
12 bits
24 bits

The excess-3 code for 597 is given by __________?

100011001010
100010100111
010110010111
010110101101

In 2421 BCD format, 8 is shown as:

1110
1000
0101
1001

The BCD code for a decimal number (23.15)10 is:

(0010 0011.0001 0101)BCD.


(0110 0011.0001 0101)BCD.
(0010 0011.0011 0101)BCD.
(0010 0011.0001 0111)BCD.

4-bit 2’s Complement representation of decimal is 1000. The number is

+8
0
-7
-8

Number of bit required to represent (6728)10 in binary:

10
11
12
13

11001, 1001 and 11101 corresponds to the 2’s Complement of which of the following

25, 9 and 57
-6, -6 and -6
-7, -7 and -7
-25, -9 and -57

Two number represented in signed 2’s Complement form are P=11101101 and
Q=1110010. If Q is subtracted from P the value obtained in signed 2’s Complement
form is

10000111
00000111
11111001
11111001

The two’s complement in binary system is useful for expressing…..

Positive numbers
Negative numbers
Both positive and negative numbers
None of these

Octal equivalent of the number 11010.1011 is….

32.15
63.51
32.27
All of these

Which bit represents the sign bit in a signed number system?

Left most bit


Right most bit
Left center
Right center

How many bits are required to cover the numbers from +63 to -63 in one’s
complement representation?

6
7
8
9

How many bits have to be grouped together to convert the binary number to its
corresponding octal number?

1
2
3
4

Binary coded decimal is a combination of __________

Two binary digits


Three binary digits
Four binary digits
Eight binary digits

The 1’s complement of 10111001 is:

01000111
01000110
11000110
10101010

The 2’s complement of 11001000 is:

00110111
00110001
01001000
00111000

The decimal number +122 is expressed in the 2’s complement form as:

01111010
11111010
01000101
10000101

The decimal number -34 is expressed in the 2’s complement form as:

01011110
10100010
11011110
01011101

In the 2’s complement form, the binary number 10010011 is equal to the decimal
number:

-19
+109
+91
-109

The binary number 101100111001010100001 can be written in octal as:

(5471230)8
(5471241)8
(2634521)8
(23162501)8

The binary number 10001101010001101111 can be written in hexadecimal as:

(AD467)16
(8C46F)16
(8D46F)16
(AE46F)16

The binary number for (F7A9)16 is:

1111011110101001
11101111101001
1111111010110001
11110111010101001

The BCD number for decimal 473 is:


111011010
110001110011
010001110011
010011110011

You might also like