Question
A cube of volume 768 cm³ is molded into a cuboid whose
length, width, and height are in the ratio 3: 2: 2. Find the length of the cuboid.Solution
Ratio of length, width, and height =3:2:2 Let length =3x, width =2x, height =2x. Volume of cuboid =l×b×h 3x ×2x×2x =768 12x3 =768 x3 =64 x = 4cm now the length of the cuboid =3×4 =12cm
Which command is used to search text patterns in files?
In Bash, which syntax is used for arithmetic expansion?
Metadata in a data warehouse primarily describes:
Which command is used to display the last few lines of a file?
Which command will read input line-by-line from a file in a shell script?
In shell scripting, which symbol represents all files in the current directory?
In bash, which command is used to trap and handle signals like SIGINT?
Slowly Changing Dimension (SCD) is used to:
Which command is used to make a shell script executable?
Which command is used to find the number of lines, words, and characters in a file?