Skip to main content

What is Computer?

 The word computer originates from the word compute which means to calculate. It was initially used to refer to human beings that perform calculations.
A computer has been defined so many forms by different authors. Some of the definitions are as follows:
- Computer :-  is an electronic device that accepts data as input Process the data and gives out information as output. 
- Computer :- It can be defined as an electronic or electromechanical device that is capable of accepting data, holds a means of instruction in its memory, process the information given by following sets of instructions to carry out a task without human intervention and at the end provide significant result.
- Computer :- is any machine which accepts data and information presented to it in a prescribed form,carry out some operations on the input and supply the required result in a specified format as information or as signals to control some other machines or process.
- Computer :- is an electronic machine which is capable of storing data or performing computation on such data and retrieving information at a very high speed.
- Computer : - is an electronic device which on receipt of an appropriate input is capable of processing the input according to a set of previously supplied instructions and making the results available, if desired.

Computer performs four basic Functions which are as follows

1. Input :- Information or data that is entered into a computer is called input. It sends data and instructions to the Central Processing Unit (CPU).

2. Processing :- It is the sequence of actions taken on data to convert it into information which is meaningful to the user.It can be calculations,comparisons or decisions taken by the computer.
3. Output :- It makes processed data available to the user. It is mainly used to display the desired result to the user as per input instructions.
4. Storage :- It stores data and programs permanently. It is used to store information during the time of program execution and possible to get any type of information from it.

Also read : characteristics and application of Computer science

Features Of computer
The key features of computer are as follows

1. Speed :- The computer can process data very fast at the rate of millions of instructions per second.

2. Accuracy :- Computers provide a high degree of accuracy. They respond to the user as per the input instructions.

3. Storage Capacity :- Computers are capable to store huge amount of data which depends on the capacity of hard disk.

4. Versatility :- Computers can do different types of work simultaneously. They can perform multiple tasks at a same time.

Thanks for reading.

Comments

Unknown said…
Very nice one keep it up

Popular posts from this blog

The Operating System: A Comprehensive Overview

An operating system (OS) is a software layer that acts as an intermediary between computer hardware and user-level applications. It manages and coordinates hardware resources, provides an environment for software execution, and offers various services to both users and applications. Let's delve into the key components and functions of an operating system:  1. Kernel:  The Core Component The kernel is the heart of the operating system. It manages hardware resources, enforces security, and provides essential services. It consists of several core components: - Process Management:The kernel manages processes, which are instances of running programs. It schedules processes, allocates CPU time, and facilitates inter-process communication.   - Memory Management:The OS handles memory allocation and deallocation, ensuring efficient use of available memory. It creates a virtual memory space, allowing processes to access memory addresses that may not correspond directly to phy...

Algorithm Analysis ,Time and Space Complexities

An algorithm is a step-by-step procedure or set of rules for solving a problem or performing a specific task. Algorithm analysis involves evaluating the efficiency and performance of algorithms, particularly in terms of their time and space complexities.  These complexities provide insights into how an algorithm's runtime and memory requirements grow as the input size increases.  Time Complexity: Time complexity measures the amount of time an algorithm takes to run as a function of the input size. It helps us understand how the algorithm's performance scales with larger inputs. Common notations used to express time complexity include Big O, Big Theta, and Big Omega. - Big O Notation (O()): It represents the upper bound on an algorithm's runtime.  For an algorithm with time complexity O(f(n)), the runtime won't exceed a constant multiple of f(n) for large inputs. -Big Omega Notation (Ω()): It represents the lower bound on an algorithm's runtime.  For an algorithm w...

Overview of Facebook founder

 Facebook, founded by Mark Zuckerberg in 2004, is a prominent social media platform that has revolutionized the way people connect, share, and communicate online. With over a billion active users globally, Facebook has become an integral part of modern digital culture. Here are some key aspects to consider: 1. **Social Networking**: Facebook is primarily a social networking platform, allowing users to create profiles, connect with friends, family, and colleagues, and share updates, photos, videos, and more. It enables users to maintain virtual connections and stay updated about each other's lives. 2. **News Feed**: The central feature of Facebook is the News Feed, where users see a stream of content from their friends, pages they follow, and groups they're a part of. This includes status updates, photos, links, and videos. 3. **Profile**: Users create profiles that represent their identity on the platform. Profiles include personal information, a profile picture, and a timeline...