Python Basics

Python Basics

8th Grade

11 Qs

quiz-placeholder

Similar activities

Python - Variables and Input

Python - Variables and Input

1st - 10th Grade

16 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

J277 - 10QQ - Basic Python 1

J277 - 10QQ - Basic Python 1

8th - 10th Grade

10 Qs

Year 9 GCSE Practice Questions Computer Science

Year 9 GCSE Practice Questions Computer Science

8th Grade

16 Qs

Variables and Data Types

Variables and Data Types

8th Grade

14 Qs

Python Lists

Python Lists

8th - 12th Grade

15 Qs

Variables and Data Types

Variables and Data Types

3rd - 10th Grade

10 Qs

Small Basic Variables

Small Basic Variables

6th - 10th Grade

7 Qs

Python Basics

Python Basics

Assessment

Quiz

Computers

8th Grade

Easy

Created by

Andrew Duckworth

Used 7+ times

FREE Resource

11 questions

Show all answers

1.

MATCH QUESTION

1 min • 1 pt

Match the Python operators

Divided By

-

Minus

/

Not used as a Python operator

+

Multiplied by

*

Plus

x

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What do we need to type first if we are assigning values to a variable?

=

Assign

Value

Variable

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A place to store values that we use in a program is called a

variable

string

assignment

template

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python what is the correct way to store the value 10 in a variable called number1?

10 = number1

number1 = 10

STORE 10 in number1

STORE number1 in 10

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name given to the process when we store a value in a variable?


assignment

processing

storing

valuation

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python which of these command words are used to allow a user to enter data for a program?

input

enter

save

use

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In Python which of these command words are used to allow a user to output data from a program?

output

print

show

display

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?