What is the binary version of the decimal number 49?

A) 10110001
B) 00110001
C) 00110010
D) 00111010

B
Explanation:
128 64 32 16 8 4 2 1
0 0 1 1 0 0 0 1

The binary equivalent of 49 is 00110001, 0 + 0 + 32 + 16 + 0 + 0 + 0 + 1 = 49

Computer Science & Information Technology

You might also like to view...

In the Datasheet view, Yes/No fields are displayed as a(n):

A) Spin box. B) Option button C) Action button. D) Check box.

Computer Science & Information Technology

?A command that indicates an action for the browser to take should end with a _____.

A. ?semicolon B. ?backslash C. ?colon D. ?forward slash

Computer Science & Information Technology