Trace table

August 13, 2015 antony 0

Trace tables are used to test the logic in algorithms, they should come after creating pseudocode, not after applying the code in a programming language. […]

Intro to SQL

July 16, 2015 antony 0

Structured Query Language (SQL) is a non-procedural programming language to manage data in a database.  In this course we only learn SQL to query (retrieve) […]

Algorithms

July 16, 2015 antony 0

This Khan Academy course take you through algorithms including binary search and sorting. Khan Academy Algorithms Course

Network Hardware

July 16, 2015 antony 0

These pieces of equipment are just some of the network components required to create computer communication networks.   You need to know what they are […]

Data Anomalies

May 7, 2015 antony 0

Normalisation is the process of splitting relations into well-structured relations that allow users to insert, delete, and update tuples without introducing database inconsistencies. Without normalisation […]

Compare common development processes

December 8, 2014 antony 0

This covers linear (waterfall/cascade) and iterative(prototyping/rapid application development) methodologies of executing the development framework, and compares the advantages and disadvantages.