A2 - Unit 19 CS - Starter

Last updated 6 months ago
4 questions
6

Explain what is meant by the terms:
a) stack
b) queue
c) linked list.

6

a) Describe how it is possible to implement a stack using an array.
b) Describe how it is possible to implement a queue using an array.
c) Describe how it is possible to implement a linked list using an array.

5

Write pseudocode to search an array of twenty numbers using a linear search.

5

Write pseudocode to sort an array that contains twenty numbers using a bubble sort.