AP CSP Big Idea 1&2 Data and Creative Development

0.0(0)
studied byStudied by 1 person
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/11

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.

12 Terms

1
New cards

Abstraction

General idea of a specific part of an algorithm

  • ex: flowchart —> general idea of how a program works

2
New cards

Analog Data

Is a continuous stream of data values

  • Waves

    • Radio waves

    • Sounds waves

<p>Is a continuous stream of data values</p><ul><li><p>Waves</p><ul><li><p>Radio waves</p></li><li><p>Sounds waves</p></li></ul></li></ul>
3
New cards

Digital Data

Binary Code

-0s and 1s

4
New cards

Metadata

Is data that describes data and can help others find data and use it more effectively

  • date

  • time stamp

  • file size

  • file type

  • author/owner

5
New cards

Cleaning data

  • ensures incomplete data does not hide or skew results

  • removes bad data

  • repairs incomplete data

6
New cards

Integers

Whole numbers (1, 2, 3, 4, 5)

  • Math with decimals—> imprecise sometimes

  • 5 × 0.3= 1.5, but in integers would just be 1

7
New cards

Switching from a computer with 32 bits to 64 bits would

make it 2^(32) more

8
New cards

Data compression algorithm are used when

it is too large to send in a timely manner

9
New cards

Syntax error

missing punctuation or parenthesis, and typos

  • Must be corrected before your program is run

10
New cards

Runtime error

Occur when the program is executing

  • ex: var= 0 and 0 divide —> crash when its 0 but works at other times

11
New cards

Logic Error

Produces unexpected results

  • use a variety of test cases

  • Using “+” instead of “-”

12
New cards

Overflow

Interger is larger than programming can hold