Python Basics Quiz

Python Basics Quiz

University

10 Qs

quiz-placeholder

Similar activities

Review loops

Review loops

8th Grade - University

12 Qs

Quiz 2

Quiz 2

University

10 Qs

Python Programming Quiz

Python Programming Quiz

University

13 Qs

Fundamentos de Programación en Python

Fundamentos de Programación en Python

6th Grade - University

10 Qs

IT01

IT01

University

11 Qs

Conceptos básicos del diseño algorítmico

Conceptos básicos del diseño algorítmico

University

14 Qs

Contadores y Acumuladores

Contadores y Acumuladores

University

10 Qs

Python quiz

Python quiz

University

15 Qs

Python Basics Quiz

Python Basics Quiz

Assessment

Quiz

Information Technology (IT)

University

Easy

Created by

Rajni Khyriem

Used 6+ times

FREE Resource

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

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?