A level systems 22 based

A level systems 22 based

10th Grade

49 Qs

quiz-placeholder

Similar activities

R093 iMedia Mix Up#2

R093 iMedia Mix Up#2

9th - 12th Grade

51 Qs

Game Design - Midterm Review - Semester B

Game Design - Midterm Review - Semester B

9th - 12th Grade

50 Qs

PHP sisfo

PHP sisfo

10th Grade - University

53 Qs

SAS Informatika Ganjil Kelas 8

SAS Informatika Ganjil Kelas 8

8th Grade - University

50 Qs

SAS Informatika Ganjil Kelas 9

SAS Informatika Ganjil Kelas 9

9th Grade - University

50 Qs

PAS GANJIL KELAS X SMEKGIZA SURABAYA TAHUN PELAJARAN 2024-2025

PAS GANJIL KELAS X SMEKGIZA SURABAYA TAHUN PELAJARAN 2024-2025

10th Grade

45 Qs

CSEC IT - 12 Networks

CSEC IT - 12 Networks

10th - 12th Grade

50 Qs

STARTER - 1D Array Test

STARTER - 1D Array Test

9th - 12th Grade

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