Engineering
Assume that the flowrate. Q, of a gas from a smokestack is a function of the density of the ambient air,rhoarho a , the density of the gas,rhogrho g , within the stack, the acceleration of gravity, g, and the height and diameter of the stack, h and d, respectively. Use rhocrho c , d, and g as repeating variables to develop a set of pi terms that could be used to describe this problem.
If myMovies collection is currently empty, how many documents would be inserted by the following call to insertMany().db.myMovies.insertMany([{"_id" : "tt0084726","title" : "Star Trek II: The Wrath of Khan","year" : 1982,"type" : "movie"},{"_id" : "tt0796366","title" : "Star Trek","year" : 2009,"type" : "movie"},{"_id" : "tt0084726","title" : "Star Trek II: The Wrath of Khan","year" : 1982,"type" : "movie"},{"_id" : "tt1408101","title" : "Star Trek Into Darkness","year" : 2013,"type" : "movie"},{"_id" : "tt0117731","title" : "Star Trek: First Contact","year" : 1996,"type" : "movie"}],{ordered: false})a)4b)2c)5d)0