Python

Python

KG - 9th Grade

8 Qs

quiz-placeholder

Similar activities

Python

Python

7th - 10th Grade

9 Qs

Python Domain

Python Domain

10th - 11th Grade

13 Qs

Python Basics (X)

Python Basics (X)

10th Grade

10 Qs

Coding Quiz

Coding Quiz

6th - 10th Grade

7 Qs

zarahs quiz

zarahs quiz

7th - 8th Grade

12 Qs

Python-Code Right or Wrong

Python-Code Right or Wrong

7th - 8th Grade

10 Qs

grade-8

grade-8

8th - 9th Grade

10 Qs

G(6) Quiz L3.2 - 3.3

G(6) Quiz L3.2 - 3.3

6th Grade

11 Qs

Python

Python

Assessment

Quiz

Computers

KG - 9th Grade

Medium

Created by

M Nicholls

Used 2K+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is python named after
The snake
Television show called Monty Python

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the name of the environment in Python that write your programs and then test them out?
Shell
Window
IDLE
CLI

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What extension must you add to the end of a file when saving?
.xlsx
.pptx
.docx
.py

4.

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

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

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

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the print function do in python?
It's a variable.
It can input data.
It displays something like a string or integer
It loops the code.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What syntax can you use to insert a line break between strings so that they appear over multiple lines?
/
\n
\l
n