Answer:
The answer to this question is given below in the explanation section.
Explanation:
The question is:
If you wanted to know how many instructions a computer executes per second, which of the following numbers would you want?
- clock speed
- binary digitization
- processor rating
- CPU power differential
The correct answer is clock speed. Because you can measure the performance of speed of the computer by its clock speed that how many instructions it can execute per second.
It also depends on clock time, instruction count, clock per instruction
Answer:
Explanation:
Click File > Options > Mail.
Under Compose messages, click Stationery and Fonts
On the Personal Stationery tab, under New mail messages, click Font.
If you want to change font styles for messages you reply to or forward, under Replying or forwarding messages, click Font
On the Font tab, under Font, click the font you want to use.
You can also select a font style and size.
If the font you choose isn't installed on the recipient's computer, the recipient's mail program substitutes an available font.
Positive impacts are
1. Communicating with people
2. Daily update of what going on in the world
3. learn new things
Negative impacts are
1. Viruses
2. Private information shared
3. Less face to face conversations
Explanation:
<em>The</em><em> </em><em>POS</em><em> </em><em>serves</em><em> </em><em>as</em><em> </em><em>the</em><em> </em><em>central</em><em> </em><em>component</em><em> </em><em>for</em><em> </em><em>your</em><em> </em><em>business</em><em>;</em><em> </em><em>it's</em><em> </em><em>the</em><em> </em><em>hub</em><em> </em><em>where</em><em> </em><em>everything</em><em> </em><em>like</em><em> </em><em>sales</em><em>,</em><em> </em><em>inventory</em><em> </em><em>management</em><em> </em><em>,</em><em> </em><em>payment</em><em> </em><em>processing</em><em>,</em><em> </em><em>and</em><em> </em><em>customer</em><em> </em><em>management</em><em> </em><em>merges</em><em>.</em><em> </em>
Answer:
candyCost = int(input("How much is the candy?"))
Explanation:
candyCost = input("How much is the candy?") → By default, this how you get input and store the value. And it is stored as a string
candyCost = str(input("How much is the candy?")) → This also gives you a string to store
candyCost = float(input("How much is the candy?")) → This gives you a float number, decimal number, to store
candyCost = int(input("How much is the candy?")) → This gives you an integer number, a non-decimal