Search Header Logo

Python Basics for Grade 11

Authored by Charu Yadav

Others

11th Grade

Used 1+ times

Python Basics for Grade 11
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

30 sec • 1 pt

What is a variable in Python?

A variable in Python is a named location used to store data values.

A variable in Python is a type of snake

A variable in Python is a programming language

A variable in Python is a mathematical equation

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Name the different data types in Python.

array

integer, float, string, list, tuple, dictionary, set, boolean, None

double

char

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Explain the 'for' loop in Python.

A 'for' loop in Python iterates over a single element only

A 'for' loop in Python iterates over a sequence or iterable object and executes a block of code for each item in the sequence.

A 'for' loop in Python does not support iteration

A 'for' loop in Python can only be used with integers

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a string variable in Python?

For example: my_string = 'Hello, World!'

my_string = 'Hello, Python!'

my_string: 'Hello, World!'

string my_string = 'Hello, World!'

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'while' loop in Python?

To skip a block of code

To terminate the program

To execute a block of code only once

To repeatedly execute a block of code as long as a specified condition is true.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between '==' and '!=' in Python?

'==' is for strings and '!=' is for integers in Python.

'==' checks for identity and '!=' checks for membership in Python.

'==' is used for assignment and '!=' is used for comparison in Python.

'==' is the equality operator and '!=' is the inequality operator in Python.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the 'range()' function used for in Python?

The 'range()' function is used to convert a string to uppercase in Python.

The 'range()' function is used to calculate the square root of a number in Python.

The 'range()' function is used to generate a sequence of numbers in Python.

The 'range()' function is used to sort a list of elements in Python.

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?