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. grid layout

  2. flow layout

  3. card layout

  4. border layout

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

In Java AWT, the default layout manager for a Frame is BorderLayout (5 regions: North, South, East, West, Center). FlowLayout arranges components left-to-right, GridLayout divides into equal grid cells, and CardLayout shows one component at a time. BorderLayout is the Frame's default.

Multiple choice
  1. Game Utility Interface

  2. Graphic Utility Interface

  3. Graphic User Interface

  4. Global User Interface

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

GUI stands for Graphic(al) User Interface. It's a type of user interface that allows users to interact with electronic devices through graphical icons and audio indicators, instead of text-based user interfaces. Note that the formal spelling is 'Graphical' but 'Graphic' is often used interchangeably in older textbooks.

Multiple choice
  1. 2D API

  2. Java beans

  3. WebSphere

  4. Alarm

  5. Abstract window toolkit

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

This technoloy provides a rich set of user interface components including graphics and imaging tools and data transfer classes for cut and paste through the native platform clipboard.