40 likes | 145 Vues
Learn how multiprocessing allows computers to handle multiple tasks simultaneously and how memory management prevents issues like memory leaks. Explore the history of graphical user interfaces and their impact on computer systems.
E N D
CS 101 Attendance 3/4/14
Multiprocessing means • the computer seems to do more than one thing at a time • the computer has multiple processors (CPUs) which can work on different tasks at the same time • the computer runs different parts of the same program at one time • none of the answers
A memory leak • never happens on modern computers • allows a program to ask for more memory if needed • happens when a program is assigned memory space which is never given back to the operating system • can cause a computer to hang up or crash • C and D
The first GUI • was created by Microsoft • was created by Xerox PARC • is still in the research stage • became commercially successful with Macintoshes • B and D