Scripting-and-Programming-Foundations Exam Question 56

Which phase of an Agile approach would create a function that calculates shipping costs based on an item's weight and delivery zip code?
  • Scripting-and-Programming-Foundations Exam Question 57

    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?
  • Scripting-and-Programming-Foundations Exam Question 58

    What is the agile phase that results in a list of objects to be written?
  • Scripting-and-Programming-Foundations Exam Question 59

    Which expression evaluates to 4 if integer y = 3?
  • Scripting-and-Programming-Foundations Exam Question 60

    What is the purpose of an activity diagram, such as the following diagram?