Comp Sci vocab Flashcards

1
Q

floating point representation

A

like scientific notation but binary

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

ASCII

A

American standard code for info exchange
- uses 7 bits (A=1000001)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Analog vs digital

A

analog=real world
Digital: technological representation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

copyrighted

A

intellectual property of creator: limits on how and when you can use

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Creative commons

A

organization that gives range of works for others to build up on and share

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Internet

A

global network of computing devices communicating w/ eachother

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Open network (for internet)

A

any device under the right protocol can join the internet

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

bit rate

A

bits of data sent per second

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

bandwidth + data units

A

max bit rate of a system
- kilobit, mega, giga

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Latency

A

time btwn sending and receiving of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

IP

A

internet protocol that identifies device and routes packets from router to router

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

difference in IPV

A

IPV4: 32 bits
IPV6: 128 bits

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

packet

A

what a message is split into several of

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

router

A

small computer that moves packets of data

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

TCP and UDP

A

orders and fixes packets to be received in the right way
UDP(user datagram protocol) is faster but less accurate than TCP(transmission control protocol)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

World Wide Web

A

network of webpages accessed through URLs

17
Q

DNS

A

Domain name system: phone book of the internet
- domain name translates to IP address

18
Q

HTTP

A

Hypertext transfer protocol
- loads webpage using links

19
Q

TLS

A

secure protocol that sends encrypted data to protect private info being sent from attackers using encryption

20
Q

Standardization

A

computers are in agreement about protocol they will follow

21
Q

Heuristic

A

approximate solution for problem that would take too long to solve

22
Q

parallel vs distributed computing

A

Parallel: one computer uses multiple processors to break program into small chunks to run at the same time
Distributes: same but with multiple computers instead of processors

23
Q

Web cookies

A

small amounts of text that track website info for specific user across multiple pages of website

24
Q

Rogue access point

A

access point installed on network without network owners permission

25
Q

firewall

A

monitors traffic on network and determines what to allow

26
Q

Symmetric encryption

A

same key used to encrypt and decrypt data (less secure)

27
Q

Public key encryption

A
  • type of asymmetric encryption for diff keys for encryption and decryption
  • public keys are the only ones that are exchanged
28
Q

Digital Certificate

A

proves ownership of encryption key