AP CS Principles Unit 3 Vocab

studied byStudied by 0 people
0.0(0)
learn
LearnA personalized and smart learning plan
exam
Practice TestTake a test on your terms and definitions
spaced repetition
Spaced RepetitionScientifically backed study method
heart puzzle
Matching GameHow quick can you match all your cards?
flashcards
FlashcardsStudy terms and definitions

1 / 11

encourage image

There's no tags or description

Looks like no one added any tags here yet for you.

12 Terms

1

bit

short for binary digit--either a 0 or 1

New cards
2

byte

8 bits

New cards
3

number bases

used to represent data, includes binary and decimal

New cards
4

binary (base 2)

uses only combinations of the digits zero and one

New cards
5

decimal (base 10)

uses only combinations of the digits 0-9

New cards
6

modulus operator (mod)

arithmetic operator used to return the remainder of a division operation

New cards
7

overflow error

an error caused by the limitation of the range of values and mathematical operations on those values by representing integers with a fixed number of bits

New cards
8

round-off error

an error caused by the limitation of using a fixed number of bits to represent real numbers which limits the range and mathematical operations on those values

New cards
9

list

an ordered sequence of elements; allows multiple related items to be represented using a single variable

New cards
10

element

an individual element in a list that is assigned a unique index

New cards
11

complete list traversal

all elements in the list are accessed

New cards
12

partial list traversal

only a portion of elements in the list are accessed

New cards
robot