
NEW_SMP_Mls8_Quiz
Authored by Kode Kiddo
Computers
7th - 12th Grade
Used 311+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
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
Access all questions and much more by creating a free account
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
Already have an account?
Similar Resources on Wayground
20 questions
ÔN TẬP WHILE DO VÀ FOR TO DO
Quiz
•
8th Grade
20 questions
Bài tập về chương trình con
Quiz
•
11th Grade
15 questions
Ôn tập KTGK. Bài 17. Biến và lệnh gán
Quiz
•
10th Grade
20 questions
Data structure test1
Quiz
•
12th Grade
18 questions
School Mangement System ICT 0417 IGCSE
Quiz
•
10th - 12th Grade
20 questions
Pemrograman Dasar 3
Quiz
•
9th - 12th Grade
15 questions
Access 2013 - 4(consultas)
Quiz
•
10th Grade
15 questions
HTML Quiz
Quiz
•
11th Grade - University
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials
Interactive video
•
6th - 10th Grade
14 questions
[AP CSP] JavaScript Programming Quiz
Quiz
•
9th - 12th Grade
10 questions
Understanding Computers and Computer Engineering
Interactive video
•
7th - 12th Grade
37 questions
Python - Tuples, Lists, and List Methods
Quiz
•
9th - 12th Grade
60 questions
MOS Word Home, Insert, Reference Ribbon Basics
Quiz
•
9th Grade