Scripting-and-Programming-Foundations Exam Question 11

A sample function is shown.
Y = -2 '' x - 2
What is returned for f(-1)?
  • Scripting-and-Programming-Foundations Exam Question 12

    A software team has been commissioned to create an animation application. Which event takes place during the analysis phase in the agile approach?
  • Scripting-and-Programming-Foundations Exam Question 13

    Which output results from the following pseudocode?
  • Scripting-and-Programming-Foundations Exam Question 14

    A software engineer has written a program that uses a large number of interacting custom data types information hiding, data abstraction encapsulation polymorphism, and inheritance Variables do not need to receive their types ahead of time, and this program can run on a variety of operating systems without having to re-compile the program into machine code.
    Which type of language is being used? Choose 3 terms that accurately describe the language.
  • Scripting-and-Programming-Foundations Exam Question 15

    What is an advantage of using a programming library?