Python Programming

Python Programming

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

prep1-revision

prep1-revision

7th Grade

12 Qs

Online Safety

Online Safety

2nd Grade - University

10 Qs

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

Basic Programming QUIZ

Basic Programming QUIZ

1st - 10th Grade

15 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

10 Qs

CPU

CPU

6th - 8th Grade

10 Qs

แบบทดสอบสุดท้ายจากเกาะมรณะ

แบบทดสอบสุดท้ายจากเกาะมรณะ

8th Grade

10 Qs

9 сынып массив2

9 сынып массив2

9th Grade

15 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

7th - 9th Grade

Medium

Created by

Tracy Mayhead

Used 1K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?