Python L18 & 19 Caesar Cipher

Python L18 & 19 Caesar Cipher

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Encryption

Encryption

4th - 10th Grade

10 Qs

Quiz 5: Internet safety, cyber security and encryption

Quiz 5: Internet safety, cyber security and encryption

7th - 8th Grade

11 Qs

KUIZ TING3 KRIPTOGRAFI

KUIZ TING3 KRIPTOGRAFI

1st - 12th Grade

10 Qs

UH JKI

UH JKI

7th Grade

10 Qs

Pretest dan pasttest JKI Enkripsi 7

Pretest dan pasttest JKI Enkripsi 7

7th Grade

10 Qs

Computing End of Year 7 Quiz

Computing End of Year 7 Quiz

7th Grade

10 Qs

Computer Vocab

Computer Vocab

6th - 8th Grade

15 Qs

CodeHS Crypto

CodeHS Crypto

7th - 9th Grade

13 Qs

Python L18 & 19 Caesar Cipher

Python L18 & 19 Caesar Cipher

Assessment

Quiz

Computers

6th - 8th Grade

Hard

Created by

Future Teacher

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the line shift_amount *= -1 do when decoding?

It resets the shift to 0

It reverses the shift direction

It encrypts the message

It prints the message

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If the input message contains characters like spaces or punctuation, they will be included in the final result without change.

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does new_position %= len(alphabet) do?

Removes letters

Prevents out-of-range errors by wrapping around the alphabet

Changes lowercase to uppercase

Sorts the text alphabetically

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To exit the Caesar Cipher program, the user must type '__' when prompted.

no

yes

again

repeat

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not part of the function caesar()?

start_text

shift_amount

cipher_direction

restart

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What keyword is used to loop through each letter in the message?

for

while

repeat

loop

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is printed at the end of each Caesar cipher function call?

Only the encrypted message

A message showing the cipher direction and result

The input text

The shift number

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?