Exit Ticket: 5 Multiple Choice Questions

Exit Ticket: 5 Multiple Choice Questions

12th Grade

5 Qs

quiz-placeholder

Similar activities

Mastering Python Basics

Mastering Python Basics

12th Grade

10 Qs

Exit Ticket: 5 Multiple Choice Questions

Exit Ticket: 5 Multiple Choice Questions

12th Grade

5 Qs

Fundamentals of 3D Printing

Fundamentals of 3D Printing

12th Grade

10 Qs

DEE10133 CHAPTER 2: OSCILLOSCOPE

DEE10133 CHAPTER 2: OSCILLOSCOPE

12th Grade

10 Qs

Penilaian Akhir Teori C02 EE-021-3 (3/11)

Penilaian Akhir Teori C02 EE-021-3 (3/11)

12th Grade

10 Qs

PLTW Eng Ess EOC Test Review 1

PLTW Eng Ess EOC Test Review 1

9th - 12th Grade

10 Qs

Web and HTML Quiz

Web and HTML Quiz

12th Grade

9 Qs

p2rt

p2rt

7th Grade - University

10 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!")