Data validation

June 11, 2017 antony 0

Data validation is important in various areas of computer science – database data entry, data warehousing, program input, networking.  Any time data is communicated it […]

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. […]

Algorithms

July 16, 2015 antony 0

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