Which of the following is NOT a number format available in the Number group on the Home tab?

A) Accounting Number Format B) Date Format
C) Comma Style D) Percent Style


B

Computer Science & Information Technology

You might also like to view...

Changes you have to make to a PowerPoint presentation may include ____.

A. adding effects to photos B. altering the colors of photos C. altering the colors of illustrations D. updating visual elements displayed on a slide E. All of the above

Computer Science & Information Technology

Which of the following is correct?

a. String[] list = new String{"red", "yellow", "green"}; b. String[] list = new String[]{"red", "yellow", "green"}; c. String[] list = {"red", "yellow", "green"}; d. String list = {"red", "yellow", "green"}; e. String list = new String{"red", "yellow", "green"};

Computer Science & Information Technology

Which of the following conveys meaning and is useful to users?

A. Data B. Information C. Input D. Output

Computer Science & Information Technology

What layer of the OSI model describes how data between applications is synced and recovered if messages don't arrive intact at the receiving application?

a. Application Layer b. Presentation Layer c. Session Layer d. Transport Layer

Computer Science & Information Technology