Coding Help

Write a original C program that runs on ocelot for a tuition calculator using only the command line options. You must use getopt to parse the command line.
The calculator will do a base tuition for enrollment and then will add on fees for the number of courses, for the book pack if purchased for parking fees, and for out of state tuition.
Usage: tuition [-bs] [-c cnum] [-p pnum] base
The variable base is the starting base tuition where the base should be validated to be an integer between 1000 and 4000 inclusive. It would represent a base tuition for enrolling in the school and taking 3 courses. Error message and usage shown if not valid.
The -c option cnum adds that number of courses to the number of courses taken and a fee of 300 onto the base. The cnum should be a positive integer between 1 and 4 inclusive. Error message and usage shown if not valid.
The -s adds 25% to the base including the extra courses for out of state tuition.
The -b option it would represent a per course fee of 50 on top of the base for the book pack. Remember to include the original 3 courses and any additional courses.
The -p adds a fee indicated by pnum to the base. This should be a positive integer between 25 and 200. Error message and usage shown if not valid.
Output should have exactly 2 decimal places no matter what the starting values are as we are talking about money.
If -c is included, it is executed first. If -s is included it would be executed next. The -b would be executed after the -s and finally the -p is executed.
There will be at most one of each option, if there are more than one you can use the last one in the calculation.
Create a simple Makefile to compile your program into an executable called tuition.
Test your program with the following command lines and take a screenshot after running the lines. The command prompt should be viewable.
tuition -b 2000result: 2150.00

tuition -b -c 2 -p 25 4000result: 4875.00

tuition -s -c 1 -p 50 -b 2000result: 3125.00

tuition -p 200result: missing base

Embeded Systems C Programming. Flow Chart and C. Code

PLEASE READ BEFORE BIDDING!
Please read the attached document, scroll down to 4.3(h) and 4.4
>>I need help with QUESTION 4.3 (h)> (flow chart) and the rest of Question 4.4 the .c code”
BID ONLY IF YOU UNDERSTAND THE CONTENT AND ARE ABLE TO SOLVE THIS 100 CORRECTLY%!!!!
!!!!! I need the solution for “Question 4.3 (h)” withing the next “3 HOURS”
4.3(h): Read through the questions in Section 4.4 and draw a flow chart that describes the FULL final program operation.
The code for the question 4.4 can be given later before the deadline

lease Bid only if you understand the content 100%

I want to build a system in C programming language

I want to build a system that teaches students how to implement fundamentals of computer networks experiments in the C programming language (by implementing 14 experiments)
The system has two sides
The students’ side:
The system must display all the names of all the attached experiments, numbered.
The student chooses the experiment he wants to perform with its number.
The steps for implementing the experiment will appear numbered from the first step to the last step.
Under the last step of each experiment please put a YouTube link for how to implement the experiment: (you will find the links below)
The link must be operable after that.
There must be an email subsystem within this system so that the student can deliver the experiment or his work to the teacher:
The email subsystem must be able to attach Cisco Packet Tracer files.
The teacher side:
The teacher should be able to display the students’ work via e-mail.
being able to give each student a grade and feedback:
The grade and the feedback should be shown to the student’s side.
Note: the email subsystem must be within the overall system, not a link.
The steps of implementing each experiment are attached (you must check it, you will find it in the other attached word file it can help you/ only for your information)
The links to implementing each experiment: (15 links=14 experiments)
Lab 1 link: https://youtu.be/Kx6i9gwNS3w
Lab 2 link: https://youtu.be/AlR-zK2VaMM
Lab 3 link: https://youtu.be/sBbGcKHpuYE
Lab 4 link: https://youtu.be/Uw8FSXx4dnU
Lab 5 link: https://youtu.be/hUKIswKH0HI
Lab 6 a link: https://youtu.be/LmNrfR7i0i0
Lab 6 b link: https://youtu.be/vlbJX9DyfWg
Lab 7 link: https://youtu.be/DVV_0nKl30Q
Lab 8 link: https://youtu.be/9Ue90V4HtLM
Lab 9 link: https://youtu.be/ziDv9esbEG0
Lab 10 link: https://youtu.be/lVbx_4gzdwk
Lab 11 link: https://youtu.be/fpeMCuCKgHA
Lab 12 link: https://youtu.be/z-9Nsa2N0Dc
Lab 13 link: https://youtu.be/pqsJyUfhe24
Lab 14 link: https://youtu.be/PAfZJKxsvPk

Comput Org

RESEARCH PAPER INFORMATION
General guidelines:
1. A list of topics is given below from which you can pick and start researching. You can
also contact the instructor with a suggested topic if the list of topics given by the
instructor below does not satisfy your research goals. In all cases, the topic has to be
approved by the instructor first.
2. The research paper must use APA style, have a minimum length, and be original with
regard to ideas, findings, and suggestions.
Specific guidelines:
1. Start researching and working on the paper as early as possible. Leaving all the work
for the end of the semester is not going to work and the content quality will be poor or
incomplete, resulting in a very low or failing grade.
2. If, after you checked thoroughly the list of topics below, you think that it does not
meet your expectations or satisfy your research goals/needs, you will have to email
your instructor immediately with your proposed topic and the reason why you choose
this specific topic. You must notify the instructor first to get his approval before you
start working on the research paper.
3. . The paper should follow the APA style. You can find more information here:
https://owl.purdue.edu/owl/research_and_citation/a…
ml
4. Length: Minimum 3000 words (this is approximately equal to 12 double spaced
pages, or 6 single spaced pages).
5. You must include references at the end of your paper (these pages will not count as
part of your paper’s length).
6. Content, ideas, observations, comments, and conclusions should be ORIGINAL.
Paper will be scanned through plagiarism-detection software (SafeAssign).
7. The paper can be submitted from within the Blackboard module “Research Paper”.
8. The paper is due on May 6th, 2022. No extensions of the due date will be given for
anyone and for any reason. Early submissions are welcome but late submissions (after
the due date) will not be accepted.
9. Rubric for the paper:
a. Content organization and structure (30%): The paper should use the APA style and
follow all the requirements of a Research paper based on the APA rules.
b. Content Originality (30%): This will be determined based on SafeAssign results
and on my personal evaluation.
c. Length and Content Quality (30%): Minimum should be 3000 words. The content
should present original ideas, suggestions, findings, conclusions, and comments and
not just reproduce the information found on the Internet or an outside source.
d. Bibliography (10%): All papers should include a bibliography at the end of the
paper. The bibliography should follow the APA style.

TOPIC: Arithmetic
Although you might think that almost everything that there is to know about binary
arithmetic has been discovered by now, new ideas are still appearing! Review some
techniques for building fast adders, multipliers, dividers, etc. Alternatively, you could
review techniques for implementing more complex calculations such as FFTs, FIR filters,
etc. directly in hardware.

Use MongoDB server to finish the work

The main goal for this assignment is to gain familiarity
with MongoDB, a document data store that belongs to the NoSQL family. You will use
the mongo shell and type commands to complete this assignment. MongoDB Shell is
the quickest way to connect, configure, query, and work with your MongoDB
database.
Follow the word Doc to finish the each step.

i need help with 3 questions about each question 200 words.

first question :
*ESSAY – Please answer one (1) of the three (3) questions below. (Applicant must use complete sentences with proper grammar, punctuation, and spelling. Answer must be between 100-200 words.) – Answer 1 time..
Tell us about a time you failed and what you learned from that experience.-OR-2. Describe a time or event in your life that has helped shape who you have become as a person.-OR-3. Explain a family, social or school situation in which your leadership made a difference. What was accomplished?
second question :

CAREER GOALS – Answer 1 time.

*Tell us about what you’re studying and how it aligns with your future career goals. (Answer must be between 100-200 words.

third question :
FINANCIAL SITUATION – Answer 1 time.
*How will a scholarship help you reach your educational goals? Please explain your financial situation while studying at Grossmont/Cuyamaca College. (Answer must be between 100-200 words.)

javascript node.js program

Create a file called artists.js (or a node project) that will scrape the provided url: http://www.popvortex.com/music/charts/top-rap-songs.php and send an email of all artists

javascript program

create a program that will scrape this website http://www.popvortex.com/music/charts/top-rap-song… and get the artists (features are included) and the songs. and send an email of all artists

CMSC 405 Project 4

Project 4
WebGL 3D Project
Overview
In this project you will create a unique 3D animated scene composed of WebGL graphic components.
The scene should include animation, lighting, textures, frame buffers and multiple objects.
Requirements:
1. Using WebGL create a unique 3D animated scene. The scene has the following specifications:
a. Size: minimum 640×480
b. Includes at least 10 different objects.
c. Uses multiple lighting effects on different materials
d. Uses multiple textures
e. Includes radio buttons, slider bars or other widgets to turn on or off certain components
of the animation.
f. Uses frame buffers to organize the memory resources that are needed to render the
scene.
2. Use WebGL
3. All JavaScript source code should be written using Google JavaScript style guide.(
http://google.github.io/styleguide/jsguide.html)
4. Prepare, conduct and document a test plan verifying your application is working as expected.
This plan should include a test matrix listing each method you tested, how you tested it, and the
results of testing
Deliverables:
1. All JavaScript source code used for this project. Code should adhere to the Google Javascript
style guide.
2. Word or PDF file demonstrating with clearly labeled screen captures and associated well-written
descriptions, the successful execution of your 3D WebGL animated scene. The document should
be well-written, well-organized, include your test plan, include page numbers, captions for all
screen captures, and a title page including your name, class, section number and date.
References should be included for all sources used and formatted in APA style.

CMSC 405 Discussion question

Using the examples provides in chapter 6, provide a simple unique 2D animated scene that uses transformation to assist in the resulting animation.
Share your code and screen captures of your graphic. For your code, be sure to rename it .txt as all .html files are edited by LEO. You could also, submit it as a .zip file to avoid the issue as well.