SAPET

SAPET

9th Grade

20 Qs

quiz-placeholder

Similar activities

PENGENALAN MS POWERPOINT

PENGENALAN MS POWERPOINT

9th Grade

21 Qs

Массивы Python

Массивы Python

9th Grade

15 Qs

CÂU HỎI SWAY

CÂU HỎI SWAY

9th Grade

15 Qs

CPA MS-Office Hotkeys Quiz

CPA MS-Office Hotkeys Quiz

8th Grade - Professional Development

21 Qs

Informatika Kelas 5 Bab 2

Informatika Kelas 5 Bab 2

5th Grade - University

19 Qs

ICT Service Solutions 2

ICT Service Solutions 2

8th - 12th Grade

17 Qs

REFLEKSI MATERI

REFLEKSI MATERI

9th - 12th Grade

15 Qs

SAPET

SAPET

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Anas Ramadan

Used 17+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is considered a String value

500

false

“ SAPET ”

Yes

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To initialize an instance of type ‘Expert’ ; the correct code is :

let expert=Expert()

var Expert()

Expert()=expert

dec expert=Expert

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following is considered a Boolean value?

100

“Swift”

var

true or false

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

To insert number 10 at index 2 in score array; the correct command is :

insert(10,2)

score.insert(2,10)

score.insert(10)

score.insert(10, at:2)

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the below commands used to

delete the first element in the Array array ?

Array.remove(at:0)

Array (remove(0))

delete(at:0)

delete(0)

6.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

abc =[5 , 2 , 3]

The correct method to insert the values 8 at the end of the array is ?

abc.insert(4+4)

abc.append(8)

abc.insert(8)

abc.append(8,at: 2)

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

var list :[Int]= [ 3 , 2 , 4 , 6 , 8 , 10 ].

what is the range of index in the list array ?

0 to 5

1 to 5

0 t0 6

1 to 6

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?