CIS 170 NERD Learn by Doing/cis170nerd.com - PowerPoint PPT Presentation

About This Presentation
Title:

CIS 170 NERD Learn by Doing/cis170nerd.com

Description:

CIS 170 NERD course is a grassroots open education project with a model for lifelong learning. – PowerPoint PPT presentation

Number of Views:6
Slides: 11
Provided by: munna50

less

Transcript and Presenter's Notes

Title: CIS 170 NERD Learn by Doing/cis170nerd.com


1
CIS 170 NERD Learn by Doing/cis170nerd.com

2
CIS 170 NERD Learn by Doing
  • CIS 170 Entire Course (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  •  
  • CIS170C All iLabs 1,2,3,4,5,6,7 Devry University

3
CIS 170 NERD Learn
by Doing
  • CIS 170 iLab 2 of 7 Decisions (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  •  
  • Lab CIS CIS170C-A2 Lab 2 of 7 Decisions Lab
    Overview - Scenario/Summary
  • You will code, build, and execute two programs
    requiring decisions. The first program will
    determine the smaller of two numbers input on the
    screen. The second program will calculate the
    shipping charge based on the purchase amount
    input on the screen.

4
CIS 170 NERD Learn by
Doing
  • CIS 170C iLab 1 of 7 Getting Started (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  •  
  • Lab 1 of 7 Getting Started (Your First C
    Programs) Lab Overview - Scenario/Summary
  • Welcome to Programming with C. The purpose of
    this three-part lab is to walk you through the
    following tutorial to become familiar with the
    actions of compiling and executing a C program.
  • In general, this lab will instruct you on
  • how to create a project how to enter and save a
    program how to compile and run a program how
    to, given a simple problem using input and
    output, code and test a program that meets the
    specifications and how to debug a simple program
    of any syntax and logic errors.Deliverables

5
CIS 170 NERD Learn by
Doing
  • CIS 170C iLab 3 of 7 Looping (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  •  
  • Lab CIS CIS170C-A3 Lab 3 of 7 Looping Lab
    Overview Scenario/Summary
  • You will code, build, and execute a program that
    will use looping to determine the score for a
    diver based on individual judges scores.
  • Learning outcomes
  • Become familiar with the different types of
    looping structures. Be able to debug a program of
    syntax and logic errors. Be able to use the debug
    step-into feature to step through the logic of
    the program and to see how the variables change
    values.Deliverables

6
CIS 170 NERD Learn by
Doing
  • CIS 170C iLab 4 of 7 Functions (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  •  
  • Lab CIS CIS170C-A4 Lab 4 of 7 Functions Lab
    Overview Scenario/Summary
  • You will code, build, and execute a program that
    simulates the dialing of a phone using functions.
  • Learning outcomes
  • Distinguish between pass by value and by
    reference. Call functions using . Write
    functions using value and reference. Be able to
    define and use global named constants. Be able to
    debug a program with syntax and logic errors. Be
    able to use the debug step-into feature to step
    through the logic of the program and to see how
    the variables change values.Deliverables

7
CIS 170 NERD Learn by
Doing
  • CIS 170C iLab 5 of 7 Arrays and Strings (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  • Step 2 Processing Logic
  • Using the pseudocode below, write the code that
    will meet the requirements.
  • Main Function
  • Declare the player name and score arrays, number
    of players, and average score.
  • Call the InputData function
  • Call the DisplayPlayerData function
  • Call the CalculateAverageScore function and
    assign the returned value in average score
  • Call the DisplayBelowAverage function

8
CIS 170 NERD Learn by
Doing
  • CIS 170C iLab 7 of 7 Sequential Files (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  • Step 4 Compile and Execute
  • a) Compile your program. Eliminate all the syntax
    errors.
  • b) Build your program and verify the results of
    the program. Make corrections to the program
    logic, if necessary, until the results of the
    program execution are what you expect.
  • Step 5 Print Screenshots and Program
  • Capture a screen print of your output. (Do a
    print screen and paste into an MS Word document.)
    Copy your code and paste it into the same MS Word
    document that contains the screen print of your
    output. Save the Word document as
    Lab07_LastName_FirstInitial.
  • END OF LAB

9
CIS 170 NERD Learn by
Doing
  • CIS 170C Lab 6 of 7 Menu-Driven Application
    (Devry)
  • FOR MORE CLASSES VISIT
  • www.cis170nerd.com
  • Create a Test Menu class
  • For main method and to call the Menu Driven class
  • Create a MenuBuilder Class
  • This will be where you create statements for the
    following
  • 1. Check balance
  • 2. Make withdrawal
  • 3. Make deposit
  • 4. View account information
  • 5. View statement
  • 6. View bank information
  • 7. Exit

10
CIS 170 NERD
Learn by Doing
Write a Comment
User Comments (0)
About PowerShow.com