Question
Select the option that is related to the fourth number
in the same way as the first number is related to the second number. 12 : 96 :: ? : 800Solution
First number is multiplied by the square of the sum of its digits to get the second number. 12 × (1 + 2)² = 12 × 9 = 96. Similarly, = 32 × (3 + 2)² = 32 × 25 = 800
Which construct allows embedding a block of text in shell scripts as input?
In shell scripting, $1 represents:
How can you make a shell script executable?
Which command displays the manual page for another command?
Which special file enables interprocess communication using named pipes?
Which ETL process step validates and cleans data before loading?
Which symbol is used to comment a single line in shell scripts?
A Here-Document in shell is denoted by:
Which command is used to change file permissions in Linux?
How do you check the exit status of the last executed command in a shell?