Introduction to Python

Introduction to Python

University

20 Qs

quiz-placeholder

Similar activities

Python for beginners

Python for beginners

University

20 Qs

Python Variables

Python Variables

University

15 Qs

Python Programming Quiz

Python Programming Quiz

10th Grade - University

20 Qs

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

ALPro 3 - Variable and Data Type

ALPro 3 - Variable and Data Type

University

16 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Introduction to python

Introduction to python

University

15 Qs

IAS1 and IAS2 - Prelim Examination

IAS1 and IAS2 - Prelim Examination

University

20 Qs

Introduction to Python

Introduction to Python

Assessment

Quiz

Computers

University

Medium

Created by

Isha Arora

Used 232+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 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

20 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

20 sec • 1 pt

Which of the following is a correctly-formatted comment?

&comment

“”Comment””

!comment

#comment

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What does term ‘debug’ mean:

looking at the code

a set of instructions

Identify errors and fix them

Making a calculation

5.

MULTIPLE CHOICE QUESTION

20 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

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
What kind of programming language is Python?
High Level  & Object Orientated
Low Level & Object Orientated
High Level & Procedural
Low Level & Procedural

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Media Image
How would you assign an integer to a variable?
new_var = 4
new_var == 4
new_var = "4"
new var "4"

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?