Tag: technology

Questions Related to technology

  1. MIF,MOF,DIF,DOF

  2. DIF,DOF,MID,MOD

  3. DIF,DOF,MFLD,DFLD

  4. None of the above


Correct Option: B
  1. CPU register is 64 bit

  2. It stores information in hard disk as 64-bit format

  3. Data in main memory stored in 64-bit

  4. OS is developed using 64-bit compiler


Correct Option: C
  1. MS office

  2. IE

  3. Windows Mail

  4. Windows Media Player


Correct Option: B

We cannot create following named folder in windows

  1. foo

  2. nul

  3. xp

  4. reg


Correct Option: B

If windows pc is not restarted for a long time

  1. Memory overflow error may occure

  2. CPU will slow down

  3. Hard disk operations may be very slow

  4. May slow down pc performance due to more memory fragmentation.


Correct Option: D
  1. Foo.beta() is a valid invocation of beta().

  2. Foo.alpha() is a valid invocation of alpha().

  3. Method beta() can directly call method alpha().

  4. Method alpha() can directly call method beta().


Correct Option: B,C
  1. Point p = new Point();

  2. Line.Point p = new Line.Point();

  3. The Point class cannot be instatiated at line 15.

  4. Line l = new Line() ; l.Point p = new l.Point();


Correct Option: B