The purpose of a ____ is to visually group together related items on a menu or submenu.

A. separator bar
B. list
C. GroupBox
D. menu strip


Answer: A

Computer Science & Information Technology

You might also like to view...

Case-Based Critical Thinking QuestionsCase 1The YumYum store sells ice cream. Single-scoops cost $2.00, double-scoops cost $2.80, and triple-scoops cost $3.50.To most efficiently keep track of the sales for each of the three serving sizes, you would use ____.

A. three completely separate unnested if statements B. nested if statements using AND logic C. nested if statements using OR logic D. four completely separate unnested if statements

Computer Science & Information Technology

In an If...Then statement, the ____ symbol is used to test for inequality.

A. >< B. != C. = = D. <>

Computer Science & Information Technology

A connected undirected graph that has n vertices and exactly n – 1 edges ______.

a. cannot contain a cycle b. must contain at least one cycle c. can contain at most two cycles d. must contain at least two cycles

Computer Science & Information Technology

b. Require the scope resolution operator only when being defined outside of the definition of their class.

a. Only to the current value being displayed. b. Only to outputs displayed in the current statement. c. Until explicitly set to a different setting. d. Until the output buffer is flushed.

Computer Science & Information Technology