Skip to main content

What are uses of computer at Home

Uses of Computer
Today, computer is used in almost every field of life. The use of computer has made different tasks very easy for us. Computer can be used at home in the many different ways.
Explain different uses of computers at Home
Explain different uses of computers at Home

Computer has made a very vital impact on our society. People are using computers for performing different tasks quickly and easily. In fact, computer has made our life more comfortable.
 Uses of Computer at Home
Computer can be used at home in the following ways:

1.  Home Budget

Computer can be used to manage the home budget.
What are the Uses of computer at home
What are the Uses of computer at home

You can easily calculate your expenses and income with the help of a software like Microsoft Excel. In MS Excel you can prepare a simple worksheet to calculate your daily expenses and income.
Top uses of computer at home

2. Computer Games

An important use of computer at home is playing games. Different types of games are available. And if you have internet connection, then you can play games online, too. You can download PC games free from many websites. Computer games are especially played by school going children.

3.   Entertainment

You can watch movies, hear songs and find information on Internet. Video and audio songs, movies, TV shows or dramas are some of the entertainment media that can be accessed by internet enabled computer.

4.   Information

You can find any type of information from Internet. You can download books to improve your knowledge. You can use search engine, specially the giant Google Search Engine, to find information you want. Internet is a huge database of knowledge on every topic.

5.   E-Mail

You can send and receive messages and information by E-Mail. You can

6.  Chatting / Instant Messaging

You can chat with your friends on Internet by instant messaging. You can also talk with them.

7. Searching For Jobs

You can search jobs sitting at home and browsing internet on your computer. There are many job searching websites. Most of these websites provide daily Email in your inbox with the jobs postings of your interest.

8. Online Shopping

With the help of your computer and internet, you can buy any thing online and pay by credit cards.

9. Online Banking

E-Banking or online banking is the great facility for maintaining your financial transactions online.  Moreover, you can pay your utility bills from your account while sitting at home.

10. Starting Home Based Business

You can use computer with internet to start and run a home based business or you can use computers for online jobs staying at home.
Write down uses of computer at home
Write down uses of computer at home


Further Suggested Reading:

Comments

Popular posts from this blog

Explain Main Difference Between System Software and Application Software

Topic: Explain Main Difference Between System Software and Application Software            Differentiate between system software and application software Before , explaining the main differences between application software and system software, let us know the definitions of Application software and System software with examples. What is System Software: System software is a set of programs to control all components of computer and to manage overall operations of computer system. Differences between System software and application software System software is used as a base to install and run all application software. Examples of system software include: Operating Systems, like Microsoft Windows, DOS, Unix and Linux Device Drivers like Device driver software of a Printer (found on CD normally provided with the printer) Utility Programs like AVAST anti virus, Disk Scanners and File Viewers etc. What is Applicat...

HTML Table Tag Basics

Tables Tables are very important to show data in the form of rows and columns. Tables make data more readable and easy to understand. A table consists of rows, columns and cells. HTML Tags To Make A Table As we know that there are basically three elements in a table, that is, rows, columns and cells. So, there are the following basic tags to create a table in an HTML web page: <TABLE> tag <TR> tag <TD> tag <TH> tag   <TABLE> Tag <Table> tag is used to specify the start of a table. It also specifies some attributes of the table like ALIGN and BORDER attributes etc. Example 1: <Table>                    => Table without a border. Example 2: <Table border="1">     => Table with a border of width 1. Example 3: <Table align="left" border="2">  => A left aligned Table with a border of width 2. ...

Explain The Concept of A Computer System

A system is a set of inter related components that work together to fulfill a purpose. For example a Road Transportation System will consist of the parts - roads, vehicles- trucks, buses, vans, cars etc, passengers, the staff for ticketing and maintenance of vehicles and roads etc. And the transportation system will fulfill the purpose of carrying of passengers and luggage from place to place. Similarly, a computer system consists of many components that work together to fulfill the purpose of data processing. A Computer system consists of the following four parts: 1.    Hardware 2.    Software 3.    Data 4.    User 1.    Hardware The mechanical devices that makeup the computer are called HARDWARE , for example, Keyboard, hard disk, monitor, processor and mother board etc. Hardware are physical devices . They can be touched. Hardware device are interconnected and perform input, processing and output o...