What is managed and unmanaged code

Assignment Help C/C++ Programming
Reference no: EM132127540

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 <company name> 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 <company name> 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?

Reference no: EM132127540

Questions Cloud

Can you imagine a scenario where you would claim protection : As a marketing or public relations practitioner, can you imagine a scenario where you would claim the protection of the First Amendment?
Consider both the categorical and utilitarian perspectives : Suppose your rafting company has a web site for customer reviews. consider both the categorical and utilitarian perspectives.
How would you have prevented the incident : As an employee or a manager in either the legal office or the engineering department, how would you have prevented this incident?
Allowable range for the unit profit for each type of clock : Generate the excel sensitivity report and use it to determine the allowable range for the unit profit for each type of clock.
What is managed and unmanaged code : ITAP1001 Software Development Fundamentals Assignment, Victorian Institute of Technology, Australia. What is managed and unmanaged code
Implementation and evaluation of a non-communicable disease : Demographic characteristics of the specific school and surrounding community - Etiology and epidemiology of overweight and obesity in the target group
How about a product : How about a product? Some clever person was assigned the task of telling a story that the International House of Pancakes (known as IHOP for decades) was going.
Why message will appeal directly to the new market segment : You have selected what you believe is an ideal market segment to pursue with your advertising and public relations strategy.
Prepare a marketing environmental analysis : Prepare a 2-3 page marketing environmental analysis that explains how the appropriate trends in the macro-environmental variables drove the creation.

Reviews

inf2127540

11/18/2018 11:27:17 PM

Hi, can you please provide me with a report(second assignment) first before the proposed date. I will be very thankful to you This site is very co-operative. The expert did an awesome job here for my online assignment. I was very much tensed about this assignment and finally got the experts help to complete my task. It was good to discuss with the expert and he replied on all of my queries perfectly on time. thanks, I have gained confidence in you guys.

len2127540

10/1/2018 1:46:50 AM

There are two assignments. They need to be done according to the requirements. Please make it cheap as i have been making assignments from you people for a long time. Please have mercy on me. Assignment 1 - What to Submit. You should submit the Assignmentdoc1 (pdf) containing answers (description/error/output) of questions (Q1 to Q5) and document2 (pdf) containing answers of questions (Q6 to Q8). The document2 should contain following headings for each problem. Overview of program, Source code and Screenshots for sample inputs, outputs and errors.

len2127540

10/1/2018 1:46:45 AM

Assignment 2 - Format: A4 Sized pages, Printed on one side, 2.54 (1') Margins all around, Times New Roman or Calibri font, Major Headings 14pt Bold, Minor Headings 12pt Bold, body text 12pt, Spell checked, correct English usage, A blank line between paragraphs, File in PDF format, Length: Are you going to ask your boss how many words to write in a report??? Do Not: Do not use academic referencing. A business report does not use referencing. To indicate where the information in your report comes from, use URLs (internet address) in the text E.G.

Write a Review

C/C++ Programming Questions & Answers

  Create program that uses functions and reference parameters

Create program that uses functions and reference parameters, and asks user for the outside temperature.

  Write a program using vectors and iterators

Write a program using vectors and iterators that allows a user to maintain a personal list of DVD titles

  Write the code required to analyse and display the data

Calculate and store the average for each row and column. Determine and store the values for the Average Map.

  Write a webservices application

Write a webservices application that does a simple four function calculator

  Iimplement a client-server of the game

Iimplement a client-server version of the rock-paper-scissors-lizard-Spock game.

  Model-view-controller

Explain Model-View-Controller paradigm

  Design a nested program

How many levels of nesting are there in this design?

  Convert celsius temperatures to fahrenheit temperatures

Write a C++ program that converts Celsius Temperatures to Fahrenheit Temperatures.

  Evaluate and output the value in the given base

Write C program that will input two values from the user that are a Value and a Base with which you will evaluate and output the Value in the given Base.

  Design a base class shape with virtual functions

Design a base class shape with virtual functions

  Implementation of classes

Implementation of classes Chart and BarChart. Class barChart chould display a simple textual representation of the data

  Technical paper: memory management

Technical Paper: Memory Management, The intent of this paper is to provide you with an in depth knowledge of how memory is used in executing, your programs and its critical support for applications.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd