Python

Python

Professional Development

35 Qs

quiz-placeholder

Similar activities

Đề tham khảo Tin học - 3

Đề tham khảo Tin học - 3

Professional Development

30 Qs

HTML and CSS

HTML and CSS

Professional Development

30 Qs

Python quiz 1

Python quiz 1

7th Grade - Professional Development

30 Qs

Pertemuan keduabelas

Pertemuan keduabelas

Professional Development

40 Qs

Elements of Art and  Principles of Design - Quiz 1

Elements of Art and Principles of Design - Quiz 1

10th Grade - Professional Development

30 Qs

Информатика 3-нұсқа

Информатика 3-нұсқа

Professional Development

35 Qs

Итоговый тест по Python Middle

Итоговый тест по Python Middle

Professional Development

38 Qs

Unreal Engine Basic

Unreal Engine Basic

Professional Development

30 Qs

Python

Python

Assessment

Quiz

Computers

Professional Development

Hard

Created by

Abdulalim Mohamed

Used 1+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Media Image
Media Image
Media Image

1,2,3,4

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements create a dictionary?

a) d = {}

b) d = {“john”:40, “peter”:45}

c) d = {40:”john”, 45:”peter”}

d) All of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

How many times will this code loop?

50

90

0

4

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image
Look at this code, what shape will it make?
Square
Triangle
Rectangle
Hexagon 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Suppose list1 is [2445,133,12454,123], what is max(list1)?

a) 2445

b) 133

c) 12454

d) 123

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If a=(1,2,3,4), a[1:-1] is _________

a) Error, tuple slicing doesn’t exist

b) [2,3]

c) (2,3,4)

d) (2,3)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add a new element to a list we use which Python command?

a) list1.addEnd(5)

b) list1.addLast(5)

c) list1.append(5)

d) list1.add(5)

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?