Question
Two long parallel conductors are placed 8mm apart from
each other carrying a current of 120 Amperes. What will be force per meter length of each one?Solution
We know the force per unit length between the two conductors is F/l = μ0I1I2/2πd Here d = distance = 8 × 10-3 meter μ = 4π × 10-7 F/m And currents I1 = I2 = 120 Ampere Therefore, F/l = (4π × 10-7 × 120 × 120)/(2π × 8 × 10-3) = 0.18 N/m
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?