Loading....
|
Press & Hold to Drag Around |
|||
|
Click Here to Close |
|||
Question 1 Report
(a) In a tabular form, state two differences between random access memory and read only memory
(b) State four characteristics of windows operating system environment.
(c) list two examples of utility programs
(a) Two differences between RAM and ROM
| Random Access Memory (RAM) | Read Only Memory (ROM) |
|---|---|
| It is volatile - its contents are lost when the power is switched off. | It is non-volatile - its contents are retained when the power is switched off. |
| Data can be both read from and written to it by the user. | Its contents are normally read only and are written in by the manufacturer. |
(b) Four characteristics of the Windows operating system environment
(c) Two examples of utility programs
Answer Details
(a) Two differences between RAM and ROM
| Random Access Memory (RAM) | Read Only Memory (ROM) |
|---|---|
| It is volatile - its contents are lost when the power is switched off. | It is non-volatile - its contents are retained when the power is switched off. |
| Data can be both read from and written to it by the user. | Its contents are normally read only and are written in by the manufacturer. |
(b) Four characteristics of the Windows operating system environment
(c) Two examples of utility programs
Question 2 Report
(a) Match each of the following computing devices.
| COMPUTER DEVICES | USES |
| EDVAC | Electronic general-purpose computer programmed to perform complex sequences of operation. |
| ENIAC | Electronic digital stored-program computer intended for the bureau of census and later for presidential election. |
| UNIVAC | Electronic computer, binary in nature with automatic addition, subtraction multiplication and programmed division. |
The three descriptions in the question have been shuffled. Each early electronic computer is matched to the description that historically belongs to it.
Reasoning:
| Computer device | Correct use / description |
|---|---|
| EDVAC | Electronic computer, binary in nature, with automatic addition, subtraction, multiplication and programmed division. |
| ENIAC | Electronic general-purpose computer programmed to perform complex sequences of operations. |
| UNIVAC | Electronic digital stored-program computer intended for the Bureau of the Census and later for a presidential election. |
Answer Details
The three descriptions in the question have been shuffled. Each early electronic computer is matched to the description that historically belongs to it.
Reasoning:
| Computer device | Correct use / description |
|---|---|
| EDVAC | Electronic computer, binary in nature, with automatic addition, subtraction, multiplication and programmed division. |
| ENIAC | Electronic general-purpose computer programmed to perform complex sequences of operations. |
| UNIVAC | Electronic digital stored-program computer intended for the Bureau of the Census and later for a presidential election. |
Question 3 Report
(a) Convert 1011011\(_2\) to its hexadecimal equivalent
(b) State one difference a hacker and a scammer
(c) identify the parts labeled A, B, C and D on the keyboard shown below
(a) Convert \(1011011_2\) to hexadecimal
Method 1 (through denary):
\[1011011_2 = (1\times2^6)+(0\times2^5)+(1\times2^4)+(1\times2^3)+(0\times2^2)+(1\times2^1)+(1\times2^0)\]
\[= 64+0+16+8+0+2+1 = 91_{10}\]
Dividing 91 repeatedly by 16: \(91 = 5\times16 + 11\), where \(11 = \text{B}\). Reading the digits gives \(5\text{B}\).
Method 2 (direct grouping): group the bits in fours from the right, \(0101\;1011\). Then \(0101 = 5\) and \(1011 = \text{B}\).
Therefore \(1011011_2 = 5\text{B}_{16}\).
(b) One difference between a hacker and a scammer
A hacker is a person who uses backend technical knowledge of software to gain unauthorised access to the computer systems or accounts of unsuspecting users, with the aim of stealing, altering or exploiting data. A scammer deceives victims through confidence tricks, sending unwanted or inappropriate electronic messages to many recipients, or luring the victim into granting remote access, in order to defraud them. In short, the hacker breaks in through technical means, while the scammer relies on deception to make the victim hand over money or information.
(c) Parts labelled A, B, C and D on the keyboard
Answer Details
(a) Convert \(1011011_2\) to hexadecimal
Method 1 (through denary):
\[1011011_2 = (1\times2^6)+(0\times2^5)+(1\times2^4)+(1\times2^3)+(0\times2^2)+(1\times2^1)+(1\times2^0)\]
\[= 64+0+16+8+0+2+1 = 91_{10}\]
Dividing 91 repeatedly by 16: \(91 = 5\times16 + 11\), where \(11 = \text{B}\). Reading the digits gives \(5\text{B}\).
Method 2 (direct grouping): group the bits in fours from the right, \(0101\;1011\). Then \(0101 = 5\) and \(1011 = \text{B}\).
Therefore \(1011011_2 = 5\text{B}_{16}\).
(b) One difference between a hacker and a scammer
A hacker is a person who uses backend technical knowledge of software to gain unauthorised access to the computer systems or accounts of unsuspecting users, with the aim of stealing, altering or exploiting data. A scammer deceives victims through confidence tricks, sending unwanted or inappropriate electronic messages to many recipients, or luring the victim into granting remote access, in order to defraud them. In short, the hacker breaks in through technical means, while the scammer relies on deception to make the victim hand over money or information.
(c) Parts labelled A, B, C and D on the keyboard
Question 4 Report
(a) What are input devices?
(b) list two input devices
(c) State two uses of logic gates
(d) Draw and label the logic gate symbol for;
(i) OR gate (ii) AND gate
(a) What are input devices?
Input devices are hardware devices (peripherals) connected to a computer that are used to enter data, instructions, commands or signals into the computer system for processing. They allow the user to interact with and control the computer.
(b) Two input devices
(Scanner, joystick, microphone, light pen, webcam, barcode reader and fingerprint scanner are also acceptable.)
(c) Two uses of logic gates
(d) Logic gate symbols
(i) OR gate – the output is 1 when at least one of the inputs A or B is 1.
(ii) AND gate – the output is 1 only when both inputs A and B are 1.
Answer Details
(a) What are input devices?
Input devices are hardware devices (peripherals) connected to a computer that are used to enter data, instructions, commands or signals into the computer system for processing. They allow the user to interact with and control the computer.
(b) Two input devices
(Scanner, joystick, microphone, light pen, webcam, barcode reader and fingerprint scanner are also acceptable.)
(c) Two uses of logic gates
(d) Logic gate symbols
(i) OR gate – the output is 1 when at least one of the inputs A or B is 1.
(ii) AND gate – the output is 1 only when both inputs A and B are 1.
Question 5 Report
(a) Convert 1011011\(_2\) to its hexadecimal equivalent
(b) State one difference a hacker and a scammer
(c) identify the parts labeled A, B, C and D on the keyboard shown below
(a) Convert \(1011011_2\) to hexadecimal
Method 1 (through denary):
\[1011011_2 = (1\times2^6)+(0\times2^5)+(1\times2^4)+(1\times2^3)+(0\times2^2)+(1\times2^1)+(1\times2^0)\]
\[= 64+0+16+8+0+2+1 = 91_{10}\]
Dividing 91 repeatedly by 16: \(91 = 5\times16 + 11\), where \(11 = \text{B}\). Reading the digits gives \(5\text{B}\).
Method 2 (direct grouping): group the bits in fours from the right, \(0101\;1011\). Then \(0101 = 5\) and \(1011 = \text{B}\).
Therefore \(1011011_2 = 5\text{B}_{16}\).
(b) One difference between a hacker and a scammer
A hacker is a person who uses backend technical knowledge of software to gain unauthorised access to the computer systems or accounts of unsuspecting users, with the aim of stealing, altering or exploiting data. A scammer deceives victims through confidence tricks, sending unwanted or inappropriate electronic messages to many recipients, or luring the victim into granting remote access, in order to defraud them. In short, the hacker breaks in through technical means, while the scammer relies on deception to make the victim hand over money or information.
(c) Parts labelled A, B, C and D on the keyboard
Answer Details
(a) Convert \(1011011_2\) to hexadecimal
Method 1 (through denary):
\[1011011_2 = (1\times2^6)+(0\times2^5)+(1\times2^4)+(1\times2^3)+(0\times2^2)+(1\times2^1)+(1\times2^0)\]
\[= 64+0+16+8+0+2+1 = 91_{10}\]
Dividing 91 repeatedly by 16: \(91 = 5\times16 + 11\), where \(11 = \text{B}\). Reading the digits gives \(5\text{B}\).
Method 2 (direct grouping): group the bits in fours from the right, \(0101\;1011\). Then \(0101 = 5\) and \(1011 = \text{B}\).
Therefore \(1011011_2 = 5\text{B}_{16}\).
(b) One difference between a hacker and a scammer
A hacker is a person who uses backend technical knowledge of software to gain unauthorised access to the computer systems or accounts of unsuspecting users, with the aim of stealing, altering or exploiting data. A scammer deceives victims through confidence tricks, sending unwanted or inappropriate electronic messages to many recipients, or luring the victim into granting remote access, in order to defraud them. In short, the hacker breaks in through technical means, while the scammer relies on deception to make the victim hand over money or information.
(c) Parts labelled A, B, C and D on the keyboard
Question 6 Report
State one difference between star and bus topologies
(b) List four common network devices.
(c) Write the acronyms below in full
HTML, HTTP, ISP, SMTP.
(a) One difference between star and bus topologies
In a star topology every computer is connected by its own cable to a central device (a hub or switch), so all data passes through that central point; if one cable fails only that one computer is affected. In a bus topology all computers are connected to a single common cable (the backbone), and if that main cable breaks the whole network goes down.
(b) Four common network devices
(c) The acronyms in full
Answer Details
(a) One difference between star and bus topologies
In a star topology every computer is connected by its own cable to a central device (a hub or switch), so all data passes through that central point; if one cable fails only that one computer is affected. In a bus topology all computers are connected to a single common cable (the backbone), and if that main cable breaks the whole network goes down.
(b) Four common network devices
(c) The acronyms in full
Would you like to proceed with this action?