0% found this document useful (0 votes)
90 views14 pages

Decimal to Binary Conversion Guide

Uploaded by

jogadiyapratham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
90 views14 pages

Decimal to Binary Conversion Guide

Uploaded by

jogadiyapratham
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

FYBCA SEM-1

103 – Introduction to Computer


Question Bank Unit - 3

Sr. No Question A B C D Correct Answer


10
1 The binary equivalent of the decimal number 10 is 1000
1010 100 C

2 ( 11100111) - (00010011) 10101110 01101010 11010100 00000101 C

3 (10011)₂ + (1001)₂ 11100 11000 101110 11110 A

4 (10011101)2= (?) 10 (150)10 (153)10 (157)10 (155)10 C

5 (10101)₂ − (01110)₂ 111 101 110 10000 A

6 (110.101)₂ = (?)₁₀ 6.62 6.21 6.33 5.62 A

7 (1111100.001111)2 to decimal 123.024 124.49 124.24 24.124 C

8 are the symbols used in decimal number system. 1 to 10 0 to 10 0 to 9 1-11 C


0 and 1 are the symbols used in number
9 system. Hexadecimal Binary Octal Decimal B

10 0 to 31 & 127 is in ASCII character set letters numbers punctuation marks control characters D

11 0-1 = ? 1 carry 1 1 borrow 1 0 borrow 1 1 carry 0 B

12 1 + 1=? 0 borrow 1 11 10 none of the above C

13 1 nibble equals to 1 bits 2 bits 4 bits 8 bits C

14 4 bit binary code for decimal number 15 1110 1111 1100 1101 B

A computer language that is written in binary codes only is


15 Machine Language C# C++ Pascal A

16 A half byte is known as bit semi byte nibble micro byte C

17 Add binary numbers 100111 and 11011 01000010 01010010 00100100 01010001 A

18 Addition of binary numbers 10001 and 11101 is? 101110 111010 101010 111111 A

19 Aggregation of 4 bits is called . Bit Byte half bit nibble D


ANSI (American National Standards Institute)
20 published ASCII in 1963 1964 1962 1964 A

21 ANSI Character set, is an bit character set. 32 16 64 8 D

architectural asian national


American national standards standards institute none of the
22 ANSI stands for national standards institute mentioned A
institute

ASCII character supports total number of


23 characters 256 128 64 512 B

Alpha numeric
24 ASCII code is an code Cyclic code Numeric code Alphabet code A

25 ASCII is a bit character code 8 6 7 10 C

Hexa Decimal
26 Base 16 means Binary number Number Octal number Decimal number B

27 Base of Hexadecimal number system is? 2 8 10 16 D

28 Binary addition : 1+1+1= 11 10 01 111 A

29 Binary equivalent of decimal 8 is 1010 1011 1000 1111 C


30 Binary number 111 is equivalent to decimal 111 7 2 5 B

31 Binary representation of decimal number 65 is 10001 1000000 100010 1000001 D

32 Binary Subtraction : 100 - 11= 110 001 011 111 B

33 Bit stands for Binary Digits Bit of system a part of byte All of above A

34 Convert (110001.101)2 to Decimal 49.625 48.624 49.624 48.625 A

35 convert 100001110.1001 into equivalent decimal 607.27 670.207 270.607 276.007 C

36 CONVERT 1011010 INTO EQUIVALENT DECIMAL 90 67 45 900 A

37 convert 11101011.10110 into equivalent decimal 235.22 253.2 230.22 235.2 A

38 Convert decimal 213 to binary 11001101 1111001 11010101 11100011 C

39 convert decimal 31 into binary 11111 01110 11001 00101 A

40 convert given binary 100011100 into decimal 294 284 258 482 B
Convert the binary equivalent 10101 to its decimal
41 equivalent. 21 12 22 31 A

Convert the binary equivalent 10111 to its decimal


42 equivalent 21 12 23 22 C

43 Convert the decimal number 0.0625 to binary. 0.0111 0.111 0.0011 0.0001 D

44 Convert the decimal number 14.875 to binary. 1110.0111 1110.111 1111.1011 1100.11 B

Covert the binary equivalent 10101 to its decimal


45 equivalent. 21 12 22 31 A

46 Decimal 10 is equivalent to binary 1011 1100 1010 0111 C

47 Decimal number equivalent to binary numbers 1110101 117 165 177 175 A

48 Decimal number system has digits 8 7 19 10 D

49 Deduct 1101 from 11101 and we get? 10001 11000 10000 11000 C

50 Each hexadecimal digit can be represented using 4 bits 8 bits 16 bits 32 bits A
Each hexadecimal digit converts to _______binary
digits.
51 16 4 8 12 B
52 Each octal digit can be represented using digits. 4 binary 3 binary 8 binary 3 bit B

53 Each Octal digit converts to binary digits. 3 12 16 8 A

54 Equivalent binary number of decimal number 0.25 is 0.11 0 0.01 1 C

55 Find decimal equivalent to binary number 1011101 93 102 105 95 A

56 Find the Decimal equivalent to binary number 110110 ? 50 51 58 54 D

57 find the sum of binary number 1010 and 0011 1101 0101 1010 0010 A

58 For Octal number system, largest single digit number is? 1 7 9 10 B

59 From digits are there in Octal number system 1-8 0-7 0-8 1-9 B

Alphanumeric American American scientific American Standard


Standard Code for Standard Class for Character for Code for
Information International Information Information
60 Full form of ASCII is Interchange Interchange Interchange Interchange D

Octal and decimal Binary and octal Letters and


61 Hexadecimal numbers are a mixture of numbers numbers decimal None of these C
digits
How is the number 3 represented in non-positional
62 number system? I II III IIII C

How many unique numeric symbols are used in the


63 decimal number system? unlimited Nine One Ten D

64 if (75)10 = (?)2 1010110 1001011 1011010 1010101 B


If the decimal number is a fraction then its
binary equivalent is obtained by the number
65 continuously by 2. Deviding Multiplying Adding Subtraction B

In positional number system the base of binary number


66 system is 8 16 2 10 B

67 Initially ANSI codes contains of characters. 237 238 255 254 A

Initially ASCII was bit code, and contains


68 number of characters. 8,255 7,127 7,128 8,254 B

69 Nibble is aggregation of 2 bits 3 bits 4 bits 8 bits C

70 Perform binary addition of (0110)2 + (0101)2 is (1011)2 (1101)2 (1110)2 (1111)2 A

Perform binary addition of (10000111)2 + (11100111)2 is


71 (110101011)2 (110101110)2 (101101110)2 (110101010)2 C

Perform binary addition of (1101)2 +( 0010)2 is


72 (1110)2 (1111)2 (0111)2 (0011)2 B
Perform binary addition of (11111111)2 + (10101011)2 is
73 (110101011)2 (110101110)2 (110111110)2 (110101010)2 D

74 Perform binary addition of 1101 + 0010 is 1110 0111 1101 1111 D

75 Perform binary subtraction of (1010111)2 – (11011)2 (111101)2 (111000)2 (111100)2 (110000)2 C

76 Perform binary subtraction of (1100100)2 – (1000110)2 (11110)2 (11111)2 (111101)2 (10110)2 A

77 Radix of hexadecimal number system is 2 8 10 16 D

78 Select the odd one from following. (7665)10 (787)8 (BCA)16 (100001)2 B

79 Select the odd one out. Binary Decimal Octal ANSI D

80 Subtract 11110 - 100111 011001 110011 001001 101010 C

Subtract of binary number 10011 from binary number


81 1001 is -(01010)2 (01010)2 (11010)2 -(11010)2 A

The ASCII character set is a of the ANSI character


82 set superset subset union intersect B

83 The base value of decimal number system is 2 6 8 10 D


84 The binary addition 1 + 1 + 1 gives 111 10 110 11 D

85 The binary equivalent of (123)10 will be (1111001)2 (1001011)2 (1111011)2 1111000)2 C

The binary equivalent of (355.75)10 will be


86 (101100011.11)2 (101100011.00)2 (101100000.11)2 (100000011.11)2 A

87 The binary equivalent of (569.25)10 will be (1000000001.01)2 (1000111000.11)2 (1000111001.11)2 (1000111001.01)2 D

88 The binary equivalent of (66)10 will be (0100001)2 (1000010)2 (1000011)2 (1000000)2 B

The binary equivalent of the decimal number 10 is


89 0010 1010 1111 0101 B

90 The decimal equavalent of 1000 is 8 7 9 3 A

91 The decimal equivalent of (0.101)2 will be (0.5)10 (0.625)10 (0.25)10 (0.875)10 B

92 The decimal equivalent of (0.110)2 will be (0.5)10 (0.625)10 (0.75)10 (0.875)10 C

93 The decimal equivalent of (101010.101)2 will be (40.875)10 (42.682)10 (40.75)10 (42.625)10 D

94 The decimal equivalent of (1101)2 is 9 10 13 12 C


The decimal equivalent of (11101.1011)2 will be
95 (29.6875)10 (28.68)10 (28.75)10 (30.75)10 A

96 The decimal equivalent of binary number 0.0111 is 4.375 0.4375 -0.4375 0.5375 B

octal number binary number decimal number hexadecimal


97 The digital system usually work on system system system number system B

98 The digital systems usually operate on ..........system. Binary Decimal Hexadecimal Octal A

99 The octal number system comprises of only digits 2 4 8 10 C

100 The radix of octal number system is . 5 4 8 7 C

The two types of ASCII are and ASCII-4 and ASCII-1and ASCII-8 and ASCII-7 and ASCII
101 ASCII ASCII ASCII-9 8 D
8 2

The position of the The base of the


102 The value of each digit is determined by The digit itself digit in the number number system all of the above D

There are number of characters represented


103 in ASCII. 64 256 128 8 C

To form the binary number system which two numbers is


104 correct 0 and 1 1 and 2 2 and 3 0 and 3 A
105 What is binary of decimal value 22? 10001 10111 11100 10110 D

106 What is binary of decimal number 68? 1000100 100100 1000110 1100110 A

107 What is binary value of decimal number 1.25? 1.01 1.1 1.11 1 A

108 What is decimal of binary number 1111101? 124 130 112 125 D

109 What is Decimal value of binary number 10101? 25 22 21 23 B

110 What is decimal value of binary number 2.50? 10.1 10.01 10.11 11.1 A

111 what is resulant decimal value for binary 11110 - 11011 4 3 5 6 B

what is the addition of binary number 11011010 and


112 10100101 101010101 101111101 101111111 010111000 C

What is the biggest binary number you can write with 6


113 bits? 64 32 128 16 A

114 What is the binary equivalent of 100? 1100100 1100101 1100111 1111000 A

115 What is the binary equivalent of 65 1100001 1110001 1000001 1000010 C


116 what is the decimal equivalent of bianry no 1101 12 13 14 12 B

117 What is the decimal value of 20? 2 0 1 3 C

118 What is the result of binary addition 1101 + 1100 11101 10011 11011 10101 A

119 What will be binary equivalent of (24)10? 10110 11001 11000 10111 C

120 What will be Decimal equivalent of (11111111)2 ? 200 254 128 255 D

121 what will be the subtraction of (110001)2 - (100111) 2 ? 1110 1100 1010 1001 C

122 Which is the highest hexadecimal number AA 00 EE FF D

123 Which is the smallest among given belowe Byte Bit Nibble Word B

124 Which is typically the Smallest: bit, byte, nibble, word? bit byte nibble pixel A

Which number system is usually followed in a typical


125 32- bit computer? Binary Decimal Hexa Decimal Octal A

Which of the following is also known as Arabic number


126 system? Binary Decimal Octal Hexadecimal B
127 Which of the following is correct binary number (123)2 (000)2 (111)8 3A4 B

128 Which of the following is not a binary number? 111 000 12D 1010 C

129 Which of the following is not a binary number? 110 19F 0011 1100 B

130 Which of the following is not a positional number system? Decimal Binary Octal Roman D

Which of the following is not an example of binary


131 numbers? 01010101 11001100 111111 none of the above D

Which of the following is the correct represent of a binary


132 number? (124)2 1110 (112)2 (001)2 D

Which of the following is the correct represent of a


133 Decimal number? (124)10 1110 112 0 A

Which of the following number system is known as base - Binary number Hexadecimal Octal number Decimal Number
134 10 system number system System System D

Which of the following Number System is supported by


135 Computers? Decimal Hexadecimal Octal All of the above D

Which one is not a number system with reference to Decimal Number Binary Number Penta Number Octal Number
136 computer? System System System System C

of the number system is the total number of digits


137 allowed by number system. Base Radix Both of the above None of the above C
138 Base 8 number system means Binary Octal Decimal Hexadecimal B

Smallest unit of data in computer is called


139 Binary Digit Big Digit Binary Data None A

140 1 byte = bits 2 4 8 16 C

141 1 Kilobyte = bytes 1024 104 1042 102 A

142 (156)10 = (?)2 0110 1100 1001 0011 1001 1100 0110 0011 C

143 (1011.01)2 + (11.011)2 = (?)2 1110.101 1010.101 1000.101 1110.011 A

144 (110.1100)2 - (100.0011)2 10.1001 1.1001 101.1001 None A

You might also like