Answer:
Author
Date and
Source
Explanation:
Author – Information on the internet with a listed author is one indication of a credible site. ...
Date – The date of any research information is important, including information found on the Internet. ...
Sources – Credible websites, like books and scholarly articles, should cite the source of the information presented.
Answer:
import java.util.Scanner;
public class num9 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter year");
int givenYear =in.nextInt();
if(givenYear>=2101){
System.out.println("Distant Future");
}
else if(givenYear>=2001){
System.out.println("21st Century");
}
}
}
Explanation:
- Using Java programming Language
- Import Scanner class to receive user input of the variable givenYear
- Use if statement to check the first condition if(givenYear>=2101)
- Use else if statement to check the second condition if(givenYear>=2001)
- print Distant future and 21st century respectively
Answer:
10. Start
20. Enter Width of the room (W)
30. Enter length of the room (L)
40. LET Area = L * W
50. Output Area
60. End
Explanation:
The flowchart is attached to this answer as an attachment.
Answer:
The database design master should be responsible for planning the database As a professional, he or she knows the right way to describe a specific database. What are the items that should and should not be included in the database? The colleagues are responsible for following the guidelines issued by the Manager of the Project.
If peers are left with the ability to explain, a significant measure of effect must take place in the middle of every person's thinking and may rapidly delay the overall progress. Therefore, a database design expert is the special case that should be the responsibility of the entire company.