Foundations WGU Questions with
Accurate Answers
- correct answer Subtract
.NET & C# correct answer windows platforms
* correct answer Multiply, when applied to string data it writes out the string
multiple times
/ correct answer Divide
% correct answer Does division and returns remainder
+ correct answer Concatenate or add
<
>
<=
>=
==
!=
** correct answer Less than
Greater than
, Less than or equal to
Greater than or equal to
Equal to
Not equal to
To the power of
= correct answer Assignment
Abstraction correct answer Focus on essential qualities of something rather than
one specific example
Algorithm analyzation prioritization correct answer Worst case to best case
Algorithm correct answer Well defined sequence of steps that MUST produce
results when done, if results aren't produced than it is a PROCEDURE instead
Algorithm cost correct answer Resources required to execute, time and memory
And operator correct answer evaluates both expressions
Append operator correct answer Mutates list by adding elements to the end of
the list
Boolean correct answer A true or false value