Revision Worksheet
Revision Worksheet
Section 1: Binary
101010=
1110=
10001=
1001=
38=
67=
54=
Section 2: Logic gates
AND Gate:
Output is 1 only when both inputs are 1.
Truth Table:
A B output
0 0 0
0 1 0
1 0 0
1 1 1
OR Gate:
Output is 1 if at least one input is 1.
Truth Table:
A B output
0 0 0
0 1 1
1 0 1
1 1 1
NOT Gate:
Output is the opposite of the input.
Truth Table:
A output
0 1
1 0
Draw and label the symbols for the following gates: AND, OR.
Create truth tables for the following gates:
a) AND gate
b) OR gate
c) NOT gate 2
Draw and label the symbol for each logic gate used in each scenario.
Create a truth table showing the input-output relationship based on the giving conditions.
2
Section 4: network topologies
Where to
Topology Definition Advantages Disadvantages Best Cases
Use
- Single cable
All devices - Simple, low
failure disrupts
share a single cost. - Small - Limited
network.
Bus communication - Easy to set networks devices with
- Prone to
line (main up and (cafés). low traffic.
traffic
cable). extend.
bottlenecks.
- Reliable,
- Central hub
Devices are easy to - Moderate
failure affects
connected to a troubleshoot. - Offices, traffic, need
Star the network.
central hub or - Scalable, schools. centralized
- More cabling
switch. high control.
required.
performance.
- Orderly data - Failure in one
Devices are
flow, reduced connection - Sequential
connected in a
collisions. disrupts - Museums, communication,
Ring circular path,
- Easy to network. small setups. controlled
data flows in
predict data - Difficult to traffic.
one direction.
movement. scale.
- High
Every device is reliability, - Data
- Expensive, - High reliability
connected to redundancy. centres,
Mesh complex needed, critical
every other - Continuous conservation
setup. systems.
device. operation if centres.
one link fails.
1. Draw a simple diagram of each of the bus, ring, star and mesh topologies.
2. Describe a situation in which a ring topology might be less effective than a star topology.
Discuss network traffic and potential bottlenecks.
3. Describe a situation in which a bus topology might be less effective than a ring topology.
2