CIS 170 DEVRY ENTIRE COURSE,CIS 170 DEVRY ENTIRE CLASS,CIS 170 DEVRY TUTORIAL,CIS 170 DEVRY ASSIGNMENT Flashcards

1
Q

DEVRY CIS 170 Entire Course

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-entire-course

For more classes visit
http://www.assignmentclick.com
CIS 170 Entire Course
CIS 170C iLab 1 of 7 Getting Started
CIS 170 iLab 2 of 7 Decisions
CIS 170C iLab 3 of 7 Looping
CIS 170C iLab 4 of 7 Functions
CIS 170C iLab 5 of 7 Arrays and Strings
CIS 170C iLab 7 of 7 Sequential Files
CIS 170C Lab 6 of 7 Menu-Driven Applications
CIS 170 C Final Exam
A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-entire-course

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

DEVRY CIS 170 C iLab 1 of 7 Getting Started

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-1-of-7-getting-started

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 1 of 7 Getting Started
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
Section
Deliverable
Points
use the F5 key (Start Debugging).
Step 3: Create a Source Code File
Now enter the following C++ program exactly as you see it. Use the tab where appropriate. [Note: C++ is case sensitive.] Instead of John Doe, type your name.
#include
using namespace std;
void main()

A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-1-of-7-getting-started

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

DEVRY CIS 170 C iLab 2 of 7 Decisions

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-ilab-2-of-7-decisions

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 2 of 7 Decisions

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.
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 decisionsDeliverables
Section
Deliverable
Points
Part A
Step 7: Program Listing and Output

A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-ilab-2-of-7-decisions

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DEVRY CIS 170 C iLab 3 of 7 Looping

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-3-of-7-looping

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 3 of 7 Looping
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 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
Lab Steps
Preparation:
If you are using the Citrix remote lab, follow the login instructions located on the iLab tab in Course Home.

A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-3-of-7-looping

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

DEVRY CIS 170 C iLab 4 of 7 Functions

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-4-of-7-functions

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 4 of 7 Functions
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
Section
Deliverable
Points
Lab 4
Step 5: Program Listing and Output
45
Lab Steps
Preparation:
A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-4-of-7-functions

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

DEVRY CIS 170 C iLab 5 of 7 Arrays and Strings

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-5-of-7-arrays-and-strings

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 5 of 7 Arrays and Strings
Lab # CIS CIS170C-A5 Lab 5 of 7: Arrays and Strings Lab Overview - Scenario/Summary
You will code, build, and execute two programs requiring arrays and strings.

First program (Video Game Player Program): Determine the average score for a group of players and then determine who scored below average.
Second program (Pig Latin): Convert words in a phrase to pig latin.
A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-5-of-7-arrays-and-strings

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

DEVRY CIS 170 C iLab 6 of 7 Menu-Driven Application

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-lab-6-of-7-menu-driven-application

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 6 of 7 Menu-Driven Application
Lab # CIS CIS170C-A6 Lab 6 of 7: Menu-Driven Application Lab Overview - Scenario/Summary
You will utilize classes in the design of this program.
You will code, build, and execute an Automated Teller Machine (ATM) Menu-Driven Console Application.
Learning outcomes:
To be able to explain the need for menus in a program To be able to determine ways to implement 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 applicationDeliverables
Section
Deliverable
Points
Lab 6

A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-lab-6-of-7-menu-driven-application

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

DEVRY CIS 170 C iLab 7 of 7 Sequential Files

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-7-of-7-sequential-files

For more classes visit
http://www.assignmentclick.com

CIS 170 C iLab 7 of 7 Sequential Files
Lab # CIS CIS170C-A7 Lab 7 of 7: Sequential Files Lab Overview - Scenario/Summary
You will code, build, and execute a program that requires sequential files to create an address database.
Learning Outcomes
Continue using a menu system with console applications 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 reportDeliverables
Section
Deliverable
Points
Step
Program Listing and Output
45
Lab Steps
Preparation:
If you are using the Citrix remote lab, follow the login

A

Check this A+ tutorial guideline at

http://www.assignmentclick.com/cis-170/cis-170-c-ilab-7-of-7-sequential-files

For more classes visit
http://www.assignmentclick.com

How well did you know this?
1
Not at all
2
3
4
5
Perfectly