SlideShare a Scribd company logo
1 of 2
SOLUTIONJUG.COM
CIS 170 WEEK 4 – ILAB 4 OF 7
CLICK HERE TO GET THE SOLUTION !!!!!!!
Scenario/Summary
You will code, build, and execute a program that simulates the dialing of a phone using methods.
Deliverables
Submit the following to this week’s Dropbox:
 A zipped Visual Studio project folder for each programming exercise. Refer to the Deliverables section of the
Week 1 iLab page for detailed instructions on how to zip a project folder.
 A single MS Word file named YourLastName_Lab1_ex1.docx containing the following items:
 The source code for each program in the lab: Your source code should use proper indentation, include
meaningful comments, and be error free. Start each with a specification that includes your name, the lab
and exercise number, and a description of what the program accomplishes, similar to this:/* Specification:
First Name Last Name
Lab 1 Exercise #
This program does X */
 Labeled screenshot(s) of the output windows for each program, showing that each program produces correct
results
NOTE: A screenshot of a window can be created by first clicking on it to activate it. Next, press the key or
key combination your specific computer uses to do a “print screen” (typically the Prnt Scrn or Prnt key in
combination with the ctrl or FN key). Then, click the MS Word “paste” option to paste the screenshot into
the MS Word file.
Objectives and Grading
Lab Objectives:
 Distinguish between by value, by ref, and out parameter types.
 Call class methods using by value, by ref, and out parameters.
 Write your own class methods using by value, by ref, and out parameters.
 To be able to define and use global named constants
 To be able to debug a program of syntax and logic errors
 To 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
Your lab grade will be based upon:
 the formatting of your source code;
 the use of meaningful identifiers;
 the extent of internal documentation; and
 the degree to which an exercise’s specifications are met.
Preparation:
If you are using the Citrix remote lab, follow the login instructions located in the iLab tab in Course Home.
iLab Steps
SKIPPED
CLICK HERE TO GET THE SOLUTION !!!!!!!

More Related Content

Featured

How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
ThinkNow
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
Kurio // The Social Media Age(ncy)
 

Featured (20)

Product Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage EngineeringsProduct Design Trends in 2024 | Teenage Engineerings
Product Design Trends in 2024 | Teenage Engineerings
 
How Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental HealthHow Race, Age and Gender Shape Attitudes Towards Mental Health
How Race, Age and Gender Shape Attitudes Towards Mental Health
 
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdfAI Trends in Creative Operations 2024 by Artwork Flow.pdf
AI Trends in Creative Operations 2024 by Artwork Flow.pdf
 
Skeleton Culture Code
Skeleton Culture CodeSkeleton Culture Code
Skeleton Culture Code
 
PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024PEPSICO Presentation to CAGNY Conference Feb 2024
PEPSICO Presentation to CAGNY Conference Feb 2024
 
Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)Content Methodology: A Best Practices Report (Webinar)
Content Methodology: A Best Practices Report (Webinar)
 
How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024How to Prepare For a Successful Job Search for 2024
How to Prepare For a Successful Job Search for 2024
 
Social Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie InsightsSocial Media Marketing Trends 2024 // The Global Indie Insights
Social Media Marketing Trends 2024 // The Global Indie Insights
 
Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024Trends In Paid Search: Navigating The Digital Landscape In 2024
Trends In Paid Search: Navigating The Digital Landscape In 2024
 
5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary5 Public speaking tips from TED - Visualized summary
5 Public speaking tips from TED - Visualized summary
 
ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd ChatGPT and the Future of Work - Clark Boyd
ChatGPT and the Future of Work - Clark Boyd
 
Getting into the tech field. what next
Getting into the tech field. what next Getting into the tech field. what next
Getting into the tech field. what next
 
Google's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search IntentGoogle's Just Not That Into You: Understanding Core Updates & Search Intent
Google's Just Not That Into You: Understanding Core Updates & Search Intent
 
How to have difficult conversations
How to have difficult conversations How to have difficult conversations
How to have difficult conversations
 
Introduction to Data Science
Introduction to Data ScienceIntroduction to Data Science
Introduction to Data Science
 
Time Management & Productivity - Best Practices
Time Management & Productivity -  Best PracticesTime Management & Productivity -  Best Practices
Time Management & Productivity - Best Practices
 
The six step guide to practical project management
The six step guide to practical project managementThe six step guide to practical project management
The six step guide to practical project management
 
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
Beginners Guide to TikTok for Search - Rachel Pearson - We are Tilt __ Bright...
 
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
Unlocking the Power of ChatGPT and AI in Testing - A Real-World Look, present...
 
12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work12 Ways to Increase Your Influence at Work
12 Ways to Increase Your Influence at Work
 

Cis 170 ilab 4 of 7

  • 1. SOLUTIONJUG.COM CIS 170 WEEK 4 – ILAB 4 OF 7 CLICK HERE TO GET THE SOLUTION !!!!!!! Scenario/Summary You will code, build, and execute a program that simulates the dialing of a phone using methods. Deliverables Submit the following to this week’s Dropbox:  A zipped Visual Studio project folder for each programming exercise. Refer to the Deliverables section of the Week 1 iLab page for detailed instructions on how to zip a project folder.  A single MS Word file named YourLastName_Lab1_ex1.docx containing the following items:  The source code for each program in the lab: Your source code should use proper indentation, include meaningful comments, and be error free. Start each with a specification that includes your name, the lab and exercise number, and a description of what the program accomplishes, similar to this:/* Specification: First Name Last Name Lab 1 Exercise # This program does X */  Labeled screenshot(s) of the output windows for each program, showing that each program produces correct results NOTE: A screenshot of a window can be created by first clicking on it to activate it. Next, press the key or key combination your specific computer uses to do a “print screen” (typically the Prnt Scrn or Prnt key in combination with the ctrl or FN key). Then, click the MS Word “paste” option to paste the screenshot into the MS Word file. Objectives and Grading Lab Objectives:  Distinguish between by value, by ref, and out parameter types.  Call class methods using by value, by ref, and out parameters.  Write your own class methods using by value, by ref, and out parameters.  To be able to define and use global named constants  To be able to debug a program of syntax and logic errors  To 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 Your lab grade will be based upon:  the formatting of your source code;  the use of meaningful identifiers;  the extent of internal documentation; and  the degree to which an exercise’s specifications are met.
  • 2. Preparation: If you are using the Citrix remote lab, follow the login instructions located in the iLab tab in Course Home. iLab Steps SKIPPED CLICK HERE TO GET THE SOLUTION !!!!!!!