The dir command displays information about files and directories, and how much disk space is available. By default, it displays the name, size, and last modification time of every file in the current directory.
Answer:
Explanation:
This is a significant need because the teacher's/manufacturer's specifications are created so that the individual operating the equipment knows how to properly operate it. Failure to read and properly interpret these specifications can lead to the damaging of the equipment, damaging the food, contamination of the food, and even injury/death to the operator. That is why it is crucial that the information is read and interpreted correctly as well as implemented as instructed.
Answer:
I introduced my sister to a thrift app called “Jongo”
Explanation:
Describe a time when you influenced someone else’s knowledge around technology, whether it be an app, a new gadget, etc. What did you do? What was the outcome?
While growing up, my sister runs a monthly thrift in our small community, where she collects daily contribution from our neighbors. She does this manually by going around and collecting cash from them. In addition to the risk of cash handling, it was quite stressful and tasking.
Considering all these, I had to introduce her to a mobile app called “Jongo”, it made the job look easy. All my sister had to do was
1. Download the app for herself and the contributors
2. Add them to a group which she created on the app
3. The contributors linked their debit cards to the app and granted access for their account to be debited daily
Due to the cumulative funds, interests was also been accrued daily, hence making it much more easy to do other things in addition to her thrift.
Answer:
if speed < 0:
reverseDrivers +=1
elif speed < 1:
parkedDrivers +=1
elif speed < 40:
slowDrivers +=1
elif speed<=65:
safeDrivers +=1
else:
speeder +=1
Explanation:
The statements are written in python programming language
See a complete code screenshot attached, where all the variables are defined