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
US interest rate rise could trigger global debt crisis
Introduction to Reading Stock Charts for Beginners - Tradersfly
Why Are Fuel Leaks A Problem Aceable
Danatar Gym
Summit County Juvenile Court
30 Insanely Useful Websites You Probably Don't Know About
Obituary Times Herald Record
MindWare : Customer Reviews : Hocus Pocus Magic Show Kit
Busted Newspaper S Randolph County Dirt The Press As Pawns
Craigslist Mpls Cars And Trucks
Shannon Dacombe
Teenleaks Discord
Nutrislice Menus
Cambridge Assessor Database
Aspen Mobile Login Help
Bank Of America Financial Center Irvington Photos
Traveling Merchants Tack Diablo 4
Indiana Wesleyan Transcripts
Why Should We Hire You? - Professional Answers for 2024
We Discovered the Best Snow Cone Makers for Carnival-Worthy Desserts
Busted News Bowie County
Is Windbound Multiplayer
Mtr-18W120S150-Ul
8005607994
Jayah And Kimora Phone Number
Craiglist.nj
Publix Christmas Dinner 2022
Stouffville Tribune (Stouffville, ON), March 27, 1947, p. 1
Kelley Fliehler Wikipedia
Craigslist Texas Killeen
Helloid Worthington Login
Mega Millions Lottery - Winning Numbers & Results
Shaman's Path Puzzle
Golden Tickets
Metra Union Pacific West Schedule
Goodwill Houston Select Stores Photos
Help with your flower delivery - Don's Florist & Gift Inc.
20 bank M&A deals with the largest target asset volume in 2023
Download Diablo 2 From Blizzard
Stewartville Star Obituaries
Gopher Hockey Forum
Nami Op.gg
Petra Gorski Obituary (2024)
Hanco*ck County Ms Busted Newspaper
M&T Bank
2294141287
Aznchikz
Secrets Exposed: How to Test for Mold Exposure in Your Blood!
Lesson 5 Homework 4.5 Answer Key
Mmastreams.com
Chitterlings (Chitlins)
Heisenberg Breaking Bad 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.