CIS 170C ALL iLabs Week 1-7 Programming with Lab DeVry
CIS 170C iLab Week 1 Programming with Lab DeVry
Scenario and 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
Section
Deliverable
Points
Part A
Step 6: Program Listing and Output
15
Part B
Program Listing and Output
15
Part C
Program Listing and Output
15
CIS 170C iLab Week 2 Programming with Lab DeVry
Scenario and 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.
Learning outcomes:
To be able to design program logic using either a flowchart or pseudocode
To be able to define and use data types
To be able to prompt the user for input
To be able to use the assignment statement for calculations
To be able to display output to the console in a formatted manner
To be able to debug a program of syntax and logic errors
To be able to make decisions
Deliverables
Section
Deliverable
Points
Part A
Step 7: Program Listing and Output
20
Part B
Step 7: Program Listing and Output
25
CIS 170C iLab Week 3 Programming with Lab DeVry
You will code, build, and execute a program that will use looping to determine the score for a diver based on individual judge’s 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
Section
Deliverable
Points
Lab 3
Step 6: Program Listing and Output
45
CIS 170C iLab Week 4 Programming with Lab DeVry
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 reference.
Call functions using &.
Write your own functions using value and reference.
Be able to define and use global named constants.
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
Section
Deliverable
Points
Lab 3
Step 6: Program Listing and Output
45
CIS 170C iLab Week 5 Programming with Lab DeVry
Scenario and Summary
You will code, build, and execute two programs requiring arrays and strings. The first program will determine the average score for a group of players and then determine who scored below average. The second program will convert words in a phrase to pig latin.
Learning outcomes:
To be able to explain the need for arrays in a program
To be able to determine the appropriate array data type to use in a given program
To be able to write a program that implements arrays
To be able to explain the way memory is allocated for arrays in a program
To be able to explain the fact that arrays are objects in C++
To be able to write a program that implements strings
Deliverables
Section
Deliverable
Points
Part A
Step 5: Program Listing and Output
20
Part B
Step 5: Program Listing and Output
25
CIS 170C iLab Week 6 Programming with Lab DeVry
Scenario and Summary
You will code, build, and execute an Automated Teller Machine (ATM) Menu Driven Console Application. You will utilize classes in the design of this program.
Learning outcomes:
To be able to explain the need for menus in a program
To be able to determine ways to inplement menus in a Windows console application
To be able to understand the classes and objects used in a Windows console application
To be able to write a Windows console application
Deliverables
Section
Deliverable
Points
Lab 6
Step 5: Program Listing and Output
45
CIS 170C iLab Week 7 Programming with Lab DeVry
Scenario and Summary
You will code, build, and execute a program requiring sequential files to create an address database using .txt files.
Learning outcomes:
Continue using a menu system with console applications.
To be able to write a console application
Demonstrate Entering/Appending, storing, and retrieving records.
Be able to write lines of output to a text file in order to create a report.
Deliverables
Section
Deliverable
Points
Step
Program Listing and Output
Reviews
There are no reviews yet.
Be the first to review “CIS 170C All iLabs Devry” Cancel reply
Reviews
There are no reviews yet.