Session 2 | U

Session 2 | U

University

10 Qs

quiz-placeholder

Similar activities

CodeHS Basic Data Structures in Python

CodeHS Basic Data Structures in Python

9th Grade - University

10 Qs

Python List

Python List

University

10 Qs

C++Arrays Loops and Functions Review

C++Arrays Loops and Functions Review

University

15 Qs

python function S8-21-4

python function S8-21-4

University

10 Qs

Introducción a Python - Clase 7

Introducción a Python - Clase 7

University

10 Qs

python cseB

python cseB

University

10 Qs

Python Basics

Python Basics

University

15 Qs

GRAFICACIÓN

GRAFICACIÓN

University

15 Qs

Session 2 | U

Session 2 | U

Assessment

Quiz

Computers

University

Medium

Created by

Mohamed Rabea

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

1 2 3

0 1 2

0 1 2 3

1 2 3 4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does the following function do?

Multiplies two numbers

Divides two numbers

Adds two numbers

Subtracts two numbers

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you access the third element in a list my_list?

my_list[3]

my_list[2]

my_list[1]

my_list[-1]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

[1, 2, 3]

[4, 1, 2, 3]

[1, 2, 3, 4]

[1, 2, 3, 3, 4]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method removes the last item from a list my_list?

my_list.remove()

my_list.pop()

my_list.delete()

my_list.trim()

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of the following code?

a

b

1

2

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the break statement in a loop?

To skip the current iteration

To exit the loop immediately

To pause the loop

To repeat the loop

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?