Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Exam (elaborations)

WGU C182 STUDY GUIDE VERIFIED CORRECT QUESTIONS AND ANSWERS LATEST UPDATED VERSION INTRODUCTION TO IT ( GRADED A+)

Rating
-
Sold
-
Pages
23
Grade
A+
Uploaded on
03-03-2026
Written in
2025/2026

WGU C182 STUDY GUIDE VERIFIED CORRECT QUESTIONS AND ANSWERS LATEST UPDATED VERSION INTRODUCTION TO IT ( GRADED A+) Server Software - Answer️Works with hardware to provide a network service Local Applications - Answer️Software that is stored on an individual computer Intranet - Answer️A LAN that uses the Internet Protocol Cloud Computing - Answer️Offers, as a service, the ability to offload computation and storage from your local computer Operating Systems - Answer️Primary task is to allow a computer user to easily access the hardware and software of a computer system Kernel - Answer️Core components of the OS that is loaded when the computer is first booted. Device Drivers - Answer️Provide specific interfaces between the OS running a computer and hardware devices. Shell - Answer️An interface for the user, often personalized for that given user, that provides access to the kernel. Services - Answer️OS programs that are usually started when the OS is loaded and initialized, but they run in the background. Also called daemons. Utility Programs - Answer️Programs that allow the user to monitor and improve system performance. Proxy Server - Answer️Acts as a giant cache of web pages that anyone in the organization has recently retrieved; can be used to block access to certain web pages Proprietary Software - Answer️Software purchased from a vendor; also known as commercial Shareware - Answer️Provides a trial version of the software. Freeware - Answer️Usually software that has become obsolete; is free Public Domain - Answer️Software that has been moved into the public domain; can be used however you feel Open Source - Answer️Created in the Open Source Community and made freely available as source code Copyrights - Answer️Protect an original work (in its tangible, expressed form), but not the ideas behind the work for the duration of the author's life plus 70 years; protects against duplication. Patents - Answer️Protect the creation of inventive concepts as well as the tangible work product for 20 years from the filing date End User License Agreement (EULA) - Answer️Gives the purchaser the right to use the software Decimal - Answer️Uses base 10 to represent numbers (0 - 9) Binary - Answer️Uses base 2 system (0 and 1) Byte - Answer️8 bits; a single character of text in a computer Octal - Answer️Every value is represented with some combination of 8 digits (0 - 7) Hexadecimal - Answer️Uses a base 16 Character Representation - Answer️ASCII and Unicode Language Translators - Answer️A program that takes one program, written in a high level language, and creates a machine language program as output Compiled Language - Answer️Translates the entire program using a compiler, creating an executable program which can be run at a later time; the program can then be run as many times as one likes, without having to re-translate each time. Interpreted Language - Answer️Takes the most recently entered instruction, translates it into machine language, and executes it; must be translated manually each time. Script - Answer️A computer language with a series of commands within a file that is capable of being executed without being compiled. Algorithms - Answer️A formula or procedure for solving a problem. Can also be described as a set of steps that are followed in order to complete a process Multi-tier Development - Answer️Separation of different aspect of a system N-tier Development - Answer️Often used to indicate that the number of tiers a system will be broken down into will vary between different software development projects Presentation Tier - Answer️Tier where the user interface for the system is developed; shields the user from the underlying logic of the systems as well as the underlying data structures Logic Tier - Answer️Tier that sits between the user interface and the data. Data Tier - Answer️Tier where data is stored, retrieved and updated from database tables Model-View-Controller (MVC) - Answer️A development technique used in the implementation of user interfaces The Model - Answer️Can take on different forms depending on the complexity of the application; in certain instances, it is an actual object that is an actual implementation of the application The View - Answer️The part of the application that represents the user interface; used to capture input from the user to be passed on via the controller to the model The Controller - Answer️The part of an application that interacts with the user and passes the user requests to the model Data Validation - Answer️Ensuring that users enter the correct data type String Data - Answer️Alphanumeric or text character Floating-point - Answer️Number with a decimal point Boolean/Logical - Answer️True/False; applying AND/OR when searching for data. Flat File Database - Answer️One large single table; used if the amount of data that is being recorded is fairly minimal Relational Database - Answer️Has multiple tables (relations) with interrelated fields; most common structure for databases Hierarchical Database - Answer️Organizes data using a tree like or organizational chart type structure Database Management System (DBMS) - Answer️Used to create, manipulate, and access the data in a database Relation - Answer️Often presented as a table; for example: name and phone number Tuples - Answer️Rows of a relation in a database Attributes - Answer️Columns of the relation Field - Answer️Contains the data of an attribute for a record within a relation Query - Answer️A search of data in the relation or relations that fit specific parameters Projection - Answer️A query that returns all of the records from the relation, but only select attributes or fields Sort - Answer️Sorting records based on some field(s) such as ascending order by last name Join - Answer️Withdraws information from multiple relations and combines them. Primary Key - Answer️A field in the relations that contains a unique value, such as a license plate, phone number, or Social Security Number. Business Intelligence - Answer️A specific information system to help an organization reach its strategic goals Data Warehouse - Answer️A collection of organized databases Database Information Processing (OLAP) - Answer️Online Analytical Processing; a computer-based technique of analyzing data to look for insights Slicing - Answer️Creates a subset of the data by reducing the data from multiple dimensions to one dimension Dicing - Answer️Creates a subset of the data that can still be in multiple dimensions Drilling up and down - Answer️Shifts the view of the data; down provides more detail, up provides summarized data Rolling up - Answer️Similar to drilling up but it collapses the data from multiple items into a single value Pivot - Answer️Rotates data to view the data from a different perspective (being able to compare different sets of facts) Online Data Processing (OLDP) - Answer️Deals with data in real time Event-driven Processing - Answer️Uses business event to trigger messages to be sent by middleware between software modules that are completely independent of one another Batch Processing - Answer️Processing large amounts of data all in one batch when the computer system is not busy ODBC (Open Database Connectivity) - Answer️An interface for accessing database management systems that can be ported to other systems by using a driver. Database Interacting Format - Answer️SELECT fields FROM tables WHERE fields from tables match criteria SELECT - Answer️Used to inform the DBMS what fields or attributes are of interest FROM - Answer️Used to inform the DBMS what tables are to be interrogated by the query and if more than one table, how they are to be combined or joined WHERE - Answer️Used to inform the DBMS of the specific criteria the data should match to be returned as the output of the query Project phases - Answer️Initiation, planning, executing and controlling, and closing Project Initiation - Answer️Problem definition, resource allocation, risk assessment Project Planning - Answer️Organize activities, time estimation, cost estimation Project Executing and Controlling Reports - Answer️Variance reports, Status reports, Resource Allocation reports

Show more Read less
Institution
WGU C182
Course
WGU C182

Content preview

WGU C182 STUDY GUIDE VERIFIED
CORRECT QUESTIONS AND
ANSWERS LATEST UPDATED
VERSION INTRODUCTION TO IT (
GRADED A+)

Server Software - Answer✔️Works with hardware to provide a network service

Local Applications - Answer✔️Software that is stored on an individual computer

Intranet - Answer✔️A LAN that uses the Internet Protocol

Cloud Computing - Answer✔️Offers, as a service, the ability to offload
computation and storage from your local computer

Operating Systems - Answer✔️Primary task is to allow a computer user to easily
access the hardware and software of a computer system

Kernel - Answer✔️Core components of the OS that is loaded when the computer
is first booted.

Device Drivers - Answer✔️Provide specific interfaces between the OS running a
computer and hardware devices.

Shell - Answer✔️An interface for the user, often personalized for that given user,
that provides access to the kernel.

Services - Answer✔️OS programs that are usually started when the OS is loaded
and initialized, but they run in the background. Also called daemons.

Utility Programs - Answer✔️Programs that allow the user to monitor and improve
system performance.

,Proxy Server - Answer✔️Acts as a giant cache of web pages that anyone in the
organization has recently retrieved; can be used to block access to certain web
pages

Proprietary Software - Answer✔️Software purchased from a vendor; also known
as commercial

Shareware - Answer✔️Provides a trial version of the software.

Freeware - Answer✔️Usually software that has become obsolete; is free

Public Domain - Answer✔️Software that has been moved into the public domain;
can be used however you feel

Open Source - Answer✔️Created in the Open Source Community and made freely
available as source code

Copyrights - Answer✔️Protect an original work (in its tangible, expressed form),
but not the ideas behind the work for the duration of the author's life plus 70 years;
protects against duplication.

Patents - Answer✔️Protect the creation of inventive concepts as well as the
tangible work product for 20 years from the filing date

End User License Agreement (EULA) - Answer✔️Gives the purchaser the right to
use the software

Decimal - Answer✔️Uses base 10 to represent numbers (0 - 9)

Binary - Answer✔️Uses base 2 system (0 and 1)

Byte - Answer✔️8 bits; a single character of text in a computer

Octal - Answer✔️Every value is represented with some combination of 8 digits (0
- 7)

Hexadecimal - Answer✔️Uses a base 16

, Character Representation - Answer✔️ASCII and Unicode

Language Translators - Answer✔️A program that takes one program, written in a
high level language, and creates a machine language program as output

Compiled Language - Answer✔️Translates the entire program using a compiler,
creating an executable program which can be run at a later time; the program can
then be run as many times as one likes, without having to re-translate each time.

Interpreted Language - Answer✔️Takes the most recently entered instruction,
translates it into machine language, and executes it; must be translated manually
each time.

Script - Answer✔️A computer language with a series of commands within a file
that is capable of being executed without being compiled.

Algorithms - Answer✔️A formula or procedure for solving a problem. Can also be
described as a set of steps that are followed in order to complete a process

Multi-tier Development - Answer✔️Separation of different aspect of a system

N-tier Development - Answer✔️Often used to indicate that the number of tiers a
system will be broken down into will vary between different software development
projects

Presentation Tier - Answer✔️Tier where the user interface for the system is
developed; shields the user from the underlying logic of the systems as well as the
underlying data structures

Logic Tier - Answer✔️Tier that sits between the user interface and the data.

Data Tier - Answer✔️Tier where data is stored, retrieved and updated from
database tables

Model-View-Controller (MVC) - Answer✔️A development technique used in the
implementation of user interfaces

Written for

Institution
WGU C182
Course
WGU C182

Document information

Uploaded on
March 3, 2026
Number of pages
23
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers
$17.49
Get access to the full document:

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Get to know the seller
Seller avatar
michaelkalii

Get to know the seller

Seller avatar
michaelkalii Western Governors University
View profile
Follow You need to be logged in order to follow users or courses
Sold
-
Member since
3 months
Number of followers
0
Documents
26
Last sold
-

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Recently viewed by you

Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions