With 100 Questions and Verified Rationalized Answers
Updated 2025 Graded A+
1. Application Software: Programs end users run to accomplish tasks.
q q q q q q q q
2. Productivity Software: Application software used to aid in productivity. I.E. Pre-
q q q q q q q q q q
sentation software, word processor, spreadsheets.
q q q q q
3. System Software: Consists of programs that make up the OS and directly sup-
q q q q q q q q q q q q
port system itself.
q q q
**Includes services or DAEMONS q q q
4. Server Software: Works with hardware to provide network service.
q q q q q q q q
5. Local Application: Software stored on an individual computer.
q q q q q q q
6. Intranet: A LAN that uses IP. Used to communicate within organization.
q q q q q q q q q q
7. Cloud Computing: Allows organization to access resources/app anywhere, any-
q q q q q q q q
time. Beneficial because an org. may access resources it may not normally have.
q q q q q q q q q q q q q
8. Operating Systems: Allows a user to easily access hardware/software, required to
q q q q q q q q q q q
maintain computer environment.
q q
9. Kernel: Core component of OS.
q q q q q
Loads when computer first boots
q q q q
Sits on top of hardware, is interface b/w hardware and software.
q q q q q q q q q q
10. Device Drivers: Interface b/w OS and hardware.
q q q q q q
11. Shell: Interface for user, often personalized. The shell provides access to the ke
q q q q q q q q q q q q
1q/q
14
, rnel.
I.E. The GUI will translate mouse motions into calls to kernel/routines. Desktop eleme
q q q q q q q q q q q q
nts include shortcuts, windows theme, menus, background.
q q q q q q
12. Services (Daemons): OS programs that start when OS is loaded. They run in the
q q q q q q q q q q q q q q
background and wait for an event to initiate. q q q q q q q
13. Utility Programs: Allow user to monitor system performance.
q q q q q q q
14. Web Server: Role is to respond to HTTP requests.
q q q q q q q q
*Most HTTP requests are for HTML docs, but could include any web accessible resour
q q q q q q q q q q q q q
ce.
It's all combined into the URL.
q q q q q
**APACHE is most popular web server- q q q q q
can execute scripts for dynamic pages, use security mechanisms, log request for tren
q q q q q q q q q q q q
d tracking.q
15. Proxy Server: A software that acts as an intermediary between a client and a se
q q q q q q q q q q q q q q
rver to shield the client from adverse actions of the server.
q q q q q q q q q q
*Also provides degree of anonymity, since IP address recorded is for proxy server and
q q q q q q q q q q q q q q
not individual client.
q q
*Can also be used to block requests to certain servers (i.e Facebook)
q q q q q q q q q q q
*Can reject responses that contain certain content (i.e "porn")
q q q q q q q q
**SQUID is most common, but APACHE can also be used as proxy server.
q q q q q q q q q q q q
16. Database Server: Permits database access across a network. q q q q q q q
Performs tasks such as data analysis, data manipulation, security, and archiving.
q q q q q q q q q q
2q/q
14