<<= Back Next =>>
You Are On Multi Choice Question Bank SET 568

28401. Which of the following are true about classes and struct? A class is a reference type, whereas a struct is a value type. Objects are created using new, whereas structure variables can be created either using new or without using new. A structure variable will always be created slower than an object. A structure variable will die when it goes out of scope. An object will die when it goes out of scope.





28402. Which of the following will be the correct output for the program given below? namespace IndiabixConsoleApplication { struct Sample { public int i; } class MyProgram { static void Main(string[] args) { Sample x = new Sample(); Sample y; x.i = 9; y = x; y.i = 5; Console.WriteLine(x.i + " " + y.i); } } }






28403. Which of the following statements are correct about Structures used in C#.NET? A Structure can be declared within a procedure. Structs can implement an interface but they cannot inherit from another struct. struct members cannot be declared as protected. A Structure can be empty. It is an error to initialize an instance field in a struct.





28404. The space required for structure variables is allocated on stack.



28405. Creating empty structures is allowed in C#.NET.



28406. Which of the following will be the correct output for the C#.NET program given below? namespace IndiabixConsoleApplication { struct Sample { public int i; } class MyProgram { static void Main() { Sample x = new Sample(); x.i = 10; fun(x); Console.Write(x.i + " "); } static void fun(Sample y) { y.i = 20; Console.Write(y.i + " "); } } }






28407. Which of the following is the correct way of setting values into the structure variable e defined below? struct Emp { public String name; public int age; public Single sal; } Emp e = new Emp();






28408. Which of the following is the correct way to define a variable of the type struct Emp declared below? struct Emp { private String name; private int age; private Single sal; } Emp e(); e = new Emp(); Emp e = new Emp; Emp e; e = new Emp; Emp e = new Emp(); Emp e;





28409. If 3A=5B and 2B=3C then A:C is





28410. If 2x+4=16 then the value of x is





28411. What is the ratio between 1 hour 15 minutes and 2 hour 05 minutes?





28412. How many natural numbers are there between 24 and 114 which are completely divisible by 7?





28413. The sum of two numbers is The difference between them is Find their product.





28414. The following type of bonding is strongly directional in solids.




28415. Fog is an example of colloidal system of





28416. Chromium molybdenum steel can not be welded using __________ welding.





28417. Speisses is a mixture of the following:





28418. Auto collimator is used to check





28419. In troposphere (the weather domain), the temperature 't' at height 'h' above the sea level in metres is given by (where, temperature at sea level is 15°C and t is in °C.)





28420. A high pressure boiler generates steam at a pressure greater than __________ kg/cm2 .





28421. Evaporative cooling process employs a combination of cooling and humidification in which the





28422. Which of the following is not an explosive ?





28423. Maxwell's thermodynamic relations applies to the





28424. Annealing ofwhite cast iron produces __________ iron.





28425. Resistance of an electrical conductor is proportional to its (where, l = length and A = cross-sectional area of the conductor)




28426. A solar cell converts the sunlight directly into __________ energy.





28427. If a nuclear reactor produces more fissile nuclear fuel than it consumes, then it is called a __________ reactor.





28428. Wrought iron is never shaped by





28429. Powder metallurgy process does not make metal powder by





28430. In the blast furnace, incorporation of water vapour in the blast gives the following effect.





28431. Pick out the wrong statement.




28432. The usual energy consumption in electric arc furnace steel making is __________ KWh/ton of steel.





28433. Maximum permissible air velocity in pipelines is about __________ metre/second.





28434. Area under the stress-strain curve upto the __________ is referred to as the modulus of resilience.





28435. __________ is the hardest oxide and is hence used where high wear resistance at high temperature is required.





28436. Titanium alloys are welded using the Following process:





28437. An alloy of Fe - 0.4 % C is





28438. A material in which the atoms are arranged regularly in some directions but not in others, is termed as 'mesomorphous material'; an example of which is





28439. In extrusion of metals, which of the following statement is true ?





28440. Nuclear fission of one atom of uranium-235 produces the energy equivalent to about __________ MeV.





28441. Which of the following parameters is not responsible for the heat loss from a hot steam carrying bare pipe surface located in a room without fans ?





28442. Machinability of hard alloys and tool steels is improved by





28443. Transformation range for ferrous material is the temperature interval during which __________ is formed during its heating.





28444. Maximum amount of thermal radiation is emitted at all wavelengths at any specified temperature by a/an __________ body.





28445. In condensers used in thermal power plants, steam is normally used in shell side and cooling water on the tube side, because of the reason that





28446. Cobalt - 60 is used as a source of __________ in medical therapy & industrial radiography.





28447. Absolute zero pressure can be attained at a temperature of





28448. The product out from a cupola is called





28449. Nusselt number is related to Grashoff number (Gr) in turbulent & laminar flow respectively, in respect of free convection over a vertical flat plate as





28450. If the demand for an item is trebled and the order cost is reduced to one third, then the economic order quantity





<<= Back Next =>>
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
DMCA.com Protection Status Powered By:Omega Web Solutions
© 2002-2017 Omega Education PVT LTD...Privacy | Terms And Conditions