Year 9 Computer Science
Faustyna
Diamond 9 Diagram
SAVE
SHARE
NEW
Tips / Samples
Binary - describes a numbering scheme in which there are only two possible values for each digit: 0 and 1.
Denary - also known as decimal or base 10, is the standard number system used around the world.
Logic Gates - is an elementary building block of a digital circuit.
Cyberattacks - deliberate exploitation of computer systems, technology-dependent enterprises and networks.
Network Topologies - the arrangement of a network, including its nodes and connecting lines.
Algorithms - a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
IF/ELSE/ELIF - an else statement contains the block of code that executes if the conditional expression in the if statement resolves to 0 or a FALSE value
Network Protocols - formal standards and policies comprised of rules, procedures and formats that define communication between two or more devices over a network.
Subprograms