Answer:
a socket can be driven by a flexible head socket wrench, I believe
Let “w” and “L” be the width and length of the rectangle. “p” and “a” are perimeter and area
For python,
w=int(input(“width”))
l=int(input(“length”))
a= w*l
p=2*w+2*l
print(str(a), str(p)
Answer:
A) True
Explanation:
Yes this is true when length is creases the heat transfer coefficient decease with length.
The heat transfer(h) coefficient is varying with x by given expression
For Laminar flow

For turbulent flow

But when flow is in transitional state the heat heat transfer(h) coefficient is increases with x.But for laminar as well as turbulent flow h is decrease when x increases.
Answer:
RAM, which stands for random access memory, and ROM, which stands for read-only memory, are both present in your computer. RAM is volatile memory that temporarily stores the files you are working on. ROM is non-volatile memory that permanently stores instructions for your computer.
Explanation: