Month End Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: scxmas70

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

Go to page:
Question # 9

Which operator is helpful in determining if an integer is a multiple of another integer?

A.

/

B.

$

C.

| |

D.

+

Full Access
Question # 10

Which expression evaluates to 14 if integer y = 13?

A.

11 + y % 5

B.

11 - y / 5.0

C.

(11 + y) % 5

D.

11.0 - y / 5

Full Access
Question # 11

A software engineer has written a program that uses a large number of interacting custom data types information hiding, data abstraction encapsulation polymorphism, and inheritance Variables do not need to receive their types ahead of time, and this program can run on a variety of operating systems without having to re-compile the program into machine code.

Which type of language is being used? Choose 3 terms that accurately describe the language.

A.

Markup

B.

Interpreted

C.

Object-oriented

D.

Procedural

E.

Dynamic

F.

Static

Full Access
Question # 12

What is an advantage of using a programming library?

A.

There is improved programmer productivity.

B.

Static program elements are visualized.

C.

There are more statements in a user’s main function

D.

Programs need not run to yield results.

Full Access
Question # 13

A software developer creates a list of all objects and functions that will be used in a board game application and then begins to write the code for each object. Which two phases of the Agile approach are being carried out?

A.

Analysis and design

B.

Design and implementation

C.

Analysis and implementation

D.

Design and testing

Full Access
Question # 14

What is a characteristic of an interpreted language?

A.

Generates syntax errors during compilation.

B.

Can be run by a user one statement at a time.

C.

Has a programmer writing machine code.

D.

Is restricted to running on one machine.

Full Access
Question # 15

Which expression has a value equal to the rightmost digit of the integer q = 7777?

A.

10 % q

B.

q % 10

C.

q / 10000

D.

q % 10000

Full Access
Question # 16

Which is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?

A.

The language is optimized for recursive programming.

B.

The language is based on the concept of modular programming and the calling of a subroutine.

C.

The language treats programs as evaluating mathematical functions.

D.

The language supports decomposing a program into objects that interact with one another.

Full Access
Go to page: