Mobile Technology and Development Quiz

Test your knowledge of mobile technology including iPhone/iOS development and BlackBerry programming, covering topics like mobile hardware, application frameworks, databases, and UI components.

20 Questions Published

Questions

Question 1 Multiple Choice (Multiple Answers)

MIDP stands for

  1. Mobile Information Device Profile
  2. Mobile Internet Device Platform
  3. Mobile Information Device Platform
  4. Mobile Intranet Device Profile
Question 2 Multiple Choice (Multiple Answers)

Visible elements on screen in a BlackBerry application are

  1. Fields
  2. Managers
  3. Screens
  4. All the above
  5. None of the above
Question 3 Multiple Choice (Multiple Answers)

When creating a ButtonField, it is necessary to specify the style as:

  1. ButtonField.BUTTON_CLICK
  2. ButtonField.CONSUME_CLICK
  3. ButtonField.BUTTONFIELD_CLICK
  4. ButtonField.LISTEN_CLICK
Question 4 Multiple Choice (Multiple Answers)

In which package, Classes required for SQLite databases are present?

  1. net.rim.device.api.database
  2. net.rim.device.api.sqlite
  3. net.rim.device.api.storage
  4. net.rim.device.api.SQLite
Question 5 Multiple Choice (Multiple Answers)

Blackberry Device Software 6.0 uses which version of SQLite

  1. 3.6.19
  2. 3.6.20
  3. 3.6.21
  4. 3.6.22
Question 6 Multiple Choice (Multiple Answers)

Which libraries are used in order to produce high quality, real time graphics?

  1. OpenGL
  2. nVIDIA
  3. ATI
  4. Intel Graphics
Question 7 Multiple Choice (Multiple Answers)

Record Store stores data in ______ using the RMS API

  1. MIDP Record Management System
  2. Files and folders
  3. Relational databases
  4. Runtime stores
Question 8 Multiple Choice (Multiple Answers)

Name the data format for SQLite database for data storage?

  1. Java Object
  2. Relational database file
  3. Serialized
  4. dbms file
Question 9 Multiple Choice (Multiple Answers)

In Blackberry, application storage is also called as _____________

  1. Flash Memory and on-board memory
  2. Storage memory
  3. Main memory
  4. Partition storage
Question 10 Multiple Choice (Multiple Answers)

Blackberry 9000 model is

  1. Bold
  2. Curve
  3. Pearl
  4. Torch
Question 11 Multiple Choice (Multiple Answers)

Connectivity not supported by Blackberry are:

  1. Wi-Fi
  2. Bluetooth
  3. Tethered Modem
  4. GPS
  5. None of the above
Question 12 Multiple Choice (Multiple Answers)

Along with Blackberry Enterprise Server_______________ encryption is used in order to provide security.

  1. AES
  2. Triple DES
  3. Both
  4. Option 2 only
Question 13 Multiple Choice (Multiple Answers)

Communication features available in Blackberry are

  1. Email & Text Messaging(SMS, MMS, Gmail, Yahoo Mail, Hotmail etc.,)
  2. Instant Messaging( Yahoo Messenger, Google Talk, IBM Lotus Sametime etc.,)
  3. Phone(Speaker phones, Conference calls etc.,)
  4. Social Networking(Facebook, Twitter, Flickr etc.,)
  5. All the above
Question 14 Multiple Choice (Multiple Answers)

In Blackberry, List the features available while taking photo/ recording video?

  1. Digital zoom & Built-in flash
  2. 3.2 MP Camera
  3. Self-portrait mirror
  4. All the Above
Question 15 Multiple Choice (Multiple Answers)

How to instantiate a check box field UI Component to a Screen

  1. mainScreen.add(myCheckbox);
  2. mainScreen.add(mycheck);
  3. mainScreen.(myCheckbox);
  4. mainScreen.add(mybox);
Question 16 Multiple Choice (Single Answer)

By default the instance variable in objective C is

  1. Public
  2. Protected
  3. Private
  4. Default
Question 17 Multiple Choice (Single Answer)

In objective C you can log an object to console through

  1. NSLog()
  2. Printf()
  3. System.out.println()
  4. Scanf()
Question 18 Multiple Choice (Single Answer)

Which of the following devices have the feature of accelerometer

  1. Ipod touch and Ipad
  2. Iphone and Ipad
  3. Iphone and Ipod touch
  4. None of the above
Question 19 Multiple Choice (Single Answer)

Which of the following sensor is not present in Iphone

  1. Proximity Sensor
  2. Intelligent Sensor
  3. Ambient Light Sensor
  4. Sound Sensor
Question 20 Multiple Choice (Single Answer)

Iphone OS comprises of

  1. Foundation +UIKit framework
  2. Foundation +ApplicationKit framework
  3. UIKit +ApplicationKit framework
  4. None of the above