ICTPRG504 Deploy an application to a production environment– Assessment 2 XXXXXXXXXXLast Updated: October 2017, V. No. 1.1 Page 1 of 5 ICTPRG504 - Deploy an application to a production environment...

lemme know about the price


ICTPRG504 Deploy an application to a production environment– Assessment 2 Last Updated: October 2017, V. No. 1.1 Page 1 of 5 ICTPRG504 - Deploy an application to a production environment Assessment 2- Practical Demonstrations Instructions: This is an individual and in-class assessment. You must successfully complete all the tasks specified in this assessment. You will undertake different activities based on your lecture notes and class activities/tutorials, books and other handouts that your Trainer might have provided during this unit. This will assess knowledge and skills related to a number of elements of competency for this cluster. You are required to use Microsoft Visual Studio 2013 and C# language for this assessment. If you are not sure about any aspect of this assessment, please ask your Trainer. Duration: Trainer will set the duration of the assessment. Submission requirements/Specifications: Task Demonstration Submission Task 1 to Task 6 Run your program and show/display the output to your Trainer 1. Copy the source code and put/paste in a MS Word document 2. Take the screen shot of displayed output and paste under the source code 3. Repeat step 1 and 2 for all the tasks (1-6) 3. Put your name and student id in the document footer and print 4. Attach the “Assessment Cover Sheet” and submit to the Trainer ICTPRG504 Deploy an application to a production environment– Assessment 2 Last Updated: October 2017, V. No. 1.1 Page 2 of 5 You must submit both printed copy and soft copy of your answers in a word document. Submit the printed copy of required evidences (your answers) to your Trainer with the "Assessment Cover Sheet" (Filled out and signed appropriately) attached on top of your documents. Upload the softcopy on the link provided in the eLearning site. Your Tasks Assume, you are working for ABC limited as an Analyst Programmer in IT division and you are asked to create an application to keep track of the company employees. To do that you need to perform following tasks. Task 1: Formulating the Features for a Financial Calculator 1. Design a financial calculator that will be able to determine the monthly payments for a simple fixed-rate home mortgage. Using the screenshot below create the calculator. To determine the monthly payments required for a fixed rate mortgage, we need three inputs:  The amount of money being borrowed (the principal)  The loan’s annual interest rate  The duration of the loan—typically 15 or 30 years (the loan’s term) ICTPRG504 Deploy an application to a production environment– Assessment 2 Last Updated: October 2017, V. No. 1.1 Page 3 of 5 Task 2: 1. Create an Employee class that will allow you to create an instance of each employee’s name and employee ID, as well as their pay rate per hour. 2. Include a function that will take the input of the number of hours they worked in a given week, and perform a simple calculation of the wages they earned for that week. 3. Add a Button to the form that will create a few sample employees and calculates their wages, then display the total wages for all employees in a label. Hint: Use the same method you have used in Task 1 Task 3: 1. Create a web page using ASP.NET that displays three search engines as shown in the following figure. ICTPRG504 Deploy an application to a production environment– Assessment 2 Last Updated: October 2017, V. No. 1.1 Page 4 of 5 Task 4: Write an ASPX file that will multiply the values of two integer variables together. Then modify the example to add, divide and subtract the two numbers. Task 5: In an ASP.net create the following:  Define a class called Computers that has two Boolean attributes and three methods  Classes named Dell, HP and Toshiba that extend Computer  In each of the classes implement code that will demonstrate specific behaviour unique to each type of computer. Use the table below Computers OS RAM Hard disk Screen size Processor Dell Windows 8 4GB 650GB 14 “ Intel core HP Windows 7 2GB 500GB 15” Intel core Toshiba Windows 7 1GB 750GB 15.5” AMD Task 6 - Database: Create a new database named TestDB.mdf. After creating the database, add a new database table named Albums. Imagine that you want to use this database table to hold information about the album that you own. Add columns with appropriate types and names. Some suggested columns include the following: ICTPRG504 Deploy an application to a production environment– Assessment 2 Last Updated: October 2017, V. No. 1.1 Page 5 of 5  an Auto-increment primary key column named AlbumID;  an nvarchar(50) column titled Title;  an nvarchar(75) column titled Artist;  a money column titled Price;  a datetime column titled DateReleased.  a datetime column titled DatePurchased. After creating the Albums table, add a number of records to the table.
Dec 01, 2019
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here