On the Ribbon, by clicking a button to choose a(n) ____, you give the program instructions about what you want to do.

A. command
B. order
C. menu
D. program


Answer: A

Computer Science & Information Technology

You might also like to view...

Write a tcpdump filter expression that captures packets containing TCP segments with a source or destination IP address equal to 10.0.1.12.

What will be an ideal response?

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. Values can be used to communicate ideas that would otherwise remain fuzzy or unshaped. 2. One of the lessons learned from agile development is that short releases allow systems to communicate. 3. Analysts can best reflect all of the four values of agile modeling through an attitude of assertiveness. 4. A 60-hour work week improves effectiveness.

Computer Science & Information Technology

Which of the following statements is true?

Consider the classes below: ``` public class TestA { public static void main(String[] args) { int x = 2; int y = 20 int counter = 0; for (int j = y % x; j < 100; j += (y / x)) { counter++; } } } public class TestB { public static void main(String[] args) { int counter = 0; for (int j = 10; j > 0; --j) { ++counter; } } } ``` a. The value of counter will be different at the end of each for loop for each class. b. The value of j will be the same for each loop for all iterations c. Both (a) and (b) are true. d. Neither (a) nor (b) is true.

Computer Science & Information Technology

As shown in the accompanying figure, a(n) ____ consists of a window containing a variety of objects, that can be displayed on various devices.

A. ROM B. GUI C. CPU D. ERD

Computer Science & Information Technology