Multiple Choice
Which of the following best describes a special variable?
A) It is a variable specified by the programmers and maintained by Ruby.
B) It is a variable automatically created by Ruby but for which the programmer must assign an initial value.
C) It is a variable that is automatically created and maintained by Ruby.
D) It is a variable that is automatically created by Ruby for its use only.
Correct Answer:

Verified
Correct Answer:
Verified
Q26: The File class also contains a method
Q27: Which of the following actions occur if
Q28: Which of the following is a special
Q29: Which of the following is the Ruby
Q30: RUBY_PLATFORM contains a string that identifies the
Q32: Which of the following File class methods
Q33: The operating system, and not Ruby, provides
Q34: RUBY_PLATFORM contains a string that identifies the
Q35: When executed on UNIX or Linux, Ruby
Q36: Which of the following File and Dir