Basic Python and Console Interaction (Unit 3)

Basic Python and Console Interaction (Unit 3)

12th Grade

12 Qs

quiz-placeholder

Similar activities

Photoshop GMetrix Units 1 & 2 Review

Photoshop GMetrix Units 1 & 2 Review

10th - 12th Grade

16 Qs

Quiz Time

Quiz Time

11th - 12th Grade

15 Qs

recuperacao 1 programação desenvolvimento de sistemas

recuperacao 1 programação desenvolvimento de sistemas

12th Grade

10 Qs

quiz - 7(exceptions and file handling)

quiz - 7(exceptions and file handling)

12th Grade - University

9 Qs

Python Basics Quiz

Python Basics Quiz

12th Grade

15 Qs

struktur dan kod arahan ask tingkatan 3

struktur dan kod arahan ask tingkatan 3

12th Grade

10 Qs

Big Idea 3 L2 - Conditionals

Big Idea 3 L2 - Conditionals

9th - 12th Grade

15 Qs

Niconline.net 2021 Quiz

Niconline.net 2021 Quiz

12th Grade

11 Qs

Basic Python and Console Interaction (Unit 3)

Basic Python and Console Interaction (Unit 3)

Assessment

Quiz

Other

12th Grade

Medium

Created by

Emilio Gasca

Used 14+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which Python code segment will display “Hello, world!” on the screen?

display Hello, world!

print("Hello, world!")

print("Hello, world!")

"Hello, world!"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following Python code display? print("Hello") print("World")

Hello World

HelloWorld

Hello World

Hello World

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What type is the following variable? x = "Hi there"

Float

Integer

Boolean

String

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following Python program print?

  1. I am 6 feet tall

I am6feet tall

  1. I am

6

feet tall


  1. x

y

Z


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the type of the variable x in the following Python program? x = input("Enter something: ")

String

Integer

Float

The type cannot be determined.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose you run the following Python program: x = input("Enter some text: ") print(x) While the program is running, after the prompt has been printed, the user types the following and presses Enter: Delaware ratified the U.S. Constitution in 1787. What does the program print?

Delaware ratified the U.S. Constitution in 1787.

Delaware ratified the U.S. Constitution in

Delaware

(The program does not print anything.)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following Python program print? x = 9 + 6 / 3 * 2 - 1 print(x)

9

12

15

21

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?