Answer the following statements true (T) or false (F)

1) Testing is the act of ensuring that a program will solve the targeted problem.
2) The attribute of an object defines its potential behaviors
3) An interpreter is a program that translates code that is written in one language into equivalent code in another language.
4) Syntax rules dictate the form of a program. Semantics dictate the meaning of the program statements.
5) An object should never be encapsulated.


1) T
2) F
3) F
4) T
5) F

Computer Science & Information Technology

You might also like to view...

Which of the following is not a member function of all sequence containers?

a. front b. back c. push_front d. push_back

Computer Science & Information Technology

For the array in the previous question, what is the value returned by items( 1, 0 )?

a) 4 b) 8 c) 12 d) 6

Computer Science & Information Technology

What is a consideration when conducting an outdoor site survey?

A. climate conditions B. foliage C. permits and zoning D. All of the above

Computer Science & Information Technology

Perhaps the most widely used public-key algorithms are _________ and Diffie-Hellman.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology