Answer:
a) What is the surface temperature, in °C, after 400 s?
T (0,400 sec) = 800°C
b) Yes, the surface temperature is greater than the ignition temperature of oak (400°C) after 400 s
c) What is the temperature, in °C, 1 mm from the surface after 400 s?
T (1 mm, 400 sec) = 798.35°C
Explanation:
oak initial Temperature = 25°C = 298 K
oak exposed to gas of temp = 800°C = 1073 K
h = 20 W/m².K
From the book, Oak properties are e=545kg/m³ k=0.19w/m.k Cp=2385J/kg.k
Assume: Volume = 1 m³, and from energy balance the heat transfer is an unsteady state.
From energy balance: 
Initial temperature wall = 
Surface temperature = T
Gas exposed temperature = 
Answer:
// Program is written in C++ Programming Language
// Comments are used for explanatory purpose
#include<iostream>
using namespace std;
int main ()
{
// Variable declaration
string name;
int numQuestions;
int numCorrect;
double percentage;
//Prompt to enter student's first and last name
cout<<"Enter student's first and last name";
cin>>name; // this line accepts input for variable name
cout<<"Number of question on test"; //Prompt to enter number of questions on test
cin>> numQuestions; //This line accepts Input for Variable numQuestions
cout<<"Number of answers student got correct: "; // Prompt to enter number of correct answers
cin>>numCorrect; //Enter number of correct answers
percentage = numCorrect * 100 / numQuestions; // calculate percentage
cout<<name<<" "<<percentage<<"%"; // print
return 0;
}
Explanation:
The code above calculates the percentage of a student's score in a certain test.
The code is extracted from the Question and completed after extraction.
It's written in C++ programming language
Answer:
Universal Containers uses the Case object to track service tickets. They have implemented Case teams to allow multiple support representatives to manage the Cases. Which two "Filter by owner" options would the user see while creating a list view on the Case object?
Choose 2 answers
A. My Case Teams
B. Roles
C. Public Groups
D. Queue
Correct answer is option A and D
A) My case teams &
D) Queue
Explanation:
Since a case team was implemented to allow multiple support representatives manage the case, the two filter by owner options the user will see are; my case teams and queue.
Queue entails choosing a specific case queue to look at for your view. Which in this case the user will see because the case isn't handled by one person.
In my case teams, cases are filtered to look at only cases where you’re on the case team.
Answer:
kohjhfg do gm gm gm tm yl tm yk 9k umm yk to gm I'm y dm b do di Cy do do do do di du t6
Answer:
The impedance of the circuit depends on the angular frequency of the voltage source.
Explanation:
- In a electric circuit, the magnitude of the impedance, is given by the following expression:

where R = Resistance
Xl = Inductive reactance = ω*L
Xc = Capacitive Reactance = 1/ωC
and ω = angular frequency of the voltage source.
- So, it can be seen that the impedance depends on the value of the constants R,L and C, and on the angular frequency ω.