MCQs on Tokens in Python

MCQs on Tokens in Python

11th Grade

18 Qs

quiz-placeholder

Similar activities

Quiz 142 - Python inputs and outputs

Quiz 142 - Python inputs and outputs

9th Grade - University

15 Qs

Python Programming Quiz

Python Programming Quiz

10th Grade - University

20 Qs

Python basics recap

Python basics recap

9th - 12th Grade

20 Qs

Python Programming Quiz

Python Programming Quiz

9th Grade - University

20 Qs

2.2 Understanding String Manipulation(C&D)

2.2 Understanding String Manipulation(C&D)

11th Grade

15 Qs

Level 3 Python Quiz 4

Level 3 Python Quiz 4

9th - 12th Grade

20 Qs

PYTHON PROGRAMMING FUNDAMENTALS

PYTHON PROGRAMMING FUNDAMENTALS

11th Grade

15 Qs

Python Basics

Python Basics

8th - 12th Grade

23 Qs

MCQs on Tokens in Python

MCQs on Tokens in Python

Assessment

Quiz

Computers

11th Grade

Easy

Created by

AMIT KUMAR

Used 1+ times

FREE Resource

18 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a Python token?

Keyword

Identifier

Operator

Header

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are tokens in Python?

Reserved keywords only

Words used in comments

Smallest individual units in a program

Operators only

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid identifier in Python?

2value

my-name

_value123

class

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a keyword in Python?

define

include

finally

constant

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How many types of tokens are there in Python?

3

5

7

2

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid operator in Python?

**

++

//

!=

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the output of print(type("Hello"))?

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?