Grade XI Full Syllabus Quiz

Grade XI Full Syllabus Quiz

11th Grade

75 Qs

quiz-placeholder

Similar activities

ICT Chapters 1 to 4 of IGCSE

ICT Chapters 1 to 4 of IGCSE

11th Grade

77 Qs

CompTIA A+ 220-1101 Practice Exam

CompTIA A+ 220-1101 Practice Exam

9th Grade - Professional Development

75 Qs

PBS SAINS KOMPUTER T4 - 1.6 Struktur Data dan Modular

PBS SAINS KOMPUTER T4 - 1.6 Struktur Data dan Modular

10th - 12th Grade

70 Qs

ms shorcut key

ms shorcut key

8th Grade - University

74 Qs

Python Turtle Quiz

Python Turtle Quiz

5th - 12th Grade

75 Qs

Function Python Test

Function Python Test

11th Grade

71 Qs

Python Functions and Methods

Python Functions and Methods

11th Grade

71 Qs

2.2 Programming Techniques

2.2 Programming Techniques

10th - 12th Grade

76 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?