Skip to main content

Understanding Application Computer Technology

Understanding Application Computer Technology It is very important that you can learn a lot about application or app. in my post about Understanding of Operating System Computer Technology I hope you have understanding who is only little.. May be you have ever heard about using an application or app. An application (or 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 called mobile apps.


Application programs are meant to accomplish specialized tasks they are designed for :
-. Word Processing : A word processor allows you to write a letter, design a flyer, and create many other kinds of documents. The most commonly known word processor is Microsoft Word .for example try look below:

- Email or electronic mail :  becoming more and more popular as people learn to communicate again with written words. For many purposes it is superior to a phone call because you don't have to catch the person in and you can get straight to the point. No time is wasted on casual conversation. It also leaves a written record to refer back to for a response or if you forget who said what. Try look this picture below:

- Communications : These programs temporarily connect computers to each other to exchange information. They may use telephone lines or dedicated cables for the connection. for example, to work at home on the weekend and transfer all you've done to your computer at work before you leave home.Try look this picture below:

Web Browsers : A web browser is the tool that you use to access the World Wide Web. Most computers come with a web browser pre-installed, but you can also download a different one if you want. Examples of browsers consist of  Internet Explorer, Firefox, Google Chrome, and Safari. let's see some examples below:

Games : There are many different games that you can play on your computer. Many action games require a lot of computing power, so they may not work unless you have a newer computer. let's see some examples below :

I hope you had a fruitful experience reading Understanding Application Computer Technology and can be for practiced by you.maybe someday you'll find something new and can be useful for the crowds ..

Comments

Popular posts from this blog

The Linux Operating System Section

The Linux Operating System Section - This section contains a large amount of tutorials and information about Linux. I present a form that allows you to read it and do not need hard to find. some of you may already have heard of linux, some stories Linux users, who generally do their own install and configuration of the system, are more likely to understand the technology than users of Microsoft Windows or Mac OS. They are often called hacker or geek. But the stereotype is increasingly reduced with increasing user-friendly nature and the growing breadth of Linux distribution users. Linux has made a pretty good achievement in the server computer market and special-purpose computer, such as image rendering engine and a web server. Linux is also gaining in popularity in the desktop computer market.well to more clear about the linux operating system I will explain. Linux is a principle to a combination of LAMP-server program, short for Linux, Apache, MySQL, Perl / PHP / Python. LAMP has...

Basic Linux Commands for The Young

Basic linux commands for The Young - Just as when you type a command at the DOS command line or command line in Linux is also typed at the prompt and end enter to execute the command. The command line is a more efficient way to do any work therefore Linux users still rely on this method to work. We recommend that the young should know and at least once used this command line because someday the knowledge of these commands can be very necessary.the basic commands linux system maybe some of you already know, if of you who do not know well in the following basic commands linux is very complete and I collated. Linux Commands : cat : Sends file contents to standard output. This is a way to list the contents of short files to the screen. It works well with piping. Sends the contents of the ".bashrc" file to the screen. ex: cat .bashrc   cd : Change directory - cd /home = Change the current working directory to /home. The '/' indicates relative to root, and no matte...