NEW_SMP_Mls8_Quiz

Quiz
•
Computers
•
7th - 12th Grade
•
Medium

Kode Kiddo
Used 276+ times
FREE Resource
18 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an Algorithm?
A chart showing the flow of a series of events
A decision arrived at by following instructions
Step-by-step instructions used to solve a problem
A computer program that follows a chart
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is NOT an algorithm?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What should be considered when designing an algorithm?
If the correct hardware is being used
If the correct software is being used
If there is more than one way of solving the problem
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
Which of these pseudocode algorithms matches this flowchart?
input a
b <- 1
c <- 1
IF (a>1)
d <- b + c
c <- b
d <- c
a <- a - 1
ENDIF
output c
input a
b <- 1
WHILE (a>1)
d <- b + c
c <- b
d <- c
a <- a - 1
ENDWHILE
output c
input a
b <- 1
c <- 1
WHILE (a>1)
d <- b + c
b <- c
c <- d
a <- a - 1
ENDWHILE
output c
input a
b <- 1
c <- 1
IF (a>1)
d <- b + c
b <- c
c <- d
a <- a - 1
ENDIF
output c
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Some pseudocode to manipulate a numeric list is given below:
input list
a <- first_item_in_list
WHILE NOT end of list
b <- next item in the list
IF a > b
a <- b
ENDIF
ENDWHILE
output a
average(list)
max(list)
min(list)
search list for a
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
A bubble sort algorithm will loop until?
We have completed an entire run of comparing each item with the next in the list, and have made no changes during the run.
We have compared each item with the item next to it and swapped them if needed.
We have compared each item with each other item.
We have made a number of swaps equal to the number of items in the list.
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which sorting algorithm may make multiple swaps per pass?
Bubble Sort
Merge Sort
Insertion Sort
Create a free account and access millions of resources
Similar Resources on Wayground
16 questions
Searching Algorithms

Quiz
•
9th - 11th Grade
20 questions
GCSE J277 - 2.1.3 - Searching Algorithms

Quiz
•
7th Grade
19 questions
SHS 9.4 Python

Quiz
•
9th Grade
14 questions
Linear Search

Quiz
•
10th Grade
16 questions
Sorting & Searching Algorithms

Quiz
•
12th Grade
20 questions
Sorting Algorithms

Quiz
•
12th Grade
15 questions
AQA Computer Science GCSE - 3.1 Fundamentals of algorithms

Quiz
•
10th - 12th Grade
20 questions
Sorting algorithms (Y11)

Quiz
•
8th Grade - University
Popular Resources on Wayground
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
12 questions
Exponent Expressions

Quiz
•
6th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
Discover more resources for Computers
50 questions
Trivia 7/25

Quiz
•
12th Grade
11 questions
Standard Response Protocol

Quiz
•
6th - 8th Grade
11 questions
Negative Exponents

Quiz
•
7th - 8th Grade
4 questions
Exit Ticket 7/29

Quiz
•
8th Grade
20 questions
Subject-Verb Agreement

Quiz
•
9th Grade
20 questions
One Step Equations All Operations

Quiz
•
6th - 7th Grade
18 questions
"A Quilt of a Country"

Quiz
•
9th Grade
6 questions
RL.10.1 Cite Evidence

Quiz
•
10th Grade