Introducing Python MCQs

Introducing Python MCQs

6th - 8th Grade

10 Qs

quiz-placeholder

Similar activities

year 8 lesson 2 quiz - python

year 8 lesson 2 quiz - python

8th - 10th Grade

14 Qs

Class VIII_Basic Python Programming Quiz

Class VIII_Basic Python Programming Quiz

8th Grade

10 Qs

Y10_01_CT2 - EXIT PASS

Y10_01_CT2 - EXIT PASS

8th Grade

12 Qs

Python Syntax

Python Syntax

6th - 12th Grade

14 Qs

Quiz 1 G7

Quiz 1 G7

7th Grade

10 Qs

Python

Python

7th - 8th Grade

13 Qs

class VIII Test

class VIII Test

8th Grade

10 Qs

python String and comment

python String and comment

3rd Grade - University

13 Qs

Introducing Python MCQs

Introducing Python MCQs

Assessment

Quiz

Computers

6th - 8th Grade

Easy

Created by

Aanya Gupta

Used 5+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following data types is not supported in Python?

string

numbers

list

syntax

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a feature in Python?

It is tasty like pasta

it has a simple syntax

I am not sure

It has errors

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When a new value is stored in a variable, its previous value?

accepted

overwritten

overlapped

error

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What should be the data type for 12.4?

float

str

int

dict

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To give tab space while printing the statement, you use_________

\t

/t

tab key

ctrl key

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following Python code?

x = 5
y = 3
print(x + y)

8

53

5 + 3

35

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is not a valid variable name in Python?

my_variable

my-variable

_myvariable

myVariable

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?