Answer:
step 1- start
step 2- Input a,b,c
step 3 - perimeter = a+b+c
step 4 - Print the perimeter
step 5 - End
Answer:
Explanation:
The following code is written in Python. It uses the imports the turtle class in order to be able to draw a blue square with 100pixels per side and then a red circle with a diameter of 100 pixels that fits perfectly inside the square.
import turtle
t = turtle.Turtle()
#Make Square
t.fillcolor('blue')
t.begin_fill()
t.back(50)
for i in range(4):
t.forward(100)
t.left(90)
t.end_fill()
#Make Circle
t.forward(50)
t.fillcolor('red')
t.begin_fill()
t.circle(50)
t.end_fill()
Answer:
B. report
Explanation:
Report is used to show the result of data base quires or stored data contain useful data use in decision making and analysis.
It is also called a report generator, it is a part of database management system that is used to extract information from one or more files and present it in specific format.
Answer:
The answer is "Prime Meridian".
Explanation:
The process, that describes an imaginary line in part these features is known as Prime Meridian. It is also known as 0° Longitude in which Longitude is a statistical vector that determines the location to East to West and points on the surface of the Earth or of a paradisaical body surface, and 0° Longitude is the line that describes the Equator and divides the world into two equal quadrants.
Answer:
Put the Computer to sleep or hibernate Mood
Explanation:
The best way to save power when the computer will not be use for an extended period is to put the computer to sleep or hibernate mood depending on the OS (Operating System) you are using.
For instance in windows 10, all you need do is to Press the Windows key on the keyboard, then click on Sleep.