Supriya Ghosh (Editor)

Stored program computer

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

A stored-program computer is one that stores program instructions in electronic memory. Often the definition is extended with the requirement that the treatment of programs and data in memory be interchangeable or uniform.

Contents

Description

A computer with a Von Neumann architecture stores program data and instruction data in the same memory; a computer with a Harvard architecture has separate memories for storing program and data. Both are stored-program designs.

Stored-program computer is sometimes used as a synonym for von Neumann architecture, however Professor Jack Copeland considers that it is "historically inappropriate, to refer to electronic stored-program digital computers as 'von Neumann machines'". Hennessy and Patterson write that the early Harvard machines were regarded as "reactionary by the advocates of stored-program computers".

History

The stored-program computer idea can be traced back to the 1936 theoretical concept of a universal Turing machine. Von Neumann was aware of this paper, and he impressed it on his collaborators as well.

Many early computers, such as the Atanasoff–Berry computer, were not reprogrammable. They executed a single hardwired program. As there were no program instructions, no program storage was necessary. Other computers, though programmable, stored their programs on punched tape, which was physically fed into the machine as needed.

In 1936 Konrad Zuse anticipated in two patent applications that machine instructions could be stored in the same storage used for data.

The University of Manchester's Small-Scale Experimental Machine (SSEM) is generally recognized as world's first electronic computer that ran a stored program—an event that occurred on 21 June 1948. However the SSEM was not regarded as a full-fledged computer, but more a proof of concept predecessor to the Manchester Mark 1 computer, which was first put to research work in April 1949. On 6 May 1949 the EDSAC in Cambridge ran its first program, making it arguably "the first complete and fully operational regular electronic digital stored-program computer". It is sometimes claimed that the IBM SSEC, operational in January 1948, was the first stored-program computer; this claim is controversial, not least because of the hierarchical memory system of the SSEC, and because some aspects of its operations, like access to relays or tape drives, were determined by plugging. The first stored-program computer to be built in continental Europe was the MESM, completed in the Soviet Union in 1951.

Candidates for the first stored-program computer

Several computers could be considered the first stored-program computer, depending on the criteria.

  • Manchester Small-Scale Experimental Machine, an experimental computer that successfully ran a stored program on June 21, 1948. It was subsequently developed into the Manchester Mark 1, which ran its first program in early April 1949.
  • EDSAC, which became fully operational providing a service to a range of customers on May 6, 1949.
  • EDVAC, conceived in 1945 but not delivered until August 1949.
  • BINAC, delivered to a customer on August 22, 1949. It worked at the factory but there is disagreement about whether or not it worked satisfactorily after being delivered. If it had been finished at the projected time, it would have been the first stored-program computer in the world. It was the first Stored-program computer in the U.S.
  • References

    Stored-program computer Wikipedia