HW3_ Dead Load and Load Tracing
.pdf
keyboard_arrow_up
School
Northern Arizona University *
*We aren’t endorsed by this school
Course
220
Subject
Computer Science
Date
Feb 20, 2024
Type
Pages
3
Uploaded by ColonelJayPerson1032
CM220 INTRO TO STRUCTURES
SPRING 2024
HW 3: Dead Load
and Load Tracing
Ogi Mircic
02/07/24
1 - What Building Code is applicable for this house in the City of Flagstaff?
-
The Building code that is applicable for this house is the
IRC 2006 with City of Flagstaff
Amendments,
which is found on sheet 101.
2 - Determine the following design loads and describe where you found this information
A) Live load
-
The live load is 40 psf for residentials.
B) Roof snow load
-
The roof snow load is 40 psf.
C) Wind speed
-
The wind speed load is 90 mph.
All three of these loads can be found on the top left corner of sheet 101.
3 - Determine Dead Load of 1st floor
A) Determine the dead load of the first floor of the addition
-
To calculate the dead load of the first floor, the framing and flooring must be added
together. The addition of the first floor 2X10 DFL #2 BTR @24" OC, which has a psf of 6.
This information is found on table C3-1.1a of ASCE/SEI 7-22. The weight of one sheet of
4'x8'x1" is 106.2 pounds. To find the psf of the osb on the first floor, one would divide by
32 which would result in 3.318, which would be the psf of the osb on the first floor
addition. By adding these two, the resulting psf on the first floor addition is 9.318.
B) Sketch a cross-section of the floor showing all materials included and their respective
unit weights
-
Your preview ends here
Eager to read complete document? Join bartleby learn and gain access to the full version
- Access to all documents
- Unlimited textbook solutions
- 24/7 expert homework help
Related Questions
please do it now. Thank you
arrow_forward
Classify the following requirement specifications as Functional Requirement (FN), Non-Functional
requirement (NF) or (DR) Domain requirement:
Requirement Type
Requirement Specifications
FR
NF
DR
1.
A user should be able to select a pin on a map or an element on a list.
When a selection is made, the location of the restaurant should be sent to
2.
the mobile phone’s GPS-navigation program.
3.
Help text will be provided in English, French and German.
The Customer Advisor Help desk will support users of "Update Customer"
4.
from 09:00 to 17:00 daily on weekdays only excluding public holidays.
5.
The user should then be navigated to the destination.
When the destination is reached, a user should be able to go back to the
6.
search page on the mobile application.
A user should be able to switch between a map view and a list view for all
7.
search options
The option “Update Customer" may apply up to 3,000 updates per working
8.
day.
The system shall validate all passwords contain upper and…
arrow_forward
The Python code for step 7 is needed. Step 6 has been attached for data reference
arrow_forward
: STONEHENGE ENGINEERING WORKS: Stonehenge Engineering Works is a small company that specializes in complex engineering consulting projects. Most Engineering projects need large data transaction. The company is moving into new offices and ask you to design their data communication network. They are going to have two divisions in two different office sites in the same building, (two story office building)
Engineering division in the first floor : They have a staff of 10 engineers (which is expected to grow over the next five years. And, additional new 15 PCs will be needed ) and the Database for the product development. Engineering division will be using 3D design and online collaborations tools which require large bandwidth and fast data communication.
Management division in the second floor : There are 20 management and clerical employees who also need network connections, but whose needs are less intense. This site has database for the clients as well.
All employees in the…
arrow_forward
(0)
Use the Eclipse IDE to write java code for Functionality for the “Doctor” interface:
• The system should allow a doctor to view their bookings by entering a month and year.
The appearance of the interface is not important as long as the required functionality is provided. That is, you are not expected to implement a fancy looking interface. just ensure it has a home button and a log out button and can be connected to an sql table
arrow_forward
Q# 2:
Case Study 01:
Students of biology department are performing lab task over a digital device which was
developed by a project under Bioinformatics department, during this activity they are
required to monitor/write each numerical readings manually from their experiments
and patients records too. In an interview a biology student said that, "Analysis can be
done if we have 100 readings for three particular tests".
1. Blood Pressure
2. Cholesterol
3. Chest Pain Type
Table 1: Sample data (for understanding)
Object
Name
Blood Cholesterol Chest
pressure in mg/dl
Age Sex
ID
pain
type
Konrad Black 31 | male
Anna White 56 female 120.0
130.0
331.2
45.0
1
5
According to case study 01, what is the data structure you will recommend to handle
these kind of data, explain your answer with authentic arguments?
b. To make working simple for biology students, how do you help them in Analysis
process?
C.
Demonstrate your answers of part (a) and (b) by designing of Algorithm.
arrow_forward
Muscat Auto Workshop is a vehicle service centre located in the city ofMuscat, which provides vehicle maintenance/repair services.The charges of vehicle maintenance/repair are based on the type of the service.
Details of charges are as follow:
Basic Tuning: 50 OMRSoftware Re-installation: 60 OMRParts Replacement: 100 OMRBody Paint: 120 OMR
The workshop offers 10% discounts to the customers who have membership of the service centre.
write a C++ computer program that takes customer’s name, car plate number, membership status(Y/N) and the required service (mentioned above). The program outputs the input data and maintenance charges based on the service provided by the service centre with discount, if applies.
arrow_forward
embedded systems.
using the ieee confrence template, write a documentation about using {texas instruments picolo c2000 microcontroller} to create a (H-Bridge Open Loop Motor Drive) using pwm as a peripheral.
no need to place any images as the main priority is the template and content
arrow_forward
Q5 b part
Please provide detailed solution with explanation and justification asap to get a upvote for Each b part
arrow_forward
STONEHENGE ENGINEERING WORKS: Stonehenge Engineering Works is a small company that specializes in complex engineering consulting projects. Most Engineering projects need large data transaction. The company is moving into new offices and ask you to design their data communication network. They are going to have two divisions in two different office sites in the same building, (two story office building)
Engineering division in the first floor : They have a staff of 10 engineers (which is expected to grow over the next five years. And, additional new 15 PCs will be needed ) and the Database for the product development. Engineering division will be using 3D design and online collaborations tools which require large bandwidth and fast data communication.
Management division in the second floor : There are 20 management and clerical employees who also need network connections, but whose needs are less intense. This site has database for the clients as well.
arrow_forward
Safe Datalog Rule: A Datalog rule is of the form:p :- q1, ..., qn. where n>0 and p is a positive atomic formula and q1, ..., and qn are positive or negative atomic formulas. A positive atomic formula is of the form:r(x1, ..., xm) and a negative atomic formulas of the form:not r(x1, ..., xm) where m>0 and r is a relation name and x1 , ..., xm are either numbers or variables. Relation names and variables are made up of alphabetic letters or digits and start with a lower-case alphabetic letter. Even though the variables are made up of lower and upper-case letters, these should be considered case-insensitive. For example, cno, CNO, cNO, etc all should be treated as the same variable.
Some examples of Datalog rules are given below:
ancestor(x1, y1) :- parent(x1, y1). teaches(tno,cno) :- faculty(tno), course(cno), assigned(tno,cno). p(x,y) :- q(2,x), r(u,45,z), s(a,b,22). p(x,y,z) :- q(x), not r(y,20), s(x,z). A Datalog rule is considered “Safe” if all variables that appear to the left…
arrow_forward
Please help me with this computer architecture HOMEWORK. Its practice homework with designing, etc.
arrow_forward
Develop the following application using PHP programming:
A student grade information system has to be developed which provides an interface to enter the marks of the students. The entered marks are stored in the mySQL database and later a report is generated as follows:
Student ID: S----
Student Name: ---------------
Grade Card
-----------------------------
Subject 1 Grade
Subject 2 Grade
Subject 3 Grade
Subject 4 Grade
Subject 5 Grade
arrow_forward
Dissect the many approaches to handle deadlocks
arrow_forward
in regards to c coding
1.Define a structure to hold material properties. This structure should include the name of the material, its density, its yield strength, and its modulus of elasticity. You'll need to pick the data types and the name of the structure.
2.Define a structure to hold a description of a cylinder. The structure should have two members: radius and height. You'll need to pick their data types and the name of the structure.
3.
If you have a structure called cylinder with members radius and height, how would you write the formula to calculate the volume of a given cylinder? You can work from the code below (remember to use the member operator).
#include <stdio.h>#include <math.h>struct cylinder{ double radius, height;}int main(void){ struct cylinder my_cylin; double volume; /* assume you have values for radius and height in my_cylin members - what does volume equal? */
4.Define a structure to hold important information about a tank to…
arrow_forward
In your original post, answer the following:
Discuss the following about Libraries:
Describe what a Library is, and a programming example where the use of a Library would be beneficial.
Because you will be researching and using outside resources be sure to include APA referencing in your posts.
arrow_forward
Training Loop¶
TO DO - YOUR CODE HERE
Within the training loop, code the four steps to complete the automatic differentiation:
Forward pass
Calculate loss
Send the loss backward thru the network
Use the optimizer to calculate the gradients and update weights
def train_network(model, train_loader, val_loader, optimizer, criterion, max_epochs): min_valid_loss = np.inf val_loss = [] val_acc = [] for epoch in range(max_epochs): train_loss = 0.0 # Training loop for inputs, labels in train_loader: # Transfer Data to device inputs, labels = inputs.to(device), labels.to(device)
# Clear the gradients optimizer.zero_grad() # TO DO: CODE HERE # Forward Pass # Find the Loss # Send Loss backward # Update Weights
# Calculate Loss train_loss += loss.item()…
arrow_forward
Explain strict mode
arrow_forward
Design EERD schema for the system.
arrow_forward
3a. Floating point struct
Define a struct Single that describes the bit layout for a single precision floating point number.
You should be able to compile this definition (using just the gcc -c step), but there is no code to run yet.
You will need to use bit fields in the struct. Notice that you need to consider little endian vs. big endian.
Your submission should answer the following questions about this program:
• Why does endian matter here and not for part 2?
3b. Printing floating point parts
Define a method void printSingle(float f) that will print the parts of the floating point number as distinct values.
A typical output should look like:
For value 3.5, sign=0 exp =128, fraction=11000000000000000000000
To place the float into the struct, use a pointer cast or a union. For example, using a pointer cast to interpret the bits of a floating
point number as an integer, you could say
int i;
*(float *)&i = f;
To print a floating point number in printf, you typically use %f.
Your…
arrow_forward
Dynamic can be defined as:
arrow_forward
Java - Object Oriented ProgrammingPlease solve urgently
arrow_forward
Problem Statement: Consider the statement:
"There is a person x who is a student in CSEN 5303 and has visited Mexico"
Explain why the answer cannot be 3x (S(x) –→ M(x)).
Submission
arrow_forward
Interrupts are system wide events that stop the execution of a currently running process. Examples of interrupts include (but are not limited to) mouse clicks, process termination, key presses, etc. Some interrupts are considered as more important to be handled first then the others. For example, a hardware interrupt such as hard drive read operation has lesser priority than a memory read. In this way, the most appropriate data structure for representing of such events is the priority queue. Demonstrate by writing an algorithm or a flowchart how to insert the following interrupts in a heap so the highest priority element should move out first.
Interrupts
Priorities
INT 0
100
INT 10
51
INT 11
52
INT 21
54
arrow_forward
Computer programming
arrow_forward
SEE MORE QUESTIONS
Recommended textbooks for you
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,
Related Questions
- please do it now. Thank youarrow_forwardClassify the following requirement specifications as Functional Requirement (FN), Non-Functional requirement (NF) or (DR) Domain requirement: Requirement Type Requirement Specifications FR NF DR 1. A user should be able to select a pin on a map or an element on a list. When a selection is made, the location of the restaurant should be sent to 2. the mobile phone’s GPS-navigation program. 3. Help text will be provided in English, French and German. The Customer Advisor Help desk will support users of "Update Customer" 4. from 09:00 to 17:00 daily on weekdays only excluding public holidays. 5. The user should then be navigated to the destination. When the destination is reached, a user should be able to go back to the 6. search page on the mobile application. A user should be able to switch between a map view and a list view for all 7. search options The option “Update Customer" may apply up to 3,000 updates per working 8. day. The system shall validate all passwords contain upper and…arrow_forwardThe Python code for step 7 is needed. Step 6 has been attached for data referencearrow_forward
- : STONEHENGE ENGINEERING WORKS: Stonehenge Engineering Works is a small company that specializes in complex engineering consulting projects. Most Engineering projects need large data transaction. The company is moving into new offices and ask you to design their data communication network. They are going to have two divisions in two different office sites in the same building, (two story office building) Engineering division in the first floor : They have a staff of 10 engineers (which is expected to grow over the next five years. And, additional new 15 PCs will be needed ) and the Database for the product development. Engineering division will be using 3D design and online collaborations tools which require large bandwidth and fast data communication. Management division in the second floor : There are 20 management and clerical employees who also need network connections, but whose needs are less intense. This site has database for the clients as well. All employees in the…arrow_forward(0) Use the Eclipse IDE to write java code for Functionality for the “Doctor” interface: • The system should allow a doctor to view their bookings by entering a month and year. The appearance of the interface is not important as long as the required functionality is provided. That is, you are not expected to implement a fancy looking interface. just ensure it has a home button and a log out button and can be connected to an sql tablearrow_forwardQ# 2: Case Study 01: Students of biology department are performing lab task over a digital device which was developed by a project under Bioinformatics department, during this activity they are required to monitor/write each numerical readings manually from their experiments and patients records too. In an interview a biology student said that, "Analysis can be done if we have 100 readings for three particular tests". 1. Blood Pressure 2. Cholesterol 3. Chest Pain Type Table 1: Sample data (for understanding) Object Name Blood Cholesterol Chest pressure in mg/dl Age Sex ID pain type Konrad Black 31 | male Anna White 56 female 120.0 130.0 331.2 45.0 1 5 According to case study 01, what is the data structure you will recommend to handle these kind of data, explain your answer with authentic arguments? b. To make working simple for biology students, how do you help them in Analysis process? C. Demonstrate your answers of part (a) and (b) by designing of Algorithm.arrow_forward
- Muscat Auto Workshop is a vehicle service centre located in the city ofMuscat, which provides vehicle maintenance/repair services.The charges of vehicle maintenance/repair are based on the type of the service. Details of charges are as follow: Basic Tuning: 50 OMRSoftware Re-installation: 60 OMRParts Replacement: 100 OMRBody Paint: 120 OMR The workshop offers 10% discounts to the customers who have membership of the service centre. write a C++ computer program that takes customer’s name, car plate number, membership status(Y/N) and the required service (mentioned above). The program outputs the input data and maintenance charges based on the service provided by the service centre with discount, if applies.arrow_forwardembedded systems. using the ieee confrence template, write a documentation about using {texas instruments picolo c2000 microcontroller} to create a (H-Bridge Open Loop Motor Drive) using pwm as a peripheral. no need to place any images as the main priority is the template and contentarrow_forwardQ5 b part Please provide detailed solution with explanation and justification asap to get a upvote for Each b partarrow_forward
- STONEHENGE ENGINEERING WORKS: Stonehenge Engineering Works is a small company that specializes in complex engineering consulting projects. Most Engineering projects need large data transaction. The company is moving into new offices and ask you to design their data communication network. They are going to have two divisions in two different office sites in the same building, (two story office building) Engineering division in the first floor : They have a staff of 10 engineers (which is expected to grow over the next five years. And, additional new 15 PCs will be needed ) and the Database for the product development. Engineering division will be using 3D design and online collaborations tools which require large bandwidth and fast data communication. Management division in the second floor : There are 20 management and clerical employees who also need network connections, but whose needs are less intense. This site has database for the clients as well.arrow_forwardSafe Datalog Rule: A Datalog rule is of the form:p :- q1, ..., qn. where n>0 and p is a positive atomic formula and q1, ..., and qn are positive or negative atomic formulas. A positive atomic formula is of the form:r(x1, ..., xm) and a negative atomic formulas of the form:not r(x1, ..., xm) where m>0 and r is a relation name and x1 , ..., xm are either numbers or variables. Relation names and variables are made up of alphabetic letters or digits and start with a lower-case alphabetic letter. Even though the variables are made up of lower and upper-case letters, these should be considered case-insensitive. For example, cno, CNO, cNO, etc all should be treated as the same variable. Some examples of Datalog rules are given below: ancestor(x1, y1) :- parent(x1, y1). teaches(tno,cno) :- faculty(tno), course(cno), assigned(tno,cno). p(x,y) :- q(2,x), r(u,45,z), s(a,b,22). p(x,y,z) :- q(x), not r(y,20), s(x,z). A Datalog rule is considered “Safe” if all variables that appear to the left…arrow_forwardPlease help me with this computer architecture HOMEWORK. Its practice homework with designing, etc.arrow_forward
arrow_back_ios
SEE MORE QUESTIONS
arrow_forward_ios
Recommended textbooks for you
- Operations Research : Applications and AlgorithmsComputer ScienceISBN:9780534380588Author:Wayne L. WinstonPublisher:Brooks ColeMicrosoft Visual C#Computer ScienceISBN:9781337102100Author:Joyce, Farrell.Publisher:Cengage Learning,
Operations Research : Applications and Algorithms
Computer Science
ISBN:9780534380588
Author:Wayne L. Winston
Publisher:Brooks Cole
Microsoft Visual C#
Computer Science
ISBN:9781337102100
Author:Joyce, Farrell.
Publisher:Cengage Learning,