Which of the following appear on the Ribbon in all Office applications?
a. The office ball
b. PDF maker
c. The backstage folder
d. Tabs, groups, and commands
Answer: d. Tabs, groups, and commands
Computer Science & Information Technology
You might also like to view...
You can improve loop performance by using prefix incrementing.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
There are two compiler warnings with this code. Can you spot them?
``` int main() { float x = 234.12345678901230, z = 22.8; int a = 44417, b = -0.333 , c = -5; double r = 3.12345678901234567; long e = 99999; char f = ‘+’; ```
Computer Science & Information Technology