Python Unit 1

  1. Computer programs also are known as 




    B. software
  2. The major computer operations include




    D. input, processing, and output
  3. Visual basic, C++, and Java are all examples of computer




    A. programming languages
  4. A programming language's rules are its




    A. syntax
  5. The most important task of a compiler or interpreter is to 




    B. translate programming language statements into machine language
  6. Which of the following is temporary, internal storage?




    C. memory
  7. Which of the following pairs of steps in the programming process in the correct order?




    A. code the program, translate it into machine language
  8. A programmer's most important task before planning the logic of a program is to




    D. understand the problem
  9. The two most commonly used tools for planning a program's logic are




    B. flowcharts and pseudocode
  10. Writing a program in a language such as C++ or Java knowns as         the program.




    D. coding
  11. An English-like programming language such as Java or Visual Basic is a                        programming language.




    D. high-level
  12. Which of the following is an example of a syntax error?




    C. misspelling a programming language word
  13. Which of the following is an example of a logical error?




    D. all of the above
  14. The parallelogram is the flowchart symbol representing




    C. either a or b
  15. In a flowchart, a rectangle represents




    C. processing
  16. The term eof represents




    A. a generic sentinel value
  17. In flowcharts, the decision symbol is a




    D. diamond
  18. When you use an IDE instead of a simple text editor to develop a program,




    B. some help is provided
  19. When you write a program that will run in a GUI environment as opposed to a command-line environment,   




    A. some syntax is different
  20. As compared to procedural programming, with object-oriented programming,     




    B. the programmer's focus differs
Author
jdavis123
ID
357336
Card Set
Python Unit 1
Description
Updated