Python Basics Quiz

Python Basics Quiz

9th Grade

55 Qs

quiz-placeholder

Similar activities

Looping in Python

Looping in Python

9th - 12th Grade

55 Qs

Year 8 End of Year Assessment

Year 8 End of Year Assessment

7th - 9th Grade

60 Qs

CS1 Final

CS1 Final

9th - 12th Grade

50 Qs

Computer Science Concepts and Terminology

Computer Science Concepts and Terminology

9th - 12th Grade

54 Qs

CS 241 Practice Test Week 3

CS 241 Practice Test Week 3

9th Grade - University

54 Qs

CSEC IT - 07 Types of information sources

CSEC IT - 07 Types of information sources

9th - 11th Grade

50 Qs

Coding_Game_Design

Coding_Game_Design

9th Grade

50 Qs

BestOfTexas 2

BestOfTexas 2

9th - 12th Grade

50 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Zubaida Al-Soudi

Used 4+ times

FREE Resource

55 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code prints Hello world! as one line of output?

print(Hello world!)

print("Hello", "world", "!")

print("Hello world!")

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which line of code correctly obtains and stores user input?

input()

today_is = input

today_is = input()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is displayed by print("You entered:", name) if Sophia enters her name?

You entered:

You entered: Sophia

You entered: Sophia!

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which can be used as a variable name?

median

class

import

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why is 2nd_input not a valid variable name?

it is a keyword

it starts with a digit

it is too long

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which would be a good name for a variable storing a zip code?

z

var_2

zip_code

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a string?

Hello!

29

"7 days"

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?