100% satisfaction guarantee Immediately available after payment Both online and in PDF No strings attached 4.6 TrustPilot
logo-home
Exam (elaborations)

CS3500 Midterm Exam – Questions With Right Solutions

Rating
-
Sold
-
Pages
19
Grade
A+
Uploaded on
15-01-2026
Written in
2025/2026

CS3500 Midterm Exam – Questions With Right Solutions

Institution
CS 3500
Course
CS 3500










Whoops! We can’t load your doc right now. Try again or contact support.

Written for

Institution
CS 3500
Course
CS 3500

Document information

Uploaded on
January 15, 2026
Number of pages
19
Written in
2025/2026
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

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)

Get to know the seller

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
ClearMind Chamberlain College Of Nursing
View profile
Follow You need to be logged in order to follow users or courses
Sold
833
Member since
3 year
Number of followers
673
Documents
6500
Last sold
1 month ago
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!

Read more Read less
4.1

172 reviews

5
102
4
27
3
22
2
8
1
13

Recently viewed by you

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

Frequently asked questions