Sharpen your fundamentals in sorting, searching, and Big-O analysis with a mixed-difficulty set built for steady improvement. You’ll compare algorithm trade-offs, reason about time/space complexity, a...
Pick a difficulty and question count to begin.
From bubble vs. quicksort to binary search and asymptotic notation, this quiz targets the core ideas behind algorithm performance and correctness.
Each question uses 4 options and there’s no timer, so you can slow down, do the math, and build reliable intuition instead of rushing.
You’ll practice reading pseudocode-like descriptions, estimating runtime, and choosing the right approach for a given constraint (sorted input, memory limits, duplicates, worst-case behavior).
Common pitfalls include mixing up average vs. worst case, assuming binary search works on unsorted data, and treating Big-O as an exact runtime rather than a growth rate.
Difficulty is mixed on purpose: easier items reinforce definitions and standard complexities, while harder ones push you to compare trade-offs and reason about edge cases. Choose your question count and difficulty before starting to tailor the session—use shorter runs for quick review or longer runs to build stamina.
Write down assumptions (sortedness, duplicates, input size) before answering, and sanity-check with small examples. When stuck, eliminate options by growth rate: constants < log n < n < n log n < n² < 2ⁿ.
What is the time complexity of Bubble Sort in the worst case?
Which of the following algorithms is a comparison sort?
What is the best case time complexity of Quick Sort?
This quiz has 113 questions covering sorting, searching, and Big-O fundamentals.
No. The quiz has no timer, so you can take your time on each question.
Every question is multiple-choice with 4 options.
Yes. You can select your preferred question count and difficulty before you start.
You’ll also see sorting and searching concepts like stability, in-place vs. extra memory, and best/average/worst-case behavior.

Sharpen your fundamentals of arrays, linked lists, and trees with a mixed-difficulty set built for quick practice. You’ll work through core concepts like indexing, traversal, and complexity, plus common edge cases that trip people up. Pick your preferred question count and difficulty, then learn from each result at your own pace.

Build confidence with core programming building blocks: variables, loops, and functions. This mixed-difficulty quiz checks how well you read code, predict output, and spot logic errors. Choose your preferred question count and difficulty, then answer each multiple-choice question at your own pace—there’s no timer.
Identify common cyber threats and the best defensive practices used to reduce risk. Covers phishing, malware, passwords, MFA, encryption basics, and safe browsing habits.
Test your knowledge of common programming syntax across popular languages. Questions focus on variables, loops, functions, and basic data structures without requiring deep computer science theory.
Check your understanding of how cloud services are delivered and used. Covers IaaS, PaaS, SaaS, containers vs VMs, regions/availability zones, and shared responsibility basics.
Match key PC components to what they do and how they affect performance. Covers CPU, GPU, RAM, storage types, motherboards, power supplies, and ports.