View all detail and faqs for the Scripting-and-Programming-Foundations exam
What is one task that could be accomplished using a while loop?
Which expression evaluates to 14 if integer y = 13?
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
What is an example of an algorithm?
What is put to output by the following flowchart, if the input is 3.5?
Which characteristic specifically describes an object-oriented language?
A sample function is shown.
Y = -2 ‘’ x - 2
What is returned for f(-1)?
Given integer x = 12 and integer y = 4. What is the value of the expression x - y * 2?
Consider the given function:
function K(string s1, string s2)
Put s1 to output
Put " and " to output
Put s2 to output
What is the total output when K("sign", "horse") is called 2 times?
Which data type should be used to hold the value of a person's body temperature in Fahrenheit