AP Cyber Prerequiste Vocab

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/46

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 4:29 AM on 8/12/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

47 Terms

1
New cards

Binary

A way of representing information using only two options.

2
New cards

Decimal

A way of representing information using ten options.

3
New cards

Bit

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

4
New cards

Byte

8 bits.

5
New cards

Overflow Error

Error from attempting to represent a number that is too large.

6
New cards

Round-off Error

Error from attempting to represent a number that is too precise, resulting in rounding the value.

7
New cards

Analog Data

Data with values that change continuously over time; examples include music, colors of a painting, or a sprinter's position during a race.

8
New cards

Digital Data

Data that changes discretely through a finite set of possible values.

9
New cards

Sampling

A process for creating a digital representation of analog data by measuring it at regular intervals called samples.

10
New cards

Lossless Compression

A process for reducing the number of bits needed to represent something without losing any information; this process is reversible.

11
New cards

Lossy Compression

A process for reducing the number of bits needed to represent something where some information is lost; this process is not reversible.

12
New cards

Intellectual Property

A work or invention resulting from creativity, to which one has rights and may apply for a patent, copyright, trademark, etc.

13
New cards

Computing Device

A machine that can run a program, including computers, tablets, servers, routers, and smart sensors.

14
New cards

Computing System

A group of computing devices and programs working together for a common purpose.

15
New cards

Computing Network

A group of interconnected computing devices capable of sending or receiving data.

16
New cards

Path

The series of connections between computing devices on a network starting with a sender and ending with a receiver.

17
New cards

Bandwidth

The maximum amount of data that can be sent in a fixed amount of time, usually measured in bits per second.

18
New cards

Protocol

An agreed-upon set of rules that specify the behavior of some system.

19
New cards

IP Address

The unique number assigned to each device on the Internet.

20
New cards

Internet Protocol (IP)

A protocol for sending data across the Internet that assigns unique numbers (IP addresses) to each connected device.

21
New cards

TCP (Transmission Control Protocol)

A reliable protocol that establishes a connection and ensures all data packets arrive in correct order and without errors.

22
New cards

UDP (User Datagram Protocol)

A faster but unreliable protocol that sends data packets without establishing a connection or guaranteeing delivery.

23
New cards

Router

A type of computer that forwards data across a network.

24
New cards

Packet

A chunk of data sent over a network, which may arrive in order, out-of-order, or not at all.

25
New cards

Redundancy

The inclusion of extra components so that a system can continue to work even if individual components fail.

26
New cards

Fault Tolerant

Can continue to function even in the event of individual component failures.

27
New cards

HTTP

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

28
New cards

Domain Name System (DNS)

The system responsible for translating domain names into IP addresses.

29
New cards

Internet

A computer network consisting of interconnected networks that use standardized, open communication protocols.

30
New cards

World Wide Web

A system of linked pages, programs, and files.

31
New cards

Metadata

Data about data.

32
New cards

Crowdsourcing

The practice of obtaining input or information from a large number of people via the Internet.

33
New cards

Procedural Abstraction

A process that allows a procedure to be used by knowing what it does, not how it does it.

34
New cards

Library

A group of functions (procedures) that may be used in creating new programs.

35
New cards

API

Application Program Interface; specifications for how functions in a library behave and can be used.

36
New cards

Modularity

The subdivision of a computer program into separate subprograms.

37
New cards

Personally Identifiable Information (PII)

Information about an individual that identifies, links, relates, or describes them.

38
New cards

Phishing

A technique that attempts to trick a user into providing personal information.

39
New cards

Keylogging

The use of a program to record every keystroke made by a computer user to gain fraudulent access to confidential information.

40
New cards

Malware

Software intended to damage a computing system or take partial control over its operation.

41
New cards

Rogue Access Point

A wireless access point that gives unauthorized access to secure networks.

42
New cards

Encryption

A process of encoding messages to keep them secret, so only authorized parties can read them.

43
New cards

Decryption

A process that reverses encryption, reproducing the original plain text.

44
New cards

Symmetric Key Encryption

Involves one key for both encryption and decryption.

45
New cards

Public Key Encryption

Pairs a public key for encryption and a private key for decryption.

46
New cards

Multi-factor Authentication

A system that requires at least two steps to unlock protected information.

47
New cards

Computer Virus Scanning Software

Protects a computing system against infection.