Explanation: Ruby is a scripting language
Dear candidates you will find MCQ questions of Ruby here. Learn these questions and prepare yourself for coming examinations and interviews. You can check the right answer of any question by clicking on any option or by clicking view answer button.
Share your questions by clicking Add Question
Explanation: Ruby is a scripting language
Explanation: Ruby is a scripting language designed by Yukihiro Matsumoto, also known as Matz.
Explanation: Ruby runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX.
Explanation: Ruby was created in 1993 by Yukihiro Matsumoto of Japan
Explanation: Ruby was written in C language.
Explanation: Ruby can not be connected to Database is not a feature of ruby.
puts "Hello, Ruby!";
Explanation: This will produce the following result : Hello, Ruby!
Explanation: Whitespace characters such as spaces and tabs are generally ignored in Ruby code, except when they appear in strings.
Explanation: pass is not a Reserved Words in Ruby.
Explanation: reserved words may not be used as constant or variable names.