Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
Give this quiz to my class
Q 1/14
Score 0
Which of the following is a sorting method?
30
Bubble Sort
Bubble Guppies
Bubble Tea
Bubble Wrap
Q 2/14
Score 0
Which sorting method sorts a list by repeatedly dividing the unsorted list into smaller sublists?
30
Insertion Sort
Merge Sort
Selection Sort
Quick Sort
14 questions
Q.
Which of the following is a sorting method?
1
30 sec
Q.
Which sorting method sorts a list by repeatedly dividing the unsorted list into smaller sublists?
2
30 sec
Q.
Which sorting method iterates through the list, comparing adjacent elements and swapping them if they are in the wrong order?
3
30 sec
Q.
Which sorting method works by comparing each element with the elements that precede it and swapping them until they are in the correct order?
4
30 sec
Q.
Which sorting method divides the list into two parts, a sorted part and an unsorted part, and repeatedly inserts the next element from the unsorted part into the sorted part?
5
30 sec
Q.
Which search algorithm uses a divide and conquer strategy?
6
30 sec
Q.
Which search algorithm checks each element in a list linearly?
7
30 sec
Q.
Which of the following is a symbol used in flowcharts to represent a process?
8
30 sec
Q.
In an algorithm, what is a variable?
9
30 sec
Q.
What does an arrow symbol represent in a flowchart?
10
30 sec
Q.
What is the purpose of using pseudocode?
11
30 sec
Q.
What is the symbol used in a flowchart to represent input or output?
12
30 sec
Q.
What is the purpose of a loop in an algorithm?
13
30 sec
Q.
What is the symbol used in a flowchart to represent a decision or condition?