0% found this document useful (0 votes)
3 views

Practical Exam Questions

The document lists practical exam questions for programming tasks, including displaying 'Hello World', creating login forms, and implementing various layouts such as Grid View and Table layout. It also includes tasks for accepting user input and creating a simple calculator. The questions are designed to test skills in user interface design and basic programming concepts.

Uploaded by

MANAS SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views

Practical Exam Questions

The document lists practical exam questions for programming tasks, including displaying 'Hello World', creating login forms, and implementing various layouts such as Grid View and Table layout. It also includes tasks for accepting user input and creating a simple calculator. The questions are designed to test skills in user interface design and basic programming concepts.

Uploaded by

MANAS SINGH
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

Practical Exam Questions

Write a program to display HelloWorld.

Write a program to display 15 Buttons using Grid View.

Write a program to display student name and marks.

Write a program to place Name, Age and mobile number linearly (Vertical) on the
display screen using Linear layout.

Write a program to create a login form for student registration system.

Write a program to display 10 students basic information in a table form using Table
layout.

Write a program to create a login form for a social networking site.

Write a program to display all the data types in object-oriented programming using
Frame layout.

Write a program to display 15 Buttons using Grid View.

Write a program to accept username and password from the end user using Text
View and Edit Text.

Write a program to create a simple calculator.

Write a program to accept username and password from the end user using Text
View and Edit Text.
Write a program to create a text field and a button “Navigate”. When you enter
“www.google.com” and press navigate button it should open google page.

Write a program to create button “Start Dialer”. When u click on this button it should
open the phone dialer.
.

You might also like