--%>

What is single user sysytem

What is meant by the single users system?

E

Expert

Verified

The personal computer (PC) refers to a small, general-purpose system which can execute the programs in order to perform the wide variety of the tasks. The PC, though, was designed for the use by one person at a time; i.e., it is Single-User oriented having the MS-DOS as the de facto standard operating system for such range of machines. Single user systems are very popular because of the low cost hardware and also due to broad range of the software available for these machines.

   Related Questions in Programming Languages

  • Q : Write the benefits of DLR Write the

    Write the benefits of DLR?

  • Q : Compute the Total Shopper Spending in

    Most of the reports produced from the system compute the total dollars in purchases for a shopper. Process the following steps to build a function named TOT_PURCH_SF which accepts a shopper id as input and returns the total dollars which the shopper has spent with com

  • Q : Define Final variable Final variable :

    Final variable: A variable with final reserved word in its declaration. The final might not assigned to once it has been initialized. Initialization frequently occurs as a part of its declaration. Though, the initialization of an uninitialized final f

  • Q : What is an Overriding for breadth

    Overriding for breadth: It is a form of method overriding in which the sub-class version of a technique implements its own behavior within the context of attributes and behavior of the sub-class and then calls the super-class version and hence it can

  • Q : Define the term Marking interface

    Define the term Marking interface: It is an interface with no methods.

  • Q : Explain Variable declaration Variable

    Variable declaration: It is the association of a variable with a specific type. It is significant to make a distinction among the declaration of variables of primitive types and such of class types. The variable of primitive type performs as a contain

  • Q : Define Protocol Protocol : It is a set

    Protocol: It is a set of rules for interaction between two processes. The protocol is generally specified in a Uniform Resource Locator (abbreviated as URL) to point out how a specific resource must be transferred from a Web server to the requesting c

  • Q : What is Linux Write down about Linux?

    Write down about Linux?

  • Q : What do you mean by data movement What

    What do you mean by data movement? Describe in brief.

  • Q : What do you mean by the term JFC What

    What do you mean by the term JFC? Describe in brief.