Answer:
non-functional requirement,
Yes they can.
The application loading time is determined by testing system under various scenarios
Explanation:
non-functional requirement are requirements needed to justify application behavior.
functional requirements are requirements needed to justify what the application will do.
The loading time can be stated with some accuracy level after testing the system.
Solution :
Given :
The number of blows is given as :
0 - 6 inch = 4 blows
6 - 12 inch = 6 blows
12 - 18 inch = 6 blows
The vertical effective stress 


Now,

corrected N - value of overburden
effective stress at level of test
0 - 6 inch, 
= 9.86
6 - 12 inch, 
= 14.8
12 - 18 inch, 
= 14.8

= 13.14
= 13
Answer:
a) 159.07 MPa
b) 10.45 MPa
c) 79.535 MPa
Explanation:
Given data :
length of cantilever beam = 1.5m
outer width and height = 100 mm
wall thickness = 8mm
uniform load carried by beam along entire length= 6.5 kN/m
concentrated force at free end = 4kN
first we determine these values :
Mmax = ( 6.5 *(1.5) * (1.5/2) + 4 * 1.5 ) = 13312.5 N.m
Vmax = ( 6.5 * (1.5) + 4 ) = 13750 N
A) determine max bending stress
б =
=
= 159.07 MPa
B) Determine max transverse shear stress
attached below
ζ = 10.45 MPa
C) Determine max shear stress in the beam
This occurs at the top of the beam or at the centroidal axis
hence max stress in the beam = 159.07 / 2 = 79.535 MPa
attached below is the remaining solution
Watts I believe is the answer
Answer:
Explanation:
1. With the operands R0, R1, the program would compute AND operation and ADD operation .
2. The operands could truly be signed 2's complement encoded (i.e Yes) .
3. The overflow truly occurs when two numbers that are unsigned were added and the result is larger than the capacity of the register, in that situation, overflow would occur and it could corrupt the data.
When the result of an operation is smaller in magnitude than the smallest value represented by the data type, then arithmetic underflow will occur.