Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free WGU Scripting-and-Programming-Foundations Practice Exam with Questions & Answers | Set: 4

Questions 31

A programmer receives requirements from customers and deciders 1o build a first version of a program.

Which phase of an agile approach is being carried out when trio programmer starts writing the program's first version?

Options:
A.

Testing

B.

Implementation

C.

Analysis

D.

Design

WGU Scripting-and-Programming-Foundations Premium Access
Questions 32

A team of programmers describes the objects and functions in a program that compresses files before splitting the objects.

Which two waterfall approach phases are involved?

Options:
A.

Analysis and implementation

B.

Design and testing

C.

Implementation and testing

D.

Design and implementation

Questions 33

Which characteristic specifically describes an object-oriented language?

Options:
A.

Supports creating programs as a set of functions

B.

Requires a compiler to convert to machine code

C.

Can be run on any machine that has an interpreter

D.

Supports creating program as item that have data plus operations

Questions 34

What is put to output by the following flowchart, if the input is 3.5?

Scripting-and-Programming-Foundations Question 34

Options:
A.

Backlog

B.

Interview

C.

Return

D.

interviewBacking

Questions 35

Review the following sequence diagram:

Scripting-and-Programming-Foundations Question 35

What does a sequence diagram do?

Options:
A.

Shows interactions awl indicates an order of events

B.

Shows interactions but does not specify an order of events

C.

Shows sialic elements of software

D.

Shows an order of events but does not specify all interactions

Questions 36

A programmer has been hired to create an inventory system for the books in a library. What is the waterfall phase in which waterfall outlining all the functions that need to be written to support the inventory system?

Options:
A.

Implementation

B.

Testing

C.

Analysis

D.

Design

Questions 37

Which snippet represents the loop variable update statement in the given code?

integer h = 7

while h < 30

Put h to output

h = h + 2

Options:
A.

h < 30

B.

h = h + 2

C.

Put h to output

D.

integer h = 7

Questions 38

A function should determine the average of x and y.

What should be the function's parameters and return value(s)?

Options:
A.

Parameters: x, y. averageReturn value: none

B.

Parameters: averageReturn values: x, y

C.

Parameters: nonsReturn values: x, y

D.

Parameters: x, yReturn value: average

Questions 39

Oder the tasks needed to safely replace a lamp's light bulb from first (1) to last (4).

Select your answer from the pull down list.

Scripting-and-Programming-Foundations Question 39

Options:
Questions 40

What is an argument?

Options:
A.

A piece of information provided in a function call

B.

A declared piece of information within a function

C.

A piece of information assigned to a function's output

D.

An input named in the definition of a function