Surprise Quiz !!!!

Surprise Quiz !!!!

10th Grade

20 Qs

quiz-placeholder

Similar activities

CICS Test 2 Review

CICS Test 2 Review

9th - 12th Grade

15 Qs

Python I/O

Python I/O

9th - 12th Grade

15 Qs

Python - Quiz

Python - Quiz

9th - 11th Grade

17 Qs

G10 Python Exam

G10 Python Exam

10th Grade

15 Qs

Python Basics

Python Basics

KG - University

16 Qs

Quiz1_7A

Quiz1_7A

2nd Grade - Professional Development

20 Qs

Python Variables - String vs Integer

Python Variables - String vs Integer

9th - 11th Grade

17 Qs

Printing and Variables Review

Printing and Variables Review

9th - 12th Grade

21 Qs

Surprise Quiz !!!!

Surprise Quiz !!!!

Assessment

Quiz

Computers

10th Grade

Easy

Created by

Zinedine Tagarda

Used 3+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is python named after?

The snake

Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What will the output be of the following code?

print(Hello World!)

Hello World

Hello World!

Error

print(Hello World!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Combining strings together to form a new string is called what?

concatenation

combination

constipation

conservation

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

If you want more than one option for your code what do you use (after if)?

elif (condition)

else if (condition)

else (condition)

if else (condition)

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What would the result be?

friends['Felix','Maya','Edgar']

print(friends[1])

Felix

Maya

Edgar

It prints all of them.

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

languages = ['C', 'Python', 'Javascript']

print(languages[4])

What is the result?

C

Python

Javascript

Error

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

name = 'John Jacob Jingleheimer Schmidt'

print(len(name))

What is the output?

John Jacob Jingleheimer Schmidt

len(name)

31

Error

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?