Question
The average of four numbers is 58. When four more numbers
are included, the average increases by 4. Find the average of the numbers included.Solution
Sum of the 4 numbers = 58 × 4 = 232
New average = 58 + 4 = 62
Sum of 8 numbers = 62 × 8 = 496
Sum of new 4 numbers = 496 - 232 = 264
Required average = 264 ÷ 4 = 66
Which command is used to make a shell script executable?
In bash, what does trap 'echo Exit' EXIT do?
In shell scripting, which symbol is used to redirect the standard output to a file, overwriting its contents?
Which command is used to display the first few lines of a file?
Which command is used to display the contents of a file in Linux?
In shell scripting, $1 represents:
Which ETL process step validates and cleans data before loading?
In shell scripting, which symbol represents all files in the current directory?
Star schema consists of:
Which operator is used to append output to a file?