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

98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS EXAM QUESTIONS AND ANSWERS

Rating
-
Sold
-
Pages
3
Grade
A+
Uploaded on
21-04-2025
Written in
2024/2025

98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS EXAM QUESTIONS AND ANSWERS What does the Switch statement do? - Answer-It works like CASE, and allows for different options to run different code, which uncomplicates having to combine several if statements. Name the 4 C# control structures. - Answer-while loop, do-while loop, for loop and foreach loop When does the do-while loop test the condition? - Answer-At the bottom of the loop. What is the foreach loop useful for? - Answer-Iterating through elements of a collection or array. What is recursion? - Answer-A programming technique that causes a method to call itself in order to compute a result. How to you use a try-catch block? - Answer-Put the code that could throw an exception in the try section, and place the code that catches exceptions in the catch section. What is the finally block used for? - Answer-It is always executed regardless of whether an exception has been thrown, so you can put clean up code here such as disconnections. What is a Class? - Answer-The template from which individual objects are created. What is a delegate? - Answer-A special type that is used to encapsulate a method with a specific signature. Properties are often referred to as "_____" fields because they can include code for checking data consistency or validity. - Answer-Smart A property has two _________ - Answer-Accessors, get and set Properties are often assigned with a ______ access modifier - Answer-Public The usual programming pattern is that all the data fields of a class should be declared private, - Answer-and that access to these private fields should be via public properties that check the data values for validity How do you make a read-only property accessor? - Answer-Don't put in the set accessor

Show more Read less
Institution
98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS
Course
98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS








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

Written for

Institution
98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS
Course
98-361 MTA SOFTWARE DEVELOPMENT FUNDAMENTALS

Document information

Uploaded on
April 21, 2025
Number of pages
3
Written in
2024/2025
Type
Exam (elaborations)
Contains
Questions & answers

Subjects

Content preview

98-361 MTA SOFTWARE
DEVELOPMENT FUNDAMENTALS
EXAM QUESTIONS AND ANSWERS
What does the Switch statement do? - Answer-It works like CASE, and allows for
different options to run different code, which uncomplicates having to combine
several if statements.

Name the 4 C# control structures. - Answer-while loop, do-while loop, for loop and
foreach loop

When does the do-while loop test the condition? - Answer-At the bottom of the loop.

What is the foreach loop useful for? - Answer-Iterating through elements of a
collection or array.

What is recursion? - Answer-A programming technique that causes a method to call
itself in order to compute a result.

How to you use a try-catch block? - Answer-Put the code that could throw an
exception in the try section, and place the code that catches exceptions in the catch
section.

What is the finally block used for? - Answer-It is always executed regardless of
whether an exception has been thrown, so you can put clean up code here such as
disconnections.

What is a Class? - Answer-The template from which individual objects are created.

What is a delegate? - Answer-A special type that is used to encapsulate a method
with a specific signature.

Properties are often referred to as "_____" fields because they can include code for
checking data consistency or validity. - Answer-Smart

A property has two _________ - Answer-Accessors, get and set

Properties are often assigned with a ______ access modifier - Answer-Public

The usual programming pattern is that all the data fields of a class should be
declared private, - Answer-and that access to these private fields should be via
public properties that check the data values for validity

How do you make a read-only property accessor? - Answer-Don't put in the set
accessor

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.
Freshy Oxford University
View profile
Follow You need to be logged in order to follow users or courses
Sold
50
Member since
1 year
Number of followers
4
Documents
6784
Last sold
3 days ago

3.6

10 reviews

5
3
4
4
3
1
2
0
1
2

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