1.1 number systems Flashcards

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

why do computers use binary?

A

made up of transistors, can only process data in 2 states (1 and 0)

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

why is hexadecimal used

A

represents binary in a more human-friendly form. it takes fewer digits to represent a given value than binary

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

what are some uses of hexadecimal

A
  • MAC address
  • IP addresses
  • error codes
  • RGB colour values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

what are the rules for adding binary?

A

0+1=1
1+1=0 carry 1
1+1+1=1 carry 1

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

what is a left shift

A

moves all bits to the left

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

what happens to the value in binary, denary, and hex when left shift occurs

A

binary- multiply by 2
denary- multiply by 10
hex- multiply by 16

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

what is overflow

A

when top bit pushed out of register and lost. register is too small to represent value

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

what is a right shift

A

moves all bits to the right

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

what happens to the value in binary, decimal and hex when right shift occurs

A

binary- divide by 2
decimal- divide by 10
hex- divide by 16

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

how many bits does ASCII use

A

7

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

what does ASCII stand for

A

American Standard Code for Information Interchange

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

how many characters can ASCII represent

A

128

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

how many bits does unicode use

A

16

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

how is data processed in a computer

A

using logic gates and stored in registers

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

advantages of hex

A
  • more compact, take up less space
  • easier for humans to read and understand
  • less chance of human error
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q
A