Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

A2 - Unit 19 CS - Starter

star
star
star
star
star
Posljednje ažuriranje about 1 year ago
4 questions
6
Pitanje 1
1.

Explain what is meant by the terms:

a) stack

b) queue

c) linked list.

6
Pitanje 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.

5
Pitanje 3
3.

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

5
Pitanje 4
4.

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