Lecture notes for the Introduction to Computers by James Tam Return to the course web page

Sample Exam Questions: An Overview Of Computer Programming (Chapter 10)

Choose the answer that best answers each question.

  1. Which of the following are characteristics of Extreme programming?
    1. Customer involvement throughout the life of the project
    2. Constant testing of software
    3. Pair programming
    4. All of the above
    5. None of the above

 

  1. Which of the following languages can a computer understand?
    1. Binary
    2. Java
    3. C++
    4. All of the above
    5. None of the above

 

3.      If you were writing a computer program that would be running on several computers with different operating systems and these programs needed to communicate which of the following programming languages would be your best choice?

a.       C

b.      C++

c.       C#

d.      Java

e.       A ‘scripting language’ like Java script or VB script

Answers to the above questions