Scripting-and-Programming-Foundations Exam Question 11
Given integer x = 12 and integer y = 4
What is the value of the expression x + y12?
What is the value of the expression x + y12?
Scripting-and-Programming-Foundations Exam Question 12
Which two situations would be helped by using a programming library?
Scripting-and-Programming-Foundations Exam Question 13
A sequence diagram is shown:

What is the purpose of a sequence diagram?

What is the purpose of a sequence diagram?
Scripting-and-Programming-Foundations Exam Question 14
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?
Scripting-and-Programming-Foundations Exam Question 15
A function should return 0 if a number, N is even and 1 if N is odd.
What should be the input to the function?
What should be the input to the function?