recap slid 64

recap slid 64

University

8 Qs

quiz-placeholder

Similar activities

ICT basics

ICT basics

University

3 Qs

Pre-test Capcut (yippie)

Pre-test Capcut (yippie)

University

10 Qs

SESION 6

SESION 6

University

10 Qs

Understanding Logic Gates

Understanding Logic Gates

University

10 Qs

Animation Techniques Quiz

Animation Techniques Quiz

10th Grade - University

10 Qs

CH06-Sequential Circuits

CH06-Sequential Circuits

University

12 Qs

Input and Output Devices Challenge

Input and Output Devices Challenge

7th Grade - University

10 Qs

PAW.09 - DOM Javascript

PAW.09 - DOM Javascript

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