What is an operation in computing? (2024)

What is an operation in computing? (1)

By

  • Robert Sheldon

What is an operation (computing)?

An operation, in computing, is an action that is carried out to accomplish a given task. There are five basic types of computer operations: inputting, processing, outputting, storing and controlling.

Computer operations are executed by the five primary functional units that make up a computer system. The units correspond directly to the five types of operations. They include the input unit, storage unit, output unit and two of the main components in the central processing unit (CPU) -- the arithmetic logic unit (ALU) and the control unit (CU).

The diagram below provides a conceptual overview of a computer system and its five primary units.
The black arrows represent the data flow, and the blue dotted lines represent the control flow. The computer system receives input instructions and data from users and programs. When the system first accepts the data, it stores the information in memory (primary storage) and then makes it available to the CPU for processing. The processing operation results in the generation of some type of output, which is delivered to the output unit where the information can be disseminated.

What is an operation in computing? (2)

What is the input unit?

The input unit is a collection of devices that initiate input operations. The devices might include a keyboard, mouse, trackpad, scanner, microphone, card reader or some other type of device. Input devices enable users to send data and instructions to the computer for processing. These devices allow users to interface directly with the computer in real time or users can set up a device, such as motion detector, to initiate input operations automatically.

The input unit acts as a bridge between the outside world and the computer system. For each input operation, the input device must send the data and instructions in a binary format that the CPU understands. Input devices are divided into two broad categories: direct entry and indirect entry. Direct entry devices send data and instructions directly to the computer. Optical scanners and touchscreens are two examples of direct entry devices. Indirect entry devices, such as keyboards and joysticks, must first translate the input into a binary format, a process referred to as encoding.

What is the arithmetic logic unit?

When the computer system receives the binary data, it stores it in memory, where it can be accessed by the CPU for processing. A processor can only execute simple operations. To perform complex tasks, it must execute billions of individual operations per second.

One of the CPU's most important components is the ALU, which carries out the system's processing operations. The ALU performs arithmetic and logic operations on the operands based on the inputted instructions, which specify each step required to make the software do something.

The ALU performs arithmetic operations such as add, subtract, multiply, divide, increment and decrement. It can also perform logic operations such as AND, OR and Exclusive-OR. Logic operations rely on Boolean operators, which work with true/false values. The logic operations also use relational operators to perform comparisons. These include operators such as equal (=), less than (<) and greater than (>).

The ALU usually has direct input and output access to the process controller, main memory or RAM, and input and output devices. Inputs and outputs flow through the system bus. The input consists of an instruction word that contains an operation code, one or more operands, and sometimes a format code.

What is the output unit?

When the CPU has finished processing the inputted data, the computer system carries out a series of output operations that direct the processing results to the output unit. The output unit, like the input unit, is a collection of devices. In this case, however, they can receive and translate the data delivered through the output operations. Output devices might include monitors, speakers, printers, projectors, plotters or other devices.

The output operations deliver data in binary code. It is up to the device to make sense of this information and convert it to a usable format. Some output devices might include their own processor and memory resources to help reduce the load on the computer, improve local Performance or, if applicable, reduce network traffic. For example, laser printers often include processors and RAM.

What is the storage unit?

The storage unit, also called the memory unit, contains primary and secondary storage devices. Primary storage includes RAM and ROM. Secondary storage can include solid-state drives (SSDs), hard-disk drives (HDDs), optical devices, USB flash drives and other nonvolatile storage devices. Input, processing and output operations rely extensively on primary storage. Input data is stored in memory, the CPU uses memory when processing data, and processing output is staged to memory before being sent to the output unit. The process of storing and retrieving data requires carefully controlled storage operations that facilitate efficient and fast access to the data on the memory devices.

What is the control unit?

Control operations are responsible for coordinating all the other operations on the computer system. The CU carries out the control operations, ensuring that data is properly transferred, processed and stored. It retrieves and decodes each instruction in memory, and then uses this information to issue the signals necessary to coordinate operations across the computer system. The CU does not process or store data, but it controls all communications and synchronizes all operations. For this reason, it has access to all the other units on the computer system. To maintain this control, the CU includes multiple components, such as a timing unit, instruction decoder and control state generator.

See also: operand, computer instruction

This was last updated in August 2022

Continue Reading About operation (computing)

  • How do CPU, GPU and DPU differ from one another?
  • CPUs vs. GPUs for AI workloads
  • 5 tips for primary storage ransomware protection
  • Using on-premises object storage beyond secondary storage
  • NVMe speeds vs. SATA and SAS: Which is fastest?

Related Terms

Apple
Apple Inc. (formerly Apple Computer Inc.) is an American computer and consumer electronics company famous for creating the iPhone...Seecompletedefinition
What is asynchronous?
In general, asynchronous -- from Greek asyn- ('not with/together') and chronos ('time') -- describes objects or events not ...Seecompletedefinition
What is machine code (machine language)?
Machine code, also known as ‘machine language’ or ‘native code,’ is the elemental language of computers. It is read by the ...Seecompletedefinition
What is an operation in computing? (2024)

FAQs

What is an operation in computing? ›

An operation, in computing, is an action that is carried out to accomplish a given task. There are five basic types of computer operations: inputting, processing, outputting, storing and controlling. Computer operations are executed by the five primary functional units that make up a computer system.

What is a computer operational definition? ›

Computer operation means arithmetic, logical, monitoring, storage or retrieval functions and any combination thereof, and includes, but is not limited to, communication with, storage of data to, or retrieval of data from any device or human hand manipulation of electronic or magnetic impulses.

What are the 4 basic operations of a computer? ›

Five basic operations of a computer system are:
  • Inputting.
  • Processing.
  • Outputting.
  • Storing.
  • Controlling.

What is computational operations? ›

The fundamental operations used to calculate values are computations. The computation operations include addition, subtraction, multiplication and division.

What is basic operation? ›

The four basic operations in mathematics are addition, subtraction, multiplication, and division. Addition is combining values to find a total, subtraction is finding the difference between values, multiplication is serial addition, and division is splitting a number into equal groups.

What is operation in computing? ›

An operation, in computing, is an action that is carried out to accomplish a given task. There are five basic types of computer operations: inputting, processing, outputting, storing and controlling. Computer operations are executed by the five primary functional units that make up a computer system.

What is an example of an operational definition? ›

Operational definitions are also used to define system states in terms of a specific, publicly accessible process of preparation or validation testing. For example, 100 degrees Celsius may be operationally defined as the process of heating water at sea level until it is observed to boil.

What is a basic operation concept? ›

Basic operational concepts-To perform a given task an appropriate program consisting of a list of. instructions is stored in the memory. Individual instructions are brought from the memory into the processor, which executes the specified operations. Data to be stored are also stored in the memory.

What are the list of basic computer operations? ›

Basic list operations in Python include performing basic arithmetic on the numbers contained within a list, accessing elements of an existing list, replacing elements of a list, rearranging elements of a list, concatenating multiple lists together, and duplicating specific entries in a list.

What are the four basic operations in programming? ›

Overview. The basic arithmetic operations are addition, subtraction, multiplication, and division.

What is CPU operations? ›

The CPU interprets, processes and executes instructions, most often from the hardware and software programs running on the device. The CPU performs arithmetic, logic, and other operations to transform data input into more usable information output.

What does it mean to perform computer operations? ›

Performing computer operations covers the knowledge, skills, attitudes and values needed to perform computer operations which include inputting, accessing, producing, and transferring data using the appropriate hardware and software.

What is mathematical operations in computer? ›

An arithmetic operation is specified by combining operands with one arithmetic operator. Arithmetic operations can also be specified by the ADD, SUBTRACT, DIVIDE, and MULTIPLY built-in functions.

Which is an example of an operation? ›

The basic operations (addition and subtraction) are used in different forms such as multiplication (repeated addition) and division (repeated subtraction). Using these operations, the word problems are modeled into math expressions.

What is operation Short answer? ›

noun. op·​er·​a·​tion ˌä-pə-ˈrā-shən. Synonyms of operation. 1. : performance of a practical work or of something involving the practical application of principles or processes.

How many basic computer operations are there? ›

Basically computer does 5 basic operations that are input, output, process,storing and controlling. Input is basically taking data from the user, processing is transferring that data into useful information, then that information needs to be stored and controlled and finally output is give to user.

What is the operational concept of a computer? ›

Basic operational concepts-To perform a given task an appropriate program consisting of a list of. instructions is stored in the memory. Individual instructions are brought from the memory into the processor, which executes the specified operations. Data to be stored are also stored in the memory.

What is the operational definition of computer programming? ›

Computer programming is the process that professionals use to write code that instructs how a computer, application or software program performs. At its most basic, computer programming is a set of instructions to facilitate specific actions.

What is the operational definition of computer skills? ›

The most basic computer skills involve the ability to use the operating system and its associated programs. This includes being able to navigate the desktop, open and close programs, and use the internet. It also includes being able to create and edit documents, spreadsheets, and presentations.

What makes the computer operational? ›

An operating system is the most important software that runs on a computer. It manages the computer's memory and processes, as well as all of its software and hardware.

Top Articles
How to Migrate from pfSense to OPNsense? - zenarmor.com
Liquid Pool Covers - FAQs
Faint Citrine Lost Ark
Celebrity Extra
Professor Qwertyson
Www Thechristhospital Billpay
What's New on Hulu in October 2023
Magic Mike's Last Dance Showtimes Near Marcus Cedar Creek Cinema
Hover Racer Drive Watchdocumentaries
Comenity Credit Card Guide 2024: Things To Know And Alternatives
Sitcoms Online Message Board
Mid90S Common Sense Media
Think Up Elar Level 5 Answer Key Pdf
Local Collector Buying Old Motorcycles Z1 KZ900 KZ 900 KZ1000 Kawasaki - wanted - by dealer - sale - craigslist
Spartanburg County Detention Facility - Annex I
Alejos Hut Henderson Tx
Uky Linkblue Login
Craigslist Red Wing Mn
White Pages Corpus Christi
Palm Springs Ca Craigslist
Pinellas Fire Active Calls
Concordia Apartment 34 Tarkov
FDA Approves Arcutis’ ZORYVE® (roflumilast) Topical Foam, 0.3% for the Treatment of Seborrheic Dermatitis in Individuals Aged 9 Years and Older - Arcutis Biotherapeutics
Ge-Tracker Bond
A Biomass Pyramid Of An Ecosystem Is Shown.Tertiary ConsumersSecondary ConsumersPrimary ConsumersProducersWhich
Quick Answer: When Is The Zellwood Corn Festival - BikeHike
Brbl Barber Shop
UMvC3 OTT: Welcome to 2013!
Lost Pizza Nutrition
Craigslist Wilkes Barre Pa Pets
Wood Chipper Rental Menards
Yu-Gi-Oh Card Database
Sam's Club Gas Price Hilliard
The Bold and the Beautiful
Kltv Com Big Red Box
Chattanooga Booking Report
Pensacola 311 Citizen Support | City of Pensacola, Florida Official Website
Acadis Portal Missouri
Dr Adj Redist Cadv Prin Amex Charge
A Comprehensive 360 Training Review (2021) — How Good Is It?
Ramsey County Recordease
Hireright Applicant Center Login
Oppenheimer Showtimes Near B&B Theatres Liberty Cinema 12
Achieving and Maintaining 10% Body Fat
Differential Diagnosis
Child care centers take steps to avoid COVID-19 shutdowns; some require masks for kids
Deezy Jamaican Food
Hillsborough County Florida Recorder Of Deeds
Assignation en paiement ou injonction de payer ?
Dcuo Wiki
Latest Posts
Article information

Author: Tuan Roob DDS

Last Updated:

Views: 6398

Rating: 4.1 / 5 (42 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Tuan Roob DDS

Birthday: 1999-11-20

Address: Suite 592 642 Pfannerstill Island, South Keila, LA 74970-3076

Phone: +9617721773649

Job: Marketing Producer

Hobby: Skydiving, Flag Football, Knitting, Running, Lego building, Hunting, Juggling

Introduction: My name is Tuan Roob DDS, I am a friendly, good, energetic, faithful, fantastic, gentle, enchanting person who loves writing and wants to share my knowledge and understanding with you.