Higher Standard Algorithms

Higher Standard Algorithms

11th Grade

7 Qs

quiz-placeholder

Similar activities

Wee Word Intro

Wee Word Intro

7th - 12th Grade

12 Qs

MS. WORD DASAR

MS. WORD DASAR

9th - 12th Grade

10 Qs

Cấu trúc rẽ nhánh t1

Cấu trúc rẽ nhánh t1

11th Grade

10 Qs

Selection Control Structure  Quiz

Selection Control Structure Quiz

6th Grade - University

10 Qs

discrimination rapide x-ways

discrimination rapide x-ways

1st - 12th Grade

10 Qs

Scratch!

Scratch!

4th Grade - Professional Development

8 Qs

KUIS Analisis Data

KUIS Analisis Data

11th Grade

10 Qs

Avaliação 1T - JavaScript

Avaliação 1T - JavaScript

9th - 12th 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

min = values(1)

for x = 2 to arraysize

end if
next

min = values(x)

if values(x) < min then

2.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a find maximum algorithm

if values(x) > max then

max = values(x)

end if
next

max = values(1)

for x = 2 to arraysize

3.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a count occurrences algorithm:

end if
next

counter = counter + 1

if values(x) = "condition" then

counter = 0

for x = 1 to arraysize

4.

REORDER QUESTION

1 min • 1 pt

Reorder the following to create a linear search algorithm:

counter = 0
found = false

do
if values(x) = target then

loop until counter = arraysize-1 or found = true

found = true
end if

counter = counter +1

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?