Surprise Quiz !!!!

Surprise Quiz !!!!

10th Grade

20 Qs

quiz-placeholder

Similar activities

Python-Basic

Python-Basic

3rd Grade - University

15 Qs

Foundations of Programming

Foundations of Programming

9th - 10th Grade

18 Qs

Python Basics Review (TSK)

Python Basics Review (TSK)

9th - 12th Grade

20 Qs

Python_2R

Python_2R

KG - Professional Development

20 Qs

Python Lesson 3

Python Lesson 3

8th - 11th Grade

18 Qs

G10 Python Exam

G10 Python Exam

10th Grade

15 Qs

Diagnostic Assessment Python

Diagnostic Assessment Python

8th - 11th Grade

20 Qs

Python basics

Python basics

9th - 12th Grade

16 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?