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. (a) Are used to link Page Names to a Class within PRPC

  2. (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class

  3. (c) Correspond to the Pages on the Clipboard

  4. (d) All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. (a) Create a step page of the class of the work object

  2. (b) Call the Add activity

  3. (c) Enter the name of a starting harness

  4. (d) All of the above

  5. (e) None of the above; activities cannot create work objects

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

Activities can create work objects through multiple approaches: creating a step page of the work object's class, calling the Add activity, or specifying a starting harness. All three methods are valid ways to create work objects.

Multiple choice technology architecture
  1. (a) Are used to link Page Names to a Class within PRPC

  2. (b) Enable Smart Prompts to display rules or properties within the Activity Form for the appropriate class

  3. (c) Correspond to the Pages on the Clipboard

  4. (d) All of the above

Reveal answer Fill a bubble to check yourself
A Correct answer
Multiple choice technology architecture
  1. (a) Create a step page of the class of the work object

  2. (b) Call the Add activity

  3. (c) Enter the name of a starting harness

  4. (d) All of the above

  5. (e) None of the above; activities cannot create work objects

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

Creating a work object from a Pega activity requires multiple steps: creating a step page of the appropriate class, calling the Add activity to instantiate it, and specifying a starting harness for the UI. All three actions are necessary components of the work object creation process.

Multiple choice technology packaged enterprise solutions
  1. Business object

  2. View

  3. Screen

  4. Business component

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

To complete this statement, the user needs to understand the concept of applets and how they are displayed in a particular context.

An applet is a small application that runs within a larger program or system. In the context of a software application, a set of related applets may be displayed in a View.

Option A, Business object, is not the correct answer because it does not relate to the display of applets.

Option C, Screen, is not the correct answer because it is too general and does not specify the relationship between the applets.

Option D, Business component, is not the correct answer because it does not relate to the display of applets.

Therefore, the correct answer is:

The Answer is: B. View.

Multiple choice technology packaged enterprise solutions
  1. List

  2. Form

  3. Child

  4. Detail

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

A List applet displays multiple records in a tabular or list format, allowing users to see and work with several records simultaneously. Form applets show one record at a time, while Child and Detail applets are specific types that also display single records in related contexts.

Multiple choice technology packaged enterprise solutions
  1. It is based on two different views

  2. It is based on two different Business Objects

  3. It can use only one business component

  4. It use two business components

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

In a Siebel master-detail List-Form view, both applets must compile data from the same underlying Business Component (e.g., both displaying details of the current record). They belong to the same view and Business Object, and using different Business Components would break the synchronization.

Multiple choice technology packaged enterprise solutions
  1. Applets

  2. Business Components

  3. Views

  4. Business Objects

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

In Siebel application architecture, a Screen is the highest-level container that organizes functionality. A Screen contains multiple Views, where each View displays specific business information through applets. The hierarchy is: Screen > Views > Applets > Business Components. Screens are not collections of applets, business components, or business objects directly.

Multiple choice technology packaged enterprise solutions
  1. Application Administration-> Screens

  2. Screen Tabs

  3. View Tabs

  4. Site-Map

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

In Siebel applications, navigation between screens is accomplished through Screen Tabs (which appear at the top and allow switching between functional areas) and Site-Map (which provides a hierarchical tree view of all available screens). Application Administration is a configuration area, not a navigation method, and View Tabs are for switching views within a single screen, not navigating between screens.

Multiple choice technology packaged enterprise solutions
  1. Administration- Application ->Responsibilities

  2. Administration- Application -> Views

  3. Administration- Application -> Utilities->Responsibilities

  4. Administration- Application -> Utilities->Views

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

Views are registered in Siebel through the path Administration - Application -> Views, where you can create and manage view definitions. Responsibilities are managed separately under Administration - Application -> Responsibilities. The Utilities submenu contains additional tools but the primary view registration is under the main Views menu item.

Multiple choice technology programming languages
  1. Introducing new methods

  2. Adding components to specific areas of a container

  3. Starting an applet

  4. Specifying font size and color

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

BorderLayout is a layout manager in Java AWT and Swing that divides a container into five regions: NORTH, SOUTH, EAST, WEST, and CENTER. Its static fields (like BorderLayout.NORTH) allow adding components to these specific areas, providing structured GUI layout.

Multiple choice technology
  1. Page layout

  2. Regions

  3. Columns

  4. All of the above

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

Reusable objects in Scriptura are modular components designed to be included across multiple templates. They don't have their own page layouts, regions, or columns - these are properties of the main document template. Therefore, reusable objects lack all of these features.