AP CSP Unit 3

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

string

A linear sequence of characters, words, or other data.

2
New cards

Dichotomous

In which something can only be one thing or another (Yes or No).

3
New cards

Bits

The foundation to digital computing (1s and 0s) - short for binary digits.

4
New cards

State space

The space of potential possibilities.

5
New cards

ASCII

The table outlines a common set of conventions established for converting between binary values and alphanumeric (represents 128 different characters).

6
New cards

Digital Noise

Irrelevant or meaningless data that has found its way into otherwise meaningful code.

7
New cards

Bit String

A sequence of bits that can be used to represent sets or to manipulate binary data.

8
New cards

Unicode

A binary encoding system that can represent much more of the world's text than ASCII can (represents 65,536 different characters).

9
New cards

Morse Code

A code where letters are represented by combinations of long and short signals of light or sound.

10
New cards

Fixed-point numbers

Numbers where the decimal point is always in the same place.

11
New cards

Baudot Code

A binary code that uses crosses and dots in order to encode 2^5 or 32 characters.

12
New cards

Analog

Non-digital signals or information represented by a continuously variable physical quantity such as spatial position or voltage.

13
New cards

Variable-width encoding (Ex: Morse Code)

Using codes of different lengths to encode a character set for representation

14
New cards

Fixed-width encoding (Ex: Baudot Code)

Using codes with a fixed width to encode a character set for representation

15
New cards

Digital Millennium Copyright Act (DMCA)

U.S. copyright law enacted in 1998 that restricts access and ownership of electronic and digital media.

16
New cards

Linear Search

A method for finding a target value within a list (presorted or not) by checking each value until a match is found or until all the elements have been searched.

17
New cards

Procedure

A group of blocks that are combined to perform a specific task.

18
New cards

Substring

A subset of a string of alphanumeric fields or variables.

19
New cards

Scientific Notation

The mathematical representation of a decimal number in floating-point form.