Answer:
// here is code in c.
#include <stdio.h>
// main function
int main()
{
// variable to store year
int year;
printf("enter year:");
// read the year
scanf("%d",&year);
// if year>=2101
if(year>=2101)
{
printf("Distant future");
}
//if year in 2001-2100
else if(year>=2001&&year<=2100)
{
printf("21st century");
}
//if year in 19011-2000
else if(year>=1901&&year<=2000)
{
printf("20th century");
}
// if year<=1900
else if(year<=1900)
{
printf("Long ago");
}
return 0;
}
Explanation:
Read the year from user.After this, check if year is greater or equal to 2101 then print "Distant future".If year is in between 2001-2100 then print "21st century".If year is in between 1901-2000 then print "20th century".Else if year is less or equal to 1900 then print "Long ago".
Output:
enter year:2018
21st century
Answer: Local Area Network (LAN)
Explanation:
A Local Area Network (LAN) is a computer network that interconnects computers within a limited physical area such as a residence, school, laboratory, university campus or office building.
An example of LAN network is "Phone, Computer and TV connected to a single network (such as a Home Network) via Cables, Wifi, Bluetooth or Hotspot". When the devices are interconnected or connected to a LAN, it becomes accessible between each other.
A simplest example of a LAN Device is a <em>Home Router.</em>
Answer:
Option (2) is the correct answer of this question.
Explanation:
We will increase the left and right margins of the data on a worksheet that will consume a whole printed page and columns on second page then the data will print all in one page.
Following are the steps to print the Data all in on page:-
Step 1. Choose the Ribbon Page Design button
Step2. select 1 page in the Scale to Fit category, and in the Width box, we will automatic choose the height box.
Step 3 .Finally we will choose 1 page in the Height box to print your worksheet to a single page.
"Other options are incorrect because they are not related to the given question.i.e, to print the data in on page in the worksheet".
The answer should be C
Getting rid of racism
Hope this helps