Introduction to python

Introduction to python

6th - 7th Grade

10 Qs

quiz-placeholder

Similar activities

Python basics

Python basics

6th - 8th Grade

15 Qs

Python Quiz - 1

Python Quiz - 1

6th - 8th Grade

10 Qs

Intro to Python

Intro to Python

7th - 9th Grade

8 Qs

Python

Python

KG - 9th Grade

8 Qs

Python Print Statement

Python Print Statement

6th - 10th Grade

12 Qs

Python Marathon (Average Round)

Python Marathon (Average Round)

1st - 6th Grade

10 Qs

Python

Python

7th - 9th Grade

12 Qs

Python Basics Revision

Python Basics Revision

6th - 8th Grade

13 Qs

Introduction to python

Introduction to python

Assessment

Quiz

6th - 7th Grade

Hard

Used 992+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Python is an example of a:

Text-based programming language

Visual-based programming language

Block-based programming language

Language written in JavaScript

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the output be from the following code? Print (“Hello world!”)

SyntaxError

“Hello world!”

Hello world!

Print (Hello world!)

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to write a variable in python?

my_variables=10

my_variable:10

my variable=10

my_variable is 10

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correctly-formatted comment?

&comment

“”Comment””

!comment

#comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A data type consisting of numbers letters and symbols:

String

Integer

Float

Boolean

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does term ‘debug’ mean:

looking at the code

a set of instructions

Identify errors and fix them

Making a calculation

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To repeat until a particular condition is true use:

While loop

For loop

If loop

Indentation

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?