Multiple Choice
What is the purpose of the following command issued as part of a Python or JavaScript? Python: Answer1 = 0
JavaScript: Answer1 = 0;
A) It puts the value of Answer1 into memory location 0
B) It initializes the variable named Answer1 to zero.
C) It sets the data type for Answer1 to the default data type.
D) It creates a character string called Answer1.
Correct Answer:

Verified
Correct Answer:
Verified
Q4: What command is used to create a
Q5: List one way a new technician could
Q6: Which scripting language would most likely have
Q7: Which type of loop is used in
Q8: Consider the following batch file commands:<br>set num1=7<br>set
Q9: Which part of a script is a
Q11: Which part of a script is not
Q12: The _ is the starting point for
Q13: Which type of number would a scripting
Q14: What is an environment variable as it