Contents

What does IDE stand for?
a) input data error              
b) input desktop environment
c) integrated development environment
d) internal disk error

c

Which is correct sequence of steps for creating and executing a C++ program?
a) editing>saving>compiling>linking> executing    
b) compiling>editing>saving>executing> linking
c) editing>executing>compiling>linking
d) linking>executing>saving>editing> compiling

a

The process of converting source into object code is called…..
a) compiling                       
b) executing
c) linking                               
d) saving

a

The process linking library file with object file is called…..
a) compiling                         
b) executing         
c) linking                             
d) saving

c

The process of running an executable file is known as………
a) debugging                        
b) compiling
c) executing                         
d) saving

c

The programmer usually writes source code using………
a) compiler                           
b) text editor
c) debugger                          
d) linker

b