1 / 6

COMP 122 Devry Material-comp122dotcom

COMP 122 is an online course which provides you to get best results.

devasena96
Download Presentation

COMP 122 Devry Material-comp122dotcom

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. COMP 122 Devry Material-comp122dotcom

  2. COMP 122 DEVRY Material COMP 122 Entire Course (Devry) COMP 122 Lab 1 Lab Report and Source Code (Devry) COMP 122 Lab 1 Lab Report and Source Code COMP 122 Lab 2 Lab Report and Source Code COMP 122 Lab 3 Lab Report and Source Code COMP 122 Lab 4 Lab Report and Source Code COMP 122 Lab 5 Lab Report and Source Code COMP 122 Lab 6 Lab Report and Source Code COMP 122 Week 1 iLab - Part 1 Follow the instructions in COMP 122_W1_iLab_Part1_instructions.docx. COMP 122 Week 1 iLab - Part 2

  3. COMP 122 DEVRY Material COMP 122 Lab 2 Lab Report and Source Code (Devry) COMP 122 Lab 3 Lab Report and Source Code (Devry) Each employee has the following deductions taken from his gross pay: Federal Income Tax: 15% State Tax: 3.5% Social Security + Medicare Tax: 8.5% Health Insurance $75 The output from your program should be structured as is displayed below: Bill Robinson Programming Problem 1 Write a program that generates all the factors of a number entered by the user. For instance, the number 12 has the factors 2 * 2 * 3. This program has the following requirements: A. The user must enter a positive integer. If the user enters something else, your program should output an error message and let the user enter a new value. Use a do/while loop to make sure the user input is successful.

  4. COMP 122 DEVRY Material COMP 122 Lab 4 Lab Report and Source Code (Devry) COMP 122 Lab 5 Lab Report and Source Code (Devry) COMP 122 Week 4 Lab Part 1 Part 1 of this week’s lab will give you an opportunity to use the debugging capabilities of Visual Studio. Part 2 will present a problem for which you will need to create a test plan and actually test an executable program to determine if it behaves correctly. Menu test cases should include all possible valid menu selections and at least one invalid menu selection. Table test cases should include 2.1. Inputs that create tables with various numbers of rows 2.2. At least one temperature that calculates to an exact whole number of degrees (e.g., 0 degrees degrees F). 2.3. Negative starting and ending temperatures.

  5. COMP 122 DEVRY Material COMP 122 Lab 6 Lab Report and Source Code (Devry) COMP 122 Lab 7 Lab Report and Source Code (Devry) Create a program using Visual C++.Net. Make sure to capture a screen shot of your program running your test cases! The best way to do this is to click on the console window you want to capture and then press the Alt and Print Screen keys at the same time. Then paste your captured screen image into your Word document. Your Word document should contain your test cases, the screen shots documenting your test cases, followed by a copy of your source code. Encryption and Decryption Approach Our approach to encryption and decryption involves two strings. The first is an encryption / decryption string which we will allow to be up to 128 lower case alphabetical characters in length. The second string is a line of text from a file that is to be encrypted or decrypted.

  6. COMP 122 DEVRY Material

More Related