Skip to main content

What is Computer

Topic: What is Computer

Definition of Computer

Computer is an electronic machine that takes data and instructions, processes data according to the given instructions, produces results and stores them for later use.
What is a computer - Define computer - Computer Definition
What is a computer - Define computer - Computer Definition

A computer is an electronic machine that can: Accept input, Process input, Produce output:

  1.  Accept input. Note that,  Input could be entered by a human through a keyboard, or received over a network, or provided automatically by sensors attached to the computer.
  2. Execute a set of instructions to process the input data.
  3. Produce output. Output could be data displayed to a human in the form of soft copy output or hard copy output, but it could also be anything that effects the world outside the computer such as electrical signals that control how a device operates.

Today, computers are being used in every field of life. It can be used for different tasks.
It is used for data processing. It is used to calculate or perform some mathematical work. It can be used for word processing, record keeping, listening music, playing computer games etc. And above all, it is being used to access and use Internet, a huge source of information.

So, Computers are being used in every field of life, some of important fields in which computers play an important role are given below:
 You can click on the links to read in detail:
1.8 What are uses of computer at Home
1.9 Uses Of Computer in Business Organizations
1.10 Uses Of Computer In Education Field
1.11 Uses Of Computer in Medical Field
1.12 Uses Of Computer In Industry
1.13 Uses Of Computer In Science


 FURTHER SUGGESTED READINGS:
Introduction To Computer
1.1 What is Computer
1.2 What are Characteristics of Computer
1.3 What are the basic units or components of a computer
1.4 What are Different Types of Computer
1.5 Write a note on Classification of Computers
1.6 What are the basic operations of a computer
1.7 Explain The Concept of A Computer System
1.8 What are uses of computer at Home
1.9 Uses Of Computer in Business Organizations
1.10 Uses Of Computer In Education Field
1.11 Uses Of Computer in Medical Field
1.12 Uses Of Computer In Industry
1.13 Uses Of Computer In Science
1.14 Differentiate between Analog and Digital Computers

    Comments

    Popular posts from this blog

    Convert Centimeters to Inches Python Programming | Python Program Conver...

    YouTube Video Tutorial How to write a Python program to convert centimetres to inches Formula to convert centimetres to inches   Explanation of this Python Program This Python program prompts the user to enter a height in inches, converts it to centimeters, and then prints the converted value. It uses the conversion factor of 2.54 to perform the conversion and rounds the result to two decimal places before displaying it to the user. Here's an explanation of the provided Python program line by line: python inches = float ( input ( 'Enter the Height in inches to convert into centimeters:' )) This line prompts the user to enter a height in inches and assigns the entered value to the variable inches . The input() function is used to receive input from the user, and float() is used to convert the input into a floating-point number. python centimeters = inches * 2.54 This line calculates the equivalent value in centimeters by multiplying the inches variable by the conver...

    Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa

    Topics covered with examples: Converting Decimal Number system to Binary, Octal and Hexa Decimal with Examples and Vice Versa Number Systems in Computer Science and Conversion Method Conversion of Decimal number system to other  number systems Conversion of Decimal number system to binary number systems Conversion of Decimal number system to octal number systems Conversion of Decimal number system to hexadecimal number systems Conversion of    non-decimal Number system to Other non-decimal number system Conversion of other number systems to Decimal number system Conversion of binary number systems to Decimal number system Conversion of octal number systems to Decimal number system Conversion of  hexadecimal number systems to Decimal number system Q1. What is a Number System? What are different types of number system? Number system A number system is a set of digits, symbols and rules to express quantities in counting and c...

    Find Your Correct Age From Date of Birth

    First of all click on First two digits to type Month number from keyboard like any number from 1 to 12. . Now click on next two digits and type day number of month that is date from 1 to 31. In the last step type the year of your birth in four digits like 1995.  Now click on the blue button with text "Calculate Age". Your accurate age will be displayed below the button. For example. If today is 09-16-2023 that is September 16, 2023 and you type birth date as 11-01-2000 that is November 1, 2000, your accurate age will be displayed as:Your age is 22 years, 10 months, and 15 days. Age Calculator Age Calculator Calculate Your Age Now! Enter your date of birth: Calculate Age As shown in the image below: