In addition to the four primary computer operations, today's computers almost always perform ____ functions.

A. punching
B. communications
C. sorting
D. programming


Answer: B

Computer Science & Information Technology

You might also like to view...

According to projections by the Bureau of Labor Statistics, computer-related jobs are expected to be among the slowest-growing occupations through 2022

Indicate whether the statement is true or false

Computer Science & Information Technology

To print headings on multiple pages, you click Print Titles in the ________

A) Headings group on the PAGE LAYOUT tab B) Page Setup group on the PAGE LAYOUT tab C) Headings group on the PAGE VIEW tab D) Page Setup group on the PAGE VIEW tab

Computer Science & Information Technology

The ____ operation on a vector container deletes the last element.

A. vecList.pop_back() B. vecList.pop() C. vecList.push_back() D. vecList.back()

Computer Science & Information Technology

When an index is greater than 1, C computes the address corresponding to the index using the following formula: address = pointer + (offset * size of element).

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

Computer Science & Information Technology