Introduction to Python

Introduction to Python

University

20 Qs

quiz-placeholder

Similar activities

CO - 1 Quiz - 1-DB_Python Basic

CO - 1 Quiz - 1-DB_Python Basic

10th Grade - University

15 Qs

Python Recap

Python Recap

7th Grade - University

20 Qs

Python Basics

Python Basics

KG - University

16 Qs

Python Basics

Python Basics

KG - University

15 Qs

Introduction to python

Introduction to python

University

15 Qs

Python Variables

Python Variables

University

15 Qs

Grade 7 Python Programming Quiz

Grade 7 Python Programming Quiz

7th Grade - University

20 Qs

Iedc Coders Club Programming Quiz

Iedc Coders Club Programming Quiz

University

25 Qs

Introduction to Python

Introduction to Python

Assessment

Quiz

Computers

University

Medium

Created by

Isha Arora

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