COMP 122 Educational Tutor/ indigohelp - PowerPoint PPT Presentation

About This Presentation
Title:

COMP 122 Educational Tutor/ indigohelp

Description:

For more classes visit www.indigohelp.com COMP 122 Lab 1 Lab Report and Source Code (DEVRY) COMP 122 Lab 2 Lab Report and Source Code (DEVRY) COMP 122 Lab 3 Lab Report and Source Code (DEVRY) – PowerPoint PPT presentation

Number of Views:16
Slides: 7
Provided by: dvbia8
Category: Entertainment

less

Transcript and Presenter's Notes

Title: COMP 122 Educational Tutor/ indigohelp


1
COMP 122 Educational Tutor/ indigohelp
2
COMP 122 Educational Tutor/ indigohelp
  • COMP 122 Entire Course (DEVRY)
  • COMP 122 Lab 1 Lab Report and Source Code (DEVRY)
  • Week 1 iLab - Part 1
  • Follow the instructions in COMP
    122_W1_iLab_Part1_instructions.docx.
  • COMP 122
  • Week 1 iLab - Part 2
  • Complete the following two programs
  • Programming Problem 1
  • COMP 122 Lab 1 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 2 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 3 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 4 Lab Report and Source Code (DEVRY)

3
COMP 122 Educational Tutor/ indigohelp
  • COMP 122 Lab 2 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 3 Lab Report and Source Code (DEVRY)
  • Week 2 iLab
  • Complete the following two programs
  • Complete the following two programs
  • Programming Problem 1
  • Write a program that generates all the factors of
    a number entered by the user. For instance, the
    number 12 has the factors 2 2 3. This program
    has the following requirements
  • A. The user must enter a positive integer. If the
    user enters something else, your program should
    output an error message and let the user enter a
    new value. Use a do/while loop to make sure the
    user input is successful.
  • B. The factors must be output in increasing
    order. The lowest factor your program should
    report is 2.
  • C. Your program should output 4 factors per line,
    each factor in a field of 10 characters. (Hint
    the number of factors output determines when to
    output endl!)

4
COMP 122 Educational Tutor/ indigohelp
  • COMP 122 Lab 4 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 5 Lab Report and Source Code (DEVRY)
  • Part 1 of this weeks lab will give you an
    opportunity to use the debugging capabilities of
    Visual Studio. Part 2 will present a problem for
    which you will need to create a test plan and
    actually test an executable program to determine
    if it behaves correctly.
  • Part 1 Using the Debugger
  • Week 5 iLab
  • Objectives
  • Apply structured and modular design principles to
    write programs that meet written specifications
    and requirements. Develop a pseudo-code design
    using appropriate program structure (sequence,
    selection, repetition and nesting) to solve a
    given programming problem. Use appropriate
    selection and repetition statements to implement
    the design. Create user-defined functions to
    implement a modular design. Use appropriate
    parameter passing mechanisms for passing data
    into and getting data back from functions. Use
    ostream and iomanip formatting manipulators to
    display tabulated data. Design and implement a
    menu-driven interface.

5
COMP 122 Educational Tutor/ indigohelp
  • COMP 122 Lab 6 Lab Report and Source Code (DEVRY)
  • COMP 122 Lab 7 Lab Report and Source Code (DEVRY)
  • Week 6 iLab
  • You are to design a program that will allow some
    number of grades (up to a max of 100) to be input
    by the user. After the data has been collected,
    your program should calculate and output the mean
    and median of the collected data, as well as the
    sorted grade information.
  • The focus of this lab is on using strings. You
    will have an opportunity to work with both C
    style strings and the string data type. This lab
    also gives you an opportunity to use what you
    have learned previously, including using
    functions, array processing, repetition, and
    selection. You will also have an opportunity to
    work with file input and output.

6
COMP 122 Educational Tutor/ indigohelp
Write a Comment
User Comments (0)
About PowerShow.com