Which of the following are the three categories of fire suppression systems?

A) Wet pipe, dry pipe, and pre-action
B) Wet fire, dry fire, and pre-action
C) Flammable fire, electrical fire, and wood fire
D) Wet fire,dry fire, and electrical fire


A) Wet pipe, dry pipe, and pre-action

Computer Science & Information Technology

You might also like to view...

______ can be used to make the program execute nonsequentially.

A. if statements B. Loops C. All of the above

Computer Science & Information Technology

XHTML version ____ is an update to HTML 4.01 that provides support for a variety of new features including semanitic page elements, column layout, form validation, offiline storage, and enhanced multimedia.

A. 1.0 B. 1.1 C. 2.0 D. 5.0

Computer Science & Information Technology

A record

A) is a complete set of data for an entity. B) is an individual piece of data, such as a last name. C) defines the range of data to print. D) is the sequence in which pages print.

Computer Science & Information Technology

What is the first step in the Tower of Hanoi recursive algorithm?

A. Move the top n  disks from needle 1 to needle 2, using needle 3 as the intermediate needle. B. Move disk number n from needle 1 to needle 3. C. Move the top n - 1 disks from needle 2 to needle 3, using needle 1 as the intermediate needle. D. Move the top n - 1 disks from needle 1 to needle 2, using needle 3 as the intermediate needle.

Computer Science & Information Technology