Answer:
the brainly thing is saying that i can't put the answer so i screenshotted it and put it down below
Explanation:
It is known as the PACING Calendar.
Answer:
Program to Plot the power in Watts
voltage=1:200;
resistance=1000;
current=voltage/resistance;
power=current.*voltage;
plot(voltage,power);
xlabel('Voltage in Volts');
ylabel('Power in Watts'); //plot of this program is attached
Program for power in dBW
voltage=1:200;
resistance=1000;
current=voltage/resistance;
power=current.*voltage;
powerdB=10*log10(power);
plot(voltage,powerdB);
xlabel('Voltage in Volts');
ylabel('Power in dBW'); // plot output is also attached
I hope it will help you!
A POINTING DEVICE IS AN INPUT DEVICE THAT ALLOWS A USER TO CONTROL A POINTER ON THE SCREEN. ... A KEYBOARD IS AN INPUT DEVICE THAT CONTAINS KEYS USER TO ENTER DATA AND INSTRUCTIONS INTO A COMPUTER.
SORRY FOR CAPS MY CAPS KEY GOT STUCK