Ask C/C++ Expert


Home >> C/C++

Software Development Fundamentals Assignment 1 -

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 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.

class Program

{

static void Main(string[] args)

{

int i;

for ( i = 0; i < 5; i++)

{

}

Console. WriteLine(i);

Console. ReadLine();

}

}

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 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

Print out your answers.

Assignment 2 -

Task: Research and Write a Business Report that Addresses the Question: 'How Ethical are Major Internet Companies?'

Methodology:

Write a Business report with the following report headings and content:

'Introduction' -

- Briefly describe that you are going to report on the ethical standards and actions of the following major internet companies:

  • Google
  • Microsoft
  • Apple
  • Facebook

- You will do this by conducting a short survey, locating and summarizing the company's Ethical and/or Code of Conduct policies, comparing their ethical policies with their actions, and drawing some conclusions about their ethical behaviour.

'What do People Think?'

  • Survey 10 people and ask: How ethical do you think each of the following companies is?
  • Rate the answers from 1-10 (totally unethical to completely ethical)
  • Report the average result for each company in a table
  • Report your own initial ethical rating of the same companies

'Ethical/Code of Conduct Policies'

  • Locate the ethical policy/code of conduct for each company
  • Suggestion: Search ethics policy or code of conduct
  • Write a brief summary of the policy
  • Briefly describe how each compare to the policy statements of the others? Longest/shortest, easiest to read/full of air, strongest stand/weakest, etc.

'Ethical Behaviour'

  • Locate and briefly describe any reports of unethical conduct by the companies (maximum 3).
  • Suggestion: Search unethical
  • Do these reports match the companies' policies?

'Australian Tax'

  • Locate reports of the tax paid in Australia by the companies
  • Do these companies pay a fair share of tax in Australia?

'Summary'

  • Are the companies as ethical as they claim?
  • Are some companies better than others?
  • Do you have any recommendations for better ethical behaviour?
  • Having done the research, what is you final ethical rating for the companies?

C/C++, Programming

  • Category:- C/C++
  • Reference No.:- M93115006
  • Price:- $75

Priced at Now at $75, Verified Solution

Have any Question?


Related Questions in C/C++

Question 1find the minimum and maximum of a list of numbers

Question: 1. Find the Minimum and Maximum of a List of Numbers: 10 points File: find_min_max.cpp Write a program that reads some number of integers from the user and finds the minimum and maximum numbers in this list. Th ...

Why do researcher drop the ewaste and where does it end

Why do researcher drop the ewaste and where does it end up?

What are the legal requirements with which websites must

What are the legal requirements with which websites must comply in order to meet the needs of persons with disabilities? Why is maximizing accessibility important to everyone?

Assign ment - genetic algorithmin this assignment you will

ASSIGN MENT - GENETIC ALGORITHM In this assignment, you will use your C programming skills to build a simple Genetic Algorithm. DESCRIPTION OF THE PROGRAM - CORE REQUIREMENTS - REQ1: Command-line arguments The user of yo ...

1 implement the binary search tree bst in c using the node

1. Implement the Binary Search Tree (BST) in C++, using the Node class template provided below. Please read the provided helper methods in class BST, especially for deleteValue(), make sure you get a fully understanding ...

Project - space race part a console Project - Space Race Part A: Console Implementation

Project - Space Race Part A: Console Implementation INTRODUCTION This assignment aims to give you a real problem-solving experience, similar to what you might encounter in the workplace. You have been hired to complete a ...

Assignment word matchingwhats a six-letter word that has an

Assignment: Word Matching What's a six-letter word that has an e as its first, third, and fifth letter? Can you find an anagram of pine grave. Or how about a word that starts and ends with ant (other than ant itself, of ...

There are several ways to calculate the pulse width of a

There are several ways to calculate the pulse width of a digital input signal. One method is to directly read the input pin and another method (more efficient) is to use a timer and pin change interrupt. Function startTi ...

Software development fundamentals assignment 1 -details amp

Software Development Fundamentals Assignment 1 - 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 P ...

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As