Example Sixth-Form CS Test 2
Example Sixth-Form CS Test 2
2. Construct the truth table for the following logic circuit: [4]
3. A powerful computer is used to host a virtual private network for a Eurasian company.
a) Outline how cache memory can increase the performance of a computer system. [3]
b) Define the term server. [2]
c) Outline how a virtual private network (VPN) will allow employees who are in Europe to
communicate with the Head Office in Asia. [2]
d) Define the term data packet. [2]
calcBMI(H, W)
X = H * H
B = W / X
return B
end calcBMI
a) Boris weighs 104 kg and is 2.00 m tall. State the value of his BMI. [2]
The data about a group of adults and their height measurement (in metres) and weight measurement
(in kg) is held in three one-dimensional arrays.