Search Header Logo

Python L18 & 19 Caesar Cipher

Authored by Future Teacher

Computers

6th - 8th Grade

Used 1+ times

Python L18 & 19 Caesar Cipher
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?