Python Introduction - Level 1

Python Introduction - Level 1

8th - 9th Grade

11 Qs

quiz-placeholder

Similar activities

python для новичков

python для новичков

4th - 11th Grade

13 Qs

Fungsi string

Fungsi string

6th - 8th Grade

12 Qs

AP CSP Unit 3

AP CSP Unit 3

9th - 12th Grade

15 Qs

python-lists

python-lists

6th - 8th Grade

10 Qs

Manipulasi Data String

Manipulasi Data String

9th - 12th Grade

16 Qs

Jenis Data dalam Segmen Kod

Jenis Data dalam Segmen Kod

8th Grade

10 Qs

3.1.1 Jenis data dalam segmen kod

3.1.1 Jenis data dalam segmen kod

7th - 9th Grade

10 Qs

Lesson 44 - Dictionary Datatype 2

Lesson 44 - Dictionary Datatype 2

5th - 8th 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?