Angelo's Pizza offers its customers a choice of pizza toppings.You may choose from onions, green peppers, hot peppers, mushrooms, and pepperoni. The base for all of the pizzas is cheese. A pizza may have any number of toppings that the customer desires. How many different pizzas are possible?

A. 32
B. 15
C. 10
D. 30
E. 120


Answer: A

Computer Science & Information Technology

You might also like to view...

What is the value of myCount.count displayed?

``` public class Test { public static void main(String[] args) { Count myCount = new Count(); int times = 0; for (int i=0; i<100; i++) increment(myCount, times); System.out.println( "myCount.count = " + myCount.count); System.out.println("times = "+ times); } public static void increment(Count c, int times) { c.count++; times++; } } class Count { int count; Count(int c) { count = c; } Count() { count = 1; } }``` a. 101 b. 100 c. 99 d. 98

Computer Science & Information Technology

DNS _____________ poisoning steers unsuspecting victims to a server of the attacker's choice instead of the intended Web site.

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

Computer Science & Information Technology

Word 2013 can create a cover page for you. Still, you will find that it is often necessary for you to create a cover page yourself. Why would you create your own instead of relying on Word to create a cover page?

What will be an ideal response?

Computer Science & Information Technology

After an organization understands its total and residual risk, it must determine how to get rid of the risk

Indicate whether the statement is true or false.

Computer Science & Information Technology