Question
Given below are four jumbled sentences. Out of the given
options pick the one that gives their correct order. A. Later, they set up their own art school and gallery in the prison.B. The prisoners wanted to display their art work inside the prison.C. They took the help of volunteers from the School of Art.D. Prisoners who were interested in visual arts and painting could study there.Solution
The correct order of the sentences is BCAD. B is an introduction to the passage. It is the first sentence. C is the second sentence. First, they have to take help and then set up their own gallery. So, A is the third sentence. D is the fourth sentence, as ‘there’ in D refers to their own art school mentioned in A.
Which symbol is used to make a script executable in Linux?
If a program needs to read data from a file, which system call would it typically use?
How do you access the value of a variable named `USERNAME` in a shell script?
What does $# represent in a shell script?
Named pipes (FIFOs) are created using:
Which symbol is used for logical AND in shell scripting?
In shell scripting, which command is used to read input from the user?
How can you pass command-line arguments to a shell script?
Which operator is used for string equality comparison within `test` or `[` commands in shell scripting?
Which command is used to display the current working directory in a Unix-like operating system?