recap slid 64

recap slid 64

University

8 Qs

quiz-placeholder

Similar activities

Chapter Quiz

Chapter Quiz

University

10 Qs

Quiz on Basics of C

Quiz on Basics of C

University

10 Qs

Arduino Basics: Inputs and Outputs Quiz

Arduino Basics: Inputs and Outputs Quiz

12th Grade - University

11 Qs

Intro to JS: Variables & Values

Intro to JS: Variables & Values

11th Grade - University

8 Qs

Intro to JS: Functions, Scope & Objects

Intro to JS: Functions, Scope & Objects

11th Grade - University

8 Qs

MongoDB Concepts 1

MongoDB Concepts 1

University

10 Qs

FPGA Simple Security System Quiz

FPGA Simple Security System Quiz

University

12 Qs

24-2 IT104 P1

24-2 IT104 P1

University

10 Qs

recap slid 64

recap slid 64

Assessment

Quiz

Information Technology (IT)

University

Hard

Created by

Kadry Hanafy Mahmoud Kadry

Used 10+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why would you use a tuple instead of a list in Python?

a) To store only unique elements

b) To maintain the order of elements

c) To prevent modification of elements

d) B & C

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is true about slicing in Python lists?

a) The end index is included in the slice

b) The end index is excluded in the slice.

c) Slicing cannot be done with a negative step.

d) Slicing can only be done on numerical values.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What does this output code check?

a) Checks if the string is sorted alphabetically

b) Checks if the string is composed of two identical repeated substrings

c) Checks if the string is palindrome

d) None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Why does the code output ‘False’?

a) Sets don’t sort the element

b) Sets don’t remove duplicates

c) Sorting the list removes duplicates but sets don’t

d) Sorting the list doesn’t remove duplicates but sets do

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the output of that code?

a) [('John Wick', 'Action'), ('The Best Offer', 'Drama'), ('The Mask', 'Comedy'), ('Inception', 'Science fiction')]

b) [ 'Inception', 'John Wick', 'The Mask', 'The Best Offer']

c) ['The Mask', 'Inception', 'John Wick', 'The Best Offer']

d) ['John Wick', 'The Best Offer', 'The Mask', 'Inception']

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

the output of that code is

[[3, 0], [1, 5], [2, 4], [6, 3]]

True

Fals

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

the output of that code is

: [6, 5, 2, 3, 1]

True

Fals

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

the output of that code is

[2, 3, 3, 1, 1, 1]

True

Fals