AL-(S)

AL-(S)

12th Grade

10 Qs

quiz-placeholder

Similar activities

Bài 7. Tìm kiếm thông tin trên Internet

Bài 7. Tìm kiếm thông tin trên Internet

1st Grade - University

12 Qs

Pyton lists - del() - error index

Pyton lists - del() - error index

4th - 12th Grade

6 Qs

NoSQL Activity

NoSQL Activity

9th - 12th Grade

5 Qs

A/L 2024  THEORY | itwithrukshan

A/L 2024 THEORY | itwithrukshan

1st - 12th Grade

5 Qs

Computer Port

Computer Port

9th - 12th Grade

10 Qs

G12 SIN 1.6

G12 SIN 1.6

12th Grade

11 Qs

Tuples Quiz - Vijayendra

Tuples Quiz - Vijayendra

9th - 12th Grade

12 Qs

Solar2D Review

Solar2D Review

10th Grade - University

14 Qs

AL-(S)

AL-(S)

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Gunesh Hettiarachchi

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

විධානාත්මක පරිගණක භාෂාවක් නොවන්නේ,

C

SQL

Python

Java

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

පහත හදුන්වන අතුරින් වලංගු වන්නේ,

_name

Age of sam

2k19

us$

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

x = ["apple", "banana", "cherry"]

මෙහි දත්ත ප්‍රරූපය වන්නේ,

list

tuple

dict

set

4.

FILL IN THE BLANK QUESTION

2 mins • 1 pt

x = 1 # int

y = 2.8 # float

z = 1j # complex

ඉහත විචල්‍ය වල දත්ත ප්‍රරූපය ප්‍රතිදානය කිරීමට සුදුසු ශ්‍රිතය(function) වන්නේ,

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

mylist = ["apple", "banana", "cherry"]

print(mylist[-1])

මෙහි ප්‍රතිදානය වන්නේ,

cherry

banana

apple

error

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

thislist = ["van", "train", "bus","other"]

thislist[1:3] = ["corona"]

print(thislist)

error

['van', 'corona']

['van', ''train, 'corona', 'other']

['van', 'corona', 'other']

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

thislist = ["van", "train", "bus","other"]

thislist.insert(2, "corona")

print(thislist)

['van','corona', 'train', 'bus', 'other']

['van', 'train', 'corona', 'bus', 'other']

['van', 'train', 'corona', 'other','bus']

none of 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?