Grade XI Full Syllabus Quiz

Grade XI Full Syllabus Quiz

11th Grade

75 Qs

quiz-placeholder

Similar activities

Cengage CompTIA A+ Guide to Technical Support

Cengage CompTIA A+ Guide to Technical Support

11th Grade - University

80 Qs

Prueba 1 Computación

Prueba 1 Computación

10th Grade - University

72 Qs

Python Basics

Python Basics

8th - 12th Grade

80 Qs

ITE260 1st PERIOD (Review)

ITE260 1st PERIOD (Review)

11th Grade - University

79 Qs

1101 M5 Review

1101 M5 Review

9th Grade - Professional Development

77 Qs

Kiem tra giua ki 2 TIn

Kiem tra giua ki 2 TIn

11th Grade

72 Qs

OCR GCSE Computer Science Paper 2

OCR GCSE Computer Science Paper 2

11th Grade

72 Qs

CodeHS Functions in Python

CodeHS Functions in Python

11th Grade

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