Scripting-and-Programming-Foundations WGU Scripting and Programming Foundations Exam Free Practice Exam Questions (2025 Updated)
Prepare effectively for your WGU Scripting-and-Programming-Foundations WGU Scripting and Programming Foundations Exam certification with our extensive collection of free, high-quality practice questions. Each question is designed to mirror the actual exam format and objectives, complete with comprehensive answers and detailed explanations. Our materials are regularly updated for 2025, ensuring you have the most current resources to build confidence and succeed on your first attempt.
Total 138 questions
What is a string?
What does a function definition consist of?
Which characteristic distinguishes a markup language from other languages
What is output by calling Greeting() twice?
A programmer has been hired to create an inventory system for the books in a library. What is the waterfall phase in which waterfall outlining all the functions that need to be written to support the inventory system?
What is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
What is a feature of a compiled programming language?
Which phase of an agile application would create a function that calculates shipping costs based on an item’s weight and delivery zip code?
Which expression evaluates to 3.7 if float x = 17.0?
Which language has extensive support for object-oriented programming?
Which statement describes a compiled language?
Which operation should be used to check if the difference of two values is greater than 1?
Which characteristic distinguishes a markup language from other languages?
Which characteristic specifically describes an object-oriented language?
Which is one characteristic of an object-oriented language that is not a characteristic of a procedural or functional language?
Which line is a loop variable update statement in the sample code?
integer h = 0
do
Put "What is the password?" to output
String userInput = Get next input
if userInput != pwd
Put "Incorrect." to output
h = h + 1
while (userInput != pwd) and (h <= 10)
if userInput = pwd
Put "Access granted." to output
else
Put "Access denied." to output
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 operator is helpful in determining if an integer is a multiple of another integer?
One requirement for the language of a project is that it is based on a series of cells. Which type of language is characterized in this way?