Application software: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 11: Line 11:
# Computer aided design
# Computer aided design
# Graphic processing software
# Graphic processing software
# Games


See below for an example of different applications. Every computer will have different applications.  
See below for an example of different applications. Every computer will have different applications.  
Line 26: Line 27:


Some features of an application are provided by the application, and some are provided by the [[operating system]]. An example might be printing. The operating system manages printing, an application does not manage printing.  
Some features of an application are provided by the application, and some are provided by the [[operating system]]. An example might be printing. The operating system manages printing, an application does not manage printing.  


== Do you understand this topic? ==  
== Do you understand this topic? ==  

Revision as of 11:45, 29 August 2016

This is a basic concept in computer science

Simply put, an application is a type of software that allows you to perform specific tasks. Applications for desktop or laptop computers are sometimes called desktop applications, while those for mobile devices might be called mobile applications. When you open an application, it runs inside the operating system until you close it.[1] Applications have common features.

Generally speaking, there are categories of application software. Below is a sample of some application categories:

  1. Word Processors
  2. Spreadhseets
  3. Database management systems
  4. Web browsers
  5. Computer aided design
  6. Graphic processing software
  7. Games

See below for an example of different applications. Every computer will have different applications.

Application software.png

Common Features of applications[edit]

Most applications share some familiar features. Not every application has these features, but most do:

  1. toolbars
  2. menus
  3. dialogue boxes
  4. graphical user interface gui

Some features of an application are provided by the application, and some are provided by the operating system. An example might be printing. The operating system manages printing, an application does not manage printing.

Do you understand this topic?[edit]

  • Outline the use of a range of application software

Do you have an advanced understanding about this topic?[edit]

  • Considering the categories above, create at least 5 more categories for types of applications.

References[edit]