Data Representation Flashcards

1
Q

Define:

NOT Gate

A

Single Input
Single Output
If 1 is input, 0 is output
If 0 is input, 1 is output
Triangle with circle on tip - symbol

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

Define:

AND Gate

A

Two inputs
Single output
If both inputs are 1, output is 1
If both input are 0 or only one is 1, output is 0
D shaped - symbol

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

Define:

OR Gate

A

Two inputs
Single output
If one or both inputs are 1, output is 1
If both inputs are 0, output is 0
D shaped with curve inwards on straight edge - symbol

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

Represent:

NOT A

(Boolean Algebra)

A

Ā

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

Represent:

A AND B

(Boolean Algebra)

A

A.B

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

Represent:

A OR B

(Boolean Algebra)

A

A + B

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

Represent:

A XOR B

(Boolean Algebra)

A

A ⊕ B

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

Describe:

Bit

A

A single binary digit ( 1 or 0 )

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

Describe:

Nibble

A

4 bits

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

Describe:

Byte (B)

A

8 bits

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

Describe:

Kilobyte (kB)

A

1000 bytes

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

Describe:

Megabyte (MB)

A

1000 kilobytes

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

Describe:

Gigabyte (GB)

A

1000 megabytes

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

Describe:

Terrabyte (TB)

A

1000 gigabytes

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

Define:

Left Shift

A

Binary values are shifted one column to the left
The value is doubled

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

Define:

Right Shift

A

Binary values are shifted one column to the right
The value is halved

17
Q

List:

Denary to Hex values

A
  1. 0
  2. 1
  3. 2
  4. 3
  5. 4
  6. 5
  7. 6
  8. 7
  9. 8
  10. 9
  11. A
  12. B
  13. C
  14. D
  15. E
  16. F
18
Q

Describe:

7-Bit ASCII

A

128 Characters
Represents characters in the English language

19
Q

Describe:

Extended ASCII

A

8-Bit
256 Characters
Includes characters from some European alphabets

20
Q

Describe:

Unicode

A

Covers all major languages and tries to cover every possible letter or symbol that might be written

21
Q

Describe:

Bitmap Representation

A

Images made up of lots of small points called pixels
Each pixel is represented by a binary value

22
Q

Equation:

Bitmap File Size

A

File Size = Height × Width × Colour Depth

23
Q

Describe:

Sound Files

A

Recorded by a microphone as analogue signals
Analogue signals are converted into digital dat so computers can read them.
This is called sampling

24
Q

Equation:

Sound File Size

A

File Size = Sample Rate × Sample Resolution × Length