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) =
.
Answer:
B
Explanation:
The form feed character code is defined as 12 (0xC inbhexademical), and may be represented as control+L or^L. In a related use, control+L can be used to clear the screen in Unix shells such as bash. In the C programming language ( and other languages derived from C ), the form feed character is represented as '\f'.
Monitor
Printer
Headphones
Computer Speakers
Projector
GPS
Sound Card
Video Card
Braille Reader
Speech-Generating Device
Answer:
Object-oriented programming
Explanation:
When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).