Computing Basics
At the most basic level, a computer has three functions: input, processing, and output.
It accepts input, performs some processing, and provides an output, as shown in Figure
This is often shortened to just input/output (I/O).
Note :
Computer troubleshooting can often be reduced to identifying what is not working: input,
processing, or output (IPO). When you identify this, it’s much easier to troubleshoot and
resolve the problem.
At the most basic level, a computer has three functions: input, processing, and output.
It accepts input, performs some processing, and provides an output, as shown in Figure
This is often shortened to just input/output (I/O).
- Input : User provide information from keyboard , mouse or even touchscreen. Sometimes input is provided by other sources like a disk drive when opening files , or a network interface card (NIC) when receiving data.
- Processing : The computer responds to the input by completing an action . the central power unit (CPU) is the brain of the computer it does the processing and it uses random access memory(RAM) to store data and manipulate it.
- Output : Output is commonly provided to a screen or printer , however computers also provide output to other destinations like speakers and headphones to play sound or NIC to send data over the internet.
- It identifies the extension of the Microsoft Word file (.doc or .docx). It recognizes that
this extension is associated with Microsoft Word. - It locates and retrieves the Microsoft Word program from the disk drive and begins
moving the program from the disk drive to memory. - When the program is in memory, the computer can actually run it.
- The computer begins sending results to the graphics card, showing the process of
Microsoft Word starting. - When Microsoft Word is in memory and started, the computer locates the Word Study
Notes file and moves it from the hard drive to memory. - When the file is in memory, the computer begins sending results to the graphics card.
Note :
Computer troubleshooting can often be reduced to identifying what is not working: input,
processing, or output (IPO). When you identify this, it’s much easier to troubleshoot and
resolve the problem.
This comment has been removed by the author.
ReplyDelete