Answer:
Answered below
Explanation:
//Program is written in Python programming //language.
number_of_trees = int(input ("Enter number of trees purchased: "))
height_of_trees = float(input("Enter height of trees: "))
delivery_status = input("Do you want trees delivered? enter yes or no ")
price_of_two_meters = 20
total_price = number_of_trees * price_of_two_meters
//Invoice
print (number_of_trees)
print(height_of_trees)
print (total_price)
print (delivery_status)
Answer:
sustainability
Explanation:
Sustainability -
It refers to the method to meet the needs of the present generation without hampering the needs of the future generation as well , is referred to as sustainability .
The process of sustainability require to follow the concept of reuse and recycle to be safe for the environment .
The process is very safe for the planet , as it environmental friendly .
Hence , from the given scenario of the question ,
The correct answer is sustainability .
Answer:
Early school starting times cause poor performance on tests, inattention in class, and drowsiness.
Explanation:
Carskadon study on early school starting time showed that it cause increased rate of rapid eye movement sleep in students and they doze off during lecture. Insufficient sleep lessens attentiveness levels in the class which affects students' potential to learn. The study showed that students do not perform well on tests. In addition to the difficulty in learning, there is an increased danger of accidents for those who drive to school due to dizziness.
Answer:
To make sure that data sent from a device is just received by appropriate device we use "<u>Switch</u>"
Explanation:
Switch is the networking device. It is used to connect all the Local area networks in a computer network. The switch store the addresses of all computers over the network. Whenever data packet arrives to the switch, it just read the address of destination computer and just send it to appropriate device instead of all devices.
Hub is also used for this purpose, but it has no ability to read the address and send the packet to all devices over the network.
<em>So, we use Switch to send data to appropriate device.</em>