Subject Code : ITAP1001
Assignment Task:
ITAP1001 - Software Development Fundamentals IT Assessment Answer

 

Objective(s)

his assessment item relates to the unit learning outcomes as in the unit descriptors. This checks your understanding of the basic constructs of C# programming.

Details & Problems

In this assignment, you are required to answer the short questions, identify error in the code, give output of the code and develop three C# Console Programs to demonstrate your ability to use C# input/output via command line, C# primitive and built-in C# types, C# operators and expression, C# conditional statements, C# loop construct, and show your ability to validate the inputs to avoid run-time errors.

Q1) What is managed and unmanaged code?

Q2) Give examples of reserved keyword, literals and data types in C#.

Q3) What is the difference between “continue” and “break” statements in C#? Explain it with example.

Q4) What will be the output/error of the given program?

static void Main(String[] args)
{
 const int m = 100;
 int n = 10;
 const int k = n / 5 * 100 * n;
 Console.WriteLine(m * k);
 Console.ReadLine();
}

Q5) Give the output for the set of programming code.

Q6) Write a program that would convert temperature given in Centigrade scale to Fahrenheit – the number can be integer or real. Use the formula: F = 1.8C + 32

Q7) Given a three-digit integer as input write a C# program to determine whether the number is an Armstrong number. An Armstrong number is one for which the sum of each digit raised to the power of a number of digits results in the number itself. For a three-digit number 153 = 13 + 53 + 33 Note: Confine to 3-digit examples only i.e., number values between 100 to 999.

Q8) Use Euclid's Algorithm given below to determine the LCM and HCF for given two integer numbers.

• Take in as input two numbers A and B.

• Subtract the smaller of the two numbers from the Larger Number and assign the answer to the larger number.

• The above process is repeated until both the numbers are equal, say X.

• Apparently, the residual number (X) that we have obtained is the HCF.

• LCM could then be computed using the formula (A*B)/HCF

 

This ITAP1001: IT Assessment has been solved by our IT experts at UniLearnO. Our Assignment Writing Experts are efficient to provide a fresh solution to this question. We are serving more than 10000+ Students in Australia, UK & US by helping them to score HD in their academics. Our experts are well trained to follow all marking rubrics & referencing style.

Be it a used or new solution, the quality of the work submitted by our assignment experts remains unhampered. You may continue to expect the same or even better quality with the used and new assignment solution files respectively. There’s one thing to be noticed that you could choose one between the two and acquire an HD either way. You could choose a new assignment solution file to get yourself an exclusive, plagiarism (with free Turnitin file), expert quality assignment or order an old solution file that was considered worthy of the highest distinction.

Eureka! You've stumped our genius minds (for now)! This exciting new question has our experts buzzing with curiosity. We can't wait to craft a fresh solution just for you!

  • Uploaded By : Mitchell Lee
  • Posted on : December 04th, 2018

Whatsapp Tap to ChatGet instant assistance