Basic Python Code

Basic Python Code

7th - 10th Grade

9 Qs

quiz-placeholder

Similar activities

Basics of Python

Basics of Python

9th - 12th Grade

12 Qs

2.5 Translators & Facilities - OCR GCSE Computer Science

2.5 Translators & Facilities - OCR GCSE Computer Science

7th - 12th Grade

13 Qs

GCSE Computing Low & High Level Languages/IDE's

GCSE Computing Low & High Level Languages/IDE's

10th - 11th Grade

14 Qs

LO13_Lesson 10

LO13_Lesson 10

10th Grade

14 Qs

Python Practice

Python Practice

9th Grade

10 Qs

Self Paced Intro to Turtle Programming

Self Paced Intro to Turtle Programming

10th Grade

13 Qs

Python 3 Basics

Python 3 Basics

9th Grade

13 Qs

Python Intro

Python Intro

8th - 9th Grade

10 Qs

Basic Python Code

Basic Python Code

Assessment

Quiz

Computers

7th - 10th Grade

Hard

Created by

Lottie Penno

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What word is used to write a message in Python code?

Write

Print

Type

Msg

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A 'print' message is what colour?

Black

Green

Purple

Blue

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

A string can be ...

Letters

Digits

Characters

Spaces

4.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

A 'string' appears what colour?

Blue

Green

Yellow

Black

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What must surround a string in Python code?

Brackets ()

Quote Marks " '

Star *

Hashtag #

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Syntax is...

A fancy word

How computers communicate

The rules of Python language

7.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

What symbol is used to calculate multiplication in Python code?

Asterisk *

Slash /

Percentage %

Exclamation !

8.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Syntax Errors appear what colour?

Blue

Green

Yellow

Red

9.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

When you have an error in your code what is the term to summarise finding and fixing that error?

Debugging

Error Fixing

Syntax Finder

Error Finder