-->

Facebook

Jasper Roberts - Blog
Showing posts with label MOST IMP QUESTIONS. Show all posts
Showing posts with label MOST IMP QUESTIONS. Show all posts

Thursday, December 25, 2014

CPU MOST IMPORTANT QUESTIONS(QUESTION BANK)

Q – 1: Justify “C is Middle Level Language”.
Q – 2:Give the difference between:
a.        Compiler and Interpreter.
b.        Application software and system software.
c.        Call by value and call by reference.
Q – 3:What is an algorithm? Write an algorithm to display sum of n numbers.
Q – 4:What is flowchart? Explain various symbols used in Flowchart and draw the flowchart for
      finding smallest number out of three given numbers.
Q – 5: Explain various data types of C language.
Q – 6:Explain various operators used in C language.
Q – 7:Explain while…loop and do…while loop giving their syntax.
Q – 8:Explain if…else with suitable example.