Search Header Logo

Python Basics Quiz

Authored by Rajni Khyriem

Information Technology (IT)

University

Used 6+ times

Python Basics Quiz
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What is an identifier in Python?

A type of operator

A name used to identify variables and functions

A built-in function

A reserved keyword

2.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

Which of the following is a valid identifier in Python?

1st_variable

my-variable

my_variable

class

3.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What will happen if you try to use a keyword as an identifier?

It will be ignored by the interpreter

It will create a new variable

It will result in a SyntaxError

It will work without issues

4.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

Which of the following statements is true about variables in Python?

You must declare the datatype before using a variable

Variable names cannot contain underscores

Variables can only hold integer values

Python infers the datatype based on the assigned value

5.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What is the output of the expression '5 + 3'?

5 + 3

Error

53

8

6.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

Which operator is used for exponentiation in Python?

+

//

**

^

7.

MULTIPLE CHOICE QUESTION

5 sec • 2 pts

What does the 'not' operator do in Python?

It performs addition

It assigns a value

It negates a boolean value

It checks for equality

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?