More Classes
5th Class
6th Class
7th Class
8th Class
9th Class
10th Class
11th Class
12th Class
NAT I
NAT II
CSS
IQ
General Knowledge
MDCAT
ECAT
GAT General
GAT Subject
Other Links
Go to Home
Online Tests
ECAT Computer Science Chapter 4 Computer Arithmetic & Number System Online Test MCQs With Answers
Question # 1
Data items are generally classified into which type of codes
Choose an answer
Numeric
Alphanumeric
Character
All of the above
Previous
Skip
Next
Question # 2
The reason why computers have been designed to use binary numbers is.
Choose an answer
computer circuits have to handle 2 binary digits rather than 10
electronic components, by their very nature, operate in a binary mode
everything that can be done with a base of 10 can also be done in binary
all of the above
Previous
Skip
Next
Question # 3
126
8
+ 425
8
= __________
Choose an answer
111101011
2
101101001
2
101101011
2
101100011
2
Previous
Skip
Next
Question # 4
A letter, number, or a special character is represented by a.
Choose an answer
bit
kilobyte
byte
megabyte
Previous
Skip
Next
Question # 5
Four-digit binary number 1011 is represented in the decimal system by.
Choose an answer
7
9
11
13
Previous
Skip
Next
Question # 6
The number ABC in Hexadecimal system is equivalent to which number in decimal system.
Choose an answer
A x 100 + B x 10 + C x 1
10 x 100 + 11 x 10 + 12
10 x 16 + 11 x 16 + 12
10 x 256 + 11 x 16 + 12
Previous
Skip
Next
Question # 7
The binary number 101000101011 is equal to the hexadecimal number
Choose an answer
A2D
C2D
A2B
B2C
Previous
Skip
Next
Question # 8
Base 8 is often used in computing because.
Choose an answer
there are 8 bit in a byte
calculations become easier by using base 8
electronic circuits can be made econmically
it can represent long strings of binary 1's an 0's in a more compact form
Previous
Skip
Next
Question # 9
The binary number 10011101 is equal to the hexadecimal number.
Choose an answer
9E
9F
9D
FF
Previous
Skip
Next
Question # 10
Binary number 10101101 is equivalent in decimal form to.
Choose an answer
170
171
173
174
Previous
Skip
Next
Question # 11
The main advantage of hexadecimal number is the case of conversion from hexadecimal to.
Choose an answer
ASCII code
binary
octal
decimal
Previous
Skip
Next
Question # 12
Number 375
10
is equivalent in binary system to.
Choose an answer
101110101
100110101
101110111
101110011
Previous
Skip
Next
Question # 13
97
10
(decimal) in octal number system is equivalent to.
Choose an answer
136
8
140
8
139
8
141
8
Previous
Skip
Next
Question # 14
What is the octal equivalent of the binary system :10111101.?
Choose an answer
675
8
275
8
572
8
573
8
Previous
Skip
Next
Question # 15
Alphanumeric characters are expressed in terms of binary codes. In ASCII (American standard Code for Information Interchange) each character is represented as a
Choose an answer
8 bit code
4 bit code
5 bit code
7 bit code
Previous
Skip
Next
Back