Tag: operating systems

Questions Related to operating systems

  1. scanning for devices

  2. enabling applications of other devices

  3. connecting with devices

  4. managing data transfer between devices

  5. disabling applications of other devices


Correct Option: A,C,D
  1. ContentResolver cr = getContentResolver();

  2. ContentResolver cr = getContentResolver(cr);

  3. ContentResolver cr = getContentResolver(content);

  4. ContentResolver cr = getContentResolver(void);

  5. ContentResolver cr = getContentResolver(context);


Correct Option: A
  1. query()

  2. insert()

  3. update()

  4. delete()

  5. onCreate()


Correct Option: A,B,C,D,E

Choose the true regarding AndroidManifest.xml File in Android?

  1. AndroidManifest.xml file is present in root directory of an application

  2. AndroidManifest.xml file is responsible for naming java package for the application

  3. c.)AndroidManifest.xml File is an optional for an application

  4. It describes the components of the application — the activities, services, broadcast receivers,

  5. AndroidManifest.xml is not responsible for declaring the minimum level of the Android API that


Correct Option: A,D
  1. MediaPlayer & MediaRecorder

  2. MediaPlay & MediaRecord

  3. PlayMedia & RecordMedia

  4. Mediaplay & Mediarecord


Correct Option: A
  1. OpenGL ES 1.0

  2. OpenGL ES 1.1

  3. OpenGL ES 1.2

  4. OpenGL ES 1.3

  5. OpenGL ES 1.4


Correct Option: A