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. a window which is used to write a visual basic code for an application

  2. a small screen which is used to reposition the form of the application, so that it appears in proper place when project is run

  3. a window used for each form to customise the designed interface of the application

  4. a window which contains list of the forms and modules for the current projects

  5. a window which display list of properties settings for a selected form or a control

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

This window is called Form Designer Window.

Multiple choice
  1. 5

  2. 4

  3. 3

  4. 2

  5. 1

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

This is the correct answer because there are only three constructors for FlowLayout. These are:- FlowLayout() :- create a default flowLayoutFlowLayout(int Alignment) :- creates a flowlayout with specified alignment, where alignment can take value, FlowLayout.LEFT, FlowLayout.LEFT, FlowLayout.LEFTFlowLayout(int alignment, int hgap, int vgap) :- same as second constructor with specified horizontal and vertical gap between the components. 

Multiple choice
  1. 5

  2. 4

  3. 3

  4. 2

  5. 1

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

This is the correct answer because there are two constructors of borderlayout are present in java. These are BorderLayout() :- creates a default borderlayout.BorderLayout(int hgap, int vgap) : creates a borderlayout with specified horizontal and vertical gaps between the components.