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...

A group of related data values to be charted is a data ________

Fill in the blank(s) with correct word

Computer Science & Information Technology

Monica is developing a software application that calculates an individual's body mass index for use in medical planning. She would like to include a control on the field where the physician enters an individual's weight to ensure that the weight falls within an expected range. What type of control should Monica use?

A. Fail open B. Fail secure C. Limit check D. Buffer bounds

Computer Science & Information Technology