COMPUTER OBJECTIVE QUESTIONS WITH ANSWERS

1. Which of the following loop uses three things initialization, condition to terminate loop and increasing
the value of loop counter?
a)for 
b)while 
c)goto 
d)switch 

Answer: a)for 

2. Goto statement is ?
a)Used to jump the control of program 
c)Used for user defined iteration 
b)Same as switch case statement 
d)None of above 

Answer: a)Used to jump the control of program 

3. Which logic is used to select the proper path out of two or more alternative paths in program logic 

a)Looping Logic
b)Sequence Logic 
c)Iteration Logic 
d)Selection Logic

Answer: d)Selection Logic


4. An Algorithm represented in the form of programming languages is _________ 
a)Flowchart 
b)Pseudo code 
c)Program 
d)None

Answer: c)Program 

5. Which of the following is not a benefit of modular programming? 
a)It increases program readability 
b)It increases programmer productivity 
c)It allows for the creation of a library of common programming task 
d)It allows one programmer to do the job of many in the same amount of time

Answer: d)It allows one programmer to do the job of many in the same amount of time

6. GUI stands for 
a)Graphical User Interface 
b) Graphics Under instruction
c) Graph Under Instruction 
d)None

Answer: a)Graphical User Interface 

7. ________________is the process undertaken to access the quality of computer software. 
a) Debugging 
b) compiling 
c) None 
d) Testing 

Answer: d) Testing 

Comments