
Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN: 9780133594140
Author: James Kurose, Keith Ross
Publisher: PEARSON
expand_more
expand_more
format_list_bulleted
Question
thumb_up100%

Transcribed Image Text:YOUR TASK
You need to produce a menu driven software written in C which allow the user to:
a.
Choose to analyse the deflection of a cantilever or a simply supported beam. On selection,
user needs to enter the parameters; E, P, L, w, t and x.
b. Display the calculated I, y, maximum deflections
c. Save the calculated deflection results into a *.txt file
d. Programmer information
END the program
results on-screen.
e.
(Typical value of Young Modulus can be found here:
https://www.amesweb.info/Materials/Modulus-of-Elasticity-Metals.aspx)
Tips:
1. Typical main screen of the program is as shown below.
#### MAIN MENU ####
1. CANTILEVER BEAM WITH END-POINT LOAD
2. SIMPLY SUPPORTED BEAM WITH MID-POINT LOAD
3. About Me
4. EXIT
2. Use the command system ("cls") to clear a displayed screen.
our report should include the following items:
a.
Title page
b. Table of Content
C. Objective
d. Problem description
e. Program flow chart
Results and discussion (how you address the problem, explanations on the written program
and any improvements can be made to the written program)
g. Conclusion
h. Reference
Appendix (program listing)
f.
i.
GOOD LUCK!
![PROBLEM DESCRIPTION
The deflection along x-axis of a uniform cantilever beam when subjected to a concentrated load at the
end (see Figure 1) can be formulated as follow:
Px2
y =
(3L - x)
L.
6EI
+X
(maximum deflection when x = L)
Figure 1
+y
where,
load [N]
length of the beam [m]
beam's Young's Modulus [Pa] (Note: 1 GPa = 10° Pa)
moment of inertia [m*]
beam width [m]
beam thickness [m]
The value of I is obtained from the following formula:
wt3
12
For a simply supported beam with concentrated load in the middle (see Figure 2), the
deflection along the x-axis is given by:
(3L2
- x
4
Px
12EI
y =
P
12EI
(maximum deflection when x = L/2)
L/2
L/2
+x
+y
Figure 2](https://content.bartleby.com/qna-images/question/52f41cd0-f0e5-4d7d-8547-bd3525b0166d/b46cb36e-1796-4d72-b59b-4af047b2b48f/ni5li39_thumbnail.jpeg)
Transcribed Image Text:PROBLEM DESCRIPTION
The deflection along x-axis of a uniform cantilever beam when subjected to a concentrated load at the
end (see Figure 1) can be formulated as follow:
Px2
y =
(3L - x)
L.
6EI
+X
(maximum deflection when x = L)
Figure 1
+y
where,
load [N]
length of the beam [m]
beam's Young's Modulus [Pa] (Note: 1 GPa = 10° Pa)
moment of inertia [m*]
beam width [m]
beam thickness [m]
The value of I is obtained from the following formula:
wt3
12
For a simply supported beam with concentrated load in the middle (see Figure 2), the
deflection along the x-axis is given by:
(3L2
- x
4
Px
12EI
y =
P
12EI
(maximum deflection when x = L/2)
L/2
L/2
+x
+y
Figure 2
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by stepSolved in 3 steps with 1 images

Knowledge Booster
Similar questions
- Must answer correctly this time if you answered wrong this time will directly downvote you.arrow_forwardA and BonlyIn this program, you are asked to write a program in assembly which works as a simple calculator.The program will get two integer numbers, and based on the requested operation, the result shouldbe shown to the user.a. The program should print a meaningful phrase for each input, and the result.i. “Enter the first number”ii. “Enter the second number”iii. “Enter the operation type”iv. “The result is”b. The user should enter 0, 1, and 2 to tell the program the types of operation add, sub, andmultiply, respectively.c. How many registers do you need to implement this program?d. What system calls do you need to write this program?arrow_forwardPython programmingarrow_forward
- program must include a processing loop that allows multiple sets of data to be processed and the program should be terminated when there is no more data to process Develop a program in python that allows the user to enter a start value of 1 to 4, a stop value of 5 to 12 and a multiplier of 2 to 8. The program must display a multiplication table with results using these values. For example, if the user enters a start value of 3, a stop value of 7 and a multiplier value of 3, the table should be displayed as follows: Multiplication Table 3 x 3 = 9 3 x 4 = 12 3 x 5 = 15 3 x 6 = 18 3 x 7 = 21 Run the program with the following values: Start Stop Multiplier 2 10 4 4 12 6arrow_forwardvi) In C# programming language, create a program to take input three integers x, y, and z and print their product in the output.arrow_forwardC-64 BASIC and C-64 Assembly Language Write a quick program in C-64 BASIC that will create a variable, and assign it with the decimal value ‘63’. The program will add ‘1’ to this variable and print the result, all in BASIC. Using Assembly, load the program it into $0800, and from the C64 prompt, use the ‘sys’ command to run it. You don’t have to output the result to the screen, instead, store the result in location $0840.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Computer Networking: A Top-Down Approach (7th Edi...Computer EngineeringISBN:9780133594140Author:James Kurose, Keith RossPublisher:PEARSONComputer Organization and Design MIPS Edition, Fi...Computer EngineeringISBN:9780124077263Author:David A. Patterson, John L. HennessyPublisher:Elsevier ScienceNetwork+ Guide to Networks (MindTap Course List)Computer EngineeringISBN:9781337569330Author:Jill West, Tamara Dean, Jean AndrewsPublisher:Cengage Learning
- Concepts of Database ManagementComputer EngineeringISBN:9781337093422Author:Joy L. Starks, Philip J. Pratt, Mary Z. LastPublisher:Cengage LearningPrelude to ProgrammingComputer EngineeringISBN:9780133750423Author:VENIT, StewartPublisher:Pearson EducationSc Business Data Communications and Networking, T...Computer EngineeringISBN:9781119368830Author:FITZGERALDPublisher:WILEY

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 Engineering
ISBN:9780124077263
Author:David A. Patterson, John L. Hennessy
Publisher:Elsevier Science

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
Computer Engineering
ISBN:9781337093422
Author:Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:Cengage Learning

Prelude to Programming
Computer Engineering
ISBN:9780133750423
Author:VENIT, Stewart
Publisher:Pearson Education

Sc Business Data Communications and Networking, T...
Computer Engineering
ISBN:9781119368830
Author:FITZGERALD
Publisher:WILEY