Chapter 1 Information Representation

0.0(0)
studied byStudied by 2 people
0.0(0)
full-widthCall with Kai
GameKnowt Play
New
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

denary numbers

Numbers used in everyday life, based on the base-10 system.

2
New cards

bit

A single binary digit (0 or 1).

3
New cards

byte

A group of eight bits.

4
New cards

nibble

A group of four bits.

5
New cards

decimal prefix

A prefix defining magnitude using factors based on powers of 10.

6
New cards

binary prefix

Names (like kibi, mebi) defining magnitude factors based on powers of 2.

7
New cards

one's compliment

Binary number obtained by switching every 0 to a 1 and every 1 to a 0.

8
New cards

two's compliment

The binary number obtained if 1 is added to the one's complement number.

9
New cards

overflow

An error when the result of an operation is too large for the available bits.

10
New cards

binary coded decimal (BCD)

A scheme using four bits (a nibble) to represent a single denary digit.

11
New cards

packed BCD

Storing two 4-bit BCD codes within one byte.

12
New cards

vector graphics

An image where components are individual scalable drawing objects.

13
New cards

drawing objects

An individual component defined within a drawing package image.

14
New cards

drawing lists

A list in a vector graphic file containing a command for each object.

15
New cards

property

An attribute defining a characteristic (e.g., colour, size, thickness) of an object.

16
New cards

picture element (pixel)

The smallest identifiable component of a bitmap image.

17
New cards

colour depth

The number of bits per pixel used to represent a pixel's colour.

18
New cards

bit depth

The number of bits used to store each primary color (Red, Green, Blue) in the RGB scheme.

19
New cards

image resolution

The product of the number of pixels per row times the number of rows in a bitmap file.

20
New cards

screen resolution

The resolution applicable to a particular monitor screen used to display an image.

21
New cards

file header

Part of a bitmap file containing construction information (e.g., colour depth and resolution).

22
New cards

analouge data

A continuous sound signal.

23
New cards

digital data

The binary code that sound is converted into for storage or transmission.

24
New cards

sampling

The process during ADC conversion where measured sound values are captured.

25
New cards

sampling resolution

The number of bits used to store the amplitude values (affects accuracy).

26
New cards

sampling rate

An important factor associated with the use of an analogue-to-digital converter (ADC).

27
New cards

lossless compression

File size reduction where no information is lost; the original file is recoverable.

28
New cards

lossy compression

File size reduction involving some loss of information; the exact original file cannot be recovered.

29
New cards