Binary and hexadecimal Flashcards

Lets get learnin guys ;) :D

1
Q

What are the 3 Logic Gates?

A

NOT, AND, OR

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

What is the Base system of binary?

A

Base 2

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

Which numbers are used in binary?

A

0 and 1

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

Binary is a base what system?

A

2

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

Which 2 numbers are used in Binary?

A

1 and 0

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

What is Binary?

A

A numerical system in which there are only 2 values for each digit 1 and 0.

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

Why can computers only operate using binary data?

A

Computers cannot easily read data from switches so they operate on whether a switch is in an on or off state and function differently depending on each.

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

What is 4 bits?

A

A nibble

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

What base is hexadecimal?

A

16

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

How are we able to write the values 10 - 15?

A

As the letters A - F.

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

Why is it useful to use hexadecimal numbers?

A

When storing large binary digits as 4 binary numbers are able to be converted into a single hexadecimal digit i.e. 1011 = B. This makes it far easier for developers and designers to read long strings of binary data.

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

When is hexadecimal representation of data used?

A

When storing data on colours i.e. the common method is a 6 digit hexadecimal number representing the RGB values of a colour.

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