Chapter 1: Data representation Flashcards

(35 cards)

1
Q

Define a bit

A

The basic computing element that is either 0 or 1

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

Define the binary number system

A

A number system based on 2 and can only use values 0 and 1

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

Define an error code

A

It is an error message generated by the computer

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

Define a MAC address

A

It is an address (given in hexadecimal) that uniquely identifies a device on the internet in the form of NN-NN-NN-DD-DD-DD

(NN-NN-NN is the manufacturer code)

(DD-DD-DD is the device code)

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

Define an IP address

A

It is an address that uniquely identifies each device connected to a network identifying their location.

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

Define HTML

A

It is used to design and write webpages

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

Define an overflow error

A

The result of doing a calculation that produces a value that is too big for the computers allocated word size

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

Define logical shift

A

An operation that shifts bits to the left or right in a register.

(Any bits shifted out of the register are replaced with zeroes)

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

Define the two’s complement

A

A method of representing of negative numbers in binary

(When applied to an 8-bit system, the left most bit is given the value -128

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

What is an ASCII code

A

A character set for all the characters on a standard keyboard and control codes.

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

Define a character set

A

a list of characters that have been defined by computer hardware and software.

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

Define an Unicode

A

a character set which represents all the languages of the world

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

Define a sampling resolution

A

the number of bits used to represent sound amplitude in digital sound recording

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

Define what is bit depth

A

the number of bits used to represent the smallest unit in a sound file

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

Define what is color 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
16
Q

Define sampling rate

A

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

17
Q

Define bitmap image

A

an image made up of pixels

18
Q

Define pixel

A

the smallest element used to make up an image on a display

19
Q

Define image resolution

A

the number of pixels in the X–Y direction of an image,

20
Q

Define pixelated image

A

this is the result of zooming into a bitmap image; on zooming out the pixel density can be diminished to such a degree that the actual pixels themselves can be seen

21
Q

Define pixel density

A

number of pixels per square inch

22
Q

Define compression

A

reduction of the size of a file by removing repeated or redundant pieces of data;

23
Q

Define bandwidth

A

the maximum rate of transfer of data across a network, measured in kilobits per second (kbps) or megabits per second (Mbps)

24
Q

Define lossy file compression

A

a file compression method in which parts of the original file cannot be recovered during the decompression process

25
Define lossless file compression
A file compression method that allows the original file to be fully restored during the decompression process, for example, run length encoding (RLE)
26
Define audio compression
a method used to reduce the size of a sound file using perceptual music shaping
27
Define MP3
a lossy file compression method used for music files
28
Define MP4
a lossy file compression method used for multimedia files
29
Define JPEG
; a form of lossy file compression used with image files which relies on the inability of the human eye to distinguish certain colour changes and hues
30
Define RLE
a lossless file compression technique used to reduce the size of text and photo files in particular
31
How do you calculate The file size of an image
image resolution (in pixels) × colour depth (in bits)
32
How do you calculate The size of a mono sound file
sample rate (in Hz) × sample resolution (in bits) × length of sample (in seconds)
33
Why is file compression necessary
» to save storage space on devices such as the hard disk drive/solid state drive » to reduce the time taken to stream a music or video file » to reduce the time taken to upload, download or transfer a file across a network » the download/upload process uses up network bandwidth » reduced file size also reduces costs.
34
Define a data packet
a small part of a message/data that is transmitted over a network
35
Define a data packet
a small part of a message/data that is transmitted over a network