Data types that can be assigned only a single value are called ____ types.
A. individual
B. mono
C. primitive
Answer: C
You might also like to view...
__________ is usually faster than __________.
a. High-level I/O, low-level I/O. b. Low-level I/O, high-level I/O. c. Low-level I/O, internal data processing. d. High-level I/O, internal data processing.
Case-Based Critical Thinking QuestionsCase 9-1At the beginning of the academic year, Maxwell was asked to create an HTML form for his tennis coach, Mr. McEnroe, so that he can collect information about the school's tennis team players.Mr. McEnroe would like to know who is male and who is female. Which of the following form controls should Maxwell use to gather this information?
A. check box B. text box C. radio button D. all of the above
A(n) ____ statement is a control structure that repeatedly executes a statement or series of statements while a specific condition is TRUE or until a specific condition becomes TRUE.
A. repeat B. replicate C. loop D. circular
The statement in the ArrayBag constructor to copy an item from a source collection to a new ArrayBag object is self.init(item).
Answer the following statement true (T) or false (F)