Answer:
1. C
5.b
Explanation:
1. Is c because it is in the short cut key
5. Is B because it is the last choice
The voltage on a resistor will be "12 V".
According to the given question,
Current,
Power,
As we know the formula,
→ 
or,
→ 
By putting the giving values, we get
→ 
→ 
Thus the solution above is right.
Learn more about voltage here:
brainly.com/question/18883096
Answer:
ooh....
Explanation:
For example, to convert from bar to pounds per square inch you would multiply by 100000 then divide by 6894.757. Or, multiply by 100000/6894.757 = 14.503774. So, to convert directly from bar to pounds per square inch, you multiply by 14.503774.
It would help if there is a programming language in the context of which you need this answered. For instance in Python you can create a program like this:
print(type("Hello"))
print(type(1337))
print(type(True))
print(type("3.14"))
It will return:
<class 'str'>
<class 'int'>
<class 'bool'>
<class 'str'>