Posts

Showing posts from May, 2019

Why Pen Markers are asked to put Horizontally to surface after use?

Image
To provide ink to tip and barrel taking care that none of them will dry.  We can also put upside down to provide tip a little bit advantage for providing instant write.

How to Rename a file or folder in Windows

How to Rename a file or folder in Windows Tap on the folder/file and click F2 button on the keyboard to Rename. Tap on the folder/file and right click on the mouse, select the Rename Option. Tap on the folder/file and select the Rename Option from the File Explorer on the top. (Ribbon Menu)

Windows 10 Shortcuts using windows button

Here are some of the useful shortcuts of Windows 10 using windows button: win + D  - Display and hide the Desktop win + L - To Lock Desktop win + A - To Open Action Center win + B - To focus the Notification Area win + E - To open File Explorer

For Loop in Java

For Loop: for(statement1; statement2; statement3 ){ //your method } statement1 : Initializing statement start for loop. statement2 : End statement for loop statement3: logical step loop increase or decrease Most of the times 'for' loop is used for iteration Example: int i=0; int num=0; for(i=0;i<9;i++){ num=num+i; }

What is an Inverter AC

Image
Here Inverter AC is often misinterpreted as Inverter with Battery. Inverter AC has nothing to do with Inverter with Battery which is used for power backup. AC: Air Conditioner Inverter AC: Compressor works on different frequency with respect to the heat load(i.e. no. of persons in the room,room temperature etc). Thus it alters the required frequency for its oscillation to supply the amount of cooling. So it is called Inverter AC (Compressor) Compressor in Inverter AC is always ON unlike the non-inverter AC Less Power is utilized as the Compressor is always ON and operates on required frequency rather than on fixed frequency. Operating of required frequency reduces the Power Utilization. Non-Inverter AC: Frequency of the Compressor is fixed. It cannot alter if the heat load increases or decreases it works on the same frequency. It switches ON and OFF automatically. High Power is utilized every time the Compressor switches ON. Operating of fixed frequency...