Introduction to Computing Basics
Introduction to Computing Basics
1
Introduction/History
Computer science is closely linked to human beings,
whether at home, at work or at leisure. The story of
the origin of technology begins along with history
of the technique, using objects that were
transformed into different instruments, having
evolved with the process of building societies
humans.
2
The human being, endowed with its intelligence, sought
necessary procedures.
7
Data - a set of symbols or objects, not
interconnected with each other, so they do not allow a passage of a
8
Example of data and information
(Desktop)
Notebook
(Handheld)
11
Features of the Computer Advantages of the computer
14
The first computer for specific use
começou a ser projectado em 1819 e terminou
in 1822, that is, more than 180 years ago,
by the British Charles Babbage. The motivation for
Babbage era to solve polynomials by the method
the differences.
15
In 1943 at the University of Pennsylvania,
Eckert e Mauchly iniciaram a construção de
a true vacuum tube computer, that is
electronic. The project was completed in 1946 and
used in World War II - OENIAC
Electronic Numerical Integrator And
Computer).
16
Some Characteristics of the ENIAC
Weighed more than 30 tons; generated so much heat;
21
Logical Structure (Software) and Physical
Computer Hardware
A computer is usually composed of two parts:
Hardware is the entire physical part of the computer (disks, monitor,
printer, keyboard, mouse), that is, they are your mechanical parts
and electronics.
Software is all the logical part of the computer, that is, the
programs and information. They are the programs that make
23
Entrada de Dados - Input
For the computer to process our data,
we need to have means to provide them to him. For
Yes, the computer has resources such as the
keyboard, the mouse, the floppy disks, CDs and others for
data entry.
24
Data Processing
25
Output
The data resulting from the processing of
information via computer can be
presented in numerous forms, and through
various devices. The video monitor is one of the
main ways to obtain output data from
computer.
26
HARDWARE
27
An Essential Component is one that cannot
missing in the assembly of a computer, because without
28
Components of a desktop computer
29
Cabinet
The cabinet is where the parts of the computer are located.
what are responsible for storing and processing the
information. Most of the descriptions that follow refer to
to devices that are placed inside the cabinet.
31
Motherboard
The motherboard is the platform that
allows physical and electrical connections, direct and
indirect hints, from all the devices of a
computer. They have certain controllers
integrated (such as video and sound), which
we call them on-board controllers.
32
Cont...
33
A - the processor (UCP-CPU)
B - RAM Memory
C - Expansion Slots
D - Power cord
E - Fixed drivers like HD
F1 - Battery
F2 - BIOS (Basic Input-Output System)
System)
G - USB connectors,
printer
H - Holes to hold the
plate
I - control chip of the board
(barrages)
34
Central Processing Unit
The processor (CPU - Central Processing Unit
The CPU - Central Processing Unit is responsible for
processing and treatment of all data that
enter and exit the computer. The processor determines
the model of the microcomputer in use and its speed
(clock) is measured in Gigahertz (GHz).
35
Microprocessor chip
36
Memories
47
48
Input devices/peripherals
They are the devices that enable data entry into
computer. For example:
two buttons.
52
Scanner: input device that captures
images, photos or drawings, transferring them
for the screen, where they can be worked on
(edited) and then printed or stored.
53
Other input devices
54
Output devices
They are the devices that present the final results.
of processing. For example:
LED
56
Printer: it has the paper to print on paper
result of a work developed on the computer
(such as texts, reports, graphs). For different types
of printing there are different models of
impressoras:Matricial, Jato de Tinta (Deskjet), Laser.
57
Other output devices
58
Mixed devices
Mixed devices are the devices that have both
functions of input devices like those of
exit. They allow communication in the sense of
computer for the user and in the direction of the user
for the computer.
59
Units of Measurement
The computer works with a very language
simple. As it is a system
electronic, one of the simplest forms of
communication is through electric pulses. Thus, the
computer works with two variables, 1 and 0, which
mean respectively on (1) and off (0).
60
This system is known as the Binary System
(base 2), that is, there are only two digits that
compose the data. The smallest fragment of data
used is the Bit (b), which comes from English Binary
61
Considering that the byte unit is considerably
small when we indicate larger values,
we use multiples of the byte: kilobyte, megabyte,
gigabyte, terabyte, etc.
1 Megabyte = 1 Mb = 1024 Kb
1 GigaByte = 1 Gb = 1024 Mb
1 Terabyte = 1 Tb = 1024 Gb 62
From the Byte, the unit of measurement changes every 1,024.
times.
63
Software and its types
Computer programs
64
Software is the set of programs (instructions) that
causes the computer to perform the processing and
produce the desired result.
It is the combination of Hardware and Software that makes
65
Program: it is the set of instructions that
they represent an algorithm for solving a
problem. Also called software, this
the term is used to indicate the functional part of
a computer.
66
Basic: Operating System or simply
SO is the main software that exists in a
computer. This type of program manages
directly or hardware and must be suitable for
each type of machine. Ex.: Windows, Linux,
Unix, etc.
67
Application Software: they are the programs
installed on the computer, except for the system
operational, intended to provide us with certain types
of services, and we can include in this category the
word processors, electronic spreadsheets,
the graphic programs and the management systems
from the database.
68
Utilities: Support software for problem solving
of disk, memory, etc. Ex: Management Systems of
Databases, Antivirus.
69
70