font size and color
printer selection
custom margin settings
Save As features
Print Preview
1
3
4
6
mam nadzieje że pomogłem
Answer:
1 potrait or landscape orientation
3 printer selection
4 custom margin settings
6 print preview
b. atlas
c. dictionary
d. translation
Answer:
int monthOfYear=11;
long companyRevenue=5666777;
int firstClassTicketPrice=6000;
long totalPopulation=1222333;
Explanation:
Here we have declared four variable monthOfYear , companyRevenue, firstClassTicketPrice , totalPopulation as int ,long, int and long type .We have declared companyRevenue,totalPopulation as long type because it exceed the range of integer.
Following are the program in c language
#include <stdio.h> // header file
int main() // main function
{
int monthOfYear=11; // variable
long companyRevenue=5666777; //variable
int firstClassTicketPrice=6000;//variable
long totalPopulation=1222333;//variable
printf("%d\n%ld\n%d\n%ld",monthOfYear,companyRevenue,firstClassTicketPrice,totalPopulation); // display value
return 0;
}
Output:
11
5666777
6000
1222333
b. A cover letter provides an employer with an sample of the applicant’s written communication skills.
c. A cover letter is sent before a résumé so that the employer knows it is coming.
d. A cover letter allows an applicant to go more in depth about their skills and abilities.
The option about cover letters that is FLASE is "A cover letter is sent before a résumé so that the employer knows it is coming." (Option C)
Typically, a cover letter is submitted along with a résumé when applying for a job.
The cover letter serves as an introduction to the résumé, providing additional context and explaining why the applicant is a good fit for the position.
It allows applicants to showcase their personality, written communication skills, and go more in depth about their relevant skills and abilities to make a strong case for their candidacy.
Learn more about cover letters at:
#SPJ6
Answer:
Explanation:
Transistor BC547.
Diode 1N4148.
resistors (IEC)
an NPN transistor.
a 9V battery for the power supply.
an LED lights.
Potentiometer (IEC)
Answer:
they are;
Transistor BC547.
Diode 1N4148.
resistors (IEC)
an NPN transistor.
a 9V battery for the power supply.
an LED lights.
Potentiometer (IEC)
Explanation: