Answer: 3. HTML focuses on a web page's structure and CSS focuses on its presentation.
Explanation: HTML is designed to allow you to add the content and format it correctly. However, CSS's job is to allow for stylizing.
Answer:
Permanent storage, also called persistent storage, is any computer data storage device that retains its data when the device is unpowered. A common example of permanent storage is the computer's hard drive or SSD.
Explanation:
When forced distribution is used to reduce leniency bias, this can cause <decreased trust> between employees if a pfp system is in place.
Answer:
<u>Algorithm()
</u>
1. p = Enter the price of item A.
2. c = Enter the number of A’s purchased.
3. Now the price per item with tax is:
t= p+(p*6/100)
4. The total cost of c items:
ct= t * c.
5. Print ct.
In this algorithm, we are taking the price per item and counting it’s cost including tax. Then we are multiplying the price per item with tax with the number of items we purchase, to find the overall cost with tax.
You may calculate the overall cost without tax as (p*c). Then you can find the overall cost with tax as ((p*c)+(p*c*6/100)), as in both way, we will get the same result.
Answer:
C. 14.4 kwhr.
Explanation:
To calculate the energy used by appliance first calculate the power. The formulae for calculating power(<em>P</em>) is , where V stands for voltage and I stands for current.
In the given problem, V = 240 volts and I = 15 amp. Therefore,
Now, formulae for calculating energy used i.e. work(W) is , where <em>t</em> is the time.
In the given question time is 4 hr. Therefore energy used will be,
Energy used (W) = .