WGU D278
Western Governers University
Here are the best resources to pass WGU D278. Find WGU D278 study guides, notes, assignments, and much more.
23 results
Exam (elaborations)
WGU D278 Final Exam (Latest 2026 / 2027 Updates ) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
WGU D278 Final Exam (Latest 2026 / 2027 Updates ) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
Exam (elaborations)
WGU D278 Final Exam (Latest 2026 / 2027 Update) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
WGU D278 Final Exam (Latest 2026 / 2027 Update) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
Exam (elaborations)
WGU D278 Final Exam (Latest 2026 / 2027 Updates ) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
WGU D278 Final Exam (Latest 2026 / 2027 Updates ) Scripting and Programming - Foundations | Questions and Verified Answers | 100% Correct | Grade A
Exam (elaborations)
WGU D278|Scripting and Programming Foundations Exam Study Guide|Latest Updated Solution
floating point numbers 
(Ans- decimal point appearing anywhere ("float") in the number 
type float 
(Ans- variable that stores a floating-point number 
floating-point literal 
(Ans- a number with a fractional part, even if that fraction is 0, as in 
1.0, 0.0, or 99.573 
Infinity or -Infinity 
(Ans- Dividing a nonzero floating-point number by zero. 
Not a Number (NotANumber) 
(Ans- when a dividend and divisor are both 0Function 
(Ans- list of statements executed by invoking the function's name, w...
Package deal
WGU - Scripting and Programming Foundations - D278 |Tests Bundle Set
WGU - Scripting and Programming Foundations - D278 |Tests Bundle Set
Exam (elaborations)
Scripting and Programming Foundations - D278 questions with verified answers
!= Ans-not equal 
 
"on the order" of N things Ans-linear search requires at most N comparisons... 
 
= Ans-symbol that puts a value into the variable; assignment in programming 
 
0-1 knapsack problem Ans-problem with the quantity of each item limited to 1 
 
abstract data type Ans-ADT; data type whose creation and update are constrained to specific well-defined operations 
 
abstraction Ans-user interacts with an item at a high-level, with lower-level internal details hidden from the use...
Exam (elaborations)
Scripting and Programming Foundations - D278 questions with verified answers
Abstract data type (ADT) Ans-a data type whose creation and update are constrained to specific well-defined operations 
 
A class can be used to implement an ADT 
 
Abstraction Ans-To have a user interact with an item at a high-level, with lower-level internal details hidden from the user/ 
 
Also called information hiding or encapsulation 
 
Activity diagram Ans-A flow chart used to describe the flow of an activity or set of activities 
 
Agile approach Ans-Building program by doing small amoun...
Exam (elaborations)
Scripting and Programming - Foundations - C173 questions with verified answers
- Ans-subtract 
 
* Ans-multiply 
 
/ Ans-divide 
 
% Ans-Modulos, does division and returns the remainder 
 
+ Ans-concatenate or add 
 
< Ans-less than 
 
<= Ans-less than or equal to 
 
= Ans-assignment 
 
== Ans-comparisons equality 
 
> Ans-greater than
Exam (elaborations)
Scripting and Programming Actual FINAL PREP- Foundations - C173 with C173 Pre-Assessment Practice Questions with verified answers
- Ans-subtract 
 
... Ans-... 
 
* Ans-multiply 
 
/ Ans-divide 
 
^^ != Ans-Not equal to 
 
^^ % Ans-Division and returns the remainder, Modulos 
 
^^ A company has a new project it wishes to implement to track and analyze employee and customer interactions. The company leadership determines that the system should support direct data entry as well as automated data capture of phone calls and emails. 
 
Which phase of the waterfall process is occurring? 
 
A Analysis 
B Design 
C Implementat...
Exam (elaborations)
WGU C173 The Design Process Questions with verified answers.
WGU C173 The Design Process Questions with verified answers.
Exam (elaborations)
WGU - Scripting and Programming Foundations - D278 Questions with verified answers
A car drove 200 miles using 10 gallons of fuel. 
Which operation should be used to compute the miles per gallon, which is 20? Ans-Division 
 
A function calculates the weight difference (Diff) given two sample weights (S1 and S2). 
 
What should be the output from the function? Ans-Diff 
 
A function MyFct has an input x and an output z. 
 
What does MyFct return? Ans-z only 
 
A function returns a number x cubed. For example, if x is 3, the function returns 3 * 3 * 3, or 27. 
 
What should be t...
Exam (elaborations)
WGU D278 Questions with verified answer1
WGU D278 Questions with verified answer1
Exam (elaborations)
WGU D481 - Section 2 OA prep |287 questions with verified answers
10Base-T Ans-A major driving force for the use of unshielded twisted-pair cabling in Ethernet networks. 
 
10Base2 Ans-An easier-to-implement Ethernet standard and specification that used baseband transmission over Thinnet coaxial cable. 
 
10Base5 Ans-The original Ethernet standard and specification that used baseband transmission over Thicknet coaxial cable. 
 
25, 40, and 100 GigE Ans-Ethernet backbone trunking speeds that provide high-speed connectivity for server farms and backbone connecti...
Exam (elaborations)
WGU D317 - IT Applications questions with verified answers
2-step Verification Ans-A means of using a soft token to check that a sign-in request is authentic 
It works on the following lines: 
1. The user registers a trusted contact method with the app. This could be an email account or phone number, for instance 
2. The user logs on to the app using a password or biometric recognition 
3. If the app detects a new device or that the user is signing on from a different locations or is just configured by policy to require 2-step verification in all instan...
Exam (elaborations)
D278 Pre-Assessment Scripting and Programming Foundations Questions with verified answers
A car drove 200 miles using 10 gallons of fuel. 
 
Which operation should be used to compute the miles per gallon, which is 20? 
A Addition 
B Subtraction 
C Multiplication 
D Division Ans-Division 
 
A company has a new project it wishes to implement to track and analyze employee and customer interactions. The company leadership determines that the system should support direct data entry as well as automated data capture of phone calls and emails. 
 
Which phase of the waterfall process is ...
Exam (elaborations)
WGU D278 Exam Prep questions with verified answers.
WGU D278 Exam Prep questions with verified answers.
Exam (elaborations)
WGU D278 questions with verified answers.
WGU D278 questions with verified answers.
Exam (elaborations)
Ultimate D278 Scripting and Programming Foundations questions with verified answers.
Ultimate D278 Scripting and Programming Foundations questions with verified answers.
Exam (elaborations)
WGU C955 - Module 1: Basic Numeracy & Calculation Skills Questions with verified answers
A coin is flipped 4 times. How many different outcomes are there? 
a 8 
b 16 
c 32 
d 64 Ans-16 
 
A runner runs 14.5 miles, 12.25 miles, 21.75 miles, and 20.8 miles. What is an accurate estimate for the total number of miles? 
a 65 
b 67 
c 70 
d 74 Ans-70 
 
An infinite, repeating decimal is considered an irrational number. True or False? Ans-False 
 
Calculate the following: The distance between two planets is 105 kilometers. What is the actual distance? 
a 10 
b 10,000 
c 100,000 
d 10...
Exam (elaborations)
WGU D281 / C851 LPI Linux Essentials questions with verified answers
/etc/ Ans-dns host file 
 
A type of software that's distributed for free but that requires payment on the honor system if a person uses it is called? 
 
A.) open source 
B.) commercial 
C.) freeware 
D.) shareware 
E.) Virus Ans-D. Shareware allows a program author to release the binary executable program to the public without payment but ask for payment if the program is used. 
 
adduser Ans-add a user to the system 
 
All Linux distros are capable of creating a network connection automa...