Computer Knowledge

GUI and Web Frameworks

1,711 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 web technology
  1. There is no symbol because components are not allowed in deployment diagrams.

  2. rounded rectangle, just like a state in a state diagram

  3. 3-dimensional rectangular solid (like a box).

  4. rectangle with tabs on its left side.

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

In a UML deployment diagram, a software component is represented by a rectangle with two small tabs protruding from its left side. A three-dimensional box represents a deployment node, whereas rounded rectangles depict states in state machine diagrams.

Multiple choice technology platforms and products
  1. AttachANote

  2. AttacAURL

  3. AttachAFile

  4. AttachADocument

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

In Pega PRPC, standard local actions are predefined actions available on cases. AttachANote, AttacAURL (note: typo in original), and AttachAFile are all standard local actions that allow users to add notes, links, and files to a case. AttachADocument is not a standard local action in this context.

Multiple choice technology platforms and products
  1. ruleset created for organization

  2. ruleset created for division

  3. specify the access group name in the declare page rule form

  4. current user’s access group

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

For node-scoped declarative pages, you must explicitly specify which access group(s) can load the declare page instance by entering them in the declare page rule form. This creates explicit scoping at the node level rather than relying on organization/division rulesets or the current user's access group, which apply at broader scopes.

Multiple choice technology platforms and products
  1. Newdefaults

  2. Newdefault

  3. PyDefault

  4. None of the above

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

The Newdefaults activity (with 's') is automatically executed when a work object is created, initializing properties with default values. This is a framework-provided activity that runs as part of the object creation process. 'Newdefault' is a common misspelling, and PyDefault is a different mechanism for property initialization.

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
D Correct answer
Explanation

Pages and Classes in Pega Rules Process Commander (PRPC) activities serve multiple purposes. They link page names to specific classes, enable smart prompts to display relevant rules and properties in the activity form, and correspond to pages residing on the clipboard.

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 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. Lock

  2. Freeze

  3. Keep together

  4. All of the above

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

The Keep Together property ensures that all grouped objects remain on the same page during document generation, preventing unwanted page breaks within the group. Lock and Freeze are different properties that control editing and layout positioning, not runtime page behavior.

Multiple choice technology
  1. Page layout

  2. Page bundle

  3. Bundle group

  4. All of the above

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

Virtual extent is a property applied specifically at the page layout level to control virtual page sizing or positioning. It is not applied to page bundles or bundle groups.