I believe the pathways are Audio/Visual Technology and Film, Journalism and Broadcasting and Printing Technology
.
Answer:
collaboration diagram
Explanation:
Collaboration diagram -
It refers to the diagram , which showcase the link between the unified modeling language with the software object , is referred to as the collaboration diagram.
It is also called the communication diagram .
These diagram are very important for a company as it is the pictorial representation.
Various software are used to make these diagrams.
The Answer is : A, B , C .
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
Earlier there were no ic's but vacuum tubes or transisters,..
making computer big , so big in that time, with low speed and memory