Multiple choice technology web technology

what type of architechture will ROR follows?

  1. SOA

  2. MVP

  3. MVC

  4. DODAF

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

Ruby on Rails organizes code using the Model-View-Controller (MVC) architectural pattern. Models handle data and business logic, Views manage presentation, and Controllers process user input and coordinate between Models and Views. This separation allows for cleaner code organization and easier maintenance.