Question
The device to convert alternating current into direct
current isSolution
A rectifier is a device that converts alternating electric current into direct current. It may be an electron tube (either a vacuum or a gaseous type), vibrator, solid-state device, or mechanical device. Hence option B is correct. A transformer is a device that transfers electric energy from one alternating-current circuit to one or more other circuits, either increasing (stepping up) or reducing (stepping down) the voltage. An alternator is an electrical generator that converts mechanical energy to electrical energy in the form of alternating current. A Condenser is a device for reducing a gas or vapour to a liquid. Condensers are employed in power plants to condense exhaust steam from turbines and in refrigeration plants to condense refrigerant vapours, such as ammonia and fluorinated hydrocarbons.
Which construct allows embedding a block of text in shell scripts as input?
Which command is used to search for a pattern in files?
Which statement correctly defines a variable in shell scripting?
In bash, which command is used to trap and handle signals like SIGINT?
OLAP is primarily used for:
A Here-Document in shell is denoted by:
In shell scripting, $1 represents:
Which operator enables process substitution in bash (e.g., diff <(cmd1) <(cmd2))?
Which command is used to change file permissions in Linux?
Which command is used to display the number of lines in a file?