answersLogoWhite

0


Best Answer

of course... time sharing is multiprogramming... and not vice versa

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Is time sharing also multi programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Performing Arts
Related questions

What is the difference between multi processing and multi sharing?

multi processing is nothing but executing multiple thrads on multiple processors at a time....


How response times are reduced by allowing timeshare on top of multi-programming?

In a time sharing environment different users compete for computing time of the central computer. The computer must then schedule different users to use their fair share and that would in effect reduce the time that the computer can respond.


Which of the functionalities listed below need to be supported by the operating system for the following two settings handheld devices and real-time systems?

handheld devices: Virtual memory, you may use batch programming here also. real time systems: time sharing


What is a multi programmer?

A multi programmer in computing refers to that person who cam perform more than one programming task during the same period of time. Multiprogramming is a rudimentary form of parallel processing in which several programs are run at the same time on a uniprocessor.


What is lent a time of?

Lent is a time of sharing, praying, and fasting. and is also a time of glory!


What are the five generations of computers?

assemblers operating systems structured programming time sharing HTML spreadsheets, word processors java c++ fortran/cobol


What are the differences of the time sharing and multiprogramming?

Time-sharing is an approach to interactive computing in which a single computer is used to provide apparently simultaneous interactive general-purpose computing to multiple users by sharing processor time. So basically, time sharing is for multi-user computer systems. Multiprogramming is A form of processing in which a computer holds more than one program in memory and works on them in round-robin fashion that is, by sharing out the processor's time so that each program receives some attention some of the time. This way of working is in contrast to using the processor to run one program at a time.


What is multi- access?

Multi-access OR Time charing are mostly the same BUT...... # MULTI-ACCESS give the user the impression that she is the only one using the computer. # since the word multi define " many different" ,thus it means that many different data or platform can be acccessed by the user at the same duration time. # Accessing of data or other application through manyt users at the same time, Time sharing is when many users can have access to the same data apparently at the same time. Contributed by SHER


What is Multi-access?

Multi-access OR Time charing are mostly the same BUT...... # MULTI-ACCESS give the user the impression that she is the only one using the computer. # since the word multi define " many different" ,thus it means that many different data or platform can be acccessed by the user at the same duration time. # Accessing of data or other application through manyt users at the same time, Time sharing is when many users can have access to the same data apparently at the same time. Contributed by SHER


Single program Uni-programming?

A single program is also known as uni programming. Uni programming only allows on program to be present in the memory at a time. Single program


What is the difference between Real time system and Multiprogrammed system?

A hard real-time system guarantees that critical tasks complete on time. This goal requires that all delays in the system be bounded from the retrieval of the stored data to the time that it takes the operating system to finish any request made of it. A soft real time system where a critical real-time task gets priority over other tasks and retains that priority until it completes. As in hard real time systems kernel delays need to be bounded


What is multi user multi task?

Multi User: In the computer usage, if there are more CPUs and more users are connected to the same computer with more cpu buit into it. So that any user request may be diverted in to the idle cpus in the gang. The no. of cpus in the gang will be decided by the traffic of the no. of users. This concept is helpful for the real time jobs. Multi Programming: in which there is only one cpu with many programs that can be run. However, in the same machine we have to submit more jobs. Here the process may not be real time jobs. Because if one job completes inside the CPU then only the other jobs may enter into CPU for its turns. In this case Multiprogramming; the time sharing concepts may be introduced to allocate job run time for important programs with high priority.