embedded technologies Online Quiz - 9

embedded technologies Online Quiz - 9

21 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

CLDC 1.1 specification includes support for

  1. Thread Groups
  2. Reflection
  3. Floating point Numbers
  4. JNI
Question 2 Multiple Choice (Single Answer)

How many Instances of Display class can a Midlet have?

  1. 1
  2. 2
  3. 3
  4. 4
Question 3 Multiple Choice (Single Answer)

JTWI (Java Technology for the Wireless Industry )compliant devices MUST implement

  1. MIDP 2.0
  2. MIDP2.1
  3. MIDP 1.0
  4. CLDC1.1
Question 4 Multiple Choice (Single Answer)

What is the MIME type of a JAD file

  1. app/vnd.sun.j2me.app-descriptor
  2. text/vnd.sun.j2me.app-descriptor
  3. app/vnd.sun.j2me.jad
  4. text/vnd.sun.j2me.jad
Question 5 Multiple Choice (Single Answer)

Every MIDlet must have implement these three methods.They are

  1. initApp,pauseApp,destroyApp
  2. initApp,pauseApp,closeApp
  3. startApp,pauseApp,destroyApp
  4. startApp,pauseApp,stopApp
Question 6 True/False

A virtual machine conforming to CLDC does not support user-defined, Java-level class loaders

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

All MIDP implementions MUST support which image format?

  1. BMP
  2. TIFF
  3. JPEG
  4. PNG
Question 8 Multiple Choice (Single Answer)

HttpConnection Interface in GCF MUST support which protocol?

  1. HTTP 1.1
  2. HTTP 1.0
  3. HTTPS
  4. HTTP 2.0
Question 9 Multiple Choice (Single Answer)

Every MIDlet MUST implement these three lifecycle methods.What are they?

  1. initApp,pauseApp,destroyApp
  2. initApp,pauseApp,closeApp
  3. startApp,pauseApp,destroyApp
  4. startApp,pauseApp,stopApp
Question 10 Multiple Choice (Single Answer)

Which software present in the mobile device controls the life cycle of the midlet?

  1. Application Management Software
  2. Midlet Management Software
  3. Java Application Descriptor
  4. java Application Software
Question 11 Multiple Choice (Single Answer)

In javaME, MSA stands for

  1. Mobile Supplements Architecture
  2. Mobile Services Architecture
  3. Midlet Supplements Architecture
  4. Midlet Services Architecture
Question 12 Multiple Choice (Single Answer)

Which API can untrusted midlet use without explicit confirmation from user

  1. javax.microedition.io.PushRegistry
  2. javax.microedition.io.HttpConnection
  3. javax.microedition.lcdui.TextField
  4. javax.microedition.io.HttpsConnection
Question 13 True/False

Canvas Class is a subclass of Screen Class.

  1. True
  2. False
Question 14 True/False

When a MIDlet suite is deleted, all MIDlets and RMS data associated with this suite will be deleted.

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

Which is used to retrieve the version of MIDP that a device has implemented

  1. System.getProperty("microedition.profiles")
  2. System.geApptProperty("microedition.profiles")
  3. System.getProperty("microedition.platform")
  4. System.getAppProperty("microedition.platform")
Question 16 Multiple Choice (Single Answer)

CLDC does not address one of the following

  1. Internationalization
  2. Core java libraries
  3. User interface functionalities
  4. Input/output(java.io)
Question 17 Multiple Choice (Single Answer)

What is meant by USB

  1. Universal Serial Bus
  2. Universal Standard Bus
  3. United Serial Bus
  4. None of the Above
Question 18 Multiple Choice (Single Answer)

What is the maximum speed of USB2.0 Standard

  1. 1.5 Mbps
  2. 10 Mbps
  3. 240 Mbps
  4. 480 Mbps
Question 19 Multiple Choice (Single Answer)

What is the meaning of RS in RS-232 standard

  1. Recommended Standard
  2. Remote Serial
  3. Recommended Serial
  4. None of the above
Question 20 Multiple Choice (Single Answer)

Usuallly communication speed is measured in bps like 1.5Mbps. What is meant by bps

  1. Bytes Per Second
  2. Bits Per Second
  3. Buads Per Second
  4. None of the above
Question 21 Multiple Choice (Single Answer)

What is the 1's Complement of the 8-bit binary number: 10101101

  1. 10101011
  2. 10101001
  3. 01010010
  4. 01000100