Ruby can be used for developing internet and intranet applications.
True
False
9 practice sets · Page 1 of 1
Ruby can be used for developing internet and intranet applications.
True
False
It is must for Ruby to use a compiler.
True
False
Ruby can be embedded into Hypertext Markup Language(HTML).
True
False
Which of the following are valid floating point literal?
.5
2
0.5
None of the mentioned
What is the extension used for saving the ruby file?
.ruby extension
.rb extension
.rrb extension
None of the mentioned
Which of the following languages syntax matches with the Ruby's syntax?
Perl
PHP
Java
Jquery
Which of the following features does the 2.0 version of ruby supports?
Method keyword arguments
New literals
Security fixes
All of the mentioned
Which of the following is supported by Ruby?
Multiple Programming Paradigms
Dynamic Type System
Automatic Memory Management
All of the Mentioned
Ruby is an object oriented general purpose programming language.
True
False