Exam 11: Ruby on Rails Web Development

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

____ 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:
Verified

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:
Verified

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:
Verified

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)

Models are implemented via Ruby on Rails' Active Record library.

(True/False)
4.8/5
(43)

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)

Most application code is contained in its controllers.

(True/False)
4.8/5
(36)
Showing 1 - 20 of 51
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)