Question Set

1. For a soil with specific gravity 6 and dry unit weight of 20 KN/m3(unit weight of water=10 KN/m3)the void ratio will be:





Ask Your Doubts Here

Type in
(Press Ctrl+g to toggle between English and the chosen language)

Comments

Show Similar Question And Answers
QA->The ratio of bases of a cylinder and a cone are in the ratio 3: Volume of cylinder and cone are in the ratio 9: then their heights are in the ratio?....
QA->The average weight of A, B and C is 45 kg. If the average weight of A and B be 40 kg and that of B and C be 43 kg, what is the weight of B?....
QA->In a mixture of 35 litres, the ratio of milk and water is 5 : Another 5 litres of milk is added to the mixture. The ratio of milk and water in the new mixture is—....
QA->In Kiran’s opinion, his weight is greater than 65 kg but less than 72 kg. His brother does not agree with Kiran and he thinks that Kiran’s weight is greater than 60 kg but less than 70 kg. His mother’s view is that his weight cannot be greater than 68 kg. If all are them are correct in their estimation, what is the average of different probable weights of Kiran?....
QA->The weight of a dog is 8kg more than of of its weight. The weight of the dog is :....
MCQ->For determing the specific gravity of soil solids, using a pycnometer of 500 cc., the following data is available : Weight of dry empty pycnometer = 125 g Weight of dried soil and pycnometer = 500 g Weight of dried soil and distilled = 850 g water filled in pycnometer up to top The specific gravity of soil soilds, is....
MCQ->260 g of wet soil was taken in a pycnometer jar of weight 400 g in order to find the moisture content in the soil, with specific gravity of soil particles 2.75. The weight of soil and remaining water filled in pycnometer without air bubbles was 1415 g and the weight of pycnometer filled with water alone was 1275 g. The moisture content in the soil is....
MCQ->For a soil with specific gravity 6 and dry unit weight of 20 KN/m3(unit weight of water=10 KN/m3)the void ratio will be:....
MCQ->What will be the output of the following program? #include<iostream.h> class Bix { int x, y; public: void show(void); void main(void); }; void Bix::show(void) { Bix b; b.x = 2; b.y = 4; cout<< x << " " << y; } void Bix::main(void) { Bix b; b.x = 6; b.y = 8; b.show(); } int main(int argc, char argv[]) { Bix run; run.main(); return 0; }....
MCQ->What will be the output of the following program? #include<iostream.h> struct IndiaBix { int arr[5]; public: void BixFunction(void); void Display(void); }; void IndiaBix::Display(void) { for(int i = 0; i < 5; i++) cout<< arr[i] << " " ; } void IndiaBix::BixFunction(void) { static int i = 0, j = 4; int tmp = arr[i]; arr[i] = arr[j]; arr[j] = tmp ; i++; j--; if(j != i) BixFunction(); } int main() { IndiaBix objBix = {{ 5, 6, 3, 9, 0 }}; objBix.BixFunction(); objBix.Display(); return 0; }....
Terms And Service:We do not guarantee the accuracy of available data ..We Provide Information On Public Data.. Please consult an expert before using this data for commercial or personal use | Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions
Question ANSWER With Solution