Python L18 & 19 Caesar Cipher

Python L18 & 19 Caesar Cipher

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

Code.org Hour of Code Simple Encryption

Code.org Hour of Code Simple Encryption

4th - 8th Grade

15 Qs

ASK T3 - PERWAKILAN DATA (1)

ASK T3 - PERWAKILAN DATA (1)

8th Grade

15 Qs

informatika 7 jaringan

informatika 7 jaringan

7th Grade

15 Qs

Asas Sains Komputer 3Ibnu Sina

Asas Sains Komputer 3Ibnu Sina

7th - 9th Grade

15 Qs

Ciphers

Ciphers

7th Grade

10 Qs

Ciphers

Ciphers

7th Grade

10 Qs

encryption

encryption

8th Grade

8 Qs

ICT g8 - encryption & decryption

ICT g8 - encryption & decryption

8th 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?