Updates in AIS 1
Updates in AIS 1
Medel Valencia
UPDATES IN INFORMATION
SYSTEM 1
AisPRE10
FOREWORD
As we are facing the global pandemic, as an educator of the Dalubhasaan ng Lunsod ng San Pablo
believe that learning must bring on, because education is significant to success. This module is
created following the transitioning period that was brought by covid19 to support and provide
quality education to the learners of DLSP. This module comprises knowledge, ideas, assessment,
and topics in line with the course Advance Software Development.
2|Page
MODULES FOR AisPRE10
I. Lesson Title:
What is Computer?
According to their size and capabilities they are basically classified into four different
types of computers:
1. SUPER COMPUTER - A supercomputer is the fastest computer in the world that can
process a significant amount of data very quickly. The computing Performance of a
“supercomputer” is measured very high as compared to a general purpose computer.
3|Page
of the process slowed, stopped or accelerated, the computer recognized the change and made
necessary adjustments to the system.
3. MAINFRAME - Mainframe computers was first developed by J. Presper Eckert and John
Mauchly in USA, in 1951. Mainframe computer is best platform to execute millions of
transactions in every single second. So mainframe computers are used in the large scale
organization, because they have to need for processing the massive data at once in every
second. There are some companies, which are used to mainframe computer system such as
Wallmart, HSBN, Indial Railways, ICICI and HDFC banks, Tesco, Kenya Power,
Vodafone, AIG, Coca Cola, RBI, DHL, FORD, NASDAQ, Nike, Tata, Travelport, UPS,
USA Pstal Services, and more.
4. MICRO - Microcomputer was formerly a commonly used term for personal computers,
particularly any of a class of small digital computers whose CPU is contained on a single
integrated semiconductor chip. Thus, a microcomputer uses a single microprocessor for its
CPU, which performs all logic and arithmetic operations.
4|Page
What is Computer System?
It is an integrated form of different components that work together to give a desirable result. It
has different component and each works for a specific purpose; however, they generate a common
result as required by the user.
RAM − It is the Random Access Memory and responsible for the storage of
programs that are currently running and also stores data temporarily.
Hard Disk Drive − It is a permanent memory storage device.
Floppy Disk Drive − It is hardly being used in recent times.
Optical disks − It is a device that also store data. For example, CD, DVD, etc.
5|Page
INPUT DEVICES
Mouse
Keyboard
Scanner
Microphone
Camera
OUTPUT DEVICE
Monitor
Printer
Projector
Speaker
Earphone
Processing Devices
When a computer receives data from an input device (e.g., keyboard), the data goes through an
intermediate stage before it's sent to an output device (e.g., monitor). A processing device is any
device inside a computer that interprets and manipulates incoming data during this stage.it also
handle the storage and retrieval of the information.
In the Computer, processing devices play major role in the processing operations. These devices
are used to process the data with using of instructions from the program.
Memory Devices
GPU stands for “Graphics Processing Unit” that is a computer integrated chip that helps to render
the graphics and images with using of performing rapid mathematical calculation. It is used for both
purposes in personal and professional computing. GPU has responsibility for getting to render 2D
and 3D images, video and animations.
Due to high-computational ability of GPU, it is able to accelerate the machine learning.GPU
allows to improve the performance for video editing and creation because parallel processing of a
GPU is getting to render of graphic and video with high definition.Due to better performance of
GPU, it is used in cryptocurrencies and bitcoin.GPU has two variants like as integrated and discrete.
Integrated GPU is installed alongside the CPU, where as discrete GPU is mounted on the separate
circuit board.
SOUND CARD - a hardware component of computer that is installed on the motherboard, and it
delivers the audio input and output capabilities. Mostly, sound card has at least single analog line
input and one stereo line output connection.
6|Page
Cover designed by: Mr.Medel Valencia
UPDATES IN INFORMATION
SYSTEM 1
AisPRE10
FOREWORD
As we are facing the global pandemic, as an educator of the Dalubhasaan ng Lunsod ng San Pablo
believe that learning must bring on, because education is significant to success. This module is
created following the transitioning period that was brought by covid19 to support and provide
quality education to the learners of DLSP. This module comprises knowledge, ideas, assessment,
and topics in line with the course Advance Software Development.
2|Page
MODULES FOR AisPRE10
I. Lesson Title:
Overview of Software
WHAT IS A SOFTWARE?
A software is an interface between user and computer. It is a set of instructions, programs that are
used to give command to hardware. It is responsible for controlling, integrating and managing the
hardware components of a computer system and for accomplishing specific tasks.
1. System Software aids theuser andthe hardware to function andinteract with eachother.
Basically, it is a software to manage computer hardware behavior soas to provide basic
functionalities that are requiredby theuser. In simple words, we can say that system software
is an intermediatoror a middle layer between theuser andthe hardware.
3|Page
2. OPERATINGSYSTEM It is the most prominent example of System Software. It is a
collection of software that handles resources and provides general services for the other
applications that run over them (Android, CentOS, iOS, Linux, Mac OS, MS Windows,
Ubuntu, and Unix).
These are mediator programs on which software programs rely to translate high-level language
code to simpler machine-level code. Besides simplifying the code, the translators also do the
following : Assign data storage
Enlist source code as well as program details
Offer diagnostic reports
Rectify system errors during the runtime
Examples of Programming Language Translators are Interpreter, Compiler and Assemblers.
The software can also be classified based on their availability and sharability.
1. Freeware Freeware software is available without any cost. Any user can download it from the internet
and use it without paying any fee.
2. Shareware It is a software that is freely distributed to users on a trial basis. It usually comes with a
time limit and when the time limit expires, the user is asked to pay for the continued services.
3. Open-source These kinds of software are available to users with the source code which means that a
user can freely distribute and modify the software and add additional features to the software.
5|Page