Answer:
engine B is more efficient.
Explanation:
We know that Carnot cycle is an ideal cycle for all working heat engine.In Carnot cycle there are four processes in which two are constant temperature processes and others two are isentropic process.
We also kn ow that the efficiency of Carnot cycle given as follows

Here temperature should be in Kelvin.
For engine A



For engine B



So from above we can say that engine B is more efficient.
Answer:
Explanation gives the answer
Explanation:
% Using MATLAB,
% Matlab file : fieldtovar.m
function varargout = fieldtovar(S)
% function that accepts single structure as input, assigning each
% of the field values to user-defined variables
fields = fieldnames(S); % get the field names of the input structure
% check if number of user-defined variables and number of fields in
% structure are equal
if nargout == length(fields)
% if equal assign each value of structure to user-defined varable
for i=1:nargout
varargout{i} = getfield(S,fields{i});
end
else
% if not equal display an error message
error('The number of output variables does not equal the number of fields');
end
end
%This brings an end to the program
Answer:
Carpenter's square
Explanation:
The most common hand tool used to measure or set angles with its application extending to setting angles of roofs and rafters. Another name of a Carpenter's square is a framing square.
Other hand tools that are used to measure angles are;
- The combination square that allows a user to set both 90° and 45° angles
- A Bevel that allows users to set any angle they like.
- A Protractor that resembles a bevel but its marks are marked in an arc.
- An electromagnetic angle finder which gives a reading according to the measure of the arms adjusted by the user.
Answer:Science is the body of knowledge that explores the physical and natural world. Engineering is the application of knowledge in order to design, build and maintain a product or a process
Explanation: