Thread: system software....many questions

  1. #1
    Registered User planet_abhi's Avatar
    Join Date
    Oct 2002
    Posts
    92

    system software....many questions

    What is system software
    which are components of it
    how assembler works
    how compiler works
    what is programming language grammer
    what are loaders and linkers
    AbHHinaay

  2. #2
    Redundantly Redundant RoD's Avatar
    Join Date
    Sep 2002
    Location
    Missouri
    Posts
    6,331
    What is system software

    Any software that runs on the system

    which are components of it

    That depends on the type of software and what it needs to accomplish....

    how assembler works

    Do a board search or check out www.google.com

    how compiler works

    Do a board search or check out www.google.com

    what is programming language grammer

    I think thats kind of a matter of opinion. Otherwise i would say it would be anything along the programming standards...

    what are loaders and linkers

    Loaders load and linkers link?

  3. #3
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    > what is programming language grammer

    The grammar applicable to that programming language. Search for (formal) language theory to find out more about grammars.

  4. #4
    Addicted to the Internet netboy's Avatar
    Join Date
    Dec 2001
    Posts
    158
    Originally posted by RoD
    What is system software

    Any software that runs on the system

    System software is the components or parts of the Operating System. In short, programs that is included in the O/S.

    Other software/programs which is installed later (After the O/S is installed) is known as Application Software.

    Hope I'm correct. Please correct me if I'm wrong.
    It's unfulfilled dreams that keep you alive.

    //netboy

  5. #5
    ....
    Join Date
    Aug 2001
    Location
    Groningen (NL)
    Posts
    2,380
    Found this definition for system software:

    "Application-independent software that supports the running of application software."

    So, according to this definition, the OS is system software. The device drivers, network software and virtual machines are also software.

    > Other software/programs which is installed later (After the O/S
    > is installed) is known as Application Software.

    That may, according to the definition, be incorrect. A database system, on which database applications run, is in some way also application independent. Applications use the database system.

    Also virtual machines, device drivers and network software can be installed later after the OS is installed. Just think about adding a new piece of hardware to your computer. Then you need to install a device driver which can be used by the applications using the new hardware.

    [edit]
    Found another definition:

    "The software which controls the computer and runs applications.System programs include operating systems, database managers, drivers, communications and messaging protocols, basic input/output system, etc."

    http://www.computeruser.com/resource...ml?lookup=5422

    Doing a little search on Google gives many more definitions which all look a little bit like eachother, but have small differences. Maybe no one knows exactly when software is system software or other kind of software.
    [/edit]
    Last edited by Shiro; 04-26-2003 at 03:54 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem building Quake source
    By Silvercord in forum Game Programming
    Replies: 16
    Last Post: 07-11-2010, 09:13 AM
  2. System monitoring software
    By Dark_Phoenix in forum Tech Board
    Replies: 3
    Last Post: 05-12-2008, 11:30 PM
  3. Why Can't C++ Be Used to Develop Operating System?
    By Antigloss in forum C++ Programming
    Replies: 7
    Last Post: 05-27-2005, 06:16 AM
  4. Bitmap Rotation System Questions
    By loopshot in forum Game Programming
    Replies: 2
    Last Post: 05-13-2005, 01:32 PM