100% Verified Graded A+
1. Which of the following words describe the c programming languages?
Answer: Com-piled
2. After compiling a C source file, a file of which type is produced
Answer: Object
3. The code #include <stdio.h> is what type of command?
Answer: Preprocessor command
4. How many values can be returned from a C function?
Answer: 1
5. A C function must have a return value?
Answer: False
6. Header files are used to:
Answer: Link pre compiled/linked libraries to use in the program
,7. ANSI C is a
Answer: High-level language
8. ANSI C is considered an Object-oriented language
Answer: False
9. ANSI C compiles and links into a natively executable program
Answer: True
10. An algorithm is a method for testing a program
Answer: False
11. Analytical Engine (1822)
Answer: Charles Babbage
12. Computers are constructed from physical components referred to as
Answer: hard-ware
13. Smallest and most basic data item in a computer is a
Answer: bit
14. The grouping of 8 bits to form a larger unit is referred to as a
Answer: byte
15. The collections of patterns consisting of 0s and 1s used to represent letters,
single digits, and other single characters are called
, Answer: character codes
16. Combines 1 or more bytes into a single unit
Answer: word
17. data is lost when power is turned off
Answer: volatile
18. directs and monitors the overall operation of the computer
Answer: control unit
19. performs all the computations
Answer: arithmetic and logic unit
20. CPUs are constructed as a single microchip
Answer: microprocessor
21. provides access to the computer allowing it to input and output data
Answer: I/O
22. allows a computer to read/write to any one file or program independent of
its storage medium position
Answer: Direct-Access Storage Device
23. consist of rigid patterns that spin together on a common spindle
Answer: magnetic hard disk