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
____ are Ruby on Rails programs that manage the relationship between controllers and the application's database.
(Multiple Choice)
4.9/5
(34)
To work with Ruby on Rails, you need a basic understanding of which of the following?
(Multiple Choice)
4.8/5
(26)
SQLite is a low cost database management system, which you can download and install for a small fee.
(True/False)
4.9/5
(32)
Ruby on Rails is built on a MVC architecture, which organizes your applications into which three primary components?
(Multiple Choice)
4.8/5
(43)
Active Record provides Ruby on Rails with database independence, allowing it to work with all major database management systems.
(True/False)
4.8/5
(36)
Active Resource manages the connections between application objects and database tables, mapping local application objects to web resources.
(True/False)
4.8/5
(42)
The MVC architecture facilitates DRY programming and keeps the programming logic that controls application execution separate from the programming logic that manages the presentation of data.
(True/False)
4.9/5
(40)
Ruby on Rails includes a collection of scripts used to automate the creation of web-based applications.
(True/False)
4.8/5
(42)
____ is a library of classes used by Ruby on Rails programs.
(Multiple Choice)
4.7/5
(42)
The Ruby on Rails framework is a collection of programs that provides everything needed to develop database-driven web applications.
(True/False)
4.8/5
(34)
The WEBrick web server monitors which of the following ports?
(Multiple Choice)
4.7/5
(41)
____ are programs responsible for an application's user interface, presenting data in a predefined format.
(Multiple Choice)
4.9/5
(36)
Controllers are Ruby on Rails programs that manage the relationship between models and an application's database.
(True/False)
4.8/5
(38)
Railties provide the program code (help scripts) that actually creates Ruby on Rails applications and ties everything together.
(True/False)
4.8/5
(34)
You can customize a Ruby on Rails application in a variety of ways, including which of the following?
(Multiple Choice)
4.8/5
(36)
The easiest way to install Ruby on Rails on a computer running Windows is through the fxri-interactive Ruby and Help Console.
(True/False)
4.9/5
(30)
To determine if Ruby Gems is installed, issue the command ____.
(Multiple Choice)
4.9/5
(34)
Which of the following URLs can be used to access your computer's locally installed web server?
(Multiple Choice)
4.7/5
(36)
The data displayed by a view is updated based on the actions of ____.
(Multiple Choice)
4.8/5
(36)
____ tie together different models and views, processing application input and output.
(Multiple Choice)
4.9/5
(43)
Showing 21 - 40 of 51
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)