1.1 - Number Systems Flashcards

You may prefer our related Brainscape-certified flashcards:
1
Q

Which number system do numbers with base 10 belong to? [1]

A

denary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which number system do numbers with base 2 belong to? [1]

A

binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which number system do numbers with base 8 belong to? [1]

A

octal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which number system do numbers with base 16 belong to? [1]

A

hexadecimal

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What are the uses of HEX number system? [5]

A
  • used in MAC addresses
  • used in IP addresses
  • used in error codes
  • used in memory dumps
  • used in HTML code
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a use of OCTAL number system? [1]

A
  • setting file permissions
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

0+1=

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

1+0=

A

1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

0+0=

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

1+1=

A

10

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

10+1=

A

11

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Where does addition on a computer done? [1]

A

in the register

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

How do you find two’s complement? [4]

A
  • start at LSB and look for the first 1
  • bits until the first 1 are written like normal
  • flip/invert all the other bits
  • number is a negative binary number
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which side is the least significant bit? [1]

A

RIGHT MOST SIDE

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

When multiplying binary numbers which way do you shift? [1]

A

to the left

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

When dividing binary numbers which way do you shift? [1]

A

to the right