answersLogoWhite

0

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

User Avatar

Wiki User

12y ago

What else can I help you with?

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


Multi-access and time sharing?

Multi-access refers to a system design where multiple users or devices can simultaneously connect to and utilize a shared resource, such as a network or database. Time sharing, on the other hand, is a method in computing where multiple users can access a single processor by sharing its time, allowing each user to interact with the system as if they have their own dedicated machine. Together, these concepts enable efficient resource utilization and improved user experience in computing environments.


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 are the five generations of computers?

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


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


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 lent a time of?

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


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 simultaneous programming?

Simultaneous programming refers to the execution of multiple programming tasks or processes at the same time, often through concurrent or parallel programming techniques. This approach allows for efficient resource utilization and faster execution of complex applications by leveraging multi-core processors or distributed systems. It can involve various methods, such as threads, asynchronous programming, or event-driven architectures. Overall, simultaneous programming enhances performance and responsiveness in software applications.