Question
A battery of emf 12 V and internal resistance 4 ohm is
connected to a resistor. If the current in the circuit is 0.6 A, what is the resistance of the resistor? What is the terminal voltage of the battery when the circuit is closed?Solution
Emf of the battery, E = 12V Internal resistance of the battery, r = 4 ohm Current = 0.6 A so, I = E/(R + r) R + r = E/I Â = 12/0.6 = 20 ohm Therefore = 20 - 4 = 16 ohm Terminal voltage of resistor = V so, V = IR => 0.6 x 16 => 9.6 V
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Named pipes (FIFOs) are created using:
Which command is used to display the contents of a file in Linux?
Which symbol is used to make a script executable in Linux?
Which symbol is used to comment a single line in shell scripts?
Which of the following is a system call used to create a new process in Unix-like operating systems?
Star schema consists of:
Which command is used to search for a string inside a file?
What does the command `chmod 755 myscript.sh` set as permissions for `myscript.sh`?
Which command is used to display the current working directory in a Unix-like operating system?