Introduction to Python

Introduction to Python

University

20 Qs

quiz-placeholder

Similar activities

IAS1 and IAS2 - Prelim Examination

IAS1 and IAS2 - Prelim Examination

University

20 Qs

Principles of Programming Languages

Principles of Programming Languages

University

15 Qs

CSC305: TOPIC 7

CSC305: TOPIC 7

University

15 Qs

BS TEST2

BS TEST2

University

20 Qs

Quiz 1

Quiz 1

University

15 Qs

Materi Berpikir Komputasional

Materi Berpikir Komputasional

10th Grade - University

20 Qs

SEES Game Night 3

SEES Game Night 3

University

15 Qs

IT SKILLS

IT SKILLS

University

15 Qs

Introduction to Python

Introduction to Python

Assessment

Quiz

Computers

University

Medium

Created by

Isha Arora

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