Ch. 4 vocab

5.0(1)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

41 Terms

1
New cards

Amplitude

The height of a periodic wave which is a measure of its loudness.

2
New cards

Analog representation

Objects can take on any continuous value.

3
New cards

Arithmetic overflow

An attempt to represent an integer that exceeds the maximum allowable value.

4
New cards

ASCII

An acronym for the American Standard Code for Information Interchange; ASCII is an international standard for representing textual information in the majority of computers.

5
New cards

Binary number system

A base-2 positional numbering system.

6
New cards

Bit

A binary digit, 0 or 1.

7
New cards

Bit depth

The number of bits used to encode each sample during digitization.

8
New cards

Boolean expression

An expression that can evaluate only to true or false.

9
New cards

Boolean logic

A branch of mathematics which operates on the values true and false.

10
New cards

Byte

Eight bits.

11
New cards

Circuit

A collection of logic gates (1) that transforms a set of binary inputs into a set of binary outputs and (2) where the values of the outputs depend only on the current values of the inputs; more properly called a combinational circuit.

12
New cards

Circuit construction algorithm

An algorithm that allows us to go from a specification of what we wish to accomplish to a circuit that carries out those specifications.

13
New cards

Circuit optimization

The process of reducing the number of gates needed to implement a circuit.

14
New cards

Compression ratio

Measures how much a compression scheme has reduced the storage requirements of the data.

15
New cards

Control circuit

A circuit used to make decisions and control the flow of execution.

16
New cards

Data compression

The process of reducing the number of bits required to represent a sound or image.

17
New cards

Decoder

A control circuit that has N input lines numbered 0, 1, 2, …, N – 1 and 2N output lines numbered 0, 1, 2, 3, …, 2N – 1.

18
New cards

Digital representation

The values for a given object are drawn from a finite set, such as the letters {A, B, C, …, Z} or a subset of integer {0, 1, 2, 3, …, MAX}

19
New cards

Digitized

Converted from a continuous value to a single numeric value.

20
New cards

Fault-tolerant computing

[in Exercise 24] The ability to continue functioning even in the presence of the failure of one or more components.

21
New cards

Frequency

The total number of cycles per unit time measure in cycles/second, also called hertz.

22
New cards

Gate

An electronic device that operates on a collection of binary inputs to produce a binary output.

23
New cards

Gigabyte

One billion bytes.

24
New cards

Hardware design

The process of designing the low level components of a computer, including arithmetic and control circuits.

25
New cards

Logic design

Another term for hardware design as it uses the capabilities of Boolean logic to carry out the design process.

26
New cards

Lossless compression

No information is lost in the compress, and it is possible to reproduce exactly the original data.

27
New cards

Lossy compression

Compress data in a way that does not guarantee that all the information in the original data can be fully ad completely recreated.

28
New cards

Multiplexor

A control circuit that has 2N input lines and 1 output line.

29
New cards

Period

The time it takes for a single wave in a periodic wave function.

30
New cards

Positional numbering system

A numbering system in which each position of a number represents a value times the radix to a given power.

31
New cards

Raster graphics

A method for storing an image in which a sequence of picture elements is digitized and stored one row at a time, from left to right.

32
New cards

RGB encoding scheme

A method for encoding color that digitizes the contribution of the red, green, and blue components of each pixel.

33
New cards

Sampling

At fixed time intervals, the amplitude of a signal is measured and stored as an integer value; the wave is then represented in the computer in digital form as a sequence of sampled numerical amplitudes.

34
New cards

Sampling rate

The time interval between sampling points.

35
New cards

Scientific notation

A way to represent real numbers as a mantissa times a base to an exponential power.

36
New cards

Sequential circuit

Circuit that contains feedback loops in which the output of a gate is fed back as input to an earlier gate.

37
New cards

Sign/magnitude notation

A way to represent signed integer values in which one bit is used to represent the sign and the remaining bits are used to represent the magnitude.

38
New cards

Transistor

An electronic device that can be in an OFF state, which does not allow electricity to flow, or in an ON state, in which electricity can pass unimpeded; a transistor is a solid-state device that has no mechanical or moving parts.

39
New cards

Truth table

A table that contains columns labeled inputs that list the possible combinations of true/false values.

40
New cards

Two’s complement representation

A way to represent signed integer in which we count up from zero to represent positive values and we count down from zero to represent negative values.

41
New cards

Unicode

Uses a 16-bit representation for characters.