________ is the branch of computer science that attempts to create computers that think like humans.
A. Natural language processing
B. Data warehousing
C. Artificial intelligence
D. Enterprise resource planning
Answer: C
You might also like to view...
Answer the following statements true (T) or false (F)
1) The major drawback to polymorphically designed programs is that they do not take into account the future addition or deletion of classes. 2) Polymorphism allows the addition of classes providing they were at least considered during program development. 3) When a request is made to use a derived-class-object method through a base-class reference, C# polymorphically chooses the correct overridden method in the appropriate derived class that’s associated with the object. 4) Polymorphism allows you to command a wide variety of objects even if you do not know the objects’ types.
A special value that marks the end of a list of input data is called a __________.
a. terminal value b. sentinel value c. loop control value d. input value e. loop termination value
Match the following terms to their meanings:
I. Form selector II. Zoom III. Clip IV. Point V. Tab Order A. 1/72 of an inch B. Setting in the Picture Size Mode property that adjusts the image to be as large as possible C. Order in which the fields are selected when the [Tab] key is pressed D. The box where rulers meet on a form in Design view E. Setting in the Picture Size Mode property that retains the original size of the image
The break statement violates pure structured programming principles because it provides a second, nonstandard exit from a loop.
Answer the following statement true (T) or false (F)