2b) Data Representation And Memory Flashcards

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

How much is a nibble?

A

4 bits

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

How much is a byte?

A

8 bits

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

How much is a kilobyte?

A

1000 bytes or 1Kilobyte

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

How much is a megabyte?

A

1000 KB

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

How much is gigabyte?

A

1000 mb

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

How much is a terabyte?

A

1000 Giga byte

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

How much is a petabyte?

A

1000 TB

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

What does data need to be converted in?

A

Data needs to be converted in binary so a computer can understand it.

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

What is binary used to store?

A

Numbers,text,images, sound and program instructions

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

Why should data be stored in binary format?

A

Computers can only understand on and off switch circuits which are represented as 1s and 0s in binary. Circuits only need to check for two states.

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

How do you find the size of sound?

A

Sound file size = sample rate x duration (s) x bit depth

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

How do you find image file size?

A

Image file size = colour depth x image height (px) x image width (px)

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

How do you find text file size?

A

Text file size = bits per character x number of characters

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

How to convert denary to binary?

A

128,64,32,16,8,4,2,1

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

What is a binary overflow error?

A

When adding two binary numbers we can end up with an extra digit that doesn’t fit.

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

What are the Hexadecimal digits?

A

1 2 3 4 5 6 7 8 9 A B C D E F

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

How to convert denary to Hex?

A

First draw the hexadecimal digits. Then Divide the number by 16 and write the digit then use the chart and put the remainder ad well.

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

How to convert binary to hexadecimal?

A

First split it up in 4s. Then 8421 above both 4 numbers. Find the numbers out and convert to hexadecimal.

19
Q

What is most significant bit?

A

Th number furthest to left ( can be 0 or 1)

20
Q

What is least significant bit?

A

Number furthest to the right ( can be 1 or 0)

21
Q

What is binary shift?

A

moving the binary digits in the accumulator to the left or right a given number of spaces.

22
Q

How are characters are represented in binary?

A

By ASCII they charcters on a keyboard are assigned to a binary number

23
Q

How are characters represented?

A

Using binary codes

24
Q

What are character sets and what are the major ones we use today?

A

Character sets are a set of letters,symbols and digits that can be represented by a computer

  • ASCII
  • UNICODE
25
Q

The relationship between the number of bits per character in a character set, and the number of characters which can be represented?

A

• The more bits per character in a character set the more characters which can be represented
For example:
• ASCII = 7-bits - 128 characters
• Extended ASCII = 8-bits - 256 characters
• UNICODE = 16-bit and 32-bits - every possible character which might be written

26
Q

How is an image represented?

A

As a series of pixels, represented in binary

27
Q

What is a pixel?

A

The smallest part of an image

28
Q

What does each pixel specifically have?

A

A specific colour and represented by a specific code

29
Q

What is meta data?

A

Meta data is data about data for example :
- Author
- Date created
- Resolution
- Colour depth in bits per pixel
- height, width

30
Q

What does a higher bit depth give?

A

A bigger range of colours

If 8 bits per pixel
2^8 = 256 colours
2^16 = 65,536

31
Q

The effect on image size and quality when changing colour depth and resolution

A

The more colours larger the file size will be

32
Q

How sound can be sampled and stored in digital form?

A

An Analogue to Digital Convertor (ADC) is used to
convert inputs to digital signals

33
Q

How are analogue sounds stored?

A

In binary

34
Q

What are sample rates measured in?

A

Hertz

35
Q

What is bit depth in sound?

A

Number of bits to store each sample

36
Q

What is sample rate?

A

The sample rate is the number of samples taken
per second

37
Q

What does more bits in sound do?

A

Enables the height of the wave to be accurately measured but increases file size

38
Q

What is the need for compression?

A

Reduces the storage size
Reduces download times
Music and video is streamed faster

39
Q

Where is compression needed ?

A

Communication bandwith
reduces size of am image
Send photos and videos faster

40
Q

What are disadvantages of lossy?

A
  • Loses some data
  • Blocks can often result from lossy compression
  • Noise can be often seem where there are contrasting colours
41
Q

Lossless advantages?

A
  • will not lose any data
  • The algorithm finds groups of repeating data and records the
    data once along with the number of repetitions
  • When data is uncompressed it is restored exactly as
    it was in the original
42
Q

Disadvantage of lossless

A
  • larger than lossy files
  • May impact speed
43
Q

Advantages of lossy?

A

Small file sizes. Ideal for web use. Lots of tools, plugins and software support it.