The ability to run multiple programs at the same time is known as:

A. multitasking
B. defragmenting
C. formatting
D. partitioning


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following refers to Windows’ way of designating anonymous connections?

A) Stack tweaking B) Null session C) Default shares D) Remote access

Computer Science & Information Technology

Describe the flaw in the following function.

``` /* * Forms the plural of noun by adding an 's'. */ char * add_s(const char *noun) { char result[100]; strcpy(result, noun); strcat(result, "s"); return (result); } /code}

Computer Science & Information Technology

Most webinars are web-based broadcasts that allow a user to download multimedia files to a PC or portable device.

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

Computer Science & Information Technology

Which of the following would be used to place extranet servers in a separate subnet for security purposes?

A. VPN B. NAT C. DMZ D. IDS

Computer Science & Information Technology