Top Banner
Neenu Prasad
9

Basic computer science

Nov 13, 2014

Download

Documents

neenu1

This presentation gives you an idea about the computers and its basic features.
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Basic computer science

Neenu Prasad

Page 2: Basic computer science

Figure 1.1. Basic functional units of a computer.

I/O Processor

Output

Memory

Input andArithmetic

logic

Control

Page 3: Basic computer science

Input  unit : receive both data and program statements

to function properly and be able to solve problems

feeding data and programs Eg: keyboard, a mouse, or a scanner

Page 4: Basic computer science

Store programs and data Two classes of storage Primary storage Fast Programs must be stored in memory while they are being

executed Large number of semiconductor storage cells Processed in words Address RAM and memory access time Memory hierarchy – cache, main memory Secondary storage – larger and cheaper

Page 5: Basic computer science

The brain of a computer system is the central processing  unit  (CPU).

computing center of the system processes  data transferred to it from one of

the various input devices consists of a control section, an arithmetic-

logic section and an internal storage section

Page 6: Basic computer science

Most computer operations are executed in ALU.

Performs all arithmetic calculations and take logical decisions.

Tests various conditions encountered during processing and takes action based on the result

Page 7: Basic computer science

All computer operations are controlled by the control unit.

The  control  section directs the flow of traffic (operations) and data. It also maintains order within the computer

Operations of a computer: Accept information in the form of programs and data

through an input unit and store it in the memory Fetch the information stored in the memory, under

program control, into an ALU, where the information is processed

Output the processed information through an output unit Control all activities inside the machine through a control

unit

Page 8: Basic computer science

convert information coming from a computer system into some form perceptible by humans

Eg:Monitor

Page 9: Basic computer science