A level systems 22 based

A level systems 22 based

10th Grade

49 Qs

quiz-placeholder

Similar activities

SOAL INFORMATIKA 10.1 PTS1 25-26

SOAL INFORMATIKA 10.1 PTS1 25-26

10th Grade

50 Qs

Jaringan Komputer

Jaringan Komputer

10th Grade

50 Qs

Latihan UNBK TKJ 2019

Latihan UNBK TKJ 2019

10th Grade - University

50 Qs

Jaringan X 8.4.2023

Jaringan X 8.4.2023

10th Grade

54 Qs

Berpikir Komputasional

Berpikir Komputasional

10th Grade

50 Qs

Latihan Soal Berpikir Komputasional

Latihan Soal Berpikir Komputasional

2nd Grade - University

50 Qs

Berfikir Komputasional Kelas 8

Berfikir Komputasional Kelas 8

8th Grade - University

50 Qs

ASAJ  Semester 1 Informatika

ASAJ Semester 1 Informatika

10th Grade - University

50 Qs

A level systems 22 based

A level systems 22 based

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Philip Gordon

Used 2+ times

FREE Resource

49 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the precondition for a binary search.

The array/data must be in order/sorted

The array/data must be unsorted

The array/data must be ascending sorted

The array/data must be descending sorted

2.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Describe how a linear search works. step 1 = Compare the search item with the ??? value

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

What is the time Big O notation for linear search

enter the value O(???)

4.

FILL IN THE BLANK QUESTION

1 min • 1 pt

The address of the parameter is passed, this is pass by ???

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

If the data stored in a parameter is to be allowed to change the original variable, this would be pass by ???

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify a drawback of global variables

Increases processor usage (as it is used until full program execution is over)

Variable doesn’t need passing as a parameter

You don’t need to return a value

Alterations within the function may have unwanted side effects elsewhere in the program.

Can be accessed from any function / anywhere in the program

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify a benefit of global variables

Increases processor usage (as it is used until full program execution is over)

Variable doesn’t need passing as a parameter

Variable does need passing as a parameter

You do need to return a value

Increases memory usage (as it is used until full program execution is over)

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?