DeVry COMP 122 Week 1 Homework Latest

$25

Description

DeVry COMP 122 Week 1 Homework Latest

Week 1 Homework

Part 1: Complete the following problems.

  1. 1.What is machine code? Why is it preferable to write programs in a high level language such as C ?
  2. 2.What does a compiler do? What kinds of errors are reported by a compiler?
  3. 3.What does the linker do?
  4. 4.What is an algorithm?
  5. 5.Bobenters a pizza shop and notices there are three different sizes of pizzas available. Sizes are given as the diameter of the pizza in inches. The cost of a pizza is based on the size. Bob would like to know which size of pizza has the lowest cost per square inch.
  6. a.Identify the inputs and outputs for this problem.
  7. b.Identify the processing needed to convert the inputs to the outputs.
  8. c.Design an algorithm in pseudocode to solve this problem.Make sure to include steps to get each input and generate each output.

Part 2: Complete the following problems.

  1. 1.Given the following expressions, what value would they have in a C program?
  2. a.13 / 4
  3. b.2 12 / 4
  4. c.21 % 5
  5. d.3 – 5 % 7
  6. e.17.0 / 4
  7. f.8 – 5 * 2.0
  8. g.14 5 % 2 – 3
  9. h.15.0 3.0 / 2.0
  10. 2.Given the following variable declarations:

int num1 = 10, num2 = 20, newNum = 30;

double x = 5.0, y = 8.0;

Determine which of the following assignment statements are valid. For each invalid statement, explain why it is invalid. Assume that each statement immediately follows the above variable declarations.

  1. a.num1 = 15;
  2. b.num2 = num1 – 18;
  3. c.num1 = 5; num2 = 2 6; num1 = num2 / 3;
  4. d.num1 num2 = newNum;
  5. e.x = 12 * num1 – 15.3;
  6. f.num1 * 2 = newNum;
  7. g.x / y = x * y;
  8. h.num2 = num1 % 2.0;
  9. i.newNum = static_cast<int> (x) % 5;
  10. j.x = x 5;
  11. k.newNum = num1 static_cast<int> (4.6 / 2);
  12. 3.For each of the following lines of variable declarations, identify it as valid or describe what makes the line invalid.

Line 1: n = 12;

Line 2: char letter = ;

Line 3: int one = 5, two;

Line 4: double x, y, z;

  1. 4.Write C statements that accomplish each of the following:
  2. a.Declare and initialize int variables x to 25 and y to 18.
  3. b.Declare and initialize an int variable temp to 10 and a char variable ch to ‘A’.
  4. c.Add 5 to the int variable x which already exists.
  5. d.Declare and initialize a double variable payRate to 12.50.
  6. e.Copy the value from an existing int variable firstNum into an existing int variable tempNum.
  7. f.Swapthe contents of existing int variables x and y. (Declare any new variables you need.)
  8. g.Output the contents of existing double variables x and y, and also output the value of the expression x 12 / y – 8.
  9. h.Copy the value of an existing double variable z into an existing int variable x.
  10. 5.Given the following variable declarations:

int x = 2, y = 5, z = 6;

What is the output from each of the following statements?

  1. a.cout << “x = ” << x << “, y = ” << y << “, z = ” << z << endl;
  2. b.cout << “x y = ” << x y << endl;
  3. c.cout << “Sum of ” << x << ” and ” << z << ” is ” << x z << endl;
  4. d.cout << “z / x = ” << z / x << endl;
  5. e.cout << “2 times ” << x << ” = ” << 2 * x << endl;
  6. 6.Given the following variable declarations:

int a = 5, b = 6, c;

What is the value of a, b, and c after each of the following statements executes? Assume that the statements execute in the sequence given.

  1. a.a = b 3;
  2. b.c = 2 * a b;
  3. c.b = 2 * c – a ;

 

DeVry Courses helps in providing the best essay writing service. If you need 100% original papers for DeVry COMP 122 Week 1 Homework Latest, then contact us through call or live chat.

DeVry COMP 122 Week 1 Homework Latest

Best DeVry COMP 122 Week 1 Homework Latest
DeVry COMP 122 Week 1 Homework Latest

Reviews

There are no reviews yet.

Only logged in customers who have purchased this product may leave a review.

Back to Top