The value of =C3+C4+C5+C6+C7+C8+C9 can be calculated by using ________

A) =SUM(C3...C9 ) B) =TOTAL(C3...C9 ) C) =TOTAL(C3:C9 ) D) =SUM(C3:C9)


D

Computer Science & Information Technology

You might also like to view...

Which statement correctly uses C++11 to initalize a vector of ints named n with the values 10 and 20?

a. vector n(10, 20); b. vector n = {10, 20}; c. vector n {10, 20}; d. int vector n ({10}, {20});

Computer Science & Information Technology

What is the minimum RAM requirement to run Microsoft Virtual PC?

A) 1GB B) 1.5GB C) 2GB D) 512MB E) 4GB

Computer Science & Information Technology

Which of the following is an on-screen keyboard used with Linux?

A. GOK B. xkb C. XK D. TOKEN

Computer Science & Information Technology

_____ is a Hypertext Markup Language (HTML) structural semantic element.?

A. ?meta B. ?nav C. ?body D. ?title

Computer Science & Information Technology