Answer:
Elastic modulus of steel = 202.27 GPa
Explanation:
given data
long = 110 mm = 0.11 m
cross section 22 mm = 0.022 m
load = 89,000 N
elongation = 0.10 mm = 1 ×
m
solution
we know that Elastic modulus is express as
Elastic modulus =
................1
here stress is
Stress =
.................2
Area = (0.022)²
and
Strain =
.............3
so here put value in equation 1 we get
Elastic modulus =
Elastic modulus of steel = 202.27 ×
Pa
Elastic modulus of steel = 202.27 GPa
Any collection of data or information that has been properly structured for quick search and retrieval by a computer is referred to as a database, often known as an electronic database.
<h3>What is electronic database?</h3>
- Databases are designed to make it easy to save, retrieve, edit, and delete data while carrying out various data-processing tasks. In response to queries, a database management system (DBMS) retrieves data from the database.
- Databases are briefly discussed after that. See computer science: Information systems and databases; information processing for a comprehensive explanation.
- A file or collection of files used to store a database.
- These files' contents can be divided up into records, each of which has one or more fields.
- The fundamental units of data storage are fields, and each field typically contains data related to one feature or attribute of the thing that the database is describing.
- Additionally, records are arranged into tables that contain details on the connections between their various fields.
- A database in the strict sense offers cross-referencing capabilities, despite the fact that the term "database" is used broadly to refer to any collection of information in computer files.
- Users can quickly search, rearrange, organize, and choose the fields in numerous records to access or produce reports on certain data aggregates using keywords and a variety of sorting instructions.
To Learn more About database Refer To :
brainly.com/question/518894
#SPJ1
Answer:
(a) Relative Humidity = 48%,
Specific humidity = 0.0095
(b) Enthalpy = 65 KJ/Kg of dry sir
Specific volume = 0.86 m^3/Kg of dry air
(c/d) 12.78 degree C
(e) Specific volume = 0.86 m^3/Kg of dry air
Answer:
The given grammar is :
S = T V ;
V = C X
X = , V | ε
T = float | double
C = z | w
1.
Nullable variables are the variables which generate ε ( epsilon ) after one or more steps.
From the given grammar,
Nullable variable is X as it generates ε ( epsilon ) in the production rule : X -> ε.
No other variables generate variable X or ε.
So, only variable X is nullable.
2.
First of nullable variable X is First (X ) = , and ε (epsilon).
L.H.S.
The first of other varibles are :
First (S) = {float, double }
First (T) = {float, double }
First (V) = {z, w}
First (C) = {z, w}
R.H.S.
First (T V ; ) = {float, double }
First ( C X ) = {z, w}
First (, V) = ,
First ( ε ) = ε
First (float) = float
First (double) = double
First (z) = z
First (w) = w
3.
Follow of nullable variable X is Follow (V).
Follow (S) = $
Follow (T) = {z, w}
Follow (V) = ;
Follow (X) = Follow (V) = ;
Follow (C) = , and ;
Explanation: