Internal Functioning
Internal Functioning
2. Distribution: The information is distributed within the cabinet through the circuits of the board.
mother and the data buses. Most of that information goes to the RAM, and from
there to the microprocessor. Continuing with the example, the text travels through the data bus of the floppy disk to the
RAM memory, and from there to the microprocessor.
3. Processing: The microprocessor extracts data from memory and modifies it according to a
a series of instructions given by a program. For example, when a word is selected and it
it goes bold, that is an instruction (change to bold) that the word processor (the program)
gives it to the microprocessor. It extracts the word from the text (which is in the RAM) and modifies it
and it is recorded again modified (in the RAM). As this memory is very fast, the
the modification is immediately reflected on the monitor, but it has not yet been saved in the
floppy or on the hard drive, so that if the power supply is interrupted they will lose
the information said modification.
5. Output: It has to do with how the results of the processing are visualized or perceived. There are two
output classes: 1.- real-time output, that is, as processing is carried out, and 2.-
the final output, when the processing was finished. For example, see on the monitor the words that are going
writing (real time) and the printing of the finished report (final output).
The information enters the cabinet through the connections or ports (parallel ports, port
MIDI, internet connections, etc.), or storage media (floppy disk, CD-ROM, etc.). Therefore
example, suppose that, using a word processor (a program), you open a text (information)
what is stored on a floppy disk.
What is Software?
Software Classification
System software: Its purpose is to properly disengage the user from the programmer.
details of the computer system in particular that is used, isolating it especially from the
processing related to the internal characteristics of: memory, disks, ports, and devices of
communications, printers, screens, keyboards, etc.
Operating systems
Device drivers
Programming software: It is the set of tools that allow the programmer to develop
computer programs, using different alternatives and programming languages, of a
practical way.
Text editors
Compilers
Application software: It is the one that allows users to carry out one or more tasks.
specific, in any field of activity susceptible to being automated or assisted, with special
emphasis on business
Office applications
Free Software: When its license does not restrict our freedom to:
In order for studying and improving the program to be possible, free programs are not only distributed
in executable language: users also have access to the program expressed in language
of programming. The people who engage in programming call this the 'source code',
of the program.
For the effective processing of all the data, we must know that first there is hardware: It is
the physical part of the computer. Hardware also refers to the physical components of a computer
such as the hard drive, CD-ROM, floppy disk drive among others. This set includes the
electronic and electromechanical devices, circuits, cables, boards, cabinets or boxes, peripherals
of all kinds and other physical elements.
Information is distributed within the cabinet through the circuits of the motherboard and the
data buses. Most of that information goes to the RAM, and from there to the
microprocessor. Continuing with the example, the text travels through the data bus of the floppy disk of this
memory, and from there to the microprocessor.
What is a Motherboard?
It is the most important component of a computer, as it integrates and coordinates everything.
the other elements that allow it to function properly. a motherboard behaves
like that device that operates as the main platform or circuit of a computer.
the tremendous importance of a motherboard lies in the fact that all
the connectors needed to cover the other cards of the computer.
The motherboard is a main board that supports the internal communication infrastructure.
that is, those electronic circuits where data travels and is processed and where some reside
internal components of the computer.
They are the cooling turbines that some work together with the heat dissipators.
They exist in the micro, power supply, video cards, general use in the PC case, in
hard drives, etc.
What is a Microprocessor?
It is the central and most complex integrated circuit of a computer system; for illustration,
It is usually associated by analogy as the brain of a computer. It is an integrated circuit.
consisting of millions of electronic components.
He is responsible for executing the programs; from the operating system to the applications of
user; only executes programmed instructions in low-level language, performing operations
simple arithmetic and logical operations, such as adding, subtracting, multiplying, dividing, binary logics and
memory accesses.
The microprocessor extracts data from memory and modifies it following a series of
instructions given by a program. For example, when they select a word and pass it to
bold, that is an instruction that the word processor (the program) gives to the microprocessor.
This extracts the word from the text (which is in the RAM), modifies it, and writes it back.
modified in memory. As this memory is very fast, the modification is seen
immediately reflected on the monitor, but has not yet been saved on the floppy disk or on the disk
rigid, so that if the power supply is interrupted they will lose the said information.
modification.
Arithmetic operators allow us, basically, to perform any arithmetic operation, which
we need (for example: addition, subtraction, multiplication, etc.). The following table shows the
operators available in C and their associated function.
Operator
Action
Example
Stay
x = 5 3; // x is worth 2
Sum
x = 2 3; // x is worth 5
Multiplication
x = 2 3; // x is worth 6
Division
x = 6 2; // x is worth 3
Module
x = 5 % 2; // x is worth 1
Decrease
x = 1; x; // x is worth 0
Increase
x = 1; x; // x is worth 2
result
true
true
true
true
false
false
false
true
false
false
false
false
result
true
true
true
true
false
true
false
true
true
false
false
false
result
true
false
false
true
Bytes: To represent anything significant, it is necessary to use groups of bits. The byte is a
Grouping of eight bits. In a computer, bytes are used to represent numbers, letters.
and special characters. This allows representing all the characters on the keyboard, including letters
(uppercase and lowercase), numbers, punctuation marks and other symbols through one of
these combinations.
Bit: When referring to computer data, each switch that is off (value 0) or on
(value 1) is a bit. The word bit is the abbreviated form of binary digit and constitutes the
smallest possible data unit.
What is a processor?
It is an integrated electronic circuit that acts as the central processing unit of a computer.
providing control of the calculation operations.
They are made up of extremely small components formed into a single flat piece
of low thickness. Its main component is semiconductors, mainly silicon and
germanium. They can have several tens of millions of transistors, in addition to others
electronic components such as diodes, resistors, capacitors.
Control unit
The control unit instructs the rest of the system on how to carry out the instructions of a
program. It commands the electronic signals between the memory and the arithmetic-logic unit, and between
the CPU and the input and output devices. It can be compared to a traffic agent directing
the data flow. The set of instructions to carry out the commands is incorporated in
the control unit and list all the operations that the CPU can perform.
To run any program, each command of it is broken down into instructions that
correspond to the available instruction set in the CPU. When an instruction is executed
program, a process is carried out at high speed, in which the CPU translates to microcode and carries to
it carries out millions of instructions per second in an orderly manner (as indicated by the program).
1.- Temporary storage, which takes place in the RAM while the
processing.
2.- Permanent storage, which takes place on a storage device when it
partially or totally ends the processing. For example, if they are writing a report of three
pages, you can save it to the hard drive.
The information they contain is continuously updated and when the computer is restarted or
it turns off, all the information contained is lost, which is why it is called volatile memory.
SRAM memory: the acronym comes from ("Static Random Access Memory") or static, because
These chips are built based on transistors, which do not need to be constantly
refresh their load (bits) and this makes them extremely fast but also very expensive.
SWAP Memory: Virtual memory or Swap memory ("swap") is not about memory
RAM as such, but rather an emulation (functional simulation), this means that a file is created of
large dimensions on the hard drive or SSD unit, which stores information simulating being
RAM memory when it is partially full, this prevents the system from stopping
computer services
The following list shows the RAM memories in descending order, the first link is the oldest.
and the last one is the most recent.
The Hard Drive is a magnetic device that stores all the programs and data of the
computer. Its storage capacity is measured in gigabytes (GB) and is greater than that of a
diskette (floppy disk).
independent speed.
It has to do with how the results of processing are visualized or perceived. There are two classes of
exit
1.- The output in real time, that is, as the processing is carried out.
2.- The final output, when the processing finished. For example, seeing the words on the monitor that
they are writing (in real time) and the printing of the finished report.
It is that digital system that actively interacts with an environment with known dynamics.
relationship with its inputs, outputs, and time constraints, to ensure proper functioning
according to the concepts of predictability, stability, controllability, and reachability.
Relationship between Hardware and Software
A.- They work together to bring a computer to life, as the work depends on their union.
from a PC.
B.- Software refers to the programs and data stored on a computer. The programs provide
instructions to perform tasks on the hardware or serve as a connection with other software.
C.- Hardware is the physical substrate in which software exists. Hardware encompasses all the pieces.
physical characteristics of a computer