NEW
Font size
WorksheetsCSIA 105 Module 3 Objectives
Total questions: 72
Worksheet time: 36mins
Priya wants to send a confidential email to Benjamin so that only he can read it. She decides to use a method that secures the information by transforming it into an unreadable format. What is this method called?
The practice of securing information by transforming it into an unreadable format.
The process of creating computer hardware.
The study of living organisms.
The art of painting landscapes.
Evelyn is learning about different types of cryptographic algorithms for her new job. She wants to understand how hash, symmetric, and asymmetric cryptographic algorithms differ. Which of the following characteristics best distinguishes them?
Hash algorithms create a fixed output from input data, symmetric uses one key for encryption and decryption, and asymmetric uses a key pair for encryption and decryption.
Hash algorithms use two keys, symmetric uses a key pair, and asymmetric uses a single key.
Hash algorithms are only used for decryption, symmetric for hashing, and asymmetric for both.
Hash algorithms require a password, symmetric uses no keys, and asymmetric uses three keys.
Sophia is setting up a secure online store and wants to ensure that her customers' information is safe during transactions. In which of the following ways can cryptography help her?
Securing communications, protecting data, authentication, and digital signatures
Cooking food, cleaning houses, gardening, and painting
Growing plants, making furniture, and building houses
Driving cars, flying planes, and sailing ships
David is setting up a secure communication system for his company. He learns about cryptographic limitations and attacks. Which of the following best describes what David should be aware of?
They refer to weaknesses in cryptographic systems that can be exploited by attackers.
They guarantee absolute security for all data transmissions.
They eliminate the need for secure key management.
They prevent all forms of unauthorized access without exception.
Mia wants to send a secret message to Grace without anyone knowing that a message is being sent. What does steganography help Mia hide?
The content of data
The existence of data
The format of data
The size of data
Emma is creating a presentation and wants to send a secret note to Mia without anyone else noticing. She decides to embed the note inside an image file. What kind of messages can be embedded in an image, audio, or video file like this?
hidden
loud
visible
public
Priya wants to send a secret message to her friend without anyone noticing. She decides to use an image file to hide her message. How can Priya hide the data in the image file using steganography?
By encrypting the file
By dividing data and hiding in unused portions of the file
By compressing the file
By renaming the file
Noah is learning about steganography and discovers that a common scheme is to hide data in the file header fields that describe the file, between sections of the ______.
metadata
footer
payload
checksum
Oliver wants to send a secret message to Maya so that no one else can understand it if they intercept it. What is the practice called that involves transforming ("scrambling") information so that its meaning cannot be understood by unauthorized parties?
The practice of transforming ("scrambling") information so that its meaning cannot be understood by unauthorized parties
The process of sending emails
The act of storing data in the cloud
The method of compressing files
Jackson wants to send a secret message to his friend. He decides to rearrange each letter of the message so that only his friend can understand it. Which cryptographic method is Jackson using?
Substitution
Transposition
Encryption
Decryption
In a secret message game, Liam replaces each letter in his note with another letter using a special code. In this substitution method, one letter is ______ for another letter.
substituted
deleted
repeated
ignored
Kai wants to send a secret message to Sophia so that no one else can read it. What is the process of changing the original text into a scrambled message called?
Encryption
Decryption
Compression
Translation
Daniel is sending a message to Ava over the internet. Before the message is encrypted, it is in the form of ________, which is unencrypted data that is input for encryption or is the output of decryption.
Plaintext
Ciphertext
Hash
Key
David sends a secret message to Mia using encryption. The scrambled and unreadable output that Mia receives before decrypting it is called ________.
Ciphertext
Plaintext
Hash
Key
Arjun is sending a message over the internet. The message is in a form that anyone can read, and it is not protected by any encryption. Fill in the blank: The message Arjun is sending is called ________.
Cleartext
Ciphertext
Hash
Token
David wants to securely send a confidential message to Lily over the internet. He uses a cryptographic algorithm that consists of procedures based on a mathematical formula to encrypt and decrypt the data. What is the term for this type of algorithm?
Cipher
Hash
Token
Key
Emma wants to send a secret message to Maya. She uses a mathematical value entered into the algorithm to produce ciphertext. What is this value called?
key
hash
token
certificate
Grace sends a secret message to Avery by encrypting it. The reverse process of encryption uses the key to decrypt the message so Avery can read it.
True
False
Noah and Kai are developing a secure messaging app. What is the critical factor they must consider in cryptography?
The algorithm must be public
One or more elements must be kept secret at all costs
The ciphertext must be readable
The key must be shared with everyone
Mason is setting up a secure communication system. He wonders if the key for the algorithm must always be kept secret.
True
False
Harper writes a confidential memo about upcoming layoffs at the Lakeview store. Before she encrypts the message to keep it secure, what is the term for the readable message?
Ciphertext
Plaintext
Key
Algorithm
Aria wants to send a secret message to Michael using cryptography. She uses a key in the process. What is the purpose of the key in the cryptographic process?
The key is used in both the encryption and decryption algorithms to convert plaintext to ciphertext and back to plaintext.
The key is only used to store encrypted data.
The key is used to generate random numbers for the process.
The key is used to compress the data before encryption.
Abigail needs to send a confidential memo to her manager. To protect the information, she converts the readable message into an unreadable form before sending it. Fill in the blank: The process of converting plaintext into an unreadable form is called ________.
encryption
decryption
compression
transmission
Daniel sends a sensitive email to Noah and wants to make sure that only Noah can read its contents. What does 'Confidentiality' ensure in this scenario?
It ensures only authorized parties can view it.
It ensures data is always available.
It ensures data cannot be changed.
It ensures data is encrypted with a public key.
Ava sends a financial report to her manager and wants to make sure the information remains correct and unaltered during transmission. Which benefit of cryptography ensures this?
Integrity
Confidentiality
Availability
Non-repudiation
Scarlett sends an important email to Henry using a secure system. What does 'Authentication' ensure in this scenario?
It ensures sender can be verified through cryptography.
It ensures data is encrypted during transmission.
It ensures only the receiver can decrypt the message.
It ensures the message cannot be altered.
Ava sends an important contract to her business partner online. Later, her partner wants proof that Ava was the one who actually sent the contract. Which benefit of cryptography ensures that Ava cannot deny sending the contract?
Nonrepudiation
Confidentiality
Integrity
Authentication
Abigail is developing a software application and wants to make her code difficult for others to understand or reverse engineer. What is the process of making something obscure or unclear in cryptography called?
Obfuscation
Encryption
Decryption
Authentication
David sets up a new security system for his small business. He believes that as long as no one knows how his system works, it will be secure, even if it has weaknesses. This approach is known as security through obscurity. Can virtually any system be made secure as long as outsiders are unaware of how it works?
True
False
Layla sends a confidential report to her colleague, but she encrypts the file so that only those with the decryption key can access its contents. What protection has she given to this report?
Confidentiality
Integrity
Authentication
Obfuscation
Layla wants to send a sensitive report to her colleague, but she wants to make sure that only those with the key can read it. She encrypts the document before sharing it. What protection has she given to this document?
Confidentiality
Integrity
Availability
Authentication
Ava is studying for her cybersecurity exam. She learns that one of the three categories of cryptographic algorithms is ________ algorithms. What should she write in the blank?
Hash
Sorting
Compression
Encoding
Anika is studying for her cybersecurity exam. She learns that one of the three categories of cryptographic algorithms is ________ cryptographic algorithms. What should she write in the blank?
Symmetric
Asymmetric
Hash-based
Quantum
Daniel is studying for his cybersecurity exam and comes across a list of cryptographic algorithms. Which of the following is NOT one of the three categories of cryptographic algorithms?
Hash algorithms
Symmetric cryptographic algorithms
Asymmetric cryptographic algorithms
Quantum cryptographic algorithms
Anika wants to send a secret message to Emma. She decides to use a secure cryptographic algorithm that she can hand-calculate, which combines her plaintext message with a random key. What is this method called?
one-time pad (OTP)
Caesar cipher
RSA
Vigenère cipher
Abigail is learning about cryptography. Her teacher asks her, "Abigail, a pad is a _________." What should she answer?
long sequence of random letters
type of encryption key
mathematical formula
computer program
Liam wants to send a secret message to Olivia using a one-time pad. To decipher the message, what must Olivia have?
A copy of the pad
A public key
A decryption algorithm
A password
Arjun is designing a secret code where each letter in a message is replaced with a different letter. Which type of cipher is Arjun using?
stream cipher
block cipher
transposition cipher
asymmetric cipher
Scarlett is using a secure messaging app that encrypts her messages. The app uses a block cipher, which manipulates an entire block of plaintext at one time.
True
False
Daniel is designing a digital lock system. He needs a function that can take a code of any length and generate a secure output string of any length he requests. Is it true that a sponge function can take as input a string of any length and return a string of any requested variable length?
True
False
Noah wants to ensure the integrity of a file he is sending to Luna. He uses a hash algorithm before sending it. What does the hash algorithm create?
A) A digital fingerprint of a set of data
B) A physical copy of data
C) An encrypted message
D) A backup file
Samuel is developing a secure messaging app. He uses a hash algorithm to create a unique fingerprint for each message to ensure its integrity. What is the fingerprint created by a hash algorithm commonly called?
Digest
Message digest
Hash
All of the above
Charlotte is developing a system to quickly check if two files are identical without comparing them byte by byte. She decides to use hashing for this task. In this context, hashing is primarily used for ________ purposes.
comparison
encryption
compression
transmission
Kai wants to store passwords securely in a database. He learns that hashing is intended to be one way in that its digest cannot be reversed to reveal the original set of data. Is this true?
True
False
Noah is developing a secure system and needs to choose a hashing algorithm. He knows a hashing algorithm is considered secure if it has a fixed size, is unique, is original, and is secure (hash cannot be reversed to determine original plaintext).
True
False
Elijah is developing a secure online application and needs to choose a method for creating digital fingerprints of data to ensure its integrity. Which of the following is considered to be a secure hash algorithm?
Secure Hash Algorithm (SHA)
DES
AES
RSA
Ava is setting up a secure system to store sensitive data. She needs to choose a secure hash algorithm for encrypting passwords. Which of the following should Ava select?
RipeMD
DES
AES
RSA
Isla is setting up a secure system to store passwords and needs to choose a secure hash algorithm. Which of the following should Isla select?
Whirlpool
DES
AES
RSA
Grace wants to make sure that a file she sends to Arjun has not been ________ during transmission. She uses hashing as a check to verify the original contents.
changed
encrypted
deleted
compressed
James is verifying the integrity of a downloaded file named KeePass-2.53.zip. He checks the SHA-1 hash value displayed on the official website, as shown in the figure. What is the SHA-1 hash value for KeePass-2.53.zip?
092CC353 1A46B600 968636B5 6851E23F FEE5505F
A23B1C45 9D8E7F65 4B3A2C1D 5E6F7A8B 1C2D3E4F
B1C2D3E4 F5A6B7C8 9D0E1F2A 3B4C5D6E 7F8A9B0C
12345678 9ABCDEF0 12345678 9ABCDEF0 12345678
What is the SHA-256 hash value for KeePass-2.53.zip as shown in the figure?
DCA1B970 9A87BA67 ECEF8905 80C0B2AD 6E3ACF38 546A642C AFE36D70 62E40AD4
A1B2C3D4 E5F60718 19283746 56473829 10293847 56473829 01928374 56473829
12345678 9ABCDEF0 12345678 9ABCDEF0 12345678 9ABCDEF0 12345678 9ABCDEF0
ABCDEF12 34567890 ABCDEF12 34567890 ABCDEF12 34567890 ABCDEF12 34567890
What is the file size of KeePass-2.53.zip as shown in the figure?
3225609 B
2048000 B
5120000 B
4096000 B
What do symmetric cryptographic algorithms use to encrypt and decrypt data?
Different keys
The same key
No key
Public key only
Symmetric cryptographic algorithms are also called ______ because the key is kept private between the sender and receiver.
private key cryptography
public key cryptography
hashing algorithms
digital signatures
Symmetric cryptography can provide strong encryption if the key is kept secure between the sender and the recipient.
True
False
Which of the following is a strong symmetric cryptographic algorithm?
RSA
Advanced Encryption Standard (AES)
Diffie-Hellman
ECC
Blowfish and Twofish are examples of ______ cryptographic algorithms.
symmetric
asymmetric
hashing
quantum
What is used to encrypt and decrypt the message in symmetric cryptography?
Different keys for sender and receiver
Identical key for both sender and receiver
No key is used
Public key only
Refer to the diagram of symmetric (private key) cryptography. The process of converting plaintext into ciphertext is called _________.
encryption
decryption
hashing
compression
Refer to the diagram of symmetric (private key) cryptography. Who receives the confidential memo after decryption?
Bob
Alice
Charlie
Dave
What is the primary weakness of symmetric algorithms?
They are slow
Distributing and maintaining a secure key among multiple users poses challenges
They are expensive
They use two keys
Asymmetric cryptographic algorithms use two mathematically related keys known as the _______ and the _______.
public key, private key
session key, master key
encryption key, decryption key
hash key, salt key
What is another name for asymmetric cryptography?
public key cryptography
symmetric key cryptography
hashing algorithm
digital signature
The public key is available to everyone and is freely distributed.
True
False
Who is the private key known to in asymmetric cryptography?
The individual to whom it belongs
Everyone in the network
The certificate authority
All users of the system
Fill in the blank: In asymmetric cryptography, a ________ consists of a public key and a private key that are mathematically related.
key pair
cipher block
hash function
digital signature
Which key in asymmetric cryptography is intended to be shared with others to enable secure communication?
Private key
Public key
Secret key
Session key
Fill in the blank: In asymmetric cryptography, the ________ key must be kept secret and is used to decrypt messages encrypted with the public key.
private
public
session
symmetric
In asymmetric cryptography, keys can work in both directions, meaning either key can be used to encrypt or decrypt data.
True
False
Who uses Alice's public key to encrypt the plaintext message?
Alice (receiver)
Bob (sender)
Both Alice and Bob
Neither
Refer to the diagram of Asymmetric Cryptographic Algorithms. What key is used by Alice to decrypt the ciphertext?
Alice's public key
Bob's public key
Alice's private key
Bob's private key
In asymmetric cryptography, the sender encrypts the message using the receiver's ________ key.
public
private
session
symmetric
