Higher Standard Algorithms

Higher Standard Algorithms

11th Grade

7 Qs

quiz-placeholder

Similar activities

Weekly Quiz 1

Weekly Quiz 1

4th Grade - Professional Development

10 Qs

Module 3: Imaging and Design For The Online Environment

Module 3: Imaging and Design For The Online Environment

11th - 12th Grade

10 Qs

Data Validation

Data Validation

KG - Professional Development

11 Qs

Break the fear

Break the fear

11th - 12th Grade

10 Qs

EMTECH POP QUIZ

EMTECH POP QUIZ

9th - 12th Grade

12 Qs

Excel Data Validation Quiz

Excel Data Validation Quiz

9th - 12th Grade

10 Qs

TestOut Desktop Pro Plus 1.1.18 Concept Questions

TestOut Desktop Pro Plus 1.1.18 Concept Questions

7th Grade - University

10 Qs

8525 AQA GCSE 3.2.5 Boolean Operations

8525 AQA GCSE 3.2.5 Boolean Operations

10th - 11th Grade

10 Qs

Higher Standard Algorithms

Higher Standard Algorithms

Assessment

Quiz

Computers

11th Grade

Practice Problem

Easy

Created by

Emma Maley

Used 1+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

7 questions

Show all answers

1.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a find minimum algorithm

end if
next

for x = 2 to arraysize

if values(x) < min then

min = values(1)

min = values(x)

2.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a find maximum algorithm

for x = 2 to arraysize

max = values(1)

max = values(x)

if values(x) > max then

end if
next

3.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a count occurrences algorithm:

end if
next

for x = 1 to arraysize

counter = counter + 1

counter = 0

if values(x) = "condition" then

4.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a linear search algorithm:

found = true
end if

counter = counter +1

counter = 0
found = false

loop until counter = arraysize-1 or found = true

do
if values(x) = target then

5.

DRAG AND DROP QUESTION

1 min • 1 pt

It is more efficient to use a ​ (a)   in a linear search algorithm as the loop will stop repeating when the item is found ​ (b)   or when each item in the array has been traversed. This means the loop is not repeating unnecessarily after the item has been found.

conditional loop
fixed loop
(found = true)
(found = false)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which standard algorithm would be used to find the fastest swimmer's time?

find minimum

find maximum

count occurrences

linear search

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which standard algorithm would be used to find the highest test percentage?

find maximum

find minimum

linear search

count occurrences

Access all questions and much more by creating a free account

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

Already have an account?