Search Header Logo

Mastering Python Basics

Authored by Imhotep Brooks

Computers

11th Grade

Mastering Python Basics
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

17 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: if 5 > 3: print('A') else: print('B')?

B

5

A

C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you define a function in Python?

def function_name(parameters):

function_name: parameters()

create function_name(parameters)

function_name(parameters) =>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will be the result of int('10') + 5?

15

5

10

20

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you format a string to include variables in Python?

You can format a string to include variables using f-strings, format() method, or % operator.

Using the join() method to combine strings

Using the eval() function

Concatenating strings with + operator

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

The 'elif' statement is a way to create loops in Python.

The 'elif' statement is used to handle exceptions in Python.

The 'elif' statement is used to define functions in Python.

The 'elif' statement allows for multiple conditional checks in an if-else structure.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write a function that returns the square of a number.

def square(num): return num + num

def square(num): return num - num

def square(num): return num * num

def square(num): return num / num

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of the following code: str(100) + ' is a number'?

100 is not a number

100 is a string

100 is an integer

100 is a number

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?