Chapter1 and 2 Quick Revision
Chapter1 and 2 Quick Revision
CompSci Paper 1
Paper 1 advice
Check the command word that is used, for example describe requires more than a
statement. Explain requires more detail as to why something happens, or why you have
selected the answer you have.
Check whether tick box questions require one, or possibly more ticks per row. If it is
one tick per row then make sure you don't put two. If there could be more check each
possibility, it is very likely that at least one of the rows requires two or more ticks.
If a question gives a context, and the wording of the command refers back to this
context, then make sure you use it in your answer. Don't just give a generic answer, use
the context in each point you make.
If a question asks for differences between two or more items, then make sure you give
all sides. For example just stating that parallel transmission has multiple wires is not
enough without also stating that serial has just one wire.
When converting numbers between different types (e.g. binary, denary, hexadecimal),
always check your answers by working it the reverse. For example, if converting binary
to denary, convert your denary answer back to binary and make sure that they both
match.
2 | Page
Chapter 1 Data Representation 1. Memory dump
Q1) What is meant by binary system? 2. Colour code in HTML
It has a base of 2. 3. URL Encoding
It only uses two values, that are 1 and 0. 4. Error Message
5. MAC Address
Q2) Why binary numbers are used in computer? 6. IPV6 Address
In computers data is processed using logic gates 7. Location in memory
and stored in registers, logic gates work on current 8. Debugging
signals ON and OFF represented by 1 and 0. 9. ASCII//Unicode
10. Assembly Language
Q) Write down different numbers and their bases:
Denary Base 10 system Q 6) Describe what is meant by a MAC address. [4]
processed by a computer, like numbers, text, • it is a static address // it does not change
Q 4) Give reasons why a programmer may use confusion in the naming of memory sizes.
2. Easy to read and understand base 10 system. In this system 103 = 1000 i.e. Kilo
3. Easier to convert long binary into 2. Binary Prefix System used in IEC Units
4. Less screen space is required. a base 2 system. In this system 210=1024 i.e. kibi
Errors can occur during data transmission due to If both the checksum are not same, there
interference, e.g. data loss, data gain and data will be an error in data transmission.