AL-(S)

AL-(S)

12th Grade

10 Qs

quiz-placeholder

Similar activities

තොරතුරු හා සන්නිවේදන තාක්ෂණය

තොරතුරු හා සන්නිවේදන තාක්ෂණය

12th Grade

10 Qs

Grade 09 - Online Examination

Grade 09 - Online Examination

1st - 12th Grade

10 Qs

A/L 2024  THEORY | itwithrukshan

A/L 2024 THEORY | itwithrukshan

1st - 12th Grade

5 Qs

Quiz III - Introduction to Computer

Quiz III - Introduction to Computer

1st Grade - University

5 Qs

Solar2D Review

Solar2D Review

10th Grade - University

14 Qs

tahukah kamu

tahukah kamu

11th Grade - University

14 Qs

G12Lesson 1.1

G12Lesson 1.1

12th Grade

10 Qs

AL 13 Exam

AL 13 Exam

12th Grade

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