Data reprentation Topic 1 Flashcards

(32 cards)

1
Q

Define bit

A

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

Defnie overflow error

A

the result of a calculation producing a value too large for the computer’s allocated word size

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

logical shift

A

shifting bits left or right in a register
-any out of register are replaced with 0

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

two’s complement

A

method of representing negative numbers in binary

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

What is most significant bit

A

left most bit

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

ASCII code

A

character set for all the characters on a standard keyboard and control codes
(American standard code for Information Interchange)

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

character set

A

list of characters defined by the computer hardware and software
-so computers can understand human characters

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

Unicode

A

character set which represents all the languages of the world, including the ASCII code

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

Sampling resolution

A

number of bits used to represent sound amplitude in digital sound recording
-aka bit depth

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

bit depth

A

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
10
Q

color depth

A

number of bits used to represent the colors of a pixel

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

sampling rate

A

number of sound samples taken per second in a digial sound recording

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

bitmap image

A

image made up of pixels

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

pixel

A

smallest element used to make up an image on a display

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

image resolution

A

number of pixels that make up an image

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

pixelated image

A

result of zooming into a bitmap image

16
Q

pixel density

A

number of pixels per square inch

17
Q

compression

A

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

18
Q

audio compression

A

a method used to reduce the size of a sound file using perceptual music shaping

19
Q

What are the uses of the binary system

A

base of all computing systems

20
Q

Why is the binary system used in all computing systems [3]

A

-it only consists of two values: 0 and 1
-computers can only take inputs of on and off
-binary systems can represent the computers

21
Q

What are the uses of the hexadecimal system [4]

A

-error codes
-MAC addresses (unique number per device)
-IPv6 addresses (internet protocol address)
-HTML color codes

22
Q

Why is the hexadecimal system used [3]

A

to shorten long binary numbers
-to be interpreted by humans
-for storage
-for transfer of data

23
Q

What are the uses of the octal system [2]

A

to shorten long binary numbers
-similar to hexadecimal
-used to represent data with smaller bits

24
benefits of using larger sampling resolution [3]
-larger dynamic range -better sound quality -less sound distortion
25
describe a vector image
-consists of shapes, curves, lines, texts -has intructions where to place the components
26
Advantages of bitmap images [2]
-high detail (color range, gradient) -can easily be compressed
27
Advantages of vector images [2]
-scalability without losing quality -typically smaller file size
28
What is perceptual music shaping? [2]
-removing frequencies out of human hearing range -removing softer sound if two sounds are played at the same time
29
examples of lossy compression [3]
MP3 MP4 JPEG
30
example of lossless compression
RLE
31
How does RLE work? [2]
reduces identical/repeating data into two numbers -number of identical data -code of the data item