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
-
Common tasks toolbar
-
Drawing toolbar
-
Formatting toolbar
-
Standard toolbar
-
None of these
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.
-
An action button that advances to the next slide
-
An item on the slide that performs an action when clicked
-
The name of a motion path
-
All of the above
-
None of these
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.
-
Fixed Layouts
-
Liquid Layouts
-
Friendster Layouts
-
None of these
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.
-
visible
-
hidden
-
transparent
-
none of these
-
The @ application directive
-
The @ assembly directive
-
The @ import directive
-
Application_UpdateRequest
-
Execution support
A
Correct answer
Explanation
This directive facilitates code behind programming in Global.asax files.
-
Version number
-
The execution support
-
Web service
-
Message name
-
Windows form
C
Correct answer
Explanation
It is an interface positioned between the application code and the user of that code.
-
Internal
-
Assembly name
-
Culture
-
Type reference information
-
Strong name information
D
Correct answer
Explanation
This assembly manifest content's information is used for types that are exported from the assembly.
-
This control is used to edit the message.
-
It shows a menu of available actions that can be performed on the currently displayed message.
-
It is used to add a comment to interesting items, to easily identify them later.
-
It is used to toggle all interceptions on and off.
-
Both (1) and (3)
C
Correct answer
Explanation
This control has such facility to check the specific items.
-
private
-
public
-
default
-
protected
C
Correct answer
Explanation
In Java, if no access modifier (private, public, or protected) is specified, the member has package-private access, often called default access. This makes the field visible to all classes within the same package.
-
Full Screen Reading
-
Outline
-
Web Layout
-
Draft
-
Print Layout
D
Correct answer
Explanation
In the Draft view, certain elements such as header and footer are not visible.
-
Sprite
-
Stack
-
Spooling
-
Station
A
Correct answer
Explanation
A sprite is a two-dimensional bitmap that is integrated into a larger scene, often used in video games to represent moving objects.
-
It defines page-specific attributes for the ASP.NET page.
-
This directive makes functionality that has been defined elsewhere available in a given page.
-
It allows to register a user control for use on the page.
-
It allows to register the server controls.
-
Options 3 and 4
C
Correct answer
Explanation
This directive registers the control for the user's perspective in the application.
-
This event is fired when the button is released from memory.
-
This subroutine will run when the control is unloaded from memory.
-
This attribute is called for the Click event, which occurs when the user clicks the button.
-
When the button is initialised, any subroutine given in this attribute will be called.
-
Options 1 and 4
A
Correct answer
Explanation
The subroutine specified by this attribute is executed when the button is reĀleased from memory.
-
This event is called when the page is about to be initialise with its basic settings.
-
This event is fired before any response has been sent to the browser.
-
This is called once the browser request has been processed.
-
This event provides the updation of the values.
-
Options 1 and 2
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.
-
Gridlayout
-
Flowlayout
-
Cardlayout
-
Both the options 1 and 2
-
All of these
E
Correct answer
Explanation
This is correct answer because all of the given layout managers are present in java awt.