The ____ symbol for a logical predicative is called a decision diamond, a decision box, or a conditional.

A. line
B. oval
C. diamond
D. rectangle


Answer: C

Computer Science & Information Technology

You might also like to view...

In business process modeling notation, a gateway is like a fork in the road, allowing the flow to go one way or another. You can learn more about gateways in the Visible Analyst Glossary feature. Suppose, in your company, a key issue is whether a new product will be ready for release on June 1, or whether it will require further testing. If it is ready, Release Tasks can start. Otherwise, Testing Tasks must continue. Use Visible Analyst to create a simple business process model with a gateway that shows the two possible paths.

What will be an ideal response?

Computer Science & Information Technology

Which of the following is the correct way to declare a variable that represents a price?

declare double price = 0; int price = 0; Integer price = 0.0; double PRICE = 0.0; double price;

Computer Science & Information Technology

During which step of the scanning and fingerprinting process can the attacker use utilities such as Angry IP Scanner and Hping to perform a ping sweep?

a. Information gathering b. Determining the network range c. Identifying active machines d. OS fingerprinting

Computer Science & Information Technology

AC Case 3-1As a project for his technology design class, Miles was asked to put all the staff information into the school database. He is building a form to enter the name, email address, and schedule of each staff member. To add a bound control to the form, Miles could click a button in the Controls group on the Form Design Tools ____ tab.

A. Design B. Arrange C. External Data D. Format

Computer Science & Information Technology