Welcome to Inqilab Patel's Blog

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

O/A Level Computer Studies with Inqilab Patel

A Highly experienced, well educated and self motivated computer teacher.

Ruknuddin Patel's Web portal

In touch with tomorrow

Inqilab Patel's Mag

Inqilab Patel's Magazine is a Students Resource Centre. It is developed to facilitate students of IT, O / A Level and Business Administration in their studies and to make them literate on current Global Political Issues.

RIC: Ruknuddin Institute of Computer

RIC: Ruknuddin Insitute of Computer (Management, IT) is established in April 15, 1995 by Inqilab Ruknuddin Patel. It is organising Skill Development Programmes (SDP) in the fields of Information Technology and Business Administration.

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, brochures, advertising, newsletters, direct mail pieces, etc. #IGCSEComputer, OLevelComputer, #Inqilab

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 is to input the data twice to the computer system. The computer then checks the two data values (which should be the same) and, if they are different, the computer knows that one of the inputs is wrong. e.g. Entering password twice during sig-up. Verification methods include:
Ø  double entry
Ø  screen/visual check (proof reading)
Ø  parity check
Ø  checksum.
Validation is an automatic computer check to ensure that the data entered is sensible and reasonable. It does not check the accuracy of data.
For example, a secondary school student is likely to be aged between 11 and 16. The computer can be programmed only to accept numbers between 11 and 16. This is a range check.

However, this does not guarantee that the number typed in is correct. For example, a student's age might be 14, but if 11 is entered it will be valid but incorrect. #olevelcomputer #inqilab #cambridge