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. Common tasks toolbar

  2. Drawing toolbar

  3. Formatting toolbar

  4. Standard toolbar

  5. None of these

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

In PowerPoint, the Common tasks toolbar is specifically designed to provide context-sensitive options that change based on the current master view (slide master, handout master, notes master). The Drawing, Formatting, and Standard toolbars maintain consistent options across views.

Multiple choice
  1. An action button that advances to the next slide

  2. An item on the slide that performs an action when clicked

  3. The name of a motion path

  4. All of the above

  5. None of these

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

In PowerPoint animations, a trigger is an object (like a shape, image, or text) that, when clicked, causes an animation effect to play. This allows interactive presentations where animations are controlled by specific user actions on slide elements.

Multiple choice
  1. Fixed Layouts

  2. Liquid Layouts

  3. Friendster Layouts

  4. None of these

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

Liquid (or fluid) layouts use percentage-based widths that adapt to browser window size, creating flexible designs. Fixed layouts use specific pixel widths, while liquid layouts reflow content dynamically, providing better user experience across different screen sizes.

Multiple choice
  1. This control is used to edit the message.

  2. It shows a menu of available actions that can be performed on the currently displayed message.

  3. It is used to add a comment to interesting items, to easily identify them later.

  4. It is used to toggle all interceptions on and off.

  5. Both (1) and (3)

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

This control has such facility to check the specific items.

Multiple choice
  1. It defines page-specific attributes for the ASP.NET page.

  2. This directive makes functionality that has been defined elsewhere available in a given page.

  3. It allows to register a user control for use on the page.

  4. It allows to register the server controls.

  5. Options 3 and 4

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

This directive registers the control for the user's perspective in the application.

Multiple choice
  1. This event is fired when the button is released from memory.

  2. This subroutine will run when the control is unloaded from memory.

  3. This attribute is called for the Click event, which occurs when the user clicks the button.

  4. When the button is initialised, any subroutine given in this attribute will be called.

  5. Options 1 and 4

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

The subroutine specified by this attribute is executed when the button is reĀ­leased from memory.

Multiple choice
  1. This event is called when the page is about to be initialise with its basic settings.

  2. This event is fired before any response has been sent to the browser.

  3. This is called once the browser request has been processed.

  4. This event provides the updation of the values.

  5. Options 1 and 2

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

This event is called once all objects have reacted to the browser request and any resulting events, but before any response has been sent to the browser.