Summer Sale Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: ecus65

WGU Scripting-and-Programming-Foundations - WGU Scripting and Programming Foundations Exam

What is the output of the given flowchart if the input is 54?

A.

55

B.

56

C.

58

D.

60

What is the outcome for the given algorithm? Round to the nearest tenth, if necessary.

A.

5.0

B.

6.0

C.

6.1

D.

8.4

Which action occurs the design phase of an agile process?

A.

Wring the required objects

B.

Deciding on the scope of the program

C.

Determining the goals of the project.

D.

Determining the functions that need to be written

Which term refers to a function that represents the number of fixed-size memory units used for an input of a given size?

A.

Space complexity

B.

Linear search

C.

Computational complexity

D.

Runtime

What is a feature of a compiled programming language?

A.

The program usually runs slower than an interpreted language.

B.

The code runs directly one statement at a time by another program called a compiler.

C.

The code must be compiled into machine code in the form of an executable file before execution.

D.

The code does not require being translated into machine code but can be run by a separate program called a compiler.

A software team has been commissioned to create an animation application. Which event takes place during the analysis phase in the Agile approach?

A.

Deciding that new capabilities in the animation application will be written as functions without the need for any new objects

B.

Sending the application to customers for additional evaluation after new features are added

C.

Deciding to add five new capabilities to the animation application based on customer feedback

D.

Writing the code for five new capabilities

Which operation should be used to check if the difference of two values is greater than 1?

A.

Multiplication

B.

Subtraction

C.

Addition

D.

Division

It is given that integer x=41 and integer y = 16. What is the value of the expression (x % 8) - y?

A.

-15

B.

-11

C.

-8

D.

1

Which phase of an Agile approach would create a function that calculates shipping costs based on an item’s weight and delivery zip code?

A.

Testing

B.

Analysis

C.

Implementation

D.

Design

What would a string be used to store?

A.

A positive whole number

B.

The word "positive"

C.

A true/false indication of whether a number is composite

D.

A positive number between 2 and 3