Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

can you please comment steps so i can follow along, and post screenshots. please and thank you. Program Submission Instructions: You must submit your source

image text in transcribed

image text in transcribed

image text in transcribed

image text in transcribed

can you please comment steps so i can follow along, and post screenshots. please and thank you.

Program Submission Instructions: You must submit your source code file The source code file must be submitted in Webcourses from the assignment page All source code must be in exactly one file of type c, cpp, or java CIS 3360 - Security in Computing Summer 2018 HW #2 Checksum (100 points) In this assignment you'll write a program that calculates the checksum for the text in a file. Your program wil take two command line parameters. The first parameter will be the name of the input file for calculating the checksum. The second parameter will be for the size of the checksum (8, 16 or 32 bits). The program must generate output to the console (terminal) screen as specified below Command Line Parameters 1. Your program must compile and run from the command line. 2. The program executable must be named "checksum" (all lower case, no spaces or file extension) Input the required file names as command line parameters. Your program may NOT prompt the user to enter the file names. The first parameter must be the name of the file used for calculating the checksum, as described below. The second parameter must be the size, in bits, of the checksum. The sample run command near the end of this document contains an example of how the parameters will be entered. 3. 4. Your program should open the two files, echo the processed input to the screen, make the necessary calculations, and then output the ciphertext to the console (terminal) screen in the format described below

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Professional Microsoft SQL Server 2014 Integration Services

Authors: Brian Knight, Devin Knight

1st Edition

1118850904, 9781118850909

More Books

Students also viewed these Databases questions