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...

(Multiples) Write a program that reads in two integers and determines and prints if the first is a multiple of the second. [Hint: Use the modulus operator.]

What will be an ideal response?

Computer Science & Information Technology

From shaking hands and introducing yourself to audience members prior to the presentation until you have completed your speech, you should strive to ________ your audience and make a connection

Fill in the blank(s) with correct word

Computer Science & Information Technology

Web pages on a small website never share the same folder on a web server.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology

Which of the following wireless network standards allows for the HIGHEST speeds?

A) 802.11a B) 802.11n C) 802.11g D) 802.11b

Computer Science & Information Technology