web technology Online Quiz - 47

web technology Online Quiz - 47

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

Consider the following:// SET GROUP=TBIS,DIV=USR,SUBJ=JCL,TYPE=DATA,NMBR=1Which of the following structures containing symbolic parameters will result in:TBISUSR.JCLCRS.DATA1?

  1. &GROUP&DIV.&SUBJCRS.&TYPE&NMBR
  2. &GROUP&DIV..&SUBJ.CRS.&TYPE&NMBR
  3. &GROUP.&DIV..&SUBJ.CRS.&TYPE.&NMBR.
  4. &GROUP.&DIV..&SUBJ.CRS..&TYPE.&NMBR.
Question 2 Multiple Choice (Single Answer)

A foreign key is :

  1. Specified in the definition of a referential constraint.
  2. A part of the definition of a table.
  3. A unique key
  4. None of the above
Question 3 Multiple Choice (Single Answer)

Which is wrong??

  1. Volume testing is a way to test functionality.
  2. Stress testing is a way to test reliability.
  3. GUI Testing; Data Base Testing; Syntax Checking ; Structure Investigation ; is the type of dynamic Testing.
  4. unit, integration, regression, are the Type of white box testing.
Question 4 Multiple Choice (Single Answer)

Minimum Size of Virtual Memory is..

  1. RAM Size * 1.5
  2. RAM Size * 2
  3. Initial Size * 1.5
  4. Initial Size * 2
Question 5 Multiple Choice (Single Answer)

Which gaming console released the Lips Karaoke game?

  1. Xbox 360
  2. PS2
  3. WII
  4. GAMEBOY
Question 6 Multiple Choice (Single Answer)

where was the first GUI developed?

  1. Xerox PARC
  2. Apple lisa
  3. Atari ST
  4. Commodore Amiga
Question 7 Multiple Choice (Single Answer)

Popular site owned by Obvious corp

  1. Orkut
  2. Facebook
  3. Twitter
  4. Hi5
Question 8 Multiple Choice (Single Answer)

Kindle is an e-book reader by

  1. Ebay
  2. Paypal
  3. Barnes & Noble
  4. Amazon
Question 9 Multiple Choice (Single Answer)

who started the 'Free software Foundation'?

  1. Charles Kane
  2. Nicholas Negroponte
  3. Larry Ellison
  4. Richard Stallman
Question 10 Multiple Choice (Single Answer)

The launch of which product led Cisco to file a trademark infringement case against Apple

  1. Kindle
  2. iPhone
  3. iMac
  4. iPod
Question 11 Multiple Choice (Single Answer)

COMPAQ is short for

  1. Comparison and Quake
  2. Computer and Aqua
  3. Command and Program
  4. Compatibility and Quality
Question 12 Multiple Choice (Single Answer)

which company filed a $1 billion lawsuit against Google for not filtering the copyrighted contents on YouTube

  1. Yahoo
  2. Apple
  3. Viacom
  4. Sony
Question 13 Multiple Choice (Single Answer)

which OS is sponsored by Canonical Ltd?

  1. Tiger
  2. Solaris
  3. Unix
  4. Ubuntu
Question 14 Multiple Choice (Single Answer)

Which input device works in the basis of the capacitive shunt method or the matrix approach

  1. Laptop Touchpad
  2. Stylist
  3. USB
  4. Tape Drive
Question 15 Multiple Choice (Multiple Answers)

The different scope values for jsp:useBean are

  1. page
  2. forward
  3. session
  4. application
Question 16 Multiple Choice (Multiple Answers)

What are the valid struts-config tags?

  1. <config>
  2. <global-exceptions>
  3. <controller>
  4. <action>
Question 17 True/False

Will the finally block still execute,when a return statement is written at the end of the try block?

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

Which method is used to create the daemon thread?

  1. initDaemon
  2. createDaemon
  3. setDaemon
  4. runDaemon
Question 19 Multiple Choice (Multiple Answers)

The different ways of using Thread?

  1. By implementing Runnable Interface.
  2. By inheriting from the Runnable Interface.
  3. By implementing the Thread Class.
  4. By inheriting from the Thread class.
Question 20 Multiple Choice (Single Answer)

For which one of the following reasons would a builder use StringBuilder over string?

  1. Due to its nature as a reference type, StringBuilder has a smaller footprint than string,thereby allowing more efficent memory management.
  2. StringBuilder is inherently more efficent due to its nature as a reference type comparedto string, which is a value type
  3. StringBuilder allows for dynamic appending of types; string creates a new string every time it is appended to.
  4. StringBuilder has the ability to accept objects other than string in order to build a string by automatically calling the ToString method on the object.
  5. Regular expressions are built into StringBuilder, allowing for much more efficent text processing than what could usually be achieved by using a string.