What span of dates best represents the Romantic era?

Answers

Answer 1
Answer: Romantic Era takes place from 1800 to 1850.

The movement is called Romanticism which takes place in the 18th Century in Europe. In this era, emotion and individualism, as well as the glorification of all the past and nature and emphasized. Medieval is also much preferred  than classical.
Answer 2
Answer:

Answer:

1820-1900

Explanation:


Related Questions

Electronic ledger that tracks mathematical data
What type of scientists studies tree rings to determine the history of an area?A: paleobotanistB: paleontologistC: dendrochronologistD: micropaleontologist
While doing research on the Internet, what kind of website should you avoid because the information may be biased?
Which of the following is a commonly used mouse command?a. Stop c. Run b. Drag d. Pull
The organizational structure of the files and folders on a computer is the _______,a. Start Menu b. Menu folder c. File folder d. File directory

Worth 3 Points Write the definition of a public class WeatherForecast that provides the following behavior (methods) A method called setSkies that has one parameter, a string o A method called setHigh that has one parameter, an int A method called setLow that has one parameter, an int. o A method called getSkies that has no parameters and that returns the value that was last used as an argument in setSkies that was last used as an argument in setHigh was last used as an argument in setLow o A method called getHigh that has no parameters and that returns the value o A method called getLow that has no parameters and that returns the value that No constructor need be defined. Be sure to define instance variables as needed by your "getter"/"setter" methods-initialize all numeric variables to 0 and any String variables to the empty string 1

Answers

Answer:

public class WeatherForecast {

       

       private String sky = "";

       private int highTemperature = 0;

       private int lowTemperature = 0;

       

       public void setSkies(String sky ){

           this.sky = sky;

       }

       

       public void setHigh(int highTemperature){

           this.highTemperature = highTemperature;

       }

       

       public void setLow(int lowTemperature){

           this.lowTemperature = lowTemperature;

       }

       

       public String getSkies(){

           return sky;

       }

       

       public int getHigh(){

           return highTemperature;

       }

       

       public int getLow(){

           return lowTemperature;

       }

   }

Explanation:

- Three private variables are created to hold values.

- Since variables are private, three set methods are created to set the given values.

- Since variables are private, three get methods are created to return the values

A. Trueb. False If a coder is unable to locate a code that describes the exact service provided, it is acceptable to use a code approximates the service provided.

Answers

If the coder is unable to locate a code that describes the exact service provided, it is acceptable to use a code approximates the services provided. TRUE, the coder should be able to come up with a code for that is what they provide.

digital video recorders​ (DVRs) in an inventory are known to be defective. What is the probability you randomly select an item that is not​ defective?

Answers

Answer:

76%

Explanation:

Based on the information provided within the question it can be said that in this scenario the probability you randomly select an item that is not​ defective would be 76%. This can be calculated in the following way:

50-12=38  (Number of recorders in working condition)

(38)/(50)=0.76

The probability is: 0.76

Now we times this decimal by 100 to get the percent.

0.76 * 100 = 76%

Write a program to input the day of a week and print holiday if it is Saturday

Answers

DAY=int(input(“Please enter the number of day: ”))
if DAY==1:
… print(“The day is Monday and a working day”)
…elif DAY==2:
… print(“The day is Tuesday and a working day”)
…elif DAY==3:
… print(“The day is Wednesday and a working day”)
…elif DAY==4:
… print(“The day is Thursday and a working day”)
…elif DAY==5:
… print(“The day is Friday and a working day”)
…elif DAY==6:
… print(“The day is Saturday and a holiday”)
…elif DAY==7:
… print(“The day is Sunday and a working day”)
…else:
… print(“Invalid number”)

_______ allow(s) you to apply colorful, eye catching designs to a presentation all at once.

Answers

What are some options of answers, or is there none?


Answer:

I think will be Themes

Explanation:

Which of the following is a huge web of interconnected computer networks located all across the globe?a. Internet
b. Protocol
c. TLD
d. URL

Answers

With the presented options together with the problem, the most probable and the most likely answer to this question would be A. Internet.

The Internet is a huge web of interconnected computer networks located all across the globe. The internet is also widely known to be as the World Wide Web or www. This is what is seen in websites as the first part of their addresses, aside from the https. The internet is also know to everyone, and is taught in schools and universities, as the information super highway.