Question
If an object starts moving and if there is no friction
at all, what happens?Solution
Friction : • The force of friction always acts in a direction opposite to that in which the body tends to move, which means against the direction of the force. • Till the limiting value is reached, the magnitude of friction is exactly equal to the force which tends to move the body. • The magnitude of the limiting friction bears a constant ratio to the normal reaction between the two surfaces. • The force of friction depends upon the roughness/smoothness of the surfaces. • The force of friction is independent of the area of contact between the two surfaces. • If objects start moving and there is no friction the object can never stop.
Star schema consists of:
How can you pass command-line arguments to a shell script?
In shell scripting, $1 represents:
Which operator is used to append output to a file?
How do you typically make a shell script file executable?
What is the primary purpose of the "shebang" line `#!/bin/bash` at the beginning of a shell script?
Which signal is sent by default when using kill without arguments?
What will be the output of the following script snippet?
  for item in Apple Banana Cherry; do
 echo $item
done
Which of the following is a system call used to create a new process in Unix-like operating systems?
Which command is used to combine the contents of multiple files?