Answer & Explanation:
//written in java
public class Main {
public static void main(String[] args) {
//declare a char variable for a, b, c
char a;
char b;
char c;
//assign a b and c
//a b and c can be replaced for with
// '#', '$', '%', then with '1', '2', '3'
// for further testing
a = 'x';
b = 'y';
c = 'z';
//output for all possible combination for a, b, c.
System.out.println("" + a + b + c + " " + a + c + b + " " + b + a + c +
" " + b + c + a + " " + c + a + b + " " + c + b + a);
}
}
Answer:
Correct option is A - O(x)
Explanation:
Given f(x) = 10 and g(x) = x
Hence f(x) is O g(x)
As such correct answer is O(x) which is option A
Answer:
1.1⁰C
Explanation:
Width W = 5mm = 0.005
Thickness t = 1 mm = 0.001
K = thermal conductivity = 150W/m.K
P = q = heat transfer rate = 4W
We are to find the steady state temperature between the back and the front surface
We have to make these assumptions:
1. There is steady state conduction
2. The heat flow is of one dimension
3. The thermal conductivity is constant
4. The heat dissipation is uniform
We have:
∆t = t*P/k*W²
= (0.001m x 4W)/150x(0.005)²
= 0.004/0.00375
= 1.06667
This is approximately,
1.1⁰C
Thank you!
Answer:
Pattern as in texture is easy to see any flaws in your 3D design.
Explanation: