qT4 qT4 txh/mc_txh3_002.html txh/mc_txh3_002.html
What is an array? What is an array? Name two types of array Name two types of array What elements can the array contain? What elements can the array contain?
A:array [1..5] of integer; T:array [1..3, 1..7] of string; B: array [1..n] of real; How many elements contain these arrays? Which type of data?
Theory of Information Queues
Wikibooks.org A-level computing AQA Problem Solving, Programming, Operating Systems, Databases and Networking Programming concepts Queues THEORY OF INFORMATION QUEUES
What is a stack ? What is a queue ? From which elements queue consist of ? Name two operations you can do with queues?
Main concept Benefits and drawbacks Uses in computing and real life Compare stacks and queues in terms of the following criteria Extended