Deskchecking is like inputting different test data to see what each outcome will be
eg
BEGIN MainProgram
READ num
num = num + 1
Display num
END MainProgram
test data would be like 2, 4, test, and stuff like that
input of num =2 would get you a result of 3, input...