Python Day 2 Quiz

Python Day 2 Quiz

University

15 Qs

quiz-placeholder

Similar activities

XI Assessemnt 2

XI Assessemnt 2

11th Grade - University

10 Qs

Python2

Python2

8th Grade - University

15 Qs

Session 2 Quiz

Session 2 Quiz

University

10 Qs

Python Variables

Python Variables

University

15 Qs

Computational Thinking in Python[Quiz 2]

Computational Thinking in Python[Quiz 2]

University

15 Qs

Python

Python

KG - Professional Development

13 Qs

Python-Matrix-Reloaded-Workshop

Python-Matrix-Reloaded-Workshop

University

10 Qs

Introduction To Python

Introduction To Python

University

20 Qs

Python Day 2 Quiz

Python Day 2 Quiz

Assessment

Quiz

Computers

University

Easy

Created by

ABINAYA 2022-2026

Used 2+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a bitwise operator in Python?

and

or

&

not

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable names is not valid in Python?

my_var

_myvar

2myvar

myVar2

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following operators is used to compare two values in Python?

=

==

!=

<>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you write a single-line comment in Python?

/* This is a comment */

# This is a comment

<!-- This is a comment --> 

// This is a comment

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a correct way to write a multi-line comment in Python?

/* This is a multi-line comment */

''' This is a multi-line comment '''

<!-- This is a multi-line comment --> 

# This is a multi-line comment

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct definition of a variable in Python?

A variable is a reserved memory location to store values.

A variable is a fixed value that cannot change.

A variable is a type of function in Python.

A variable is used to perform arithmetic operations.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a keyword in Python?

True

False

None

define

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?