technology Online Quiz - 1658

technology Online Quiz - 1658

20 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

In thermodynamics----------analogous to the free bodydiagram to which we apply the laws of mechanics, (i.e.Newton’s Laws of Motion).

  1. Surrounding
  2. System
  3. Boundary
  4. Properties
Question 2 Multiple Choice (Single Answer)

Father of THERMODYNAMICS

  1. James Prescot Joule
  2. Ericsson
  3. Stirling
  4. Sadi Carnot
Question 3 True/False

At microscopic level the pressure of a gas is not constant, the temperature of a gas is a function of the velocity of molecules.

  1. True
  2. False
Question 4 Multiple Choice (Single Answer)

In CAD,which among the following is not a basic 2D transformation.

  1. Translation
  2. Composite
  3. Rotation
  4. Scaling
Question 5 Multiple Choice (Single Answer)

Who is the father of the "foundry industry"

  1. A. G. Eckhardt of Soho
  2. B.F. Philbrook
  3. Vannoccio Biringuccio
  4. J. Croning
Question 6 True/False

General fabrication such as fabrication of pipes, penstocks, LPG cylinders, bridge girders and other structures CAN NOT BE produced by Submerged Arc welding.

  1. True
  2. False
Question 7 Multiple Choice (Single Answer)

First material known to be used by man

  1. Rock
  2. Bronze
  3. Iron
  4. Cotton
Question 8 Multiple Choice (Single Answer)

Detrimental property of a material for shock load applications

  1. Low toughness
  2. High strength
  3. Low hardness
  4. High density
Question 9 Multiple Choice (Single Answer)

In this PL/SQL statement, which of the following lines will produce an error?

  1. cursor CAPITALS is
  2. select CITY, STATE
  3. into my_city, my_state
  4. from CITIES
  5. where CAPITAL = 'Y';
  6. There are no errors in these statements
Question 10 Multiple Choice (Single Answer)

In a PL/SQL block, a variable is declared as NUMBER without an initial value. What will its value be when it is first used in the executable section of the PL/SQL block?

  1. NULL
  2. 0
  3. Results in a compilation error
  4. An Exception will be raised
Question 11 Multiple Choice (Single Answer)

Which three definitions are associated with implicit cursors?

  1. %rowtype, %toomanyrows, %found
  2. %found, %notfound, %rowcount
  3. %rowtype, %rowcount, %notfound
  4. None of the above
Question 12 Multiple Choice (Single Answer)

What is the result if two NULL values are compared to each other?

  1. True
  2. False
  3. Undefined
  4. NULL
Question 13 Multiple Choice (Single Answer)

Select the VALID trigger type(s)?

  1. AFTER Statement Trigger
  2. INSERT row Trigger
  3. All the above
  4. None of the above
Question 14 Multiple Choice (Single Answer)

What output will the follwing statement produce? Select NVL2(NULL,'NOT NULL', NULL) from dual;

  1. NULL
  2. NOT NULL
  3. Function NVL2 is not defined
  4. None of the above
Question 15 Multiple Choice (Single Answer)

XI Adapter Engine is based on the integrated

  1. ABAP engine
  2. J2EE engine
  3. .NET engine
  4. JCA (Java Connector Architecture)
Question 16 Multiple Choice (Single Answer)

Java Web Start is used for?

  1. caching Java applications
  2. to write Java code
  3. to execute Java mapping
  4. to perform JMS connectivity
Question 17 Multiple Choice (Single Answer)

QOS(EO) corresponds to RFC type

  1. sRFC
  2. aRFC
  3. qRFC
  4. tRFC
Question 18 Multiple Choice (Single Answer)

The standard to which SLD adheres

  1. CIM
  2. BPEL
  3. MIME
  4. CXML
Question 19 Multiple Choice (Single Answer)

What is the name space of an IDOC?

  1. urn:sap-com:document:idoc:sap:messages
  2. urn:sap-com:sap.document:idoc:messages
  3. urn:sap-com:document:sap:idoc:messages
  4. urn:sap-com:document:idoc:messages
Question 20 Multiple Choice (Single Answer)

What is the cardinality of MESSAGE TYPES : DATA TYPES?

  1. 1:1
  2. 1:N
  3. 1:2
  4. 1:0