True , to make your audience interested you should always give more information on the subject but don't bore them so that they wish for you to quit on time
Answer:
360°
Explanation:
Earth rotation can be defined as the amount of time taken by planet earth to complete its spinning movement on its axis.
This ultimately implies that, the rotation of earth refers to the time taken by earth to rotate once on its axis. One spinning movement of the earth on its axis takes approximately 24 hours to complete with respect to the Sun. Therefore, in a 24 hour period, the earth rotates 360 degrees about its axis and as such in an hour it rotates 15 degrees to create a 24-hours time zones.
When the earth's equatorial plane intersect with the surface of a celestial sphere, it results in the formation of a great circle which divides or cuts the earth into two equal halves known as celestial equator. This great circle divides the earth into a circumference having two (2) equal halves.
Hence, a circle surrounding the earth at the equator would consist of 360 “degrees” of angular measurement. Thus, giving rise to latitude (zones of latitude) which is north or south of the equator that includes equatorial, low latitude, mid latitude, tropical, subtropical and polar regions.
Answer:
string=""
while string not in {"Quit","quit","q"}:
string=input("Enter line to be reversed") #line of text will be entered
if string!="Quit" and string!="quit" and string!="q": #If quit is not entered
print("Reverse of line is : ")
print(string[::-1])
OUTPUT :
Enter line to be reversedThis code is in python language
Reverse of line is :
egaugnal nohtyp ni si edoc sihT
Enter line to be reversedHello world
Reverse of line is :
dlrow olleH
Enter line to be reversedquit
Explanation:In the above program, First a while loop is executed and checked if line of text is not 'quit', 'Quit' or 'q'. If condition is true, then loop is executed and in python any string or list can be traversed from end if step is given -1. Similarly line of text is accessed from the last element. If quit is entered, then the program will be broken out of the loop.
Answer: Flyer
Explanation: A flyer is a type of advertisement that is used to give out information about a certain product, event, or business. This can help communicate with potential customers.
Below are the <span>software interfaces allow adjustment of the CPU voltage:
</span>
<span>UEFI Settings;
BIOS Settings
Unified Extensible Firmware Interface (UEFI) is a detail for a product program that associates a PC's firmware to its working framework (OS). UEFI is required to in the long run supplant BIOS. Like BIOS, UEFI is introduced at the season of assembling and is the principal program that runs when a PC is turned on.
BIOS (basic input/output system) is the program a PC's microchip uses to kick the PC framework off after you turn it on. It likewise oversees information stream between the PC's working framework and joined gadgets, for example, the hard circle, video connector, console, mouse and printer.</span>