Q.1.
A fundamental style of computer programming, serving as a way of building the structure and elements of computer programs.
Q.2.
Ruby is an object oriented general purpose programming language.
Q.3.
A programming paradigm based on the concept of "objects", which are data structures that contain data, in the form of fields, often known as attributes; and code, in the form of procedures, often known as methods.
Q.4.
Which of the following is not a valid datatype?
Q.5.
The ability of a computer program to examine and modify the structure and behavior (specifically the values, meta-data, properties and functions) of the program at runtime.
Q.6.
What is the output of the given code?my_string=Ruby puts(my_string)
Q.7.
A dynamic, reflective, object-oriented, general-purpose programming language. NOT to be confused with Ruby on Rails.
Q.8.
What is the sequence of ruby strings?
Q.9.
What does the notation \b stands for?