Log in
Sign up for FREE
arrow_back
Library

A2 - Unit 19 CS - Starter

star
star
star
star
star
Last updated 11 months ago
4 questions
6
Question 1
1.

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

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.

Question 3
3.

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

Question 4
4.

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