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.
Questions
MIDP stands for
- Mobile Information Device Profile
- Mobile Internet Device Platform
- Mobile Information Device Platform
- Mobile Intranet Device Profile
Visible elements on screen in a BlackBerry application are
- Fields
- Managers
- Screens
- All the above
- None of the above
When creating a ButtonField, it is necessary to specify the style as:
- ButtonField.BUTTON_CLICK
- ButtonField.CONSUME_CLICK
- ButtonField.BUTTONFIELD_CLICK
- ButtonField.LISTEN_CLICK
In which package, Classes required for SQLite databases are present?
- net.rim.device.api.database
- net.rim.device.api.sqlite
- net.rim.device.api.storage
- net.rim.device.api.SQLite
Blackberry Device Software 6.0 uses which version of SQLite
- 3.6.19
- 3.6.20
- 3.6.21
- 3.6.22
Which libraries are used in order to produce high quality, real time graphics?
- OpenGL
- nVIDIA
- ATI
- Intel Graphics
Record Store stores data in ______ using the RMS API
- MIDP Record Management System
- Files and folders
- Relational databases
- Runtime stores
Name the data format for SQLite database for data storage?
- Java Object
- Relational database file
- Serialized
- dbms file
In Blackberry, application storage is also called as _____________
- Flash Memory and on-board memory
- Storage memory
- Main memory
- Partition storage
Blackberry 9000 model is
- Bold
- Curve
- Pearl
- Torch
Connectivity not supported by Blackberry are:
- Wi-Fi
- Bluetooth
- Tethered Modem
- GPS
- None of the above
Along with Blackberry Enterprise Server_______________ encryption is used in order to provide security.
- AES
- Triple DES
- Both
- Option 2 only
Communication features available in Blackberry are
- Email & Text Messaging(SMS, MMS, Gmail, Yahoo Mail, Hotmail etc.,)
- Instant Messaging( Yahoo Messenger, Google Talk, IBM Lotus Sametime etc.,)
- Phone(Speaker phones, Conference calls etc.,)
- Social Networking(Facebook, Twitter, Flickr etc.,)
- All the above
In Blackberry, List the features available while taking photo/ recording video?
- Digital zoom & Built-in flash
- 3.2 MP Camera
- Self-portrait mirror
- All the Above
How to instantiate a check box field UI Component to a Screen
- mainScreen.add(myCheckbox);
- mainScreen.add(mycheck);
- mainScreen.(myCheckbox);
- mainScreen.add(mybox);
By default the instance variable in objective C is
- Public
- Protected
- Private
- Default
In objective C you can log an object to console through
- NSLog()
- Printf()
- System.out.println()
- Scanf()
Which of the following devices have the feature of accelerometer
- Ipod touch and Ipad
- Iphone and Ipad
- Iphone and Ipod touch
- None of the above
Which of the following sensor is not present in Iphone
- Proximity Sensor
- Intelligent Sensor
- Ambient Light Sensor
- Sound Sensor
Iphone OS comprises of
- Foundation +UIKit framework
- Foundation +ApplicationKit framework
- UIKit +ApplicationKit framework
- None of the above