Multiple choice technology web technology

Ruby is a

  1. Compiled and Procedural Programming Language

  2. Interpreted and Object Oriented Programming Language

  3. Interpreted and Procedural Programming language

  4. Compiled and Object Oriented Programming Language

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Ruby is an interpreted language, meaning code is executed directly without prior compilation, and it's purely object-oriented where everything (including numbers and booleans) is an object. This combination allows for dynamic typing and flexible programming styles.