Computers and Operating Systems: Learning Outcomes Words To Know
Computers and Operating Systems: Learning Outcomes Words To Know
Computers and
Operating Systems
LEARNING OUTCOMES WORDS TO KNOW
After you have read this chapter, you should be able to: application software
1
1.1 Understanding Computers
Definition: Computer
A computer is an electronic device that receives data, processes data, stores data, and produces a
result. Data is raw, unprocessed facts, including text, numbers, sounds, images, and video.
Computers have two main components: hardware and software. The physical parts of the
computer, such as the monitor and keyboard, are the hardware. The software consists of the
instructions that controls the hardware so it performs tasks.
To perform tasks, a computer receives data through an input device such as a keyboard,
processes the data, produces information on an output device such as a monitor, and stores the
information on a storage device. When data is processed into a meaningful form, it becomes
information.
A computer performs the following basic operations:
FIGURE 1-1
Information processing cycle (IPOS)
TYPE DESCRIPTION
The most powerful type of computer. These machines are special, high-capacity
computers used by very large organizations. Supercomputers are typically used to
SUPERCOMPUTER
process massive amounts of data. For example, they are used to analyze and
predict worldwide weather patterns.
Also known as PCs, are the least powerful, yet the most widely used and fastest-
growing type of computer.
PERSONAL
There are five types of personal computers:
COMPUTER
Desktop computers are small enough to fit on top of or alongside a desk yet are
too big to carry around.
Module 1 Introduction to Computing 2
Laptop computers, also known as notebook computers, are portable and
lightweight and fit into most briefcases.
Tablets, also known as tablet computers, are smaller, lighter, and generally less
powerful than laptops. Like a laptop, tablets have a flat screen but typically do
not have a standard keyboard. Instead, tablets typically use a virtual keyboard
that appears on the screen and is touch-sensitive.
Smartphones are the most widely used handheld computers. Smartphones are
cell phones with wireless connections to the Internet and processing
capabilities.
Wearables are small technological devices capable of storing and processing
data that can be worn on the body like Apple’s watch.
Definition: Software
Software is the set of instructions that controls and directs hardware to perform tasks. Computer
software can be divided into two major kinds:
system software – the software that runs a computer, and includes the operating system and
utility program; it helps the computer manage its own internal resources.
application software – the software that enables users to complete a specific task or to create
something electronically such as writing a report, creating a video, viewing a Web page,
playing games, or sending photos to a friend. Common examples are Microsoft Office Word,
Minecraft, Facebook App, Firefox, VLC, Mobile Legends, Skype, PowerDirector, Spotify, etc.
In general, a computer runs system software to perform computer tasks, while a user run
application software to carry out work or personal tasks.
As shown in Figure 1-3, the boot process includes the following steps:
1. The computer receives and distributes electrical power to its circuits so the system components can run.
2. When a system component called the read-only memory (ROM) chip receives power, it starts a program
called the BIOS, which stands for basic input/output system. The BIOS contains instructions for starting
the system before the operating system is loaded.
3. The BIOS performs the power-on self-test (POST) to check critical system components and make sure
they are running properly. During this step, the computer might beep and flash messages on the screen.
4. If the system components are running properly, the BIOS looks for devices connected to the computer
and checks their settings. If the BIOS finds an error, the computer might beep again and display error
messages describing the problem.
Running applications
Operating systems load and run applications such as word processors and spreadsheets. Most operating
systems support multitasking, or the ability to switch between different applications. With multitasking, you
could have Word and Excel running at the same time and switch easily between the two applications. The
program that you are currently working on is described as running in the foreground. The other program or
programs are running in the background.
Closes applications but keeps the operating You share your computer with someone
SIGN OUT / system running so another user can sign in else who wants to use it when you are
LOG OFF without restarting the computer finished and you are planning to be
away for an hour or more.
Applications and the operating system You share your computer with someone
SWITCH continue to run while another user signs in; else who wants to use it briefly.
USERS the other user is not allowed to access your
applications or data
Applications and the operating system You are leaving the computer but plan
LOCK continue to run, though you cannot access to return to it soon, and want to keep
them until you sign in your work and data private.
Applications and the operating system You are leaving the computer but want
SLEEP /
continue to run, though in a low-power state it to quickly resume working when you
HIBERNATE
return.
The Desktop
The Desktop is the primary user interface of a computer. It is the main screen that you see after you turn on
your computer and log on to Windows or your operating system. Like the top of an actual desk, it serves as a
surface for your work. When you open programs or files, they appear on the desktop. You can also put things
on the desktop, such as files and folders, and arrange them however you want.
The desktop contains:
Start button: It opens the Start
menu and allows you to access
programs, files, and computer
settings.
Search bar: It allows you to search
anything in your PC (or online).
This feature is the easiest way to
launch apps, settings and
documents.
Taskbar: It shows you which
programs are running and allows
you to switch between them.
Notification: This part of the
taskbar displays various system
icons for features such as
networking, sound and power, as
well as notifications issued by FIGURE 1-4 Windows desktop
Windows.
Icons: Are small pictures that represent files, folders, programs, and other items on the computer.
Chapter 1 Computers and Operating Systems 6
Start and close applications
Recall that application software (apps) are the kind of software that enables users to perform specific tasks.
To launch an application:
1. Click Start button or press the Windows key on the keyboard to open the Start menu.
2. Scroll through the application or program list and select the application you want to open. You can
also use the Search bar to type the name of the application you want to open. The application
window of the selected program will open on the Desktop.
To close an application:
1. Click the Close button in the upper-right corner of the application window.
Tip: Visit https://www.howtogeek.com/124109/5-ways-to-quickly-launch-programs-on-windows/.
CHAPTER REVIEW
Before moving on to the next chapter check that you now know how to:
B. Multiple Choice. Select and circle the best response for the following statements.
6. Programs that manage computer resources, provide an interface and run applications are known as:
a. application software c. utility programs
b. operating systems d. system software
7. A ____________ operating system lets you work with more than one program at the same time.
a. multitasking c. single-user
b. multiuser d. command-line
8. _____________ is the only way to end a computer session by turning off the power to the computer.
a. Signing out c. Locking
b. Shutting down d. Restarting
9. When data is processed into a meaningful form, it becomes _________.
a. information c. storage
b. input d. memory
10. Which type of computer is the fastest and most expensive?
a. PC c. smartphone
b. supercomputer d. mainframe
C. Written Question
1. How does a computer follow the information processing cycle to perform tasks? [5 points]