Python Programming

Python Programming

7th - 9th Grade

10 Qs

quiz-placeholder

Similar activities

Review Komputer Mid SMP (1)

Review Komputer Mid SMP (1)

8th Grade

15 Qs

Scratch

Scratch

KG - Professional Development

10 Qs

ข้อมูลและการประมวลผลข้อมูล

ข้อมูลและการประมวลผลข้อมูล

7th Grade

15 Qs

Cyber Security KS4

Cyber Security KS4

8th - 12th Grade

15 Qs

LA1.C1: Introduction to Small Basic

LA1.C1: Introduction to Small Basic

9th Grade

15 Qs

The Internet - Year 7

The Internet - Year 7

7th Grade

12 Qs

WJEC GCSE ICT Unit 1 E-Mail

WJEC GCSE ICT Unit 1 E-Mail

9th - 10th Grade

13 Qs

Python Programming

Python Programming

Assessment

Quiz

Computers

7th - 9th Grade

Practice Problem

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?