• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/3

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

3 Cards in this Set

  • Front
  • Back

CIS 115 Week 1 Lab 1 (DEVRY)


CIS 115 Week 1 Lab 1 (DEVRY)


A. Lab #: CIS CIS 115-A1


B. Lab 1 of 1 :


Fireworks Stand Checkout


C. Lab Overview – Scenario / Summary:


TCO #4



Given a simple business problem that requires one or more decisions, create a solution algorithm that uses decisions with logical and relational expressions.


TCO #5



Given a simple business program that requires iteration, create a solution algorithm that employs loops.


TCO #9



Given a program with logic errors that is intended as a solution to a simple business problem, employ debugging diagnostics to remove and correct the errors.


Scenario:


Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a FOR loop on this lab is not allowed. Let’s keep the rules simple.


1) Accept the dollar value of each item purchased from the user until the user is finished.


2) When purchases are complete, enter a sentinel value of -1 (indicating the user has finished).


3) If more the item purchased is 50.00 or more, give your customer a 10% discount on their item purchased.


4) Display all of the purchases to the customer with the original price and the discount price.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.


D. Deliverables:


Deliverable


Points


Fireworks IPO Model


10


Fireworks Pseudocode


20


Fireworks Flowchart


20


CIS 115 Week 1 Lab 1 (DEVRY)



http://www.fres-courses.com/product/cis-115-week-1-lab-1-devry

CIS 115 Week 1 Lab 1 (DEVRY)


A. Lab #: CIS CIS 115-A1


B. Lab 1 of 1 :


Fireworks Stand Checkout


C. Lab Overview – Scenario / Summary:


TCO #4



Given a simple business problem that requires one or more decisions, create a solution algorithm that uses decisions with logical and relational expressions.


TCO #5



Given a simple business program that requires iteration, create a solution algorithm that employs loops.


TCO #9



Given a program with logic errors that is intended as a solution to a simple business problem, employ debugging diagnostics to remove and correct the errors.


Scenario:


Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a FOR loop on this lab is not allowed. Let’s keep the rules simple.


1) Accept the dollar value of each item purchased from the user until the user is finished.


2) When purchases are complete, enter a sentinel value of -1 (indicating the user has finished).


3) If more the item purchased is 50.00 or more, give your customer a 10% discount on their item purchased.


4) Display all of the purchases to the customer with the original price and the discount price.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.


D. Deliverables:


Deliverable


Points


Fireworks IPO Model


10


Fireworks Pseudocode


20


Fireworks Flowchart


20


CIS 115 Week 1 Lab 1 (DEVRY)



http://www.fres-courses.com/product/cis-115-week-1-lab-1-devry

CIS 115 Week 1 Lab 1 (DEVRY)


A. Lab #: CIS CIS 115-A1


B. Lab 1 of 1 :


Fireworks Stand Checkout


C. Lab Overview – Scenario / Summary:


TCO #4



Given a simple business problem that requires one or more decisions, create a solution algorithm that uses decisions with logical and relational expressions.


TCO #5



Given a simple business program that requires iteration, create a solution algorithm that employs loops.


TCO #9



Given a program with logic errors that is intended as a solution to a simple business problem, employ debugging diagnostics to remove and correct the errors.


Scenario:


Your algorithm will keep track of a customer’s purchases at the local fireworks stand. Customers will not know exactly how many items they will purchase, so using a FOR loop on this lab is not allowed. Let’s keep the rules simple.


1) Accept the dollar value of each item purchased from the user until the user is finished.


2) When purchases are complete, enter a sentinel value of -1 (indicating the user has finished).


3) If more the item purchased is 50.00 or more, give your customer a 10% discount on their item purchased.


4) Display all of the purchases to the customer with the original price and the discount price.


Be sure to THINK about the logic and design first (IPO chart and pseudocode), then code the Visual Logic command line processing.


D. Deliverables:


Deliverable


Points


Fireworks IPO Model


10


Fireworks Pseudocode


20


Fireworks Flowchart


20