comp 3.1 to 3.3 Flashcards

(43 cards)

1
Q

algorithm meaning

A

a sequence of steps that can be followed to complete a task

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

decomposition meaning

A

breaking a problem into a number of sub-problems

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

abstraction meaning

A

removing unnecessary detail from a problem

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

decimal

A

base-10, 0-9

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

binary

A

base-2, 0-1, binary is easy when representing 2 states

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

hexadecimal

A

base-16, 0-15
10-15 is A-F
hex numbers can be expressed more compactly than binary

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

number of bits and bytes

A

1 bit, 1b
1 nibble, 4b
1 byte, 8b
1 byte, 1B
kilo - 1000 bytes
mega - million bytes
giga - billion bytes
tera - trillion bytes
peta - quadrillion bytes

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

binary shifts

A

left - multiply by 2

right - divide by 2

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

overflow

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

number base

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

purpose of hexadecimal

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

character set

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

data compression

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

need for data compression

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

RLE

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

RLE method

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

bitmap

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

resolution

17
Q

colour depth

19
Q

number of colours potential

20
Q

1 bit colours

20
Q

2 bit colours

21
Q

normal colour depth

22
number of pixels
23
bitmap image file size
24
Huffman encoding
25
method for Huffman
26
nodes
27
sound file size
28
sample length
29
sample resolution
30
sample rate
31
sample rate unit
32
sample rate explanation
33
analogue sound wave
34
typical CD hertz
35
typical CD bit values
36
unicode vs ASCII
37
sound sample
38
why do we compress data
38
how do you turn a picture into a bitmap and vice versa
39
how to convert analogue waves into digital one and vice versa