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

WGU NDE Scripting-and-Programming-Foundations New Questions

WGU Scripting and Programming Foundations Exam Questions and Answers

Question 17

A program adds a service fee to the total cost of concert tickets when the tickets are printed and mailed to customers. Another service fee is also added if the

Options:

A.

Multiple if statements

B.

If statement

C.

While loop

D.

Do-while loop

Question 18

Which characteristic distinguishes a markup language from other languages

Options:

A.

It supports decomposing programs into custom types that often combine with other variable types into more complicated concepts.

B.

It does not perform complex algorithms, but instead describes the content and formatting of webpages and other documents.

C.

It allows variables to change type during execution

D.

It requires fewer variables and variable conversions than other languages because the types can change during execution

Question 19

What are two examples of equality operators?

Choose 2 answers

Options:

A.

!=

B.

==

C.

-

D.

/

E.

<=

F.

not

Question 20

cc

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

Options:

A.

55

B.

56

C.

58

D.

60