getcertified4sure.com

exam 98 361 (61 to 70)




Master the 98 361 software development fundamentals Microsoft MTA Software Development Fundamentals content and be ready for exam day success quickly with this Testking exam 98 361 free practice exam. We guarantee it!We make it a reality and give you real mta 98 361 questions in our Microsoft mta 98 361 braindumps.Latest 100% VALID Microsoft mta 98 361 Exam Questions Dumps at below page. You can use our Microsoft exam 98 361 braindumps and pass your exam.

Q61. You have developed a Windows service that needs to access data stored in the Windows Registry. Which of the following accounts should you use for running this Windows service? 

A. LocalSystem 

B. NetworkService 

C. LocalService 

D. User (where the UserName property is set to a member of non-administrator role) 

Answer:


Q62. You are developing a Windows forms application used by a government agency. You need to develop a distinct user interface element that accepts user input. This user interface will be reused across several other applications in the organization. None of the controls in the Visual Studio toolbox meets your requirements; you need to develop all your code in house. Which of the following actions should you take? 

A. Develop a Windows Forms application for the user interface. 

B. Develop a custom control for the user interface. 

C. Buy the control from a third-party. 

D. Develop a console application for the user interface. 

Answer:


Q63. You need to display specific messages to users when their browser is not running JavaScript. Which of the following code segment should you use? 

A. <script runat="server"> ... </script> 

B. <script> ... </script> 

C. <% ... %> 

D. <noscript> ... </noscript> 

Answer:


Q64. In your application, you are using a stack data structure to manipulate information. You need to find which data item will be processed next, but you don’t want to actually process that data item yet. Which of the following queue operations will you use? A. pop 

B. push 

C. peek 

D. contains 

Answer:


Q65. You are developing an order-entry application that will be used by all employees in your company. You use ASP.NET to develop this application and deploy it on the company's Internet Information Services (IIS) server. What should you install on the users computers before they can access the order-entry application? 

A. .NET Framework redistributable 

B. .NET Framework Software Development Kit (SDK) 

C. Visual Studio Express Edition 

D. Web browser 

Answer:


Q66. Which of the following presses is responsible for providing the ASP.NET functionality? 

A. inetinfo.exe 

B. iexplorer.exe 

C. aspnet_isapi.dll 

D. aspnet_wp.exe 

Answer:


Q67. You are developing a C# program. You write the following code: 

01: int count = 0; 

02: while (count < 5) 

03: { 

04: if (count == 3) 

05: break; 

06: count++; 

07: } 

How many times will the control enter the while loop? 

A. 5 

B. 4 

C. 3 

D. 2 

Answer:


Q68. You are developing a user interface component that responds to user actions such as keystrokes. Which of the following programming constructs should you use to accomplish this requirement? 

A. event 

B. class 

C. delegate 

D. property 

Answer:


Q69. Arrange the various activities of an application lifecycle in the order in which they are likely to occur. 

A. Requirements analysis, design, coding, testing, and release 

B. Design, requirements analysis, coding, testing, and release 

C. Release, requirements analysis, coding, testing, and design 

D. Requirements analysis, design, release, coding, and testing 

Answer:


Q70. You want to display an image on your Web page. This image is stored on a separate Web server but can be accessed with a public URL. Which of the following HTML tags should you use to ensure that the image is displayed when the user navigates to your Web page? 

A. <LINK> 

B. <IMG> 

C. <A> 

D. <HTML> 

Answer: