Introduction to python

Introduction to python

9th Grade

32 Qs

quiz-placeholder

Similar activities

Crash Course Computer Science #11 - First Programming Languages

Crash Course Computer Science #11 - First Programming Languages

9th Grade

31 Qs

HTML and JavaScript Assessment

HTML and JavaScript Assessment

9th Grade

35 Qs

python assessment

python assessment

8th - 9th Grade

35 Qs

CSE 3.1 Key Terms Review

CSE 3.1 Key Terms Review

9th Grade

33 Qs

Python Review 2

Python Review 2

8th - 9th Grade

30 Qs

Cse

Cse

9th - 12th Grade

33 Qs

Comptia IT F M8

Comptia IT F M8

9th - 12th Grade

34 Qs

S3 Computing Python Basics & Data Types

S3 Computing Python Basics & Data Types

9th Grade

30 Qs

Introduction to python

Introduction to python

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Snighdha Pandey

Used 17+ 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?