Programming 1 Module 1 Edited Review Questions-Answers
Programming 1 Module 1 Edited Review Questions-Answers
1. What computer system part provides the needed electrical voltage to the
computer? …
5. Which software development model is best suited for developing software that is
driven by user interface requirements?
a. Top-down Design ?
b. RAD Model ?
10. The first documented use of the word “computer” was in the 1600’s? 1700’s?
1800’s ?1900’s?
12. The ______ connects the computer to the internet? Motherboard? USB?
Network Interface Card(NIC)?
13. If I’m unsure what a command does in Pencil code, I can type__?__ in the test
panel to see the available commands and get explanations about what they do. (What
do you say when you need “HELP”? )
15.Which approach to designing software is used when starting with an existing system
and adding other functional components to it? Bottom-up design
Waterfall? AGILE? RAD?
16. Put the stages of the Software Development Life Cycle in order from beginning to
end. _________, __________, , _____test____, ___________
17. The software development process is both iterative and incremental. True/false?
18. The following code will result in what color being drawn?
pen yellow
pen red
rt 20, 20
19. Representations of problems can take many forms, including equations, tables,
graphs, and diagrams. True//false?