CS QUIZ

Quiz
•
Computers
•
11th Grade
•
Medium
Himara Senaratne
Used 6+ times
FREE Resource
55 questions
Show all answers
1.
FILL IN THE BLANK QUESTION
1 min • 1 pt
This question is related to data structures
Fill in the blank:
"_________ data structures can change size as needed, growing or shrinking depending on how much data you have. This is more flexible but can be more complex to work with and might use a lot of memory."
2.
MULTIPLE SELECT QUESTION
45 sec • 3 pts
Which of the following answers is true about One-dimensional arrays? (Select all that apply)
Arrays are static: Once created, their size can't change.
Elements are ordered: They are stored in a specific sequence, which makes searching efficient.
Once the arrays are created, their size can be change
None of the above
Answer explanation
Arrays are like lists of elements, each with a specific position (index) used for access.
Key points:
Arrays are static: Once created, their size can't change.
Elements are ordered: They are stored in a specific sequence, which makes searching efficient.
Indexing starts at 0: The first element is at position 0, the second at position 1, and so on.
3.
FILL IN THE BLANK QUESTION
1 min • 4 pts
Based on the two-dimensional array shown, should be typed in order to output "Alice"?
4.
FILL IN THE BLANK QUESTION
1 min • 4 pts
Based on the three-dimensional array shown, should be typed in order to output 27?
5.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
This question is related to Big O notation:
Which of the following is true about O(n²)?
This means the time grows much faster as the data increases, like the square of the data size. This is common in algorithms with nested loops (loops inside loops).
This means the time it takes grows directly with the amount of data.
Eg, searching a list one by one for a specific item gets slower as the list gets longer.
This means the algorithm takes the same amount of time no matter how much data it has.
Eg, finding the first item in a list is always quick, regardless of the list's length.
None of the above
6.
MULTIPLE CHOICE QUESTION
2 mins • 5 pts
Which of the following examples best describes O(n)?
Imagine you're looking for a friend's house in a neighbourhood.
You know the exact address and go straight there. It takes the same amount of time whether the neighbourhood is big or small.
Imagine you're looking for a friend's house in a neighbourhood. You're lost and have to check every house on every street. This takes much longer as the neighbourhood gets bigger.
Imagine you're looking for a friend's house in a neighbourhood.You don't know the address, so you ask each house until you find the right one. The more houses, the longer it takes.
Answer explanation
7.
FILL IN THE BLANK QUESTION
1 min • 1 pt
Based on the tuple shown, what shoul be typed to output 30?
Create a free account and access millions of resources
Similar Resources on Wayground
57 questions
Quiz on Syntax, Runtime, and Logical Errors

Quiz
•
11th Grade
50 questions
GCSE Computer Science

Quiz
•
11th Grade
50 questions
Authentication/Access Control/Enterprise Architecture

Quiz
•
9th Grade - University
60 questions
CSS1 1st Quarter Assessment AY23-24

Quiz
•
11th Grade
50 questions
Tes Pengetahuan Umum Komputer

Quiz
•
11th Grade
50 questions
virtual memory

Quiz
•
11th - 12th Grade
60 questions
Cambridge AS Level Computer Science: Computer's components

Quiz
•
11th Grade
55 questions
Final Exam Practice

Quiz
•
10th Grade - 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