APCSP Unit 8

0.0(0)
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/13

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.

14 Terms

1
New cards

Abstraction

managing complexity by “abstracting away” information and detail in order to focus on the relevant concepts

2
New cards

Digital information

generally comprises data that is created by, or prepared for, electronic systems and devices such as computers, screens, calculators, communication devices, and so on, and can be stored on those devices, or in the Cloud

3
New cards

Number system

defines how we represent numbers. It defines which digits we can use, and what value each position (place value) in a number has

4
New cards

Number Base

base of a number system defines how many digits are in the number system, and the base of the exponent for each place value in a number

5
New cards

Decimal system

number system we use in our everyday lives. It has ten digits, 0-9

6
New cards

Binary System

Number system that has two digits,0 and 1. This is how computers represent numbers at the base level

7
New cards

ASCII

The standard protocol for encoding text information as bits. The table assigns a unique binary number to every text character.

8
New cards

Data Compression

The process of encoding information, using fewer bits than the original representation. We can use algorithms to compress the data to use less bits for storage and then decompress it when we want to view it again

9
New cards

Lossless Compression

involves no loss of information. If data have been “Losslessly” compressed the original data can be recovered exactly from the compressed data after a compress/expand cycle.

10
New cards

Lossy Compression

Throwing away some of the data to save space. We can throw away a lot of data without any noticeable difference from the original

11
New cards

Cryptography

Scrambling digital information into an unreadable form. only those with verified authority (Password, key, etc.) can unscramble it to read it

12
New cards

Caesar Cipher

An encryption method in which each letter of the message is shifted a certain amount, called the key

13
New cards

Symmetric encryption

The same key is used to encrypt and decrypt

14
New cards

Public Key encryption

a type of asymmetric key encryption. There’s on key that encrypts the informational and there is a different key that decrypts the information