EXAM 98-361 #1 (MTA) MICROSOFT
TECHNOLOGY ASSOCIATE EXAM Q&A
Your database administrators will not allow you to write SQL code in your
application. How should you retrieve data in your application? - ANSWER-Call a
stored procedure
You are creating a variable for an application. You need to store data that has the
following characteristics in this variable:
Consists of numbers and character
Includes numbers that have decimal points
Which data type should you use? - ANSWER-String
You need to create an application that processes data on a last-in, first-out (LIFO)
basis. Which data structure should you use? - ANSWER-Stack
You are creating a routine that will perform calculations by using a repetition
structure. You need to ensure that the entire loop executes at least once. Which
looping structure should you use? - ANSWER-do-while-loop
You need to allow a consumer of a class to modify a private data member. What
should you do? - ANSWER-Provide a public function that assigns a value to the data
member.
How does a console-based application differ from a Windows Forms application -
ANSWER-Console-based applications do not display a graphical interface.
Two classes named Circle and Square inherit from the Shape class. Circle and
Square both inherit Area from the Shape class, but each computes Area differently.
Which term is used to describe this object-oriented concept? - ANSWER-
Polymorphism
You are creating an application that presents users with a graphical interface in
which they can enter data. The application must run on computers that do not have
network connectivity. Which type of application should you choose? - ANSWER-
Windows Forms
In which order do the typical phases of the Software Development Life Cycle occur?
- ANSWER-Requirements analysis, design, development, testing, and maintenance
Simulating the final design of an application in order to ensure that the development
is progressing as expected is referred to as...? - ANSWER-Software Testing
TECHNOLOGY ASSOCIATE EXAM Q&A
Your database administrators will not allow you to write SQL code in your
application. How should you retrieve data in your application? - ANSWER-Call a
stored procedure
You are creating a variable for an application. You need to store data that has the
following characteristics in this variable:
Consists of numbers and character
Includes numbers that have decimal points
Which data type should you use? - ANSWER-String
You need to create an application that processes data on a last-in, first-out (LIFO)
basis. Which data structure should you use? - ANSWER-Stack
You are creating a routine that will perform calculations by using a repetition
structure. You need to ensure that the entire loop executes at least once. Which
looping structure should you use? - ANSWER-do-while-loop
You need to allow a consumer of a class to modify a private data member. What
should you do? - ANSWER-Provide a public function that assigns a value to the data
member.
How does a console-based application differ from a Windows Forms application -
ANSWER-Console-based applications do not display a graphical interface.
Two classes named Circle and Square inherit from the Shape class. Circle and
Square both inherit Area from the Shape class, but each computes Area differently.
Which term is used to describe this object-oriented concept? - ANSWER-
Polymorphism
You are creating an application that presents users with a graphical interface in
which they can enter data. The application must run on computers that do not have
network connectivity. Which type of application should you choose? - ANSWER-
Windows Forms
In which order do the typical phases of the Software Development Life Cycle occur?
- ANSWER-Requirements analysis, design, development, testing, and maintenance
Simulating the final design of an application in order to ensure that the development
is progressing as expected is referred to as...? - ANSWER-Software Testing