Grade XI Full Syllabus Quiz

Grade XI Full Syllabus Quiz

11th Grade

75 Qs

quiz-placeholder

Similar activities

kuis tik

kuis tik

11th Grade

80 Qs

Informatica base

Informatica base

7th Grade - University

80 Qs

Function Python Test

Function Python Test

11th Grade

71 Qs

Python Basics

Python Basics

9th - 12th Grade

72 Qs

Python 1 Review Game

Python 1 Review Game

9th - 12th Grade

73 Qs

DENEME LİSE

DENEME LİSE

9th - 12th Grade

73 Qs

First Quarter Summative Test - October 23, 2023

First Quarter Summative Test - October 23, 2023

11th Grade

80 Qs

7-кл, Python тілінде алгоритмдерді программалау

7-кл, Python тілінде алгоритмдерді программалау

11th Grade

72 Qs

Grade XI Full Syllabus Quiz

Grade XI Full Syllabus Quiz

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Mirza Baig

Used 5+ times

FREE Resource

75 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following will create an empty list-L?

L={}

L[ ]

L=[ ]

L={ ]

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Keys of a dictionary must be:

Similar

Unique

Can be similar or unique

All of these

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To create an empty dictionary –d1, we use the statement as:

d1={}

d1=[ ]

d1=()

d1={ )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following: List1=[‘S’,’P’,’S’,’GHY’] The length of the above list is:

6

5

4

None of these

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following list: list1 =['Red','Green','Blue','Cyan','Magenta','Yellow','Black'] print(list1[1:6:2]) The output is-

['Red', 'Blue', 'Magenta']

['Green', 'Cyan', 'Yellow']

['Green', 'Cyan', 'Yellow',’Black’]

['Red', 'Blue', 'Magenta’,’Black’]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following code : L=[1,2,3,4,5,[6,7,8]] print(L[5])

[6, 7, 8]

6, 7, 8

Error

6

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Write the output of the following code : L=[‘w’,’e’,’l’,’c’,’o’,’m’,’e’] print(len(L))

7

8

9

None of the above

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?