100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.2 TrustPilot
logo-home
Exam (elaborations)

WGU D278 Scripting & Programming Foundations Questions and Answers

Rating
-
Sold
-
Pages
6
Grade
A+
Uploaded on
18-05-2025
Written in
2024/2025

WGU D278 Scripting & Programming Foundations Questions and Answers

Institution
WGU D278
Module
WGU D278









Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
WGU D278
Module
WGU D278

Document information

Uploaded on
May 18, 2025
Number of pages
6
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

WGU D278 Scripting & Programming
Foundations Questions and Answers
activity diagram sdlc - ANSWER-implementation

agile/spiral approach - ANSWER-program built by doing small amounts of SDLC phase,
repeating until complete

algorithm - ANSWER-sequence of instructions that solves a problem

algorithm efficeny - ANSWER-measured by algorithm's computational complexity

array - ANSWER-collection of particular data type (names=string, quantity=integer,
price=float, etc.),
each entry known as an element

Array characteristics - ANSWER-always starts at 0, static data structure, must be
declared before use

assigned statement - ANSWER-assigns a variable with a value, value can change
ex: x = 5, "=" means assigned not equal to

assignment operators - ANSWER-=, +=, -=, *=, /=, %=

behavioral diagram - ANSWER-visualizes dynamic behavior of software
ex: flow of an algorithm

binary search - ANSWER-a search algorithm that starts at the middle of a sorted set of
numbers and removes half of the data; this process repeats until the desired value is
found or all elements have been eliminated.

boolean - ANSWER-true or false

branches - ANSWER-sequence of statements only executed under a certain condition

class - ANSWER-a code blueprint for creating an object

class diagram sdlc - ANSWER-design

comments - ANSWER-used by a programmer to explains sections of code
ignored by the compiler

compiled language - ANSWER-first converted by a tool (compiler) into machine code,
which can run on a particular machine. run fast

, ex: C, C++, Java

computational complexity - ANSWER-the amount of resources used by the algorithm

coral - ANSWER-super simple programming language

cursor - ANSWER-indicates where the next output item will be placed in the output

do-while loop - ANSWER-Iterate while the condition is true, tells you to something first,
action before evaluation
EX: do {
... this thing
} while(condition);

dynamically typed - ANSWER-a variable's type may change while a program executes,
based on what is assigned to the variable.
easy to use, python

equality operators - ANSWER-Operators == (is equal to) and != (is not equal to) that
compare two values.

floating point literal - ANSWER-a number with a fractional part, even if that fraction is 0,
as in 1.0, 0.0, or 99.573

floating-point number - ANSWER-any number with a decimal point showing one or more
digits behind the decimal point.
e. "4.0" or "0.087"

flowchart - ANSWER-graphical language for creating/ viewing computer programs

for loop - ANSWER-Loops that have a predetermined beginning, end, and increment
(step interval). used when you already know how many times to repeat.

function - ANSWER-list of statements executed by invoking function's name

function - ANSWER-named list of statements

heuristic - ANSWER-technique that accepts less accurate solution to improve execution
speed

identifier - ANSWER-name created by a programmer for an item like a variable or
function
sequence of letters(must be first, no spaces, case sensitive), underscores(cannot be
first), & digits

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
CLOUND Exam
View profile
Follow You need to be logged in order to follow users or courses
Sold
601
Member since
2 year
Number of followers
389
Documents
10885
Last sold
1 week ago
PROF MM

HELLO WELCOME TO THIS PAGE WHERE YOU WILL FIND ALL EXAMS ,STUDY GUIDE ,CASE, TESTBANKS AND ANY OTHER STUDY MATERIALS,

3.9

116 reviews

5
58
4
16
3
29
2
3
1
10

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 exams and reviewed by others who've used these revision notes.

Didn't get what you expected? Choose another document

No problem! You can straightaway pick a different document that better suits what you're after.

Pay as you like, start learning straight 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 smashed it. It really can be that simple.”

Alisha Student

Frequently asked questions