Data Representation Flashcards

1
Q

What are the 4 different uses of the hexadecimal system?

A

Error codes = These numbers refer to the memory location of the error and are usually automatically generated by the computer.

MAC address = number which uniquely identifies a device on a network

IP address = Each device that is connected to the internet is given this address. IPv6 is a 128-bit number broken down into 16-bit chunks.

HTML color codes = are used when writing and developing web pages. A programming language.

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

overflow error?

A

When a calculation produces a result that exceeds the maximum value that can be stored in a given data type.

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

Logical binary shift - what does it do to the value when numbers are shifted towards the left or right?

A

Right - dividing by 2
left - multiplying by 2
(if shifting 3 times, then 2 to the power of 3)

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

Whats the ASCII code system?

A

set up in 1963 for the use of communication systems and computer systems. Consists of 7-bit codes that represent the numbers, letters, and characters. The extended ASCII code consists 8-bit.

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

How does a computer store recording?

A

Sound is analogue, so computers use an ADC to convert analogue to digital data. Sound waves are sampled at regular time intervals.

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

sampling resolution?

A

the number of bits used to represent sound amplitude in digital sound recording (also known as bit depth)

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

Colour depth?

A

the number of bits used to represent the colours of a pixel.

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

sampling rate?

A

the number of sound samples taken per second in digital sound recording

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

image resolution?

A

the number of pixels in the X-Y direction of an image, e.g. 4096 x 3192 pixels.

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

Name the memory size in order, and how many bytes are their in each?

A

1KB = 1 000 bytes
1 MG = 1 000 000 bytes
1 GB = 1 000 000 000 bytes
1TB = 1 000 000 000 000 bytes
1PB = 1 000 000 000 000 000 bytes
1 EB = 1 000 000 000 000 000 000 bytes

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

Why do we use data compression?

A
  • to save storage space on devices such as the hard disk/solid state drive
  • to reduce the time taken to stream a music or video file
  • to reduce the time taken to upload
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Lossy file compression?

A

a file compression method that allows the original file cannot be recovered during the decompression process. e.g. JPEG, mp3

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

Lossless file compression?

A

a file compression method that allows the original file to be fully restored during the decompression process. e.g. run-length encoding (RLE)

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

MP3?

A

lossy file compression method used for music files

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

MP4?

A

Lossy file compression method used for multimedia files

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

JPEG?

A

a form of lossy file compression used with image files that rely on the inability of the human eye to distinguish certain colour changes and hues

17
Q

Run-length coding (RLE)?

A

lossless file compression technique used to reduce the size of text and photo files in particular.
represent runs of identical data values as a single value and a count