
Computer Science Quiz

Quiz
•
Computers
•
11th Grade
•
Hard
Peter Kamara
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is a data structure?
A method for encrypting data
A type of computer software
A programming language
A way of organizing and storing data
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the concept of linked list in data structures.
A linked list is a type of list that can only store integers
A linked list is a non-linear data structure
A linked list is a data structure that uses a stack to store elements
A linked list is a linear data structure where elements are stored in nodes. Each node contains a data and a reference to the next node in the sequence.
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is an array in computer science?
A hardware component of a computer
A programming language
A data structure that stores a collection of elements
A type of computer virus
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you access elements in an array?
By using the name of the element within parentheses.
By using the index of the element within square brackets.
By using the length of the array as the index.
By using the value of the element within curly brackets.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is linear search and how does it work?
Linear search is a search algorithm that starts from the middle of the list and divides it in half each time
Linear search is a complex search algorithm that checks elements randomly in a list
Linear search is a simple search algorithm that sequentially checks each element in a list until the desired element is found or the list is exhausted.
Linear search is a search algorithm that only works on sorted lists
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the process of performing a linear search on an array.
Starting from the middle of the array and comparing the element with the target value
Iterating through each element in the array and comparing it with the target value until a match is found or the end of the array is reached.
Sorting the array in descending order and then comparing each element with the target value
Selecting a random element from the array and comparing it with the target value
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is bubble sort and how does it work?
Bubble sort is a type of soap used for washing dishes.
Bubble sort is a popular dance move in the 1980s.
Bubble sort is a method for organizing bubbles in a bubble bath.
Bubble sort is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.
Create a free account and access millions of resources
Similar Resources on Wayground
12 questions
Exit Ticket - Linked Lists and HashTables

Quiz
•
11th Grade
15 questions
File Management

Quiz
•
9th - 12th Grade
10 questions
Moringa JavaScript Arrays

Quiz
•
5th Grade - Professio...
10 questions
Arrays

Quiz
•
11th Grade - University
12 questions
Arrays Intro

Quiz
•
9th - 12th Grade
10 questions
AP CSP - Python Lists and Arrays

Quiz
•
9th - 12th Grade
10 questions
Python массив

Quiz
•
9th - 12th Grade
13 questions
1.2.2 - Secondary Storage

Quiz
•
KG - University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
20 questions
Digital Citizenship

Quiz
•
8th - 12th Grade
35 questions
Computer Baseline Examination 2025-26

Quiz
•
9th - 12th Grade
13 questions
Problem Solving Process

Quiz
•
9th - 12th Grade
10 questions
Understanding Algorithms with Pseudocode and Flowcharts

Interactive video
•
9th - 12th Grade
19 questions
AP CSP Unit 1 Review (code.org)

Quiz
•
10th - 12th Grade