What is the difference between multitasking and multithreading?

What will be an ideal response?


Multitasking is the ability to run two or more programs at the same time. For example, Microsoft Word can print a document at the same time that a Microsoft Excel spreadsheet can calculate the sum of a column of numbers. Multithreading is the capability of programs written to run several program code blocks, or "threads," at the same time. For instance, a Microsoft Access database query runs a thread to pull data out of the database, while another thread generates a subtotal of data already obtained.

Computer Science & Information Technology

You might also like to view...

As you create a presentation with illustrations, use the ___________________ to determine color choices.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

To remove a field from a PivotTable, you select it and press Delete

Indicate whether the statement is true or false

Computer Science & Information Technology

The function ____ returns True if the text can be converted to a number.

A. isNumeric(str) B. numberToString(num) C. isLetter(str) D. stringToNumber(str)

Computer Science & Information Technology

Objects and class methods may be stored in a list.

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

Computer Science & Information Technology