Computer Knowledge

GUI and Web Frameworks

1,915 Questions

Graphical user interface and web frameworks involve layout management, directives, and application design across platforms like Android and Angular. These concepts are tested in computer science and IT officer competitive exams. Review these questions to understand UI components and coding standards.

Android layout attributesAngular structural directivesVB.Net web methodsJava Swing componentsSiebel application framework

GUI and Web Frameworks Questions

Multiple choice
  1. Border of table handler and dynamic creater of row and cell

  2. Row handler and cell handler

  3. Border handler and size handler

  4. Column handler and cell handler

  5. None of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The two handlers of Table page class are known as Border of table handler and dynamic creater of row & cell.

Multiple choice
  1. Because HTML code is generated for hiding the control.

  2. Because it will not appear in visual studio design surface.

  3. Because HTML code is not generated.

  4. Both 1 and 2

  5. Because the control has not been selected .

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The control does not appear since the HTML code for displaying it is not generated , since visible property of the control is set to false.