Python Day 2

Python Day 2

University

15 Qs

quiz-placeholder

Similar activities

First Meet Sains Data 2022

First Meet Sains Data 2022

University

20 Qs

Day - 2

Day - 2

University

15 Qs

Modulo 1 - Fundamentos Python

Modulo 1 - Fundamentos Python

University

15 Qs

Culture générale

Culture générale

KG - University

12 Qs

python set 1

python set 1

University

10 Qs

Intro to Python Programming Quiz 9D

Intro to Python Programming Quiz 9D

1st Grade - University

14 Qs

Super Merdeka

Super Merdeka

University

20 Qs

CRYPTO QUIZ 2022 (TULDOK)

CRYPTO QUIZ 2022 (TULDOK)

University

10 Qs

Python Day 2

Python Day 2

Assessment

Quiz

Other

University

Medium

Created by

NAVIN B

Used 4+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

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. 

2.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

What is the value of x after executing x = 5 and then x = 10?

5

10

15

0

3.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

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

my_var 

_myvar 

2myvar 

myVar2 

4.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

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

20 sec • 2 pts

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

20 sec • 2 pts

What is a token in Python?

A token is a special type of function. 

A token is the smallest unit in a program. 

A token is a part of a loop. 

A token is a type of variable. 

7.

MULTIPLE CHOICE QUESTION

20 sec • 2 pts

Which of the following is not a type of token in Python?

Keyword 

Identifier

Operator 

Array 

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?