Q.1.
Which of the following option is supported by Ruby?
Q.2.
Ruby was written in which language?
Q.3.
Which is not a Reserved Words in Ruby?
Q.4.
It is must for Ruby to use a compiler.
Q.5.
Which of the following features does the 2.0 version of ruby supports?
Q.6.
Ruby was developed in ............ by ......................
Q.7.
Ruby runs on which platform?
Q.8.
What is ruby?
Q.9.
What does the 1…indicate?
Q.10.
The == ‘is equal to’ is known as relational operator in ruby?
Q.11.
Which of the following is valid conditional statement in ruby?
Q.12.
Which of the following symbol is used for commenting in ruby?
Q.13.
Which of the following type of comments are valid in ruby?
Q.14.
What does the .upcase method do?
Q.15.
Which of the following are valid floating point literal in ruby?
Q.16.
What are the sequence of ruby strings?
Q.17.
Which of the following is the file extension used for saving the ruby file?
Q.18.
........... syntax matches with the Ruby’s syntax.
Q.19.
Is Ruby a strongly typed language?
Q.20.
What is the output of the given code?Ans=Ruby puts "#{Ans} is an oop language" puts "It is very efficient language" puts "#{expr} is used on rails platform"