python programming...

python programming...

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Python Basics

Python Basics

8th - 10th Grade

10 Qs

Coding and Robotics

Coding and Robotics

8th - 12th Grade

12 Qs

Computer Quiz

Computer Quiz

1st - 7th Grade

11 Qs

ICT: Ice Breaker

ICT: Ice Breaker

8th - 10th Grade

9 Qs

Python eduBlocks Quiz

Python eduBlocks Quiz

8th Grade

10 Qs

Homework 1- Python Basics

Homework 1- Python Basics

8th Grade

10 Qs

AI - Programming Languages

AI - Programming Languages

5th - 8th Grade

10 Qs

Computer science basics 2

Computer science basics 2

6th - 8th Grade

10 Qs

python programming...

python programming...

Assessment

Quiz

Computers

7th - 8th Grade

Medium

Created by

Sanaa Alamri

Used 22+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What is the name of the programming language we are learning?

python

scratch

scribble

pie thin

2.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What symbol do you use to make a comment in Python?

@

:

?

#

3.

MULTIPLE CHOICE QUESTION

10 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

10 sec • 1 pt

Python is an example of a....

language written in java script

Visual-based programming language

Object orientated programming language

Text-based programming language

5.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What extension must you add to the end of a file when saving?

.xlsx

.py

.docx

.pptx

6.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

What does the print function do in python?

It loops the code.

It's a variable.

It can input data.

It displays something like a string or integer

7.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

A syntax error means your code has a 'grammar' mistake or you used symbols/operations incorrectly.

True

False

8.

MULTIPLE CHOICE QUESTION

10 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