Question
Planckās constant has dimensions equivalent to which
of the following?Solution
Planckās constant (denoted as h) has the dimensions of energy Ć time, which can also be written as: Energy = [ML²Tā»Ā²] Time = [T] So, h = [ML²Tā»Ā¹] Now, let's compare with the dimensions of other physical quantities: Torque = Force Ć distance = [MLTā»Ā²] [L] = [ML²Tā»Ā²] Linear impulse = Force Ć time = [MLTā»Ā²] [T] = [MLTā»Ā¹] Angular momentum = Moment of inertia Ć angular velocity = [ML²] [Tā»Ā¹] = [ML²Tā»Ā¹] Force Ć distance² = [MLTā»Ā²] [L²] = [ML³Tā»Ā²] Clearly, only angular momentum has the same dimensions as Planckās constant.
What will be the output of the code
int main(){
int x= 10;
int y=10;
int s=-(-x-y)
cout<
return 0;
}
In a virtual memory system, what is a "page fault"?
Which type of transistor is less susceptible to thermal runaway?
What is the unit of electric current?
Which transport layer protocol provides connection-oriented, reliable, and ordered delivery of data packets between applications?
The result of SQL select statement is?
What is an ER diagram used for?
Which routing protocol is commonly used within an autonomous system (AS) to determine the best path for data packets?
Which distribution is used to model the number of successful outcomes in a fixed number of independent Bernoulli trials?
Which component in the MVC architecture communicates directly with the database?