Data Structures and Algorithms

Data Structures and Algorithms

11th Grade

38 Qs

quiz-placeholder

Similar activities

Year 10 Computer Science Quiz

Year 10 Computer Science Quiz

10th - 11th Grade

42 Qs

Competitive Programming: Intro to the Arts of Problem Solving

Competitive Programming: Intro to the Arts of Problem Solving

9th - 12th Grade

34 Qs

AP CSP Quizizz 9-13 - FRIDAY

AP CSP Quizizz 9-13 - FRIDAY

9th - 12th Grade

43 Qs

AP Computer Science Applications - Fall 2023 Exam

AP Computer Science Applications - Fall 2023 Exam

11th Grade

34 Qs

Code.org APCSP Assessment

Code.org APCSP Assessment

9th - 12th Grade

40 Qs

CS Principles Assessment

CS Principles Assessment

9th - 12th Grade

40 Qs

Password (Cyber)

Password (Cyber)

11th Grade

34 Qs

Cs Discoveries Benchmark

Cs Discoveries Benchmark

11th Grade

35 Qs

Data Structures and Algorithms

Data Structures and Algorithms

Assessment

Quiz

Computers

11th Grade

Hard

Created by

P Upstone-Bailey

FREE Resource

38 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Adjacency List is:

a data structure used to represent a graph

a type of sorting algorithm

a method for searching data

a way to store hierarchical data

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Adjacency Matrix is:

a matrix used to represent a graph

a type of data structure for sorting

a method for solving linear equations

a tool for statistical analysis

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

An Array is:

A single value

A collection of elements

A mathematical operation

A type of loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Binary Search Tree (BST) is a data structure that:

Stores data in a linear fashion

Allows duplicate elements

Has nodes with at most two children, where the left child is less than the parent node and the right child is greater

Is a type of graph with cycles

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A Binary Tree is a data structure in which each node has at most how many children?

One

Two

Three

Four

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Breadth-First Search (BFS)?

A search algorithm that explores all the nodes at the present depth prior to moving on to the nodes at the next depth level.

A search algorithm that explores as far as possible along each branch before backtracking.

A sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order.

A search algorithm that uses a divide and conquer approach to find the shortest path.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is Chaining in Hashing?

A method to handle collisions in a hash table

A technique to sort data in ascending order

A process to encrypt data

A way to compress data

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?