Answer:
a)
The crack and connecting rod is used in the design of car.This mechanism is known as slider -crank mechanism.
Components:
1.Inlet tube
2. Wheel
3. Exhaust
4. Engine
5.Air tank
6.Pressure gauge
7.Stand
8. Gate valve
b)
The efficiency of air engine is less as compare to efficiency of electric engine and this is not ecofriendly because it produce green house gases.These gases affect the environment.
c)
it can run around 722 km when it is full charge.
Answer:
"Macro Instruction"
Explanation:
A macro definition is a rule or pattern that specifies how a certain input sequence should be mapped to a replacement output sequence according to a defined procedure. The mapping process that instantiates a macro use into a specific sequence is known as macro expansion.
It is a series of commands and actions that can be stored and run whenever you need to perform the task. You can record or build a macro and then run it to automatically repeat that series of steps or actions.
Answer:
import java.util.Scanner;
public class InputExample {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
int birthMonth;
int birthYear;
birthMonth = scnr.nextInt();
birthYear = scnr.nextInt();
System.out.println(birthMonth+"/"+birthYear);
}
}
Answer:
Efficiency based on Otto cycle.
Effotto = 47.47%
Explanation:
Efficiency based on Otto cycle.
effotto = 1 – (V2 / V1)^γ-1
effotto = 1 – (1 / 5)^1.4 - 1
effotto = 47.47%