Search Header Logo

Python Basics Quiz I

Authored by Julius Gunawan

Information Technology (IT)

10th Grade

Used 1+ times

Python Basics Quiz I
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What are the basic data types in Python?

string, number, boolean, object

char, list, tuple, dict

int, float, array, set

int, float, str, bool

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you declare a variable in Python?

var variable_name = value

You declare a variable in Python by using the syntax: variable_name = value.

let variable_name = value

variable_name : value

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a list and a tuple in Python?

Lists can contain only numbers, while tuples can contain any data type.

The main difference is that lists are mutable and tuples are immutable.

Tuples are created using square brackets, while lists use parentheses.

Lists are faster than tuples in all operations.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What control structure would you use to execute code repeatedly?

Variable

Condition

Loop

Function

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you create a dictionary in Python?

You must use parentheses to create a dictionary, e.g., ('key', 'value')

Dictionaries can only be created with the list() function.

You can create a dictionary using square brackets, e.g., ['key': 'value']

You can create a dictionary in Python using curly braces, e.g., {'key': 'value'}, or using the dict() function.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'if' statement in Python?

To define a function in Python.

To import modules in Python.

To execute code conditionally based on a boolean expression.

To create a loop in Python.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you convert a string to an integer in Python?

Use eval(string) to evaluate the string as an expression.

Apply float(string) to convert a string to a float.

Use int(string) to convert a string to an integer.

Use str(int) to convert an integer to a string.

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?