Answer:
Explanation:
Given:
Tooth Number, N = 24
Diametral pitch pd = 12
pitch diameter, d = N/pd = 24/12 = 2in
circular pitch, pc = π/pd = 3.142/12 = 0.2618in
Addendum, a = 1/pd = 1/12 =0.08333in
Dedendum, b = 1.25/pd = 0.10417in
Tooth thickness, t = 0.5pc = 0,5 * 0.2618 = 0.1309in
Clearance, c = 0.25/pd = 0.25/12 = 0.02083in
Answer:
The statement can be written as
int result = cube(4);
Explanation:
A function is a block of reusable codes to perform some tasks. For example, the function in the question is to calculate the cube of a number.
A function can also operate on one or more input value (argument) and return a result. The <em>cube </em>function in the question accept one input value through its parameter <em>number </em>and the <em>number</em> will be multiplied by itself twice and return the result.
To call a function, just simply write the function name followed with parenthesis (e.g. <em>cube()</em>). Within the parenthesis, we can include zero or one or more than one values as argument(s) (e.g. <em>cube(4)</em>).
We can then use the "=" operator to assign the return output of the function to a variable (e.g. <em>int result = cube(4)</em>)
Answer:
0.304 L of Freon is needed
Explanation:
Q = mCT
Q is quantity of energy that must be removed = 47 BTU = 47×1055.06 = 49587.82 J
C is specific heat of Freon = 74 J/mol.K = 74 J/mol.K × 1 mol/120 g = 0.617 J/g.K
T is temperature in the area of Mars = 189 K
m = Q/CT = 49587.82/(0.617×189) = 452.23 g = 452.24/1000 = 0.45223 kg
Density of Freon = specific gravity of Freon × density of water = 1.49 × 1000 kg/m^3 = 1490 kg/m^3
Volume of Freon = mass/density = 0.45223/1490 = 0.000304 m^3 = 0.000304×1000 = 0.304 L
Answer:
a)5.28 Å , b)3.73 Å , c)3.048 Å
Explanation:
the atoms are situated only at the corners of cube.Each and every atom in simple cubic primitive at the corner is shared with 8 adjacent unit cells.
Therefore, a particular unit cell consist only 1/8th part of an atom.
The lattice constant of a simple cubic primitive cell is 5.28 Å
We know formula of distance,
d = 
a)(100)
a=5.28 Å
Distance =
=5.28 Å
b)(110)
Distance =
= 3.73 Å
c)(111)
Distance=
= 3.048 Å
Answer:
The entity relationship (ER) data model has existed for over 35 years. It is well suited to data modelling for use with databases because it is fairly abstract and is easy to discuss and explain. ER models are readily translated to relations. ER models, also called an ER schema, are represented by ER diagrams.