Python Introduction

Python Introduction

9th - 11th Grade

30 Qs

quiz-placeholder

Similar activities

Python GCSE Recap

Python GCSE Recap

9th - 12th Grade

28 Qs

Programming in Python

Programming in Python

9th Grade

25 Qs

Y9 Python Baseline

Y9 Python Baseline

9th - 11th Grade

25 Qs

Computers December 13

Computers December 13

11th Grade

25 Qs

Senior - Python Assessment 1

Senior - Python Assessment 1

9th - 12th Grade

25 Qs

Turtle Python Quiz 1

Turtle Python Quiz 1

10th - 12th Grade

27 Qs

1st Quarter Python Test

1st Quarter Python Test

10th - 12th Grade

30 Qs

Python

Python

8th - 9th Grade

26 Qs

Python Introduction

Python Introduction

Assessment

Quiz

Computers

9th - 11th Grade

Medium

CCSS
6.EE.A.2B

Standards-aligned

Created by

Simon Graham

Used 40+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Code executed based on a condition being true
Sequence
Selection
Iteration
Variable

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? myAge = int (myAge)

Converts the var (variable) myAge to a string

Converts the var (variable) myAge to a integer

Converts the var (variable) myAge from a integer to a string

Converts the var (variable) myAge to if statement

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the term 'debug' mean?
Identify errors and fix them.
Making a calculation
A set of instructions
Looking at code

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What symbol do you use to make a comment in Python?
@
¬
;
#

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What button do you press to compile (run) your program so that it runs in the shell?
F3
F5
F7
F9

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct definition for a VARIABLE?
a changeable value, such as a score in a computer game.
a value that cannot be changed

Tags

CCSS.6.EE.A.2B

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In python the ' STRING data type' can be defined as...?
holds alphanumeric text
hold whole numbers
holds numbers with a decimal point
holds either a true or false value

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?