Question
Statements: Some pins are mirrors. Â All mirrors
are boxes. Conclusions:I. Some boxes are pins.  II. Some boxes are mirrors. In each of the questions below are given two statements followed by two conclusions numbered I and II. You have to take the given statements to be true even if they seem to be at variance with commonly known facts. Read all the conclusions and then decide which of given conclusions logically follows from the given statements disregarding commonly known facts. Give answerSolution
Some pins are mirrors(I)+ All mirrors are boxes(A) ⇒ Some pins are boxes(I) ⇒ Conversion⇒ Some boxes are pins(I). Hence conclusion I follow. All mirrors are boxes(A) ⇒ Conversion⇒ Some boxes are mirrors(I). Hence conclusion II follows. Alternate Method: 
Which command is used to display the current working directory?
What does the exit command do in a shell script?
Slowly Changing Dimension (SCD) is used to:
Which command is used to find the number of lines, words, and characters in a file?
Which operator is used to append output to a file?
How do you check the exit status of the last executed command in a shell?
How do you typically make a shell script file executable?
Which of the following is the syntax for an `if` statement checking if a variable `NUM` is numerically equal to 5?
In shell scripting, how do you assign the string "Hello World" to a variable named `MESSAGE`?
Which construct replaces a command with its output in a POSIX shell?