A collection of information, such as a Microsoft Word document, stored on a computer under a single name is a:

A) gallery. B) file. C) folder. D) library.


B

Computer Science & Information Technology

You might also like to view...

Suppose you want to program behavior that repeats as long as some condition does not occur. To do this, you could use a statement with the following format: ____.

A. doWHILE (true) B. while (!true) C. if (NOT condition) D. while (&& false)

Computer Science & Information Technology

Which of the following statements is false?

a. ToggleGroup method getSelectedToggle returns the Toggle that’s currently selected. Class RadioButton is one of several controls (others are RadioButtonMenuItem and ToggleButton) that implements interface Toggle. b. Each mouse event handler you define must provide one parameter of type MouseEvent. When the event occurs, this parameter contains information about the mouse event, such as its location, whether any mouse buttons were pressed, which node the user interacted with and more. c. Each layout pane has a getChildren method that returns an ObservableList collection containing the layout’s child nodes. d. All JavaFX shapes inherit indirectly from class Shape in the javafx.scene package.

Computer Science & Information Technology

A(n) _____ is an organized collection of people, procedures, software, databases, and devices that provides routine information to managers and decision makers.

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

Computer Science & Information Technology

When each object of a class maintains its own copy of an attribute, the variable that rep- resents the attribute is also known as a(n) ________ .

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

Computer Science & Information Technology