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 technology architecture
  1. True

  2. False

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

This statement is false, so the claimed answer is correct. Neither MVC1 nor MVC2 is inherently limited to small or large-scale applications. The choice between them depends on architectural requirements, maintainability needs, and team preferences - not application scale. MVC2 is generally preferred for complex applications due to better separation of concerns, but both can scale appropriately.

Multiple choice technology architecture
  1. MVC1

  2. MVC2

  3. MVC

  4. MVC1 & MVC2

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

MVC1 is page-centric because JSP pages handle both presentation and control logic. In MVC1, the JSP directly processes requests, contains business logic or makes calls to helper objects, and generates the HTML response. This combines view and controller responsibilities in a single component, making it page-centric by design.

Multiple choice technology architecture
  1. Design pattern

  2. Framework

  3. Architecture

  4. All The Above

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

MVC (Model-View-Controller) is a software design pattern that separates an application into three main components: the Model (data), the View (UI), and the Controller (logic). It's not a complete framework itself, though many frameworks implement it. Architecture is a broader concept, and MVC is one specific pattern within software architecture.

Multiple choice technology web technology
  1. Components, pages, sections

  2. Components, pages, sections, records, fields

  3. Pages, tabs, records

  4. Components, pages, tabs, field, sections

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

Display templates in PeopleSoft are comprehensive UI definition tools that control multiple elements: components (collections of pages), pages (individual screens), tabs (page organization), fields (data entry points), and sections (grouped content areas). This allows flexible customization of the user interface layout and behavior.

Multiple choice technology web technology
  1. Assign criteria, components, records

  2. Criteria, Assign Group, Components

  3. Assign Group, Component Records, Criteria

  4. None

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

The Configure Assignment Groups component has three pages: Assign Group (for group configuration), Component Records (for record mapping), and Criteria (for assignment rules). These work together to define assignment logic.

Multiple choice technology programming languages
  1. AT USER-COMMAND

  2. AT PFn

  3. AT SELECTION-SCREEN

  4. END-OF-SELECTION

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

AT USER-COMMAND is triggered when toolbar function codes are clicked. AT PFn handles function keys, not toolbar buttons. AT SELECTION-SCREEN is for selection screen events. END-OF-SELECTION is an executable program event after data retrieval.

Multiple choice technology web technology
  1. overMouse event

  2. onMouseOver event

  3. onRollOver event

  4. OnMouseOut event

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

The onMouseOver event fires when the mouse pointer moves over an element. For links specifically, this event can be used to trigger actions like changing link appearance, showing tooltips, or prefetching content. JavaScript uses camelCase naming for events.

Multiple choice technology security
  1. Broken links

  2. Cookies

  3. Javascripts

  4. Visited URLs

Reveal answer Fill a bubble to check yourself
A,C,D Correct answer
Explanation

Broken Links, JavaScripts, and Visited URLs collectively reveal comprehensive application coverage. Broken links indicate unreachable pages, JavaScripts show client-side functionality that might have been missed, and Visited URLs confirm which pages were successfully tested during the scan.

Multiple choice technology security
  1. Application Tree

  2. Request/Response

  3. Application Data

  4. Remediation Tasks View

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

The Request/Response view shows the actual HTTP requests AppScan sent and the server responses received, revealing exactly how a vulnerability was tested and triggered. The Application Tree shows site structure, Remediation Tasks list fixes needed, and Application Data contains variables - none show the testing methodology itself.

Multiple choice technology
  1. javascript

  2. SWT

  3. Net

  4. swing

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

In IBM Rule Studio (part of IBM Operational Decision Manager), custom value editors for business rules are developed using Java Swing. Swing provides the GUI components needed for rule editor interfaces. JavaScript, SWT (IBM's widget toolkit), and .NET are not used for this purpose in the Rule Studio context.