Search Results for:
-
Project Management Tools: PERT and Gantt Charts
How PERT charts and Gantt charts are used to schedule and track a project, worked examples of both, and the key differences between them.
No Comments -
Algorithms: Concepts and Representation
What an algorithm is, the characteristics of a good algorithm, and the three main ways to represent one: structured English, flow charts and pseudocode.
No Comments -
Algorithms: Variables, Constants and Control Structures
How variables and constants are declared in pseudocode, the basic input/output/assignment instructions, and the three algorithmic control structures: sequence, selection and repetition.
No Comments -
Programming Languages and Language Translators
The difference between low-level and high-level programming languages, how assemblers, compilers and interpreters translate code, and the types of programming errors.
No Comments -
Introduction to C Programming Language
Why C is used, the software needed to write and run a C program, and how to declare variables and read/write input and output with scanf and printf.
No Comments -
C Programming: Operators, Conditionals and Loops
The arithmetic, relational and logical operators used in C, how to write IF/ELSE conditional statements, and the three main loop types: FOR, WHILE and DO…WHILE.
No Comments -
HTML: Overview, Tags and Elements
What HTML is, the structure of a basic HTML document, and the difference between an HTML tag, an element and an attribute.
No Comments -
HTML: Attributes, Links, Images, Tables and Lists
How HTML attributes add information to a tag, the syntax for links, images, tables and lists, and the four core attributes: id, title, class and style.
No Comments -
Data Communication: Channels and Transmission Modes
The five components of a communication system, the difference between simplex, half-duplex and full-duplex channels, and digital vs analogue, synchronous vs asynchronous, and serial vs parallel transmission.
No Comments -
Communication Media, Devices and Network Protocols
Wired and wireless communication media and devices, the four types of network attacks, the difference between private and public networks, and the most common TCP/IP protocols.
No Comments