Directions: Typing make at the command line should create executable named bitflip. Only bitflip.c and Makefile are included in the input unless permission is given for any other files.  Program should have consistent indentation. Code should be readable with good variable and function names. No use of "break or continue statements" except in a switch. Program must exit with a return code of 0 on success and an error code in other cases. The program used getopt to parse the command line. Whenever an error occurs on the command line the user is given the usage statement and an appropriate error message if needed. If the -­o option is used the output will go to a file named as specified without changing the filename at all otherwise it will go to stdout. -e option works as specified using bitwise operations. -f option works as specified using bitwise operations. -a option works as specified using bitwise operations. -s option works as specified using bitwise operations. Program outputs only the original value if none of the bitwise options are included. Program should work as specified with no additional changes or output.     Write a C program called bitflip to run on ocelot which will flip bits in an unsigned integer using the binary representation of the number. The user should input the original integer value between 1 and 20000 inclusive on the command line as well as the desired options. Use an unsigned integer type uint16_t. Output is to the screen or to a file. You must use only bitwise operators for this program. You can shift bits and or use the logical bitwise operators. usage: bitflip [-e] [-f] [-a] [-s] [-o outputfilename] intval Output the new integer number(s) depending on which options are requested (all aperations done on the original intval). Do not use any break or continue statements other than in the switch. You should use getopt for this program to identify the options. The program will always print the starting value on the first line of output and each other value on a new line, clearly identifying it. If the -e option is selected then flip all even bits. If the -f option is selected then flip all odd bits. If the -a option is selected then flip all bits. If the -s option is selected then take the bits and switch them around from right to left. (The rightmost bit becomes the leftmost bit. If the -o option is selected then print the output to an output file instead of to the screen. If an option is included more than once, you can ignore duplicates. Code should be nicely indented and commented. Create a simple Makefile to compile your program into an executable called bitflip. A sample of a run of the program could be something like this: jdoe@ocelot:~/ 135% bitflip -s -a -e -f 391 Value: 391 Even bits flipped: 21714 Odd bits flipped: 43821 All bits flipped: 65144 Switched all bits: 57728

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

Directions:

Typing make at the command line should create executable named bitflip.

Only bitflip.c and Makefile are included in the input unless permission is given for any other files. 

Program should have consistent indentation.

Code should be readable with good variable and function names.

No use of "break or continue statements" except in a switch.

Program must exit with a return code of 0 on success and an error code in other cases.

The program used getopt to parse the command line.

Whenever an error occurs on the command line the user is given the usage statement and an appropriate error message if needed.

If the -­o option is used the output will go to a file named as specified without changing the filename at all otherwise it will go to stdout.

-e option works as specified using bitwise operations.

-f option works as specified using bitwise operations.

-a option works as specified using bitwise operations.

-s option works as specified using bitwise operations.

Program outputs only the original value if none of the bitwise options are included.

Program should work as specified with no additional changes or output.

 

 

Write a C program called bitflip to run on ocelot which will flip bits in an unsigned integer using the binary representation of the number. The user should input the original integer value between 1 and 20000 inclusive on the command line as well as the desired options. Use an unsigned integer type uint16_t. Output is to the screen or to a file. You must use only bitwise operators for this program. You can shift bits and or use the logical bitwise operators.

usage: bitflip [-e] [-f] [-a] [-s] [-o outputfilename] intval

Output the new integer number(s) depending on which options are requested (all aperations done on the original intval). Do not use any break or continue statements other than in the switch.

  • You should use getopt for this program to identify the options.
  • The program will always print the starting value on the first line of output and each other value on a new line, clearly identifying it.
  • If the -e option is selected then flip all even bits.
  • If the -f option is selected then flip all odd bits.
  • If the -a option is selected then flip all bits.
  • If the -s option is selected then take the bits and switch them around from right to left. (The rightmost bit becomes the leftmost bit.
  • If the -o option is selected then print the output to an output file instead of to the screen.
  • If an option is included more than once, you can ignore duplicates.

Code should be nicely indented and commented.

Create a simple Makefile to compile your program into an executable called bitflip.

A sample of a run of the program could be something like this:

jdoe@ocelot:~/ 135% bitflip -s -a -e -f 391
Value: 391
Even bits flipped: 21714
Odd bits flipped: 43821
All bits flipped: 65144
Switched all bits: 57728

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 5 images

Blurred answer
Knowledge Booster
File Input and Output Operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY