python programming...

python programming...

7th - 8th Grade

8 Qs

quiz-placeholder

Similar activities

Python - Week 1

Python - Week 1

8th - 10th Grade

10 Qs

Algorithms basic

Algorithms basic

3rd - 7th Grade

12 Qs

Python

Python

8th Grade

12 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Statements

Python Statements

5th - 7th Grade

10 Qs

Principles of Programming

Principles of Programming

KG - University

13 Qs

MINECRAT: Learn and have fun

MINECRAT: Learn and have fun

5th - 7th Grade

13 Qs

Python Intro

Python Intro

7th - 8th Grade

12 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