AP CS Principles Test 8 Review - Networking and Parallel Computing

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

1/14

flashcard set

Earn XP

Description and Tags

Flashcards for reviewing vocabulary related to networking and parallel computing concepts.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

15 Terms

1
New cards

Internet

A global network of computers that can communicate with each other using common protocols.

2
New cards

World Wide Web

The collection of web pages and related data that can be accessed through the Internet.

3
New cards

IP (Internet Protocol)

A common protocol used to transmit data on the internet.

4
New cards

TCP (Transmission Control Protocol)

A common protocol used to transmit data on the internet.

5
New cards

FTP (File Transfer Protocol)

A common protocol used to transmit data on the internet.

6
New cards

HTTP (Hypertext Transfer Protocol)

A common protocol used to transmit data on the internet.

7
New cards

Packets

Chunks of data that are transmitted over a network.

8
New cards

HTML (Hypertext Markup Language)

The language used to represent web pages.

9
New cards

Encryption

Using a mathematical algorithm to encode data to be transmitted, to prevent eavesdroppers from being able to read the data.

10
New cards

Symmetric Encryption

Encryption that uses the same key for both encryption and decryption.

11
New cards

Public Key Encryption

Encryption that uses two mathematically related keys (the public and the private key); data encrypted with one key can be decrypted with the other.

12
New cards

Digital Signature

Encrypting a document (or a hash of the document) with your private key lets anyone read it, but shows your authorship of the document.

13
New cards

Parallel Computing

Involves running more than one process at the same time, using multiple cores (processors) within one computer or multiple computers (this is typically called distributed computing).

14
New cards

Sequential Computing

Solves only one problem at a time, then moves on to the next.

15
New cards

Core (Processor)

An individual computing unit within a computer's CPU.