Data Structures and Algorithms

Data Structures and Algorithms

11th Grade

38 Qs

quiz-placeholder

Similar activities

Algorithm

Algorithm

11th Grade

40 Qs

Edexcel Topic A: ProblemSolving

Edexcel Topic A: ProblemSolving

9th - 12th Grade

40 Qs

PLTW CSP Fall Exam 2024

PLTW CSP Fall Exam 2024

9th - 12th Grade

38 Qs

Week 3 - Ethics, Security, Programming, & Problem Solving

Week 3 - Ethics, Security, Programming, & Problem Solving

9th - 12th Grade

40 Qs

CSP 1.1.1-1.1.5 Vocabulary Quiz

CSP 1.1.1-1.1.5 Vocabulary Quiz

9th - 12th Grade

34 Qs

Edexcel GCSE Computer Science

Edexcel GCSE Computer Science

9th - 12th Grade

33 Qs

Formative searching and sorting

Formative searching and sorting

11th Grade - University

38 Qs

Flowchart Test

Flowchart Test

9th - 12th Grade

42 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?