Python

Python

KG - 9th Grade

8 Qs

quiz-placeholder

Similar activities

Domain (identify the following domain)

Domain (identify the following domain)

1st - 5th Grade

10 Qs

Q1 M 2 - TOPIC 2 / Check your understanding

Q1 M 2 - TOPIC 2 / Check your understanding

10th Grade

10 Qs

ICT - Networks and communication

ICT - Networks and communication

9th Grade

11 Qs

Tree and Planar Graph

Tree and Planar Graph

University

10 Qs

KIỂM TRA BUỔI 1

KIỂM TRA BUỔI 1

University

10 Qs

ICT TANJORE

ICT TANJORE

12th Grade

11 Qs

Grade 5- Seatwork 1

Grade 5- Seatwork 1

5th Grade

10 Qs

Environmental Impact of IT

Environmental Impact of IT

KG - University

10 Qs

Python

Python

Assessment

Quiz

Computers

KG - 9th Grade

Medium

Created by

M Nicholls

Used 2K+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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