TCP/IP Model
Transmission Control Protocol / Internet Protocol (TCP/IP) is a set of communication protocols which specify how data is transferred across networks (and therefore the internet). […]
Transmission Control Protocol / Internet Protocol (TCP/IP) is a set of communication protocols which specify how data is transferred across networks (and therefore the internet). […]
Each line of code which performs an action is a statement. When a statement tests if something is true or false it is a control […]
Local A local variable is only available to the module (or block of code) it is within. That is its “scope”. The variable total is […]
Variable A variable exists to store a value in a location (in memory) identified by a symbol (a name). When creating a variable we identify […]
Transferring data over networks is inherently insecure. The traffic passes through multiple routers and if any of those routers are compromised by a hacker or […]
The code below is Pseudocode. Sequence Sequence is each statement after another. x = 0 OUTPUT (“Hello world”) are examples. Selection When a decision needs […]
Protocols are agreed forms of communication. Computer networks require protocols to transfer different types of data reliably and efficiently – and sometimes securely – most protocols […]
Transmission media (or medium) refers to any method of network connection, whether it is wired or wireless. They all transfer packets of data using different […]
Computers store information as binary 1’s and 0’s. These are known as bits. Groups of 8 bits are bytes. Ultimately, whatever data we store in […]
Structure charts show the functions/modules within software and the parameters passed between them. Note: the only symbols you need to use are process and data […]
Copyright © 2026 | WordPress Theme by MH Themes