Monday 20 May 2013

QUIZ 21-25

21. 
A group of related fields that contain all of the data about a specific person, place, or thing is called a
data file
field file
program file
Record
Answer: Option D

22. 
To send output to a file, you need to include the _____ header file in your program
file.h
fstream.h
iomanip.h
iostream.h
of stream.h
Answer: Option B

23. 
A C++ _____ is a program that runs in a DOS window
Algorithm
cast application
console application
source application
Answer: Option C

24. 
A difference, between reference variables and pointers is that
reference variables are easier to use
pointers are easier to use
reference variables are more flexible
no difference exists between reference variables and pointers
Answer: Option A



25. 
A 'C function does not contain
a function header
argument declarations
other 'C' functions
function body
None of the above
Answer: Option C