File: binary.txt

package info (click to toggle)
kuttypy 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 37,896 kB
  • sloc: python: 58,651; javascript: 14,686; xml: 5,767; ansic: 2,716; makefile: 453; asm: 254; sh: 48
file content (27 lines) | stat: -rw-r--r-- 353 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Convert the binary number 101010 to decimal.
a) 42
b) 52
c) 62
d) 72
ANSWER: 1

Convert the decimal number 75 to binary.
1001011
1010110
1101010
1110010
ANSWER: 1

What is the decimal equivalent of the binary number 110010?
a) 38
b) 44
c) 50
d) 52
ANSWER: 3

Convert the decimal number 92 to binary.
a) 1011100
b) 1100100
c) 1110010
d) 1001010
ANSWER: 1