Garantie de satisfaction à 100% Disponible immédiatement après paiement En ligne et en PDF Tu n'es attaché à rien 4,6 TrustPilot
logo-home
Examen

CS3500 Midterm Exam – Questions With Right Solutions

Note
-
Vendu
-
Pages
19
Qualité
A+
Publié le
15-01-2026
Écrit en
2025/2026

CS3500 Midterm Exam – Questions With Right Solutions

Établissement
CS 3500
Cours
CS 3500

Aperçu du contenu

CS3500 Midterm Exam – Questions With Right
Solutions

Save




Terms in this set (110)



Abstraction Removing (or hiding) unnecessary
complication/detail.
(e.g. API, Array.Sort(), etc.)


API Application Programming Interface:
Defines operations (and efficiencies).
(e.g. Array's Add, Remove, Contains, Sort, etc.)


Software Practice Steps -Analysis (what do we need to do?)
-Design (how do we do it?)
-Implement (coding yay!)
-Test/ Debug/Improve
-Go back to 1-4 as needed


Bloom's Taxonomy -Creating
-Evaluating
-Analyzing
-Applying
-Understanding
-Remembering


XAML: Why Comment/Document? -Your code (in the RW™) will outlive you
-Make your successor's life easier
-Make your (future) life easier
-(e.g. <summary> This function... </summary>
<param name='val'> val represents ... </param>)

,XAML: Why use this documentation? -The computer can read, parse, and intellisense as
can humans.
-Nested relationships allow for organization of
information
-(e.g. <university> 🡨 StartTag
<course> 🡨 Nested StartTag
</course> 🡨 Nested End Tag
</university> 🡨 End Tag)


XAML: Attributes -Attributes (inside of tag < >s): Add extra information
to tag but probably should be avoided (most of the
time*)
-(e.g. <teacher name="Jim">, <param name="length">,
<list type="number">)


XAML: API reading/writing Reading: XamlReader.Create( filename ),
reader.Read(), reader.IsStartElement(), reader.Name
Writing:
XamlWriter.Create( filename )
writer.WriteStartDocument
-writer.WriteStartElement (writer.WriteAttributeString)
-writer.WriteEndElement
-writer.WriteElementString
writer.WriteEndDocument


How do you describe what a function API (Function Signature): Comments, Name, Types
does? (Return Type, Parameter Name(s)/Type(s))


Generics in Coding Writing code that works regardless of the type of
data being processed.


Functions as Parameters -Solved with delegate syntax
-Must be passed in with a type (: delegate) when
undefined
-Are "First Class" in C# (can be used as data)

, Delegates -A delegate is a way to provide a TYPE for a function.
-Can use delegate types to store functions in
variables and "call" those saved functions using the
variable name
-Allow you to "pass" functions as parameters


Delegates: Syntax -public delegate int Lookup( string name );
-public delegate bool Compare( TYPE a, TYPE b );
-int doit(string x) { meet delegate requirements in
here }
-call: Evaluate("1+var", doit)


Delegate Declaration Delegate Definitions is a NAMED description of the
functions Inputs and Outputs (i.e. defines the type
signature of the function)


Solution Collection of Projects


Projects -Collection of Source Files
-Multiple can be in one solution due to related code
bases (support code/library)
-Contain: code files, references to other
projects/libraries, etc.


C# vs Java: Similarities -Compiled to an intermediate form
-Run with a "runtime environment"
-Automatic memory management.
-Syntax mostly the same (or one-to-one transition)


C# vs Java: Differences -C# functions are "first-class" (see delegates)
-Generics can use primitives (List<int> vs.
List<Integer>)


C# Access Modifiers -public (external access)
-protected (same/derived class access)
-private (same class access)
-internal (same project access)

École, étude et sujet

Établissement
CS 3500
Cours
CS 3500

Infos sur le Document

Publié le
15 janvier 2026
Nombre de pages
19
Écrit en
2025/2026
Type
Examen
Contenu
Questions et réponses

Sujets

$21.99
Accéder à l'intégralité du document:

Garantie de satisfaction à 100%
Disponible immédiatement après paiement
En ligne et en PDF
Tu n'es attaché à rien

Faites connaissance avec le vendeur

Seller avatar
Les scores de réputation sont basés sur le nombre de documents qu'un vendeur a vendus contre paiement ainsi que sur les avis qu'il a reçu pour ces documents. Il y a trois niveaux: Bronze, Argent et Or. Plus la réputation est bonne, plus vous pouvez faire confiance sur la qualité du travail des vendeurs.
ClearMind Chamberlain College Of Nursing
Voir profil
S'abonner Vous devez être connecté afin de pouvoir suivre les étudiants ou les formations
Vendu
838
Membre depuis
4 année
Nombre de followers
673
Documents
6579
Dernière vente
1 semaine de cela
Clear, Exam-Focused Study Notes

ClearMind provides clear, concise, exam-focused notes designed to save time and boost grades. Simplified explanations, structured summaries, and high-yield content trusted by students. Study smarter. Think clearer. I understand how challenging studying can be, which is why I’ve made it my mission to provide you with the best resources to simplify your learning journey. Whether you’re tackling difficult subjects, preparing for exams, or just looking to strengthen your understanding, my carefully crafted study guides, notes, and summaries are designed to meet your unique academic needs. Just like a cozy nest, I want my page to be your go-to space for knowledge, growth, and success. With resources that are clear, concise, and insightful, you’ll feel confident and prepared every step of the way. Thank you for trusting this page with your academic success. Let’s build a foundation for your learning and help you soar to new heights!

Lire la suite Lire moins
4.1

172 revues

5
102
4
27
3
22
2
8
1
13

Documents populaires

Récemment consulté par vous

Pourquoi les étudiants choisissent Stuvia

Créé par d'autres étudiants, vérifié par les avis

Une qualité sur laquelle compter : rédigé par des étudiants qui ont réussi et évalué par d'autres qui ont utilisé ce document.

Le document ne convient pas ? Choisis un autre document

Aucun souci ! Tu peux sélectionner directement un autre document qui correspond mieux à ce que tu cherches.

Paye comme tu veux, apprends aussitôt

Aucun abonnement, aucun engagement. Paye selon tes habitudes par carte de crédit et télécharge ton document PDF instantanément.

Student with book image

“Acheté, téléchargé et réussi. C'est aussi simple que ça.”

Alisha Student

Foire aux questions