Labour Day Special - 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: c4sdisc65

Scripting-and-Programming-Foundations PDF

$38.5

$109.99

3 Months Free Update

  • Printable Format
  • Value of Money
  • 100% Pass Assurance
  • Verified Answers
  • Researched by Industry Experts
  • Based on Real Exams Scenarios
  • 100% Real Questions

Scripting-and-Programming-Foundations PDF + Testing Engine

$61.6

$175.99

3 Months Free Update

  • Exam Name: WGU Scripting and Programming Foundations Exam
  • Last Update: May 16, 2024
  • Questions and Answers: 90
  • Free Real Questions Demo
  • Recommended by Industry Experts
  • Best Economical Package
  • Immediate Access

Scripting-and-Programming-Foundations Engine

$46.2

$131.99

3 Months Free Update

  • Best Testing Engine
  • One Click installation
  • Recommended by Teachers
  • Easy to use
  • 3 Modes of Learning
  • State of Art Technology
  • 100% Real Questions included

Scripting-and-Programming-Foundations Practice Exam Questions with Answers WGU Scripting and Programming Foundations Exam Certification

Question # 6

Review the following sequence diagram:

Scripting-and-Programming-Foundations question answer

What does a sequence diagram do?

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

Full Access
Question # 7

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

A.

Analysis

B.

Implementation

C.

Design

D.

Testing

Full Access
Question # 8

Which kind of language is HTML?

A.

Markup

B.

Object-oriented

C.

Statically typed

D.

Dynamically typed

Full Access
Question # 9

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?

A.

Analysis and implementation

B.

Design and testing

C.

Implementation and testing

D.

Design and implementation

Full Access
Question # 10

What is required for all function calls?

A.

Parameters

B.

Input arguments

C.

Output values

D.

Function name

Full Access
Question # 11

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 # 12

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.

A.

Analysis and implementation

B.

Analysis and design

C.

Design and implementation

D.

Design and testing

Full Access
Question # 13

What are two example of valid function calls?

Choose 2 answers.

A.

round_number(4.723, 2)

B.

convort_value(12) returns cVa1

C.

Printsample()

D.

CountFactors(96 integer)

E.

function Sample (float 2.0)

F.

GetHeight(integer 3, integer 4)

Full Access
Question # 14

A sample function is shown.

Y = -2 ‘’ x - 2

What is returned for f(-1)?

A.

-3

B.

0

C.

2

D.

6

Full Access
Question # 15

Consider the given function.

Scripting-and-Programming-Foundations question answer

What is the total output when F (sign, horse) is called 2 times?

A.

sign and horse sign and horse

B.

sign and horse sign and horse

C.

sign and horse sign and horse

D.

sign and horse and sign and horse

Full Access
Question # 16

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

Full Access
Question # 17

A software developer determines the mathematical operations that a calculator program should support When two waterfall approach phases are involved?

A.

Design and Testing

B.

Implementation and testing

C.

Design and implementation

D.

Analysis and design

Full Access
Question # 18

Which two operators can be used for checking divisibility of a number?

Choose 2 answers.

A.

^

B.

*

C.

+

D.

$

E.

/

F.

%

Full Access
Question # 19

One requirement for the language of a protect is that it is based on a series of method calls.

When type of language is characterized in this way?

A.

Static

B.

Compiled

C.

Functional

D.

Markup

Full Access
Question # 20

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

A.

Multiple if statements

B.

If statement

C.

While loop

D.

Do-while loop

Full Access
Question # 21

What is the agile phase that results in a list of objects to be written?

A.

Design

B.

Testing

C.

Implementation

D.

Analysis

Full Access
Question # 22

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

A.

/

B.

$

C.

| |

D.

+

Full Access
Question # 23

Which snippet represents the loop condition expression in the given code?

A.

Integer f = 1

B.

Put f to output

C.

F < 27

D.

F = f + 2

Full Access
Question # 24

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?

A.

Testing

B.

Implementation

C.

Analysis

D.

Design

Full Access
Question # 25

What is a feature of CM as a programming language

A.

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

B.

The program usually runs slower than an interpreted language.

C.

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

D.

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

Full Access
Question # 26

Which characteristic specifically describes an object-oriented language?

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

Full Access