Answer:
//Convert any decimal number to binary number
//Program is written in C++ Programming Language
// Comments are used for explanatory purpose
// Program starts here
#include <iostream>
using namespace std;
// Main Method declared here
int main()
{
int x;
cout<<"Enter any integer number: ";
cin>>x;
DecBin(x);
return 0;
}
// Here a function named DecBin is declared along with an integer variable, x
void DecBin(int x)
{
// Declare an array to store the resulting binary digits
int bindigit[32];
// counter for binary array
int kount = 0;
while (x > 0) {
// Store the remainder of each division in the declared array
bindigit[kount] = x % 2;
x = x / 2;
kount++;
}
// Loop to print the binary digits in reverse order
for (int j = i - 1; j >= 0; j--)
{
cout << bindigit[j];
}
}
// End of Program
Answer:
The oil reduced friction between the moving parts of the skateboard. ( A )
Explanation:
The oil reduced Friction between the moving parts of the skateboard and this is because the reduction in friction between moving parts causes an increase in speed.
Remy will oil the moving parts that connects the wheels of the skateboard to the Board, because this is where the most friction is found. the friction between the wheels and the ground cannot be affected by oiling the wheels
You are going to have to be more specific than that, perhaps add a picture next time ? Unfortunately, this question can’t be answered.
Answer:
True
Explanation:
By definition of steady flow we have

where f(x,y,z,t) is any property of the system under consideration
=> f(x,y,z,t) = constant
Answer:
A. voltage
Explanation:
The rate of heat transfer per unit area in a thermal circuit is equivalent to the voltage in an electrical circuit.
This is because, within an electrical circuit the voltage is supplied by a generator, which can be batteries, batteries, or others. The moment the electrical voltage acts within a circuit, it will consist of the gradient of electrical potential between two points, which will cause the electrons to move from the point with the highest concentration to the point with the lowest concentration (similar to the transfer of heat from the thermal circuit) generating the electric current.