Python Programming

Python Programming

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 8th Grade

10 Qs

Python Inputs

Python Inputs

7th - 8th Grade

10 Qs

Python Introduction Quiz

Python Introduction Quiz

8th - 9th Grade

12 Qs

Python lesson 3

Python lesson 3

8th Grade

11 Qs

Python quiz 2

Python quiz 2

7th Grade

10 Qs

Intro to Python

Intro to Python

8th Grade

10 Qs

Python Basics

Python Basics

6th - 7th Grade

15 Qs

Year 7 Python Lesson 1 Recap

Year 7 Python Lesson 1 Recap

8th Grade

10 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

Tracy Mayhead

Used 1K+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output?

name = "Dave"

print (name)

Dave

name

"Dave"

(name)

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a input?

To plug in something

A function that allows us to ask the user to enter some data

Data displayed on a screen

A routine

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A variable must have been assigned (given) a value before that value is referenced (used).

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to convert user input is:

birth_year = number(input())

birth_year = int(input())

birth_year = (input(int))

birth_year = int(input)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To display the following on screen Hello World! the following command should be used:

print(Hello World!)

print("Hello World" + !)

print("Hello World!")

print"(Hello World!)"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You assign a value to a variable with which symbol

@

==

=

*

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code you use to receive and input from the keyboard

enter()

add()

receive()

input()

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?