Daily Practice · GCSE Computer Science
January 1974 5-a-day
Every sheet in January 1974
The same date always regenerates the same five questions, so a sheet you print today is the sheet a classmate prints tomorrow.
- 1st January 1974Name the translator used for assembly language and describe how it differs from a compiler.
- 2nd January 1974An 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.
- 3rd January 1974Which CPU register holds the address of the next instruction to be fetched?
- 4th January 1974Distinguish between the network security threats known as phishing and pharming.
- 5th January 1974Explain what happens if a program tries to read index 5 of an array declared with 5 elements.
- 6th January 1974A row of pixels is encoded using run-length encoding as: 3W 4B 3W. State the original row of pixels it represents.
- 7th January 1974A photo file is 3.5 MB in size. Calculate its size in kilobytes (KB). Use 1 MB = 1000 KB.
- 8th January 1974A streaming company records which shows each user watches and uses this to recommend similar shows. Explain one ethical concern this could raise, even if the company only uses the data to improve recommendations.
- 9th January 1974State the most appropriate data type for storing a person's shoe size if only whole sizes (e.g. 7, 8, 9) are allowed.
- 10th January 1974State the key difference between a procedure and a function.
- 11th January 1974Give one example of an optical secondary storage device.
- 12th January 1974Define the term protocol.
- 13th January 1974State the term used for realistic data that a program would be expected to handle during normal use.
- 14th January 1974Give one advantage of a relational database over a flat-file database.
- 15th January 1974State the difference between lossy and lossless compression.
- 16th January 1974State the condition that must be met before a binary search can be used on an array.
- 17th January 1974A logic circuit has inputs C and D. C feeds into a NOT gate; the output of the NOT gate and D feed into an OR gate, giving output Y. Write the Boolean expression for Y and state its value when C = 1 and D = 0.
- 18th January 1974Convert the hexadecimal number 3F to denary.
- 19th January 1974Which piece of network hardware connects a LAN to another network such as the internet, directing data packets based on IP address?
- 20th January 1974Explain the purpose of a breakpoint.
- 21st January 1974Convert the denary number 45 to hexadecimal.
- 22nd January 1974What does the acronym CPU stand for?
- 23rd January 1974State what the term malware means.
- 24th January 1974Explain why a running maximum should be initialised to the first element of the array rather than to 0.
- 25th January 1974An uncompressed file is 6000 KB. After lossless compression it is 1500 KB. Calculate the compression ratio in the form n:1 (original size : compressed size).
- 26th January 1974Which of RAM and ROM is volatile, meaning its contents are lost when the power is removed?
- 27th January 1974Which piece of UK legislation controls how organisations must store and use people's personal data?
- 28th January 1974Given x = 5 and y = 8, state whether x < y AND x > 0 evaluates to True or False.
- 29th January 1974A programmer wants any syntax error in their program to be reported before the program starts running at all. State whether a compiler or an interpreter behaves this way, and explain why.
- 30th January 1974Give one reason why RAM on its own is not enough, and a computer also needs secondary storage.
- 31st January 1974Name the four layers of the TCP/IP model in order from the one closest to the user.