Warning: Undefined array key 1 in /home/acaproso/public_html/._System/._Template/.Main.php on line 116
Fundamentals of computer programming questions.

Fundamentals of computer programming questions.

Find Fundamentals of computer programming university examination questions in acaproso.com

# Question
1

What is an algorithm


Short answers
2

What is a Pseudo code?


Short answers
3

What is desk checking?


Short answers
4

What is the meaning of Walk through ?


Short answers
5

What is inspection as applied in programming?


Short answers
6

Is following code correct ? Justify your answer where necessary rewrite the code. Show how to compile the code . Hence display the output of the code.

{

j=3

For (k=0;k<=10;++k)

{

i=++k+j;

Printf("%dn");

}

}

 


Short answers
7

What are characteristics of the Pseudocode (Program design language)? Briefly explain.


Long answers
8

Programming control structures with examples


Long answers