Abstract
This paper will discuss the six basic computer operations and the role that each of the operations plays in a program while defining each process as input, processing, or output. This paper will also discuss the process and methods for problem recognition and problem solutions as well as algorithm development and each step of its process.
Computer Operations
  There are six basic functions of a computer in which each function is given a pseudo code. Pseudo code is made up of common words, keywords and meaningful names which translate into the six basic functions of computer operation.
      The first operation is to receive information, which is an input method.   Computers receive information from sources such as keyboards, cameras, modems, disks, flash drives, and scanners.   When a device is hooked up to computer, you are sending information into the computer.
      The second operation is to store data, which is a process method.   A computer can store data or results to a location.   A computer can also assign a value to a memory location.   When a program is installed to a computer, the program is stored to a specific location chosen by the computer.
      The third operation is to perform mathematics or calculations, which is a process method.   Programmers can write actual mathematical calculations for a computer and compare these calculations.
      The fourth operation is to follow commands, which is a process method.   Computers carry out commands and can compare two variables at once.   A variable is a place in the computer’s memory to store information.   Information is also translated or decoded thru an action of comparing data.   Writing pseudo code to assign a value to a variable or memory locations does the following:
        • To give data an initial value
        • To assign a value as a result of some processing, the symbol ”=” is used
        • To keep a piece of information for later use, the verbs Save or Store is used... [continues]

Read full essay

Cite This Essay

APA

(2010, 09). Computer Operations and Algorithms. StudyMode.com. Retrieved 09, 2010, from http://www.studymode.com/essays/Computer-Operations-And-Algorithms-397908.html

MLA

"Computer Operations and Algorithms" StudyMode.com. 09 2010. 09 2010 <http://www.studymode.com/essays/Computer-Operations-And-Algorithms-397908.html>.

CHICAGO

"Computer Operations and Algorithms." StudyMode.com. 09, 2010. Accessed 09, 2010. http://www.studymode.com/essays/Computer-Operations-And-Algorithms-397908.html.