It is
Select an appropriate layout
Decide which current format...
Import or compose...
Proofread...
Check the print preview..
Answer:
The correct answer to the following question will be Option C (Volatile type of memory).
Explanation:
Random Access Memory, a variety of computer's memory which could be retrieved accidentally i.e., some memory can be obtained without any of the previous bytes being touched.
- Volatile memory is a type of a storage in computer that only retains its information or data while powering the appliance.
- Almost all of the RAM used in Pc's for the primary storage is unstable storage.
So, Option C is the right answer.
Sharing your personal information and identity theft but if you’re supposed to choose one then sharing your personal information must be right
Answer:
a blog
Explanation:
a forum is for questions, a wiki doesn't make sense in this situation and email wouldn't be used for this either so it should be a blog
You're setting the value of user_num to 20. Doing this won't allow the other test cases to run. Simply delete that line and your code should work. This is the code I wrote:
user_num = int(input())
while user_num>=1:
user_num/=2
print(user_num)
I wrote my code in python 3.8. I hope this helps.