AP CSP Unit 1 and Unit 2 Vocab

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

1/25

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.

26 Terms

1
New cards

Innovation

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

2
New cards

Binary

A way of representing information using only two options.

3
New cards

Bit

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

4
New cards

Bandwidth

Transmission capacity measure by bit rate

5
New cards

Bit rate

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

6
New cards

Latency

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

7
New cards

Protocol

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

8
New cards

ASCII

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

9
New cards

code

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

10
New cards

IETF

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

11
New cards

Internet

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

12
New cards

Net Neutrality

the principle that all Internet traffic should be treated equally by Internet Service Providers.

13
New cards

IP Address

A number assigned to any item that is connected to the Internet.

14
New cards

Packets

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

15
New cards

TCP

Transmission Control Protocol - 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

16
New cards

DNS

The service that translates URLs to IP addresses.

17
New cards

HTTP

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

18
New cards

URL

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

19
New cards

Heuristic

a problem solving approach (algorithm) to find a satisfactory solution where finding an optimal or exact solution is impractical or impossible

20
New cards

Lossless Compression

a data compression algorithm that allows the original data to be perfectly reconstructed from the compressed data.

21
New cards

Image

A type of data used for graphics or pictures

22
New cards

Metadata

data that describes other data

23
New cards

Pixel

Short for "picture element" it is the fundamental unit of a digital image, typically a tiny square or dot which contains a single point of color of a larger image.

24
New cards

Hexadecimal

A base-16 number system that uses sixteen distinct symbols 0-9 and A-F to represent numbers from 0 to 15.

25
New cards

RGB

the RGB color model uses varying intensities of (R)ed, (G)reen, and (B)lue light are added together in to reproduce a broad array of colors.

26
New cards

Lossy Compression

(or irreversible compression) a data compression method that uses inexact approximations, discarding some data to represent the content. Most commonly seen in image formats like .jpg.