Chapter 1 Flashcards

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

Binary

A

base two number system based on the values

0 and 1 only.

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

Bit

A

abbreviation for binary digit.

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

One’s complement

A

each binary digit in a number is
reversed to allow both negative and positive numbers to
be represented.

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

Two’s complement

A

each binary digit is reversed and
1 is added in right-most position to produce another
method of representing positive and negative numbers.

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

Hexadecimal

A

a number system based on the value 16

uses the denary digits 0 to 9 and the letters A to F

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

Sign and magnitude

A

binary number system where
left-most bit is used to represent the sign (0 = + and
1 = –); the remaining bits represent the binary value.

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

Binary-coded decimal (BCD)

A

number system that

uses 4bits to represent each denary digit.

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

ASCII code

A

coding system for all the characters on a

keyboard and control codes.

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

Unicode

A

coding system which represents all the
languages of the world (first 128 characters are the
same as ASCII code).

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

Bit-map image

A

system that uses pixels to make up an

image.

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

Vector graphics

A

images that use 2D points to describe
lines and curves and their properties that are grouped to
form geometric shapes.

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

Sampling rate

A

number of sound samples taken per

second.

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

Frame rate

A

number of video frames that make up a

video per second.

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

Lossless file compression

A

file compression method
where the original file can be restored following
decompression.

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

Lossy file compression

A

file compression method
where parts of the original file cannot be recovered
during decompression, so some of the original detail
is lost.

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

Audio compression

A

method used to reduce the size of

a sound file using perceptual music shaping.`

17
Q

Perceptual music shaping

A

method where sounds
outside the normal range of hearing of humans, for
example, are eliminated from the music file during
compression.

18
Q

Bit rate

A

number of bits per second that can be
transmitted over a network. It is a measure of the data
transfer rate over a digital telecoms network.