AP Computer Science Principles Digital Information

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

1/18

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.

19 Terms

1
New cards

Caesar Cipher

A technique for encryption that shifts the alphabet by some number of characters

2
New cards

Cipher

a way of secretly writing or changing a message so that only someone who knows the secret method can understand it. It’s like a code used to hide information.

3
New cards

Cracking Encryption

When you attempt to decode a secret message without knowing all the specifics of the cipher

4
New cards

encode

to turn a message into a secret or special format so it can be stored, sent, or understood in a certain way

5
New cards

Decode

to change a secret or special message back into normal language so it can be understood.

6
New cards

Decryption

A process that reverses encryption, taking a secret message and reproducing the original plain text

7
New cards

Encryption

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

8
New cards

Asymmetric Encryption

a way to lock and unlock messages using two different keys:

  • A public key (shared with anyone) to lock the message.

  • A private key (kept secret) to unlock the message.

9
New cards

Private Key

a secret code that only the owner knows. It is used to unlock or decrypt messages in asymmetric encryption.

10
New cards

Public Key Encryption

a way to lock messages using a public key that anyone can see and use. But only the person with the private key can unlock it and read the message.

11
New cards

cryptography

the science of protecting information by transforming it into a secure format

12
New cards

symmetric encryption

where the same key is used to encrypt and decrypt the message

13
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.

14
New cards

Byte

A group of eight bits.

15
New cards

ASCII

a code for representing English characters as numbers, with each letter assigned a number from 0 to 127

16
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.

17
New cards

Hexidecimal

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

18
New cards

Lossy

data that has been compressed in a way that loses some details. This means that after it's reduced in size, some of the original information can’t be recovered.

19
New cards

Lossless

Compressing data in a way that preserves all data away and allows full recovery of the original.