• ¿Documento equivocado? Cámbialo gratis
  • Escrito por estudiantes que aprobaron
  • Inmediatamente disponible después del pago
  • Leer en línea o como PDF
Vender
¿Dónde estudias?
Tu idioma
Document preview thumbnail
Vista previa 4 fuera de 37 páginas
Examen

CSE 3901 – MIDTERM 2 EXAM (ACTUAL EXAM) WITH CORRECT QUESTIONS AND WELL ANSWERED ANSWERS LATEST WELL GRADED A+ 2025 – 2026

Document preview thumbnail
Vista previa 4 fuera de 37 páginas

CSE 3901 – MIDTERM 2 EXAM (ACTUAL EXAM) WITH CORRECT QUESTIONS AND WELL ANSWERED ANSWERS LATEST WELL GRADED A+ 2025 – 2026

Vista previa del contenido

CSE 3901 – MIDTERM 2 EXAM (ACTUAL
EXAM) WITH CORRECT QUESTIONS AND
WELL ANSWERED ANSWERS LATEST WELL
GRADED A+ 2025 – 2026



General strategy for Object oriented tables - ANSWERS-
Table in database - a class
Table columns - attributes of the class
table rows - instances of class (objects)


Table names should always be plural - ANSWERS-true


What does each column in a database table have? -
ANSWERS-a name and a type


what are some constraints you can add besides types -
ANSWERS-"not null"
"is unique"

,what is a good practice in regards to the first column of a
table - ANSWERS-a "primary key"
ie just a column with integers 1-n


How can you link tables? - ANSWERS-include a column in
table X containing keys from table Y (uses type: "foreign
keys")


Describe Visual Identity (code reuse/single POC) Motivation
- ANSWERS--Having common headers and footers and
making the whole website have a base design for every
page
-duplicated code ruins single POC
-Solution: putting common HTML in one file (a partial) and
every page includes it


What is ERb? - ANSWERS-Embedded Ruby
-things like <% code %> <%= expr %> and <%# text %>


How to generate a site - ANSWERS-save source files as
html.erb
>> bundle exec middleman build

,this then makes them .html


what is a partial - ANSWERS-a document fragment included
in other documents
-include in template as <%= partial "navigation" %>


what is special about naming a partial? - ANSWERS-they
always start with _ and end in .erb still (no html)


How to customize arguments with a partial - ANSWERS-in
the normal page when you call the partial:
<%= partial "banner", :locals => { :name => "Syllabus",
:amount => 34 } %>


in the partial file:
<h3> ,%= name %> </h3>
<p> Costs <%= "$#{amount}.00" %></p>


What is Layout - ANSWERS-It is a file that can make a
consistent structure across every page in a website

, How do you label where there's page specific stuff in
Layout.erb? - ANSWERS-<%= yield =>


How do you fix the issue of using a layout when each page
needs a diff <title>? - ANSWERS-Ruby variable current_page
ie: current_page.path


So in the actual page file you put:
<title><%= current_page.data.title %> </title>


and in the layout.erb:
---
title: "Contact Info"
---


What is the main difference in syntax when using
middleman? - ANSWERS-Not having to use tags because
that part is in layout


What are some common plain text conventions? -
ANSWERS-blank lines between paragraphs
Underlining: - or =

Información del documento

Subido en
31 de octubre de 2025
Número de páginas
37
Escrito en
2025/2026
Tipo
Examen
Contiene
Preguntas y respuestas
$16.49

¿Documento equivocado? Cámbialo gratis Dentro de los 14 días posteriores a la compra y antes de descargarlo, puedes elegir otro documento. Puedes gastar el importe de nuevo.
Escrito por estudiantes que aprobaron
Inmediatamente disponible después del pago
Leer en línea o como PDF

Seller avatar
Los indicadores de reputación están sujetos a la cantidad de artículos vendidos por una tarifa y las reseñas que ha recibido por esos documentos. Hay tres niveles: Bronce, Plata y Oro. Cuanto mayor reputación, más podrás confiar en la calidad del trabajo del vendedor.
NurseLNJ
4.8
(483)
Vendido
461
Seguidores
117
Artículos
8830
Última venta
3 días hace



Por qué los estudiantes eligen Stuvia

Creado por compañeros estudiantes, verificado por reseñas

Calidad en la que puedes confiar: escrito por estudiantes que aprobaron y evaluado por otros que han usado estos resúmenes.

¿No estás satisfecho? Elige otro documento

¡No te preocupes! Puedes elegir directamente otro documento que se ajuste mejor a lo que buscas.

Paga como quieras, empieza a estudiar al instante

Sin suscripción, sin compromisos. Paga como estés acostumbrado con tarjeta de crédito y descarga tu documento PDF inmediatamente.

Student with book image

“Comprado, descargado y aprobado. Así de fácil puede ser.”

Alisha Student

Preguntas frecuentes