AP CS Flashcards

1
Q

Innovation

A

A novel or improved idea, device, product, etc, or the development thereof

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

Binary

A

A way of representing information using only two options

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

Bit

A

A contraction of “Binary Digit”. A bit is the single unit of information in a computer, typically represented as a 0 or 1.

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

Bandwidth

A

Transmission capacity measure by bit rate

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

Bit rate

A

(sometimes written bitrate) the number of bits that are conveyed or processed per unit of time. e.g. 8 bits/sec.

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

Latency

A

Time it takes for a bit to travel from its sender to its receiver.

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

Protocol

A

A set of rules governing the exchange or transmission of data between devices.

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

ASCII

A

American Standard Code for Information Interchange. ASCII is the universally recognized raw text format that any computer can understand.

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

Code

A

(v) to write code, or to write instructions for a computer.

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

IETF - Internet Engineering Task Force

A

develops and promotes voluntary Internet standards and protocols, in particular the standards that comprise the Internet protocol suite (TCP/IP).

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

Internet

A

A group of computers and servers that are connected to each other.

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

Packets

A

Small chunks of information that have been carefully formed from larger chunks of information.

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

TCP - Transmission Control Protocol

A

provides reliable, ordered, and error-checked delivery of a stream of packets on the internet. TCP is tightly linked with IP and usually seen as TCP/IP in writing.

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

DNS

A

The service that translates URLs to IP addresses

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

HTTP

A

HyperText Transfer Protocol - the protocol used for transmitting web pages over the Internet

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

URL

A
  • An easy-to-remember address for calling a web page (like www.code.org)