Introduction to python

Introduction to python

9th Grade

32 Qs

quiz-placeholder

Similar activities

Python Beginner

Python Beginner

6th - 12th Grade

30 Qs

Python Programming End of Unit Assessment

Python Programming End of Unit Assessment

7th - 9th Grade

30 Qs

Python Loops

Python Loops

9th - 12th Grade

27 Qs

Review for SoftwareTech Test 1

Review for SoftwareTech Test 1

9th - 12th Grade

30 Qs

Edexcel GCSE Computer Science

Edexcel GCSE Computer Science

9th - 12th Grade

33 Qs

CSP 1.1.1-1.1.5 Vocabulary Quiz

CSP 1.1.1-1.1.5 Vocabulary Quiz

9th - 12th Grade

31 Qs

GCSE Computer Science

GCSE Computer Science

9th - 12th Grade

30 Qs

JavaScript

JavaScript

9th - 12th Grade

29 Qs

Introduction to python

Introduction to python

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Snighdha Pandey

Used 18+ times

FREE Resource

32 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?