Black Friday Special 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: save70

NDE Scripting-and-Programming-Foundations Book

WGU Scripting and Programming Foundations Exam Questions and Answers

Question 5

What is the out of the given pseudocode?

Options:

A.

6

B.

12

C.

15

D.

18

Question 6

What does a function definition consist of?

Options:

A.

The function's argument values

B.

An invocation of a function's name

C.

A list of all other functions that call the function

D.

The function's name, inputs, outputs, and statements

Question 7

What would a string be used to store?

Options:

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

Question 8

Which phase of a waterfall approach defines specifies on how to build a program?

Options:

A.

Analysis

B.

Implementation

C.

Design

D.

Testing