Welcome to Inqilab Patel's Blog

Students' Resource centre, developed to facilitate students in their studies.

Friday, 26 February 2016

Difference between RGB and CMYK Colours

RGB and CMYK are the two most prominent and typical colour spaces / formats / models. RGB (Red, Green, Blue) is the typical colour space used by computer monitors, mobile phones and televisions. In RGB, images are created by combining red, green, and blue light. Process of addition can create millions of different colours by using varying concentrations of the primaries. CMYK is the primary colour model used by colour printers. So for flyers, ...

Tuesday, 16 February 2016

Error Detection in Algorithm Pseudo Code

There are 8 types of errors in algorithm pseudo code ...

Friday, 5 February 2016

Validation and Verification

Validation and verification are two ways to check that the data entered into a computer is correct. Data entered incorrectly is of little use. Data verification Verification is performed to ensure that the data entered exactly matches the original source. Verification means checking the input data with the original data to make sure that there have been no transcription errors (transcription means copying the data). The standard way to do this...