Danica Jane H. Gacita Lou-Gene L. Valencia Lovelle L. Huerta
Danica Jane H. Gacita Lou-Gene L. Valencia Lovelle L. Huerta
Danica Jane H. Gacita Lou-Gene L. Valencia Lovelle L. Huerta
Prepared by:
Name: _________________________________
Section: ________________________________
1
INTRODUCTION
The second component of an information system is software. Simply put: Software is the set of
instructions that tell the hardware what to do. Software is created through the process of
programming. Without software, the hardware would not be functional. Software can be broadly
divided into two categories: operating systems and application software. Operating systems manage
the hardware and create the interface between the hardware and the user. Application software is the
category of programs that do something useful for the user. All computing devices run an operating
system. For personal computers, the most popular operating systems are Microsoft’s Windows,
Apple’s OS X, and different versions of Linux. Smartphones and tablets run operating systems as
well, such as Apple’s iOS, Google’s Android, Microsoft’s Windows Mobile, and Blackberry.
Early personal-computer operating systems were simple by today’s standards; they did not
provide multitasking and required the user to type commands to initiate an action. The amount of
memory that early operating systems could handle was limited as well, making large programs
impractical to run. The most popular of the early operating systems was IBM’s Disk Operating
System, or DOS, which was actually developed for them by Microsoft.
The second major category of software is application software. Application software is,
essentially, software that allows the user to accomplish some goal or purpose. For example, if you
have to write a paper, you might use the application-software program Microsoft Word. If you want to
listen to music, you might use iTunes. To surf the web, you might use Internet Explorer or Firefox.
Even a computer game could be considered application software.
OBJECTIVES:
Understand the use and functions of the two different types of computer software including it
examples.
Identify the different types of Application Software.
Classify basic parts of computers.
Familiarize to the input and output process of a computer.
2
Directions: Encircle the appropriate answer for the following multiple choice questions.
3
6. What is central processing unit?
a. It makes a computer faster.
b. The box on the desk next to the monitor
c. Carries out the tasks that need to be done by the computer.
d. Formats the files in a computer for easy access.
7. What is the purpose of an Operating System?
a. It’s the brain of the computer.
b. It manages the memory, processes, hardware and software and allows us to interact
with the computer.
c. It’s the memory in the computer that allows us to have more than one tab or application
open at the same time.
d. It’s the long term storage that saves that saves all your work when you shut down the
computer.
8. What is windows?
a. An operating system made by Microsoft.
b. The program where you can type up essays.
c. A computer network system.
d. A program that makes it easy to navigate a computer.
9. What are the physical components of a computer system called?
a. Hardware
b. Desktop
c. Devices
d. Peripherals
10. A computer device that is not part of the essential computer system.
a. Hard drive
b. Software
c. Hardware
d. Peripherals
11. This is often called the brains of the computer.
a. CPU c. Hardware
b. Hard drive d. Peripherals
4
12. Programs and their specific instructions that enable a user to interact with a computer for a
specific purpose.
a. Database
b. Website
c. Software
d. Document
13. The result of the computer’s processing is the
a. Documents
b. Software
c. Saved files
d. Output
14. The raw data that is entered into the computer is
a. Output
b. Input
c. Software
d. Keystrokes
15. Which of the following is an example of an input device?
a. Speakers
b. Monitor
c. Keyboard
d. Printer
16. Which of the following is an example of an output device?
a. Mouse
b. Keyboard
c. Printer
d. Laptop
17. Controls how a computer communicates with the hardware and interacts with you, the user
a. Microsoft
b. Operating system
c. Program
d. Application
5
COMPUTER SOFTWARE
Computer software is the set of programs
that makes the hardware perform a set of tasks in
particular order. Hardware and software are
complimentary to each other. Both have to work
together to produce meaningful results. Computer
software is classified into two broad categories;
system software and application software.
Systems software carries out middleman tasks to ensure communication between other software
and hardware to allow harmonious coexistence with the user.
Device driver: Enables device communication with the OS and other programs.
The operating system is a type of system software kernel that sits between computer hardware
and end user. It is installed first on a computer to allow devices and applications to be identified.
System software is the first layer of software to be loaded into memory every time a
computer is powered up. Suppose a user wants to write and print a report to an attached printer. A
word processing application is required to accomplish this task. Data input is done using a keyboard
or other input devices and then displayed on the monitor. The prepared data is then sent to the
printer.
In order for the word processor, keyboard, and printer to accomplish this task, they
must work with the OS, which controls input and output functions, memory management, and
printer spooling. Today, the user interacts with the operating system through the graphical user
interface (GUI) on a monitor or touchscreen interface. The desktop in modern OSs is a graphical
workspace, which contains menus, icons, and apps that are manipulated by the user through a
mouse-driven cursor or the touch of a finger. The disk operating system (DOS) was a popular
interface used in the 1980s.
Real-Time OS: Is installed in special purpose embedded systems like robots, cars, and
modems.
Single-user and single-task OS: Are installed on single-user devices like phones.
Multi-user OS: Is installed in network environments where many users have to share
resources. Server OSs are examples of multi-user operating systems.
Network OS: Is used to share resources such as files, printers in a network setup.
Mobile OS: Is designed to run on mobile phones, tablets and other mobile devices.
They provide the interface between the user and hardware through GUI.
7
Manages and allocates memory space for applications.
Windows 10
Mac OS X
Ubuntu Server
Windows Server
Chrome OS
Club Linux
Remix OS
iPhone OS
Android OS
Windows Phone OS
8
2. Device Drivers
Driver software is a type of system software which brings computer devices and peripherals
to life. Drivers make it possible for all connected components and external add-ons perform their
intended tasks and as directed by the OS. Without drivers, the OS would not assign any duties.
Soundcard Printer
Usually, the operating system ships with drivers for most devices already in the market. By
default, input devices such as the mouse and keyboard will have their drivers installed. They may
never require third-party installations.
If a device is newer than the operating system, the user may have to download drivers from
manufacturer websites or alternative sources.
3. Firmware
Firmware is the operational software embedded within a flash, ROM, or EPROM memory chip
for the OS to identify it. It directly manages and controls all activities of any single hardware.
Traditionally, firmware used to mean fixed software as denoted by the word firm. It was
installed on non-volatile chips and could be upgraded only by swapping them with new,
preprogrammed chips.
This was done to differentiate them from high-level software, which could be updated without
having to swap components.
Today, firmware is stored in flash chips, which can be upgraded without swapping semiconductor
chips.
9
These are intermediate programs relied on by software programmers to translate high-level
language source code to machine language code. The former is a collection of programming
languages that are easy for humans to comprehend and code (i.e., Java, C++, Python, PHP, BASIC).
The latter is a complex code only understood by the processor.
Popular translator languages are compilers, assemblers, and interpreters. They're usually
designed by computer manufacturers. Translator programs may perform a complete translation of
program codes or translate every other instruction at a time.
Machine code is written in a number system of base-2, written out in 0 or 1. This is the lowest
level language possible. While seemingly meaningless to humans, the zeros and ones are actually
sequenced intelligently by the processor to refer to every conceivable human code and word.
Besides simplifying the work of software developers, translators help in various design tasks. They;
Identify syntax errors during translation, thus allowing changes to be made to the code.
Provide diagnostic reports whenever the code rules are not followed.
5. Utilities
Utilities are types of system software which sits between system and application software. These are
programs intended for diagnostic and maintenance tasks for the computer. They come in handy to
ensure the computer functions optimally. Their tasks vary from crucial data security to disk drive
defragmentation.
Most are third-party tools but they may come bundled with the operating system. Third-party tools are
available individually or bundled together such as with Hiren Boot CD, Ultimate Boot CD, and
Kaspersky Rescue Disk.
Antivirus and security software for the security of files and applications, e.g., Malwarebytes,
Microsoft Security Essentials, and AVG.
10
Disk partition services such as Windows Disk Management, Easeus Partition Master, and
Partition Magic.
Disk defragmentation to organize scattered files on the drive. Examples include Disk
Defragmenter, Perfect Disk, Disk Keeper, Comodo Free Firewall, and Little Snitch.
File Compression to optimize disk space such as WinRAR, Winzip, and 7-Zip.
Data backup for security reasons, e.g., Cobian, Clonezilla, and Comodo.
Hardware diagnostic services like Hard Disk Sentinel, Memtest, and Performance Monitor.
Data recovery to help get back lost data. Examples include iCare Data Recovery, Recuva, and
EaseUs Data Recovery Wizard.
Being a modern-day kid you must have used, seen, or read about computers. This is because
they are an integral part of our everyday existence. Be it school, banks, shops, railway stations,
hospital or your own home, computers are present everywhere, making our work easier and faster
for us. As they are such integral parts of our lives, we must know what they are and how they
function. Let us start with defining the term computer formally.
12
What is an Application?
You may have heard people talking about using a program, an application, or an app. But
what exactly does that mean? Simply put, an app is a type of software that allows you to perform
specific tasks. Applications for desktop or laptop computers are sometimes called desktop
applications, while those for mobile devices are called mobile apps.
When you open an application, it runs inside the operating system until you close it. Most of
the time, you will have more than one application open at the same time, which is known as multi-
tasking.
App is a common term for an application, especially for simple applications that can be
downloaded inexpensively or even for free. Many apps are also available for mobile devices and
even some TVs.
Desktop applications
There are countless desktop applications, and they fall into several categories. Some are fuller
featured (like Microsoft Word), while others may only do one or two things (like
a clock or calendar app). Below are just a few types of applications you might use.
13
Web browsers: A web browser is the tool you use to access the Internet. Most
computers come with a web browser pre-installed, but you can also download a
different one if you prefer. Examples of browsers include Internet
Explorer, Mozilla Firefox, Google Chrome, and Safari.
Mobile apps
Desktop and laptop computers aren't the only devices that can run applications. You can also
download apps for mobile devices
like smartphones and tablets. Here are a few examples of
mobile apps.
14
Gmail: You can use the Gmail app to easily view and send emails from your mobile
device. It's available for Android and iOS devices.
Every computer and mobile device will come with some applications already built in, such as a
web browser and media player. However, you can also purchase and install new apps to add more
functionality. You can review our lessons on Installing Software on Your Windows PC, Installing
Software on Your Mac, and Free Software to learn more.
Setting up a computer
15
So you have a new computer and you're ready to set it up. This may seem like an
overwhelming and complicated task, but it's actually a lot easier than you might think! Most computers
are set up in a similar way, so it doesn't matter what brand of computer you have.
If you're setting up a new computer that's still in the box, you'll probably find a how-to
guide that includes step-by-step details. Even if it didn't include instructions, you can still set up the
computer in a few easy steps. We'll take you through the different steps needed to set up a typical
computer.
16
Step 1
Unpack the monitor and computer
case from the box. Remove any plastic
covering or protective tape. Place the monitor
and computer case on a desk or work area.
Be sure to place your computer case in
an area that is well ventilated and has good
air flow. This will help to prevent the computer
from overheating.
Step 2
Locate the monitor cable. There are several
types of monitor cables, so the one for your
computer may not look like the one in the image
below.
If you're having trouble finding your monitor cable,
17
refer to the instruction manual for your computer. (If you have an all-in-one computer that's built into
the monitor, you can skip to Step 4).
Step 3
Connect one end of the cable to the monitor
port on the back of the computer case and the
other end to the monitor. If you're using a VGA
cable like the one in the picture below, you'll want to
tighten the screws on the monitor cable to secure it.
Many computer cables will only fit a specific way. If
the cable doesn't fit, don't force it or you might
damage the connectors. Make sure the plug aligns
with the port, then connect it. To figure out which
cables belong in which ports, try our Connecting
Cables interactive.
Step 4
18
the back of the computer. If it uses a PS/2 connector, plug it into the purple keyboard port on the
back of the computer.
Step 5
Unpack the mouse and
determine whether it uses
a USB or PS/2 connector. If it uses a
USB connector, plug it into any of
the USB ports on the back of the
computer. If it uses a PS/2
connector, plug it into
the green mouse port on the back of
the computer.
If your keyboard has a USB port,
you can connect your mouse to the
keyboard instead of connecting it
directly to your computer.
Step 6
If you have external speakers or headphones, you
can connect them to your computer's audio port (either on
the front or back of the computer case). Many computers
have color-coded ports. Speakers or headphones connect
to the green port, and microphones connect to
the pink port. The blue port is the line in, which can be used
with other types of devices. Some speakers, headphones,
and microphones have USB connectors instead of the usual
audio plug. These can be connected to any USB port. In
addition, many computers have speakers or microphones
built into the monitor.
19
Step 7
Step 8
20
Step 9
If you have a printer, scanner, webcam,
or other peripherals, you can connect
them at this point. Many peripherals
are plug and play, which means they will
be recognized by your computer as soon
as they are plugged in. Other peripherals
may include software that needs to be
installed before you can begin using them.
Use the instructions included with the device to install it if necessary.
Generally, peripherals are optional, and you can add new ones at any time; you don't have to add all
peripherals during the initial setup of your computer.
Setup complete!
That's it—you've finished setting up your computer, so it's time to start using it! We'll
talk more about how to use your computer over the next several lessons.
_________________ 1. Computer can carry out 3-4 billion instructions per second
_________________ 2. Devices like keyboard and mouse are used to input data and instructions to
the computer are called output unit.
_________________ 3. Secondary memory resides within the CPU whereas primary memory is
external to it.
_________________ 5. Media players and real players are the examples of multimedia software.
_________________ 6. Computers can take up routine tasks while releasing human resource for
more intelligent functions.
_________________ 12. If you cannot input the necessary data with correct instructions, computer
can’t do the processing.
_________________ 13. Computer is an electronic device that receives input, stores or processes
the input as per user instructions and provides output in desired format.
_________________ 14. The output obtained after processing it, based on user’s instructions is
called data.
_________________ 15. Database is a collection of related data.
22
II. ESSAY.
State your opinion about the question below. Write your answer in the box provided.
8. Part of your computer that has a physical structure, such as the keyboard and mouse. 23
6 19
5 7
1
24
15
9
10
8
4
14
12
17
13
16 18
11
25