2027) Questions & Answers {Grade A}
100% Correct
Which of the following words describe the c programming languages? - correct
answer Compiled
After compiling a C source file, a file of which type is produced - correct answer Object
The code #include <stdio.h> is what type of command? - correct answer Preprocessor
command
How many values can be returned from a C function? - correct answer 1
A C function must have a return value? - correct answer False
,Header files are used to: - correct answer Link pre compiled/linked libraries to use in
the program
ANSI C is a - correct answer High-level language
ANSI C is considered an Object-oriented language - correct answer False
ANSI C compiles and links into a natively executable program - correct answer True
An algorithm is a method for testing a program - correct answer False
Analytical Engine (1822) - correct answer Charles Babbage
Computers are constructed from physical components referred to as - correct answer
hardware
, Smallest and most basic data item in a computer is a - correct answer bit
The grouping of 8 bits to form a larger unit is referred to as a - correct answer byte
The collections of patterns consisting of 0s and 1s used to represent letters, single
digits, and other single characters are called - correct answer character codes
Combines 1 or more bytes into a single unit - correct answer word
Data is lost when power is turned off - correct answer volatile
Directs and monitors the overall operation of the computer - correct answer control
unit