Python Introduction - Level 1

Python Introduction - Level 1

8th - 9th Grade

11 Qs

quiz-placeholder

Similar activities

Arrays

Arrays

8th - 9th Grade

10 Qs

7 класс Питон

7 класс Питон

9th Grade

16 Qs

Lesson 10 - Decision control statements

Lesson 10 - Decision control statements

5th - 8th Grade

10 Qs

Edublocks Python - Advanced level

Edublocks Python - Advanced level

4th - 9th Grade

10 Qs

Python - Bài 4

Python - Bài 4

9th - 12th Grade

15 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

Python-8CB

Python-8CB

8th Grade

10 Qs

Bab 3.1.2 ASK T2

Bab 3.1.2 ASK T2

1st - 12th Grade

10 Qs

Python Introduction - Level 1

Python Introduction - Level 1

Assessment

Quiz

Education

8th - 9th Grade

Medium

Created by

T Bower

Used 3+ times

FREE Resource

11 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is used in Digital Technology. Python is best described as:

Database Technology

Social Media App like TikTok

Python is a programming language.

A very large snake found in South America

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

One of the very first commands we learn when studying programming is:


print("Hello, World!")


What is the output of this statement.

"Hello, World!"

Howdy Partner

Hello World

Hello, World!

3.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Why do we learn and use Python?


Tick or select the options which are true.

It is often used in First Year University courses as a good language to learn and understand programming.

Python can be used to help create web applications.

Python is a video editing app - used take photos and record videos - just like a video camera.

Python has a simple commands similar to the English language.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The word Syntax - is best defined as:

Assigning a value to a variable

The rules and key words - which must be correctly used to program in Python.

Looping to the stars

Combination of Syn and Tic Tax

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a program we often need to test a condition - using less than, greater than, equal to etc.


What does this statement mean ?


if 5 > 2:

print("Five is greater than two!")

if 5 is less than 2

(only do this step if evaluates to TRUE)

if 5 is equal to 2

(only do this step if evaluates to TRUE)

if 5 is not equal to 2

(only do this step if evaluates to TRUE)

if 5 is greater than 2

(only do this step if evaluates to TRUE)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python Variables

In Python, variables are used to store ?

Values

Food

Boxes

Digital Brilliance

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Comment Lines - In Python we can add comments to our code. The character used to indicate the line is a comment is ?

!! this is a comment

* no this is a comment

# I think - this is a comment

!@#$ this could be a comment

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?