2.1.3 Revision Test

Quiz
•
Computers
•
10th Grade
•
Easy
Simon Woods
Used 1+ times
FREE Resource
5 questions
Show all answers
1.
DRAG AND DROP QUESTION
1 min • 1 pt
(a) search works by starting at the beginning of a list and checking if that item is the one being searched for. It then looks at the (b) one and continues until either it finds the item searched for or reaches the (c) of the list. If it reaches the end of the list, then the item was not in the list.
2.
DRAG AND DROP QUESTION
1 min • 1 pt
A (a) search will only work on a (b) list. It works by finding the (c) item and comparing it to the searched item. If it is the item, it returns that it is found. If it is (d) than the searched for item, then the top half of the list is discarded. If it is less, the (e) half is discarded. The process is repeated on the remainder of the list until the item is found or you end up with a list of one, which is not the item. Then we know it is not in the list.
3.
DRAG AND DROP QUESTION
1 min • 1 pt
(a) sort works by starting at the first item and comparing it to the next. If they are out of order it (b) them. It continues through the list swapping items when they are out of order till it reaches the end. It then (c) the entire process until a full pass is completed with (d) swaps. When the swaps are made, it does a three-way swap using a (e) variable to hold the data during the swap.
4.
DRAG AND DROP QUESTION
1 min • 1 pt
An (a) sort works by starting with a sublist of (b) item at the start of the list. A list of one is naturally (c) . Starting with the next item, the items are compared with the one (d) to it and if out of place swapped. This continues until either it does not need to be swapped or is at the (e) of the list, at which point it is also sorted. Once all the items are inserted the entire list is sorted.
5.
DRAG AND DROP QUESTION
1 min • 1 pt
A merge sort uses a (a) and (b) algorithm and works by (c) the list in half. Each sublist is further split in half until all items are in lists of (d) . The algorithm then works by (e) the split lists, but it does it by taking items from the now sorted lists in order and recombining them in order.
Similar Resources on Wayground
10 questions
10 question quiz on identifying and correcting errors

Quiz
•
9th - 12th Grade
10 questions
CS Edexcel 1.2c - Linear and Binary Search

Quiz
•
9th - 10th Grade
10 questions
HTML Basics

Quiz
•
8th - 10th Grade
10 questions
MS Word Fillable Forms

Quiz
•
10th Grade
10 questions
Python lists & file operations

Quiz
•
10th Grade
10 questions
GCSE Computer Science 9-1: Sorting Algorithms

Quiz
•
10th Grade - University
10 questions
Search Algorithms

Quiz
•
9th - 12th Grade
10 questions
AppsLab_Q2

Quiz
•
10th Grade - Professi...
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
10 questions
Proper Keyboarding Techniques

Interactive video
•
6th - 10th Grade
10 questions
Understanding Computers: Hardware, Software, and Operating Systems

Interactive video
•
7th - 12th Grade
29 questions
AP CSP Unit 2 Review (Code.org)

Quiz
•
10th - 12th Grade