Escrito por estudiantes que aprobaron Inmediatamente disponible después del pago Leer en línea o como PDF ¿Documento equivocado? Cámbialo gratis 4,6 TrustPilot
logo-home
Examen

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

Puntuación
-
Vendido
-
Páginas
23
Grado
A+
Subido en
03-03-2026
Escrito en
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

Mostrar más Leer menos
Institución
WGU C182
Grado
WGU C182

Vista previa del contenido

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

Escuela, estudio y materia

Institución
WGU C182
Grado
WGU C182

Información del documento

Subido en
3 de marzo de 2026
Número de páginas
23
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas

Temas

$17.49
Accede al documento completo:

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Conoce al vendedor
Seller avatar
michaelkalii

Conoce al vendedor

Seller avatar
michaelkalii Western Governors University
Seguir Necesitas iniciar sesión para seguir a otros usuarios o asignaturas
Vendido
-
Miembro desde
3 meses
Número de seguidores
0
Documentos
26
Última venta
-

0.0

0 reseñas

5
0
4
0
3
0
2
0
1
0

Recientemente visto por ti

Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes