Sunteți pe pagina 1din 8

Code No: 117FM Set No.

1
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD
IV B.Tech. I Sem., I Mid-Term Examinations, September - 2017
MOBILE APPLICATION DEVELOPMENT
Objective Exam
Name: ______________________________ Hall Ticket No. A
Answer All Questions. All Questions Carry Equal Marks. Time: 20 Min. Marks: 10.

I. Choose the correct alternative:


1. A midlet is a Java class that extends the abstract class:
A) javax.microedition.MIDlet B) javax.microedition.midlet
C) javax.microedition.midlet.MIDlet D) javax.microedition.midlet.midlet [ ]

2. Which of the following techniques can be used for wireless session tracking?
A) Cookies B) URL Rewriting C) Hidden Fields D) None of the above [ ]

3. All MIDP implementations are required to support what image format?


A) GIF B) JPG C) BMP D) PNG [ ]

4. A Java virtual machine1 (JVM) supporting CLDC has no support for:


A) Floating point numbers B) Reflection C) JNI D) All of the above [ ]

5. Which of the following network connections is supported by the CDC?


A) UDP datagrams B) TCP sockets
C) HTTP connections D) None of the above [ ]

6. Which of the following statements is true about Java ME?


A) Java ME is a single specification.
B) Java ME is a family of related specifications.
C) Java ME is a platform for creating applications for the well-established desktop market.
D) Java ME is a platform for creating server-side enterprise applications. [ ]

7. Which class would you use to write applications to access low-level input events or to issue graphics
calls for drawing to the display?
A) Display B) Command C) Screen D) None of the above [ ]

8. What is contained within the manifest xml file?


A) The source code B) The list of strings used in the app
C) The permissions the app requires D) None of the above [ ]

9. What is the correct syntax, using the Generic Connection framework, to open an HTTP connection:
A) Connection c = Connection.open(http:/ / developer.java.sun.com);
B) Connector c = Connector.open(http:/ / developer.java.sun.com);
C) Connection c = Connector.open(http:/ / developer.java.sun.com);
D) Connector c = Connection.open(http:/ / developer.java.sun.com); [ ]

10. If a midlet needs to receive high-level events from the implementation, which interface should it
implement?
A) ActionListener B) CommandListener
C) Windows Listener D) ChoiceListener [ ]
Cont..2
Code No: 117FM :2: Set No. 1

II Fill in the Blanks

11. The CDC targets devices with _______ of total memory available for the Java platform, including both
RAM and flash or ROM.

12. ______file contains a list of attributes and related definitions that are used by the Application Manager to
install the files contained in the Jar file onto the small computing Device.

13. A platform, on which developers can build and implement programs to control small computing devices
is called ________________

14. An exclusive instance of ChoiceGroup class appears as a set of_____________

15. Expand KVM_____

16. _________ is a specification designed for small platforms such as PalmOS devices

17. Every graphic context has two characteristics _____________ and _______________

18. Extend CLDC _________________

19. The _________________ class creates an animated progress bar that graphically represents the status of
a process.

20. Two packages that are to be imported at the beginning of MIDlet programming are ______________ and
_______________

-oOo-
Code No: 117FM Set No. 2
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD
IV B.Tech. I Sem., I Mid-Term Examinations, September - 2017
MOBILE APPLICATION DEVELOPMENT
Objective Exam
Name: ______________________________ Hall Ticket No. A
Answer All Questions. All Questions Carry Equal Marks. Time: 20 Min. Marks: 10.

I. Choose the correct alternative:


1. A Java virtual machine1 (JVM) supporting CLDC has no support for:
A) Floating point numbers B) Reflection C) JNI D) All of the above [ ]

2. Which of the following network connections is supported by the CDC?


A) UDP datagrams B) TCP sockets
C) HTTP connections D) None of the above [ ]

3. Which of the following statements is true about Java ME?


A) Java ME is a single specification.
B) Java ME is a family of related specifications.
C) Java ME is a platform for creating applications for the well-established desktop market.
D) Java ME is a platform for creating server-side enterprise applications. [ ]

4. Which class would you use to write applications to access low-level input events or to issue graphics
calls for drawing to the display?
A) Display B) Command C) Screen D) None of the above [ ]

5. What is contained within the manifest xml file?


A) The source code B) The list of strings used in the app
C) The permissions the app requires D) None of the above [ ]

6. What is the correct syntax, using the Generic Connection framework, to open an HTTP connection:
A) Connection c = Connection.open(http:/ / developer.java.sun.com);
B) Connector c = Connector.open(http:/ / developer.java.sun.com);
C) Connection c = Connector.open(http:/ / developer.java.sun.com);
D) Connector c = Connection.open(http:/ / developer.java.sun.com); [ ]

7. If a midlet needs to receive high-level events from the implementation, which interface should it
implement?
A) ActionListener B) CommandListener
C) Windows Listener D) ChoiceListener [ ]

8. A midlet is a Java class that extends the abstract class:


A) javax.microedition.MIDlet B) javax.microedition.midlet
C) javax.microedition.midlet.MIDlet D) javax.microedition.midlet.midlet [ ]

9. Which of the following techniques can be used for wireless session tracking?
A) Cookies B) URL Rewriting C) Hidden Fields D) None of the above [ ]

10. All MIDP implementations are required to support what image format?
A) GIF B) JPG C) BMP D) PNG [ ]
Cont..2
Code No: 117FM :2: Set No. 2

II Fill in the Blanks

11. An exclusive instance of ChoiceGroup class appears as a set of_____________

12. Expand KVM_____

13. _________ is a specification designed for small platforms such as PalmOS devices

14. Every graphic context has two characteristics _____________ and _______________

15. Extend CLDC _________________

16. The _________________ class creates an animated progress bar that graphically represents the status of
a process.

17. Two packages that are to be imported at the beginning of MIDlet programming are ______________ and
_______________

18. The CDC targets devices with _______ of total memory available for the Java platform, including both
RAM and flash or ROM.

19. ______file contains a list of attributes and related definitions that are used by the Application Manager to
install the files contained in the Jar file onto the small computing Device.

20. A platform, on which developers can build and implement programs to control small computing devices
is called ________________

-oOo-
Code No: 117FM Set No. 3
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD
IV B.Tech. I Sem., I Mid-Term Examinations, September - 2017
MOBILE APPLICATION DEVELOPMENT
Objective Exam
Name: ______________________________ Hall Ticket No. A
Answer All Questions. All Questions Carry Equal Marks. Time: 20 Min. Marks: 10.

I. Choose the correct alternative:


1. Which of the following statements is true about Java ME?
A) Java ME is a single specification.
B) Java ME is a family of related specifications.
C) Java ME is a platform for creating applications for the well-established desktop market.
D) Java ME is a platform for creating server-side enterprise applications. [ ]

2. Which class would you use to write applications to access low-level input events or to issue graphics
calls for drawing to the display?
A) Display B) Command C) Screen D) None of the above [ ]

3. What is contained within the manifest xml file?


A) The source code B) The list of strings used in the app
C) The permissions the app requires D) None of the above [ ]

4. What is the correct syntax, using the Generic Connection framework, to open an HTTP connection:
A) Connection c = Connection.open(http:/ / developer.java.sun.com);
B) Connector c = Connector.open(http:/ / developer.java.sun.com);
C) Connection c = Connector.open(http:/ / developer.java.sun.com);
D) Connector c = Connection.open(http:/ / developer.java.sun.com); [ ]

5. If a midlet needs to receive high-level events from the implementation, which interface should it
implement?
A) ActionListener B) CommandListener
C) Windows Listener D) ChoiceListener [ ]

6. A midlet is a Java class that extends the abstract class:


A) javax.microedition.MIDlet B) javax.microedition.midlet
C) javax.microedition.midlet.MIDlet D) javax.microedition.midlet.midlet [ ]

7. Which of the following techniques can be used for wireless session tracking?
A) Cookies B) URL Rewriting C) Hidden Fields D) None of the above [ ]

8. All MIDP implementations are required to support what image format?


A) GIF B) JPG C) BMP D) PNG [ ]

9. A Java virtual machine1 (JVM) supporting CLDC has no support for:


A) Floating point numbers B) Reflection C) JNI D) All of the above [ ]

10. Which of the following network connections is supported by the CDC?


A) UDP datagrams B) TCP sockets
C) HTTP connections D) None of the above [ ]
Cont..2
Code No: 117FM :2: Set No. 3

II Fill in the Blanks

11. _________ is a specification designed for small platforms such as PalmOS devices

12. Every graphic context has two characteristics _____________ and _______________

13. Extend CLDC _________________

14. The _________________ class creates an animated progress bar that graphically represents the status of
a process.

15. Two packages that are to be imported at the beginning of MIDlet programming are ______________ and
_______________

16. The CDC targets devices with _______ of total memory available for the Java platform, including both
RAM and flash or ROM.

17. ______file contains a list of attributes and related definitions that are used by the Application Manager to
install the files contained in the Jar file onto the small computing Device.

18. A platform, on which developers can build and implement programs to control small computing devices
is called ________________

19. An exclusive instance of ChoiceGroup class appears as a set of_____________

20. Expand KVM_____

-oOo-
Code No: 117FM Set No. 4
JAWAHARLAL NEHRU TECHNOLOGICAL UNIVERSITY HYDERABAD
IV B.Tech. I Sem., I Mid-Term Examinations, September - 2017
MOBILE APPLICATION DEVELOPMENT
Objective Exam
Name: ______________________________ Hall Ticket No. A
Answer All Questions. All Questions Carry Equal Marks. Time: 20 Min. Marks: 10.

I. Choose the correct alternative:


1. What is contained within the manifest xml file?
A) The source code B) The list of strings used in the app
C) The permissions the app requires D) None of the above [ ]

2. What is the correct syntax, using the Generic Connection framework, to open an HTTP connection:
A) Connection c = Connection.open(http:/ / developer.java.sun.com);
B) Connector c = Connector.open(http:/ / developer.java.sun.com);
C) Connection c = Connector.open(http:/ / developer.java.sun.com);
D) Connector c = Connection.open(http:/ / developer.java.sun.com); [ ]

3. If a midlet needs to receive high-level events from the implementation, which interface should it
implement?
A) ActionListener B) CommandListener
C) Windows Listener D) ChoiceListener [ ]

4. A midlet is a Java class that extends the abstract class:


A) javax.microedition.MIDlet B) javax.microedition.midlet
C) javax.microedition.midlet.MIDlet D) javax.microedition.midlet.midlet [ ]

5. Which of the following techniques can be used for wireless session tracking?
A) Cookies B) URL Rewriting C) Hidden Fields D) None of the above [ ]

6. All MIDP implementations are required to support what image format?


A) GIF B) JPG C) BMP D) PNG [ ]

7. A Java virtual machine1 (JVM) supporting CLDC has no support for:


A) Floating point numbers B) Reflection C) JNI D) All of the above [ ]

8. Which of the following network connections is supported by the CDC?


A) UDP datagrams B) TCP sockets
C) HTTP connections D) None of the above [ ]

9. Which of the following statements is true about Java ME?


A) Java ME is a single specification.
B) Java ME is a family of related specifications.
C) Java ME is a platform for creating applications for the well-established desktop market.
D) Java ME is a platform for creating server-side enterprise applications. [ ]

10. Which class would you use to write applications to access low-level input events or to issue graphics
calls for drawing to the display?
A) Display B) Command C) Screen D) None of the above [ ]
Cont..2
Code No: 117FM :2: Set No. 4

II Fill in the Blanks

11. Extend CLDC _________________

12. The _________________ class creates an animated progress bar that graphically represents the status of
a process.

13. Two packages that are to be imported at the beginning of MIDlet programming are ______________ and
_______________

14. The CDC targets devices with _______ of total memory available for the Java platform, including both
RAM and flash or ROM.

15. ______file contains a list of attributes and related definitions that are used by the Application Manager to
install the files contained in the Jar file onto the small computing Device.

16. A platform, on which developers can build and implement programs to control small computing devices
is called ________________

17. An exclusive instance of ChoiceGroup class appears as a set of_____________

18. Expand KVM_____

19. _________ is a specification designed for small platforms such as PalmOS devices

20. Every graphic context has two characteristics _____________ and _______________

-oOo-

S-ar putea să vă placă și