Introduction to Computer Systems

Review these notes. For maximum benefit, go through these notes interactively, thinking about and answering the questions at the bottom of each page. These notes are an experiment in applying the "programmed learning" method to web-based computer aided instruction. The subject is Java Programming for beginning programmers. The content is intended to start beginning programmers out on the track to professional-level programming and reinforce learning by providing abundant feedback. Java is a programming language that is used often in professional practice.

Hardware Components

Answer:

A mouse is an input device.

 

Hardware Components

components of a computer system

The terms input and output say if data flows into or out of the computer. The picture shows the major hardware components of a computer system. The arrows show the direction of data flow.

bus is a group of wires on the main circuit board of the computer. It is a pathway for data flowing between components. Most devices are connected to the bus through a controller which coordinates the activities of the device with the bus.

The processor does the fundamental computing within the system, and directly or indirectly controls all the other components. The processor is sometimes called the "brains of a computer." The rest of the computer exists merely to supply it with information and electrical power.

In a desktop computer, the processor is about a one inch square of plastic. Inside the square is an even smaller square of silicon containing billions of tiny electrical parts. A modern processor may contain billions of transistors.

The processor is sometimes called the Central Processing Unit or CPU. The processor is sometimes called the Central Processing Unit or CPU. A particular computer will have a particular type of processor, such as a Pentium chip or a Spark.

Question 4:

A processor chip from 2014 could have up to 2.5 billion transistors.

How many transistors do you think the first commercial processor chip had in 1971?