WGU Cybersecurity-Architecture-and-Engineering Exam Questions
WGU Cybersecurity Architecture and Engineering (KFO1/D488) (Page 7 )

Updated On: 27-Feb-2026

What is true about an operating system?

  1. It is a firmware burned onto the computer mother board.
  2. It is a software program that directly supports the computer itself.
  3. It is a hardware component of the computer system.
  4. It is an application program similar to word processors.

Answer(s): B

Explanation:

Anoperating system (OS)is a system software that manages computer hardware and software resources and provides common services for computer programs.

It serves as an intermediary between users and the computer hardware.

Key functionsof an OS include:

Managinghardware resourceslike the CPU, memory, and I/O devices.

Providing auser interface(UI) for interaction with the system.

File managementand handling file operations.

Process managementand multitasking.

Securityand access control.

Examples include Windows, Linux, and macOS.


Reference:

"Operating System Concepts" by Abraham Silberschatz, Greg Gagne, and Peter B. Galvin.

"Modern Operating Systems" by Andrew S. Tanenbaum.



What does the following SQL statement produce when executed?

SELECT ` FROM Customers

WHERE State = 'Arizona';

  1. All of the records from the Customers table
  2. All of the records from the Customers database
  3. All of the records from the Customers database that are located in Arizona
  4. All of the records from the Customers table that are located in Arizona

Answer(s): D

Explanation:

The SQL statement provided is:

SELECT*FROMCustomersWHEREState ='Arizona';

SELECT *indicates that all columns from the table should be selected.

FROM Customersspecifies the table from which to retrieve the data.

WHERE State = 'Arizona'filters the results to include only those records where the State column has the value 'Arizona'.

Therefore, the statement returns all records from the Customers table that are located in Arizona.


Reference:

SQL SELECT statement documentation: SQL SELECT

SQL WHERE clause documentation: SQL WHERE



How does application software differ from operating systems?

Choose 2 answers

  1. Application software includes system utilities that run on demand of the user.
  2. Application software consists of programs that end users run to accomplish business or personal tasks, such as e-mail.
  3. Application software includes word processors and spreadsheet software that are useful to end users.
  4. Application software supports the computer hardware system directly.

Answer(s): B,C

Explanation:

Application Software:

Application software refers to programs that help end users perform specific tasks. Examples include email clients, word processors, and spreadsheet programs.

These are designed to be used by people to perform tasks such as writing documents, managing data, or communicating.

Operating Systems:

Operating systems (OS) manage the hardware and software resources of a computer system. They provide a platform for application software to run.

Examples include Microsoft Windows, macOS, and Linux. The OS handles system-level tasks like memory management, process scheduling, and hardware interaction.

Key Differences:

Application software (B, C) is user-oriented, aimed at helping users complete tasks.

Operating systems (A, D) manage the computer's hardware and system resources.


Reference:

Application software: Application Software

Operating system functions: Operating System Functions



What are three operating systems that are commonly used today?

Choose 3 answers

  1. Microsoft Outlook
  2. Mac OS
  3. Linux
  4. MySQL
  5. Microsoft Windows
  6. Mozilla Firefox

Answer(s): B,C,E

Explanation:

Operating Systems:

Operating systems are software that manage computer hardware and software resources, providing common services for computer programs.

Commonly Used Operating Systems:

Mac OS: Developed by Apple Inc., used on Apple computers.

Linux: An open-source operating system used on a wide variety of devices from servers to personal computers.

Microsoft Windows: Developed by Microsoft, it is one of the most widely used operating systems for personal and business computers.

Not Operating Systems:

Microsoft Outlook: An email client, part of the Microsoft Office suite.

MySQL: A relational database management system.

Mozilla Firefox: A web browser.


Reference:

Types of operating systems: Types of Operating Systems

Mac OS:macOS

Linux:Linux

Microsoft Windows:Windows



What is a function of a proxy server?

  1. It stores files that any user of the network may wish to access.
  2. It acts as a giant cache of web pages that anyone in the organization has recently retrieved.
  3. It responds to user queries to create, manipulate, and retrieve records from a database.
  4. It responds to HTTP requests and can execute scripts to generate dynamic pages.

Answer(s): B

Explanation:

Proxy Server Functions:

Caching: Proxy servers can store copies of web pages and other web resources. This helps to improve load times for frequently accessed resources and reduce bandwidth usage.

Security: They can provide additional security by anonymizing the user's IP address and filtering unwanted content.

Correct Function:

Acting as a cache (B) is one of the primary functions, where it stores web pages that users in the organization have recently accessed.

Incorrect Functions:

A: Describes a file server.

C: Describes a database server.

D: Describes a web server.


Reference:

Proxy servers: Proxy Server

Caching in proxy servers:Caching Proxy






Post your Comments and Discuss WGU Cybersecurity-Architecture-and-Engineering exam dumps with other Community members:

Join the Cybersecurity-Architecture-and-Engineering Discussion