CSP

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

1/30

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.

31 Terms

1
New cards

overflow error

data too large to represent

2
New cards

roundoff error

data too specific to represent

3
New cards

bits can be used to represent

color, sound, words

4
New cards

heuristic

no perfect solution, so approximate solution decent

5
New cards

argument

value given to parameters

6
New cards

parameter

variables in function

7
New cards

return

value of expression after function

8
New cards

abstraction

allows procedure to be used knowing what it does, not how it does it, allowing solution to be based on smaller subsolutions (functions0

9
New cards

number of binary searches for list of n variables

log base2 n

10
New cards

packets

chunk of data sent over network (pieces of larger messages - can be sent in order or out of order or not)

11
New cards

digital certificates

verifies identity

12
New cards

phishing

tricks user into providing information

13
New cards

rogue access point

gives unauthorized access to networks

14
New cards

malware

virus installed that controls computer

15
New cards

symettric encryption

one key for both

16
New cards

public key

anyone can encrypt it but the reciever needs a private key to decrypt it

17
New cards

when is binary search possible

can have repeat elements but must be sorted in numerical/alphabet order

18
New cards

sequencing

putting steps in an order

19
New cards

selection

deciding which steps to do next

20
New cards

iteration

repeating some steps

21
New cards

procedure

function

22
New cards

assignment operator

allows a program to change the value represented by a variable

23
New cards

documentation

description of how a peice of code works (ie. comment)

24
New cards

DOmain name system

translates domain names into IP addresses

25
New cards

HTTP

transmits web pages

26
New cards

bandwidth

max data that can be sent in x amount of time

27
New cards

analog data

has values that change continuously (position of person during race, music, colors)

28
New cards

byte

8 bits

29
New cards

tcp

reliable but slower

30
New cards

udp

faster but less reliable

31
New cards