12 CS Lesson-9

12 CS Lesson-9

12th Grade

10 Qs

quiz-placeholder

Similar activities

12 CS Lesson-1

12 CS Lesson-1

12th Grade

10 Qs

12 CS Lesson-5

12 CS Lesson-5

12th Grade

10 Qs

12th comp app lesson 6

12th comp app lesson 6

12th Grade

9 Qs

Lesson 15

Lesson 15

12th Grade

10 Qs

12 CS Lesson-14

12 CS Lesson-14

12th Grade

10 Qs

12 CS One Mark 4-6

12 CS One Mark 4-6

12th Grade

10 Qs

12 th  chaptet6

12 th chaptet6

12th Grade

10 Qs

12th comp app lesson 5

12th comp app lesson 5

12th Grade

10 Qs

12 CS Lesson-9

12 CS Lesson-9

Assessment

Quiz

Computers

12th Grade

Easy

Created by

A.R.A.H. Mubarak Sathik AK

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

தரவினத் தொகுதியின் தொடர்பில்லாத ஒன்றைத் தேர்வு செய்க
list
tuple
dictionary
loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

let list1 = [ 2, 4, 6, 8, 10 ] எனில் print ( List1 [ -2 ] ) ன் விடை
10
8
4
6

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் எந்த செயற்கூறு List-ல் உள்ள உறுப்புகளின் எண்ணிக்கையைக் கணக்கிட பயன் படுகிறது?
count ( )
find ( )
len ( )
index ( )

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if List = [ 10, 20, 30, 40, 50 ] எனில் List [ 2 ] = 35 ன் விடை
[ 35, 10, 20, 30, 40, 50 ]
[ 10, 20, 30, 40, 50, 35 ]
[ 10, 20, 35, 40, 50 ]
[ 10, 35, 30, 40, 50 ]

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if List = [ 17, 23, 41, 10 ] எனில் List.append ( 32 ) ன் விடை
[ 32, 17, 23, 41, 10 ]
[ 17, 23, 41, 10, 32 ]
[ 10, 17, 23, 32, 41 ]
[ 41, 32, 23, 17, 10 ]

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் எந்த பைத்தான் செயற்கூறு ஏற்கனவே உள்ள List-ல் ஒன்றுக்கும் மேற்ப்ட்ட உறுப்புகளை சேர்க்கப் பயன்படுகிறது?
append ( )
append_more ( )
extend ( )
more ( )

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

பின்வரும் பைத்தான் குறிமுறையின் விடை என்ன? S = [ x * * 2 for x in range ( 5 ) ] print ( S )
[ 0, 1, 2, 4, 5 ]
[ 0, 1, 4, 9, 16 ]
[ 0, 1, 4, 9, 16, 25 ]
[ 1, 4, 9, 16, 25 ]

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?