Search Results for:
-
Ergonomics and Computer Health and Safety
What ergonomics means, the health hazards of prolonged computer use such as RSI and CVS, and the safety precautions and workstation setup that prevent them.
No Comments -
Database Structure, Models and Relationships
How data is organized into tables, fields and records inside a database, the Entity-Relationship model, and the different types of relationships between tables.
No Comments -
Database Management Systems (DBMS) and SQL
What a DBMS is and its main objectives, the difference between flat-file and relational databases, and the role of SQL as a database language.
No Comments -
Project Management: Concepts and Teams
What defines a project, the project management life cycle from initiation to closure, and the qualities that make an effective project manager and team.
No Comments -
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