• Wrong document? Swap it for free
  • Written by students who passed
  • Immediately available after payment
  • Read online or as PDF
Sell
Where do you study
Your language
Document preview thumbnail
Preview 2 out of 7 pages
Exam (elaborations)

CSE 3901 Final - EXAM Questions with 100% Correct Answers | Verified | Updated (Actual Exam) Already Graded A+ Latest Update!!!

Document preview thumbnail
Preview 2 out of 7 pages

CSE 3901 Final - EXAM Questions with 100% Correct Answers | Verified | Updated (Actual Exam) Already Graded A+ Latest Update!!!

Content preview

CSE 3901 Final - EXAM Questions with 100% Correct Answers | Verified |
Updated (Actual Exam) Already Graded A+ Latest Update!!!



Explain model view controller - (answer)Model

The data (ie state)

Methods for accessing and modifying state

View

Renders contents of model for user

When model changes, view must be

updated

Controller

Translates user actions (ie interactions

with view) into operations on the model

Example user actions: button clicks, menu

selections



Draw an example of MVC - (answer)http://web.cse.ohio-state.edu/~giles/3901/lectures/lecture16.pdf
slide 4



Who writes schema.rb and what is the golden rule? - (answer)It is generated! (tool called rake)

Golden rule: Never edit schema.rb directly

Instead, write a migration



What is a migration? - (answer)A migration is Ruby code (a class) that

represents a change in schema

Create new tables (including column

names and column types)

Modify existing tables (adding/removing

columns, or changing associations)

Delete ("drop") existing tables

, CSE 3901 Final - EXAM Questions with 100% Correct Answers | Verified |
Updated (Actual Exam) Already Graded A+ Latest Update!!!




What is the difference between a migration and a schema? - (answer)Schema is a version of the
database. It is regenerated every time you do a migration. Every change in schema means writing a

migration



What is important about migrations for table edits? - (answer)The name is meaningful (starts with Add
or Remove). ie $ rails g migration AddNickNameToStudent

nick:string



For the resource: students list the 7 routes that are included with the action pack. Include HTTP verb,
URL, Resource, Method, View - (answer)GET, /students, Collection, index, list all

POST, /students, Collection, create, show one

GET, /students/new, Collection, new, blank form

GET, /students/3, Member, show, show one

GET, /students/3/edit, Member, edit, filled form

PUT, /students/3, Member, update, show one

DELETE, /students/3, Member, destroy, list all



What are the best type of inputs for testing? - (answer)Test boundary conditions

eg 0, empty array, empty string

Test different categories of input

eg positive, negative, and zero

Test different categories of behavior

eg each menu option, each error message

Test "unexpected" input

eg nil, last name includes a space

Test representative "normal" input

eg random, reasonable values

Document information

Uploaded on
September 21, 2026
Number of pages
7
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
Free
Download

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
3
Followers
0
Items
303
Last sold
1 day ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions