I belived its true is the answer
Answer:
The function is as follows:
def number_of_pennies(dollars,pennies=0):
return dollars*100+pennies
Explanation:
This defines the function
def number_of_pennies(dollars,pennies=0):
This returns the number of pennies
return dollars*100+pennies
<em>Note that, if the number of pennies is not passed to the function, the function takes it as 0</em>
Answer:
Option c is the correct answer for the above question.
Explanation:
A loop is used to repeat some lines in some specific times which depends on some conditions of the loop. If a person wants to print "welcome" on 5 times then he can do this by two ways one is writing a print statement 5 times and the other is states a loop that executes 5 times through condition. The loop is described or written by three necessary points which are:-
- The fist is to initialize the initial value which tells the compiler for the starting point of the loop.
- The second is to any action for that condition variable which takes the loop for the direction of ending points.
- The third is a condition that defines the ending point of the loop.
The above question also states about the loop in which first and second points are given then the third point is necessary to complete the sentence which is states in option c. Hence the option c is correct while the other is not because--
- Option 'a' states about the class operator which is not the part of the loop.
- Option b states about the documentation plan which is also not the part of the loop.
Answer:
"Resolution" and "Refresh rate" is the correct answer.
Explanation:
Resolution:
- The resolution would be a step for describing the spatial brightness as well as cleanliness of something like a photograph but rather an image. It's always commonly being utilized for the performance evaluation of monitoring devices, digital photographs as well as numerous additional technology components.
Refresh rate:
- A computer display as well as visualization technology feature that determines the equipment frequency as well as capacity for repainting or re-drawing that this whole presentation upon on-screen for every instant.
uSE THE ANSWER BELOWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW