Python Basics for Grade 11

Python Basics for Grade 11

11th Grade

10 Qs

quiz-placeholder

Similar activities

High-Level vs Low-Level Programming Languages Quiz

High-Level vs Low-Level Programming Languages Quiz

11th Grade

11 Qs

Wave History Graph Quiz

Wave History Graph Quiz

9th - 12th Grade

10 Qs

Алгоритмдер және деректер құрылымы бойынша тест

Алгоритмдер және деректер құрылымы бойынша тест

11th Grade

15 Qs

5.GM.3.4 Indep Practice Part 1

5.GM.3.4 Indep Practice Part 1

5th Grade - University

10 Qs

Python

Python

11th Grade

12 Qs

AI and Python - Variables

AI and Python - Variables

11th Grade

9 Qs

POST-TEST

POST-TEST

9th - 12th Grade

10 Qs

PRE-TEST

PRE-TEST

9th - 12th Grade

10 Qs

Python Basics for Grade 11

Python Basics for Grade 11

Assessment

Quiz

Others

11th Grade

Medium

Created by

Charu Yadav

Used 1+ times

FREE Resource

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.

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?