Exam 11: Ruby on Rails Web Development
Exam 1: Ruby Basics45 Questions
Exam 2: Interacting With Ruby55 Questions
Exam 3: Working With Strings, Objects, and Variables50 Questions
Exam 4: Implementing Conditional Logic49 Questions
Exam 5: Working With Loops50 Questions
Exam 6: Working With Collections of Data46 Questions
Exam 7: Working With Regular Expressions50 Questions
Exam 8: Object-Oriented Programming50 Questions
Exam 9: File and Folder Administration49 Questions
Exam 10: Debugging50 Questions
Exam 11: Ruby on Rails Web Development51 Questions
Select questions type
____ is a database management system, used by Ruby on Rails by default, which is easily installed using RubyGems.
Free
(Multiple Choice)
4.9/5
(49)
Correct Answer:
A
____ is a Ruby script that creates a Ruby on Rails project, including its directory structure and its core application files.
Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
A
By default, all Ruby on Rails applications are configured to work with the SQLite database management system.
Free
(True/False)
4.9/5
(31)
Correct Answer:
True
The MVC architecture facilitates the ____ principle by keeping the programming logic that controls application execution separate from the programming logic that manages the presentation of data.
(Multiple Choice)
4.8/5
(38)
One limitation of Ruby on Rails is that you cannot customize its applications after they have been created.
(True/False)
4.8/5
(33)
The easiest way to download and install SQLite is to use RubyGems.
(True/False)
4.9/5
(33)
____ provides the program code (help scripts) that actually creates Ruby on Rails applications and ties everything together.
(Multiple Choice)
4.8/5
(35)
Almost every Ruby on Rails application involves the storage and retrieval of information using a ____.
(Multiple Choice)
4.7/5
(30)
Ruby on Rails uses models to process data and manage the flow of data communication with web browsers.
(True/False)
4.9/5
(37)
____ provides a framework for adding email services to Ruby on Rails applications, enabling applications to send email and receive email.
(Multiple Choice)
4.7/5
(36)
Which of the following commands is used to start the WEBrick web server?
(Multiple Choice)
4.7/5
(24)
The official Ruby on Rails website is located at http://www.myruby.com .
(True/False)
4.9/5
(35)
The Action View library defines presentation templates that are used in displaying data.
(True/False)
4.9/5
(37)
____ automates the download and installation of Ruby on Rails programs and related development software tools.
(Multiple Choice)
4.9/5
(46)
Models are Ruby on Rails programs that manage the relationship between controllers and the application's database
(True/False)
4.8/5
(38)
By applying the principle of DRY, Ruby on Rails applications are created based on a set of assumptions and common standards, that result in general-purpose applications that can be further customized as necessary.
(True/False)
4.8/5
(39)
____ is a small database management system that is automatically installed on Mac OS X 10.5 machines.
(Multiple Choice)
4.8/5
(38)
Ruby on Rails works with which of the following types of database management systems?
(Multiple Choice)
4.9/5
(30)
Showing 1 - 20 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)