Skip to main content

What is an application?

Computers

What is an application?

You may have heard people talking about using an application or an app. But what exactly does that mean? An app is a type of software that allows you to perform specific tasks. Applications for desktop or laptop computers are sometimes called desktop applications, and those for mobile devices are called mobile apps. When you open an application, it runs inside the operating system until you close it. Most of the time, you will have more than one application open at the same time, and this is known as multitasking. 

Types of desktop applications 

There are countless desktop applications out there, and they fall into many different categories. Some are more full-featured (like Microsoft Word), while others may only do one or two things (like gadgets). Below are just a few types of applications you might use: 

Word processors: A word processor allows you to write a letter, design a flyer, and create many other types of documents. The most well-known word processor isMicrosoft Word.Personal finance: Personal finance software, such asQuicken, allows you to keep track of your income and expenses and create a budget, among other tasks. Most personal finance programs can automatically download information from your bank so you don't have to manually type in all of your transactions.Web browsers: A web browser is the tool you use to access the Internet. Most computers come with a web browserpre-installed, but you can also download a different one if you prefer. Examples of browsers include Internet Explorer,FirefoxGoogle Chrome, and Safari.Games: There are many different games you can play on your computer. They range from card games such asSolitaire to action games like Halo 2. Many action games require a lot of computing power, so they may not work unless you have a newer computer.Media players: If you want to listen to MP3s or watchmovies you've downloaded, you'll need to use a media playerWindows Media Player and iTunes are popular media players.Gadgets: Sometimes called widgets, these are simple applications you can place on your desktop (or on theDashboard if you're using a Mac). There are many different types of gadgets, and they include calendarscalculators,maps, and news headlines.

Comments

Popular posts from this blog

File attributes and NTFS permissions

Chapter 5 - File attributes and NTFS permissions   We’ve already mentioned both file attributes and NTFS permissions throughout this book. In this chapter we’ll take a closer look at file attributes, and discuss how to view and change attributes from the command line. We’ll also examine NTFS permissions, which are considerably more powerful than file attributes, and discuss how to view and alter them as well.   WHAT ARE FILE ATTRIBUTES?   “File attributes” are basically pieces of metadata that contain additional information about the file. In Windows, files generally have their names, their types (defined by the file’s extension), and their timestamps. (Certain kinds of files, such as MP3 music files, have additional kinds of metadata, such as the album and artist name.) With file attributes, however, there are four additional pieces of information that you can add to a file.  These four pieces of information are: -Archive,...

Methods used for the calculation of areas in Surveying

Methods used for the calculation of areas in Surveying: Simpson’s rule Trapezoidal rule Graphical rule Simpson’s Rule Statement It states that, sum of first and last ordinates has to be done. Add twice the sum of remaining odd ordinates and four times the sum of remaining even ordinates. Multiply to this total sum by 1/3 rd of the common distance between the ordinates which gives the required area. Where O 1 , O 2 , O 3 , …. O n are the lengths of the ordinates x = common distance n = number of divisions Note: This rule is applicable only if ordinates are odd, i.e. even number of divisions. If the number of ordinates are even, the area of last division maybe calculated separated and added to the result obtained by applying Simpson’s rule to two remaining ordinates. Even if first or last ordinate happens to be zero, they are not to be omitted from Simpson’s rule. The following offsets are taken from a chain line to an irregular boundary toward...

About creating partition

About creating partition To create partition is actually to partition hard drive. Only after you creating partition(s) on a disk, can you make use of the disk to save all kinds of data. All physical parameter of a disk are set when you create partition(s) on it, including MBR (Main Boot Record) and the destination for storing boot record backup. For other information later needed for the management of file system and other operating systems, it will be achieved by later advanced format. What are the advantages of creating partitions? Generally speaking, creating more than one partition enables you to have operating system separate from data, deploy multi-boot setups, and keep frequently used programs and data near each other. Therefore, you can manage your computer with ease. If there is only one partition (namely C drive) on disk: When recovering the system, the whole c disk (the system disk) will be formatted. If all data are saved in c disk, they will all be wiped a...