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. Task Bar

  2. Menu Bar

  3. Status Bar

  4. Address Bar

  5. Bookmarks Bar

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

Task bar is not a part of browser.  The task bar is the bar that spans the bottom of the screen and contains the Start button on the left side and the system tray on the right.

Multiple choice
  1. Title Bar

  2. Menu Bar

  3. Scroll Bar

  4. Status Bar

  5. Task Bar

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

The task bar is the bar that spans the bottom of the screen and contains the Start button on the left side and the system tray on the right. The task bar also includes the current time on the far right side and can hold shortcuts to programs directly to the right of the Start button. The task bar is always displayed on the screen and it's not a part of any window.

Multiple choice
  1. Java applet

  2. Filter

  3. Abstract window toolkit

  4. Ajax

  5. Alarm

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

By using Ajax, you can accomplish dynamically update the totals on your shopping cart without forcing the user to click update and wait for the server to resend the entire page.

Multiple choice
  1. It ensures that all the initializations are complete.

  2. It is used to set the properties of controls and establish database connections.

  3. Every page control calls this method to output the control's markup.

  4. It is used to clean up tasks and close the database connections.

  5. None of the above

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

This is true about render method in ASP .Net life cycle and after this event, any changes in the controls are ignored.

Multiple choice
  1. It provides cross language integration.

  2. CTS defines the rules that are followed by the different languages.

  3. CTS provides an object oriented model to the implementation of the many programming languages.

  4. It defines the rules that ensures that the data types of objects written in various languages are able to interact among them.

  5. All of the above

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

This is the correct choice.

Multiple choice
  1. Swing components are platform independent.

  2. Swing components requires more memory space.

  3. Swing components are more flexible.

  4. Swing components require javax.swing package.

  5. None of these

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

This is false about swing as swing component requires less memory space.

Multiple choice
  1. It represents a rectangular area for viewing the components.

  2. It is a group of folders and only one folder can be selected at one time.

  3. It is a component to represent the hierarchical view of the data.

  4. It is a combination of a text field and a drop down list.

  5. None of these

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

It is called tabbed pane in java.