AP CSP Unit 6: Innovative Technologies

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

1/64

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:30 PM on 5/27/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

65 Terms

1
New cards

Computing Innovation

An innovation that includes a computer or program code as an integral part of its functionality.

2
New cards

personally identifiable information (PII)

information about an individual that identifies, links, relates, or describes them

3
New cards

metadata

data about data

4
New cards

digital divide

the differing access to computing devices and the Internet, based on socioeconomic, geographic, or demographic characteristics

5
New cards

computing device

a physical artifact that can run a program

6
New cards

computing system

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

7
New cards

computer network

a group of interconnected computing devices capable of sending or receiving data

8
New cards

redundancy

the inclusion of extra components that can be used to mitigate failure of a system if other components fail

9
New cards

fault-tolerant

the term used when a system can support failures and still continue to function

10
New cards

protocol

an agreed-upon set of rules that specify the behavior of a system

11
New cards

bandwidth

the maximum amount of data that can be sent in a fixed amount of time

12
New cards

routing

the process of finding a path from sender to receiver

13
New cards

path

a sequence of directly connected computing devices that begins at the sender and ends at the receiver

14
New cards

data streams

streams that contain chunks of data, which are encapsulated in packets

15
New cards

packets

contain a chunk of data and metadata used for routing the packet between the origin and the destination on the Internet, as well as for data reassembly

16
New cards

World Wide Web

a system of linked pages, programs, and files

17
New cards

HTTP

a protocol used by the World Wide Web for communicating with web servers and transferring web pages and other data back to a browser.

18
New cards

sequential computing

a computational model in which operations are performed in order one at a time

19
New cards

distributed computing

a computational model in which multiple devices are used to run a program

20
New cards

parallel computing

a computational model where the program is broken into multiple smaller sequential computing operations, some of which are performed simultaneously

21
New cards

speedup of a parallel solution

the time it took to complete the task sequentially divided by the time it took to complete the task when done in parallel

22
New cards

public key encryption

encryption that pairs a public key for encryption and a private key for decryption

23
New cards

multifactor authentication

a method of computer access control in which a user is only granted access after successfully presenting several separate pieces of evidence to an authentication mechanism, typically in at least two of the following categories: knowledge (something they know); possession (something they have), and inherence (something they are)

24
New cards

malware

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

25
New cards

computer virus

a malicious program that can copy itself and gain access to a computer in an unauthorized way

26
New cards

phishing

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

27
New cards

keylogging

the use of a program to record every keystroke made by a computer user in order to gain fraudulent access to passwords and other confidential information

28
New cards

rogue access point

a wireless access point that gives unauthorized access to secure networks

29
New cards

Client

a computer or software that requests service from a server

30
New cards

router

a device which forwards data packets to the appropriate parts of a computer network

31
New cards

C in the CIA Triad

Confidentiality

32
New cards

I in the CIA Triad

Integrity

33
New cards

A in the CIA Triad

Availability

34
New cards

SSL (Secure Sockets Layer)

the process in which websites send the user a "lock" to encrypt their data so that any traffic being sent over the Internet can then only be decoded by the website who create the original key/lock pair.

35
New cards

The purpose of TCP and IP are...?

To establish a common standard for sending messages between devices on the Internet

36
New cards

Describe the relationship between the WWW and the Internet

The World Wide Web is a system of linked pages, programs, and files that is accessed via a network called the Internet.

37
New cards

True or False: Devices on the Internet communicate using standard protocols, which do not depend on the manufacturer.

True

38
New cards

How is the Internet able to facilitate communication at a large scale?

The Internet uses redundant routing to support fault tolerance. The Internet uses protocols so that data is transmitted in a standard format. The Internet is not controlled from a central device.

39
New cards

How is data transmitted on the Internet?

Data is broken into packets, which can be sent along different paths.

40
New cards

True or False: The Internet is designed to scale to support an increasing number of users.

True

41
New cards

What is the primary reason for the use of open protocols on the Internet?

Open protocols provide a way to standardize data transmission between different devices.

42
New cards

What are Digital certificates?

Digital certificates are used to verify the ownership of encrypted keys used in secured communication.

43
New cards

True or False: In public cryptography, a message is encrypted with a sender's public key and decrypted with the sender's private key.

False. In public cryptography, a message is encrypted with a RECIPIENT'S public key and decrypted with the RECIPIENT'S private key.

44
New cards

True or False: Symmetric encryption uses a single key for both encryption and decryption of data. Since the key can be used to unlock the data, it should be kept secret.

True

45
New cards

What are certificate authorities?

Certificate authorities are entities that issue digital certificates, which are used to certify the ownership of public keys.

46
New cards

What is a non-likely reason that personal information is hard to remove from the Internet?

All personal information is stored online using authentication measures, making the information hard to access.

47
New cards

What does a rogue access point do?

it allows unauthorized individuals to intercept information transmitted on a network.

48
New cards

What does redundancy do?

Redundancy often allows messages to be sent on the network even if some network devices or connections have failed.

49
New cards

how is fault tolerance in a network achieved?

By providing multiple paths between devices, enabling routing to occur even in the presence of a failed component

50
New cards

The best way to optimize execution time is when...?

The workload of the two processors are as close to equal as possible.

51
New cards

With 32-bit addressing, how many possible addresses does IPv4 have?

2^32

52
New cards

With 128-bit addressing, how many possible addresses does IPv6 have?

2^128

53
New cards

What's result of using 128-bit addresses instead of 32-bit addresses?

There would be 2^96 times as many addresses available.

54
New cards

True or False: The Internet harms productivity; the Internet offers many distractions in the form of online forums, shopping, videos and music.

True

55
New cards

True or False: The Internet helps productivity, communicating and collaborating with coworkers or peers is easier than ever before.

True

56
New cards

True or False: Redundancy has bad qualities; it creates unnecessary routers in the network.

False: Redundancy has good qualities; if several routers fail, data can still be transferred and many devices can be added to the network without affecting network traffic.

57
New cards

What symbol found in the address bar usually indicates that a website has such security in place?

A padlock

58
New cards

The Internet is a network of networks in which host computers are connected by what?

Routers

59
New cards

What is the basic idea of fault-tolerance?

If part of the system fails, the operation continues without interruption

60
New cards

What are the valid decimal numbers accepted by IPv4 standards?

0-255

61
New cards

What best describes how a web browser and a web server interact with each other?

A web browser is a client application that is run on a user's computer that requests information from the web server that hosts all the files you are requesting.

62
New cards

How many bits are used for IPv6 standard addresses?

128

63
New cards

How would the security of an encrypted message be breached using public key encryption?

If a third party accessed the private key

64
New cards

True or False: Cloud data is safe from data breaches.

False, Cloud data is not safe from data breaches and may actually be more susceptible to cybersecurity hacks than data stored on company servers.

65
New cards

Would CERN's technology be more popular if it had been proprietary?

No, it would likely not have become as popular as it has or have been adopted by so many users and institutions across the globe