Scripting-and-Programming-Foundations Exam Question 26

Oder the tasks needed to safely replace a lamp's light bulb from first (1) to last (4).
Select your answer from the pull down list.

Scripting-and-Programming-Foundations Exam Question 27

What would a string be used to store?
  • Scripting-and-Programming-Foundations Exam Question 28

    A function should convert a Fahrenheit temperature (F) to a Celsius temperature. What should be the output from the function?
  • Scripting-and-Programming-Foundations Exam Question 29

    A programming is developing an application that needs to manipulation text in a variety of ways. Everything the programmer needs is standard in the industry and the programmer wants to perform these manipulations with a minimal amount of code. What does the programmer need?
  • Scripting-and-Programming-Foundations Exam Question 30

    What is one task that could be accomplish using a while loop?