Exit Ticket: 5 Multiple Choice Questions

Exit Ticket: 5 Multiple Choice Questions

12th Grade

5 Qs

quiz-placeholder

Similar activities

Lesson 4 Design Brief

Lesson 4 Design Brief

9th - 12th Grade

4 Qs

2 Unit 4 Trade considerations

2 Unit 4 Trade considerations

12th Grade

10 Qs

CNC Machine Operation and Safety Quiz

CNC Machine Operation and Safety Quiz

12th Grade

10 Qs

Steering Systems Quiz

Steering Systems Quiz

12th Grade

10 Qs

Introduction to Python Programming

Introduction to Python Programming

12th Grade

5 Qs

Exit Ticket: 5 Multiple Choice Questions

Exit Ticket: 5 Multiple Choice Questions

Assessment

Quiz

Engineering

12th Grade

Hard

Created by

Mariana Santibanez Bravo

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does >>> mean in Python?

It's an error symbol

Python is ready for a new command

Start of a function

End of a variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print() function do?

Sends email

Creates a file

Shows text on the screen

Makes a sound

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is a valid variable?

5name

first_name

print

True

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you store a name in Python?

name = Jordan

name = 'Jordan'

'Jordan' = name

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5. Which line will display "Good job!" in Python?

echo("Good job!")

say "Good job!"

print("Good job!")

output("Good job!")