1. Ruby is an object oriented general purpose programming language. a) True b) False AnswerAnswer: a [Reason:] Ruby allow users to manipulate data structures called objects to build and execute programs. 2. Which of the following is supported by Ruby? a) Multiple Programming Paradigms b) Dynamic Type System c) Automatic Memory Management d) All of…