Intro to Algorithms

Intro to Algorithms

Assessment

Interactive Video

Computers

6th - 8th Grade

Easy

Created by

Callie Stanfield

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What is the specific steps to compute a computation>

algorithm

function

loop

2.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What is one of the most storied algorithmic problems?

Writing

Sorting

Calculating

Reading

3.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What is one algorithm for sorting an array called?

Loop

Function

Selection Sort

4.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What is used to start at the top row and going down by row to sort numbers?

Loop

Calculation

Computations

5.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

At the beginning of a merge sort, how many groups will the array be split into?

1

2

3

4

6.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What number in a value is being compared in the arrays with merge sort?

first number

second number

third number

7.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What is a network of nodes connected by lines?

loop

table

graph

function

8.

MULTIPLE CHOICE QUESTION

30 sec • 11 pts

What does Dijkstra’s algorithm always start with?

the node with the highest cost

the node with the lowest cost

9.

MULTIPLE CHOICE QUESTION

30 sec • 12 pts

What kind of similar algorithm is running when you use apps like Google Maps?

Paul's

Dijkstra’s

Wade's