Daily Practice - GCSE Computer Science
5th February 1998
- 11D and 2D Array Processing: Writing and Tracing Programs
Explain why a running maximum should be initialised to the first element of the array rather than to 0.
- 2Programming Fundamentals
A FOR loop runs: total = 0, FOR i = 1 TO 4, total = total + i, NEXT i. State the value of total after the loop finishes.
- 3Producing Robust Programs
Give one example of erroneous test data for a field that only accepts whole numbers from 1 to 10.
- 4Boolean Logic
Evaluate X = NOT A AND B when A = 0 and B = 1.
- 5Data Representation: Number Systems
An 8-bit register stores the value 01100000 (denary 96). State the resulting 8-bit binary value after a left shift by 1 place, and state whether an overflow occurs.
You are looking at an earlier sheet. Today's sheet is the one that adds a day.
Your run is kept in this browser only, and there is no account.
Recent GCSE Computer Science sheets
Any date always gives the same five questions, so a sheet can be set again or shared. All of February 1998, including the monthly compilation PDF.