A smart-phone is also referred to as a mobile device and it can be defined as a small, portable, programmable-electronic device that is designed and developed for sending (transmission) and receiving data (messages) over a network. Thus, a smart-phone must be designed as a hand-held device with communication capabilities.
Basically, the components that make up a smart-phone can be classified into two (2) main categories and these include:
1. <u>Input:</u> it comprises mouthpiece, keyboard, light sensor, etc.
2. <u>Output:</u> it comprises screen, speaker, earpiece, etc.
In this context, an end user would interact with a smart-phone in the following ways to perform (do) various tasks:
- By using a keyboard to type a text and then sending it to another person.
- By using a mouthpiece as an input for voice (audio) messages when making call.
- The screen of a smart-phone displays the necessary information to an end user.
- When playing a digital music file the speaker produces the output as sound.
Read more on smart-phone here: brainly.com/question/4922532
Answer:
1) Issue at hand will not properly be resolved and another visit to the doctor will have to occur, either to refill the prescription or to try another course of action.
2) Side effects
3) Ineffective
4) If directions are not followed to a tea, money will be waisted on the purchase.
Explanation:
Answer:
print("\nWelcome to the impossible quiz!\n")
name = input("What's your name before we get started? ")
print("Nice to meet you, "+ name)
print("\nThe rules are very simple, get the answer right and you get 10 points. You only have one chance to get the answer right, get it wrong and you'll lose 3 points! ")
input("\nReady?\n")
user_score = 0
print("First question: Do slugs have four noses?")
answer = input('Give "F" for False or "T" for True: ')
if answer == "T":
time.sleep(2)
print("Correct, you've gained 10 points!")
user_score += 10
elif answer == "F":
time.sleep(2)
print("Incorrect, you've lost 3 points!")
user_score += -3
Explanation:
Please check the answer. However, if before answer was wrong, and we need to use time.sleep(2) for delaying printing.
<span>C. Maintenance
is an important practice can help prevent hardware trouble. Maintenance involves operational and
functional checks, servicing, repairing or replacing if necessary. Maintenance has
two types which are </span>preventive
or scheduled maintenance and corrective maintenance. Inspecting, maintaining
and protecting a device, equipment or facilities before breaking down or other
problems occur it is called preventive while corrective is when it is repaired
or replaced after wear, malfunction or break down.