Comp Sci Vocab

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

1/23

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

24 Terms

1
New cards

roundoff error

error from trying to represent a value that is too precise, which is then rounded

2
New cards

overflow error

error from trying to represent a number that is too big

3
New cards

lossless compression

reducing the number of bits without losing data

4
New cards

lossy compression

reducing the number of bits and losing some data (irreversible)

5
New cards

copyright

when you create anything, you automatically own a copyright to this creativity.

6
New cards

creative commons

copyright licenses that tell people how they are allowed to use your creativity

7
New cards

user interface

the inputs/outputs that allow a user to interact with a software

8
New cards

input

data sent to the computer that tells it what to do

9
New cards

output

data sent from a computer program to the device, such as audio or text

10
New cards

debugging

finding and fixing problems in a code

11
New cards

memory

holds a program while working on it

12
New cards

storage

holds a program when it’s put away

13
New cards

string

a string of characters/text

14
New cards

program statement

a command or instruction

15
New cards

program

a collection of program statements

16
New cards

sequential programming

when the program runs in order from top to bottom

17
New cards

event driven programming

the program runs when triggered by an event

18
New cards

global variables

permanent code that can be used anywhere

19
New cards

local variables

temporary code that can only be used where it was created (should be avoided)

20
New cards

open data

public available date

21
New cards

citizen science and crowdsourcing

collecting data from a crowd to analyze

22
New cards

big data

huge amounts of data

23
New cards

metadata

data about data

24
New cards

concatenation

strings of strings/variables