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 packaged enterprise solutions
  1. Tools Language Mode

  2. Siebel Tools

  3. Regional Settings

  4. OS regional settings

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

Localization in Siebel is determined by Siebel Tools Language Mode setting. This controls which language repository is used for development and deployment. Options A, C, and D are incorrect: Tools Language Mode is the setting, Regional Settings and OS settings affect display formats but not Siebel localization.

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

To answer this question, the user needs to have basic knowledge of user interface design and software development.

The correct answer is:

C. Views

Explanation:

In software development, a screen refers to the user interface of an application. It is the visual representation of the information and functionality that the application provides to the user.

A screen is typically made up of one or more views, which are individual components that display specific information or allow the user to perform certain actions. For example, a login screen might have separate views for the username and password fields, as well as a button to submit the login credentials.

Applets refer to small applications that are designed to run within a larger application or web page. They are often used to provide specific functionality, such as a calculator or weather widget.

Business components and business objects are both terms used in software development to refer to specific parts of an application's architecture. Business components typically encapsulate specific pieces of business logic or functionality, while business objects represent the data that the application works with.

Therefore, the correct option is C. Views.

Multiple choice technology packaged enterprise solutions
  1. Parent business component is used as Account and Child business component is used for Opportunity

  2. Parent business component is used as Opportunity and Child business component is used for Account

  3. Parent business component is used as Opportunity only.

  4. Parent business component is used as Account Only

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

In a master-detail view displaying an account form applet as master and opportunity list applet as child, the parent business component is Account and the child business component is Opportunity. This reflects the business relationship where opportunities belong to accounts.

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 may use two business components

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

When two applets (one list and one detail) are displayed in the same view, they typically use the same business component. The detail applet shows more information about the same record selected in the list applet, so they must share the underlying business component.

Multiple choice technology packaged enterprise solutions
  1. When you create a template file

  2. When you place in the proper physical directory

  3. When you create an object which refers the template file

  4. NOTE: Please confirm this answer from course material

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

A web template needs to be registered when you create an object that references the template file. The registration links the template file to the Siebel repository so it can be used by applets and other UI elements.

Multiple choice technology testing
  1. To help the performance of QTP

  2. To restore the layout of the QuickTest window so that it displays the panes in their default sizes and positions

  3. To enable QTP to recognize objects in the AUT

  4. Both b and c

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

Add-ins extend QTP's object recognition capabilities to support specific technologies or applications. Loading the appropriate add-in enables QTP to identify, interact with, and properly record/test objects in the application under test.

Multiple choice technology platforms and products
  1. Contextual reference relative to the current peoplecode

  2. Scroll path syntax

  3. Both

  4. None

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

In PeopleSoft, data in component buffer can be referenced using both contextual references relative to the current PeopleCode and scroll path syntax. Contextual references use implicit relationships, while scroll path syntax explicitly navigates the buffer hierarchy.

Multiple choice technology platforms and products
  1. Menu items

  2. Application engine

  3. Components

  4. Record fields

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

Application Engine is not part of the component processor. The component processor manages the interaction between the user interface and the database for online components. Application Engine is a batch processing tool that runs separate from the component processor architecture.

Multiple choice technology programming languages
  1. Components are not allowed in deployment diagrams

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

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

  4. A rectangle with tabs on its left side

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

In UML, a component is represented by a rectangle with two smaller rectangles (tabs) protruding from its left side. This symbol can be placed inside nodes within a deployment diagram to show physical allocation.

Multiple choice technology web 2.0
  1. System.user

  2. System.web

  3. System.Drawing

  4. System.Web.UI.Page.Culture

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

To solve this question, the user needs to know about the different .NET Framework namespaces and classes that are used to store information about the user locale.

Option A (System.user) is not a valid .NET Framework namespace or class. This option is incorrect.

Option B (System.web) is a valid .NET Framework namespace that provides classes for creating web-based applications. However, it is not the correct namespace for storing user locale information. This option is incorrect.

Option C (System.Drawing) is a valid .NET Framework namespace that provides classes for working with graphics and images. However, it is not the correct namespace for storing user locale information. This option is incorrect.

Option D (System.Web.UI.Page.Culture) is the correct answer. The Culture property of the Page class in the System.Web.UI namespace is used to store information about the user locale. This property can be used to set the language and culture for a particular page or application.

Therefore, the answer is:

The Answer is: D

Multiple choice technology web 2.0
  1. The Prerender

  2. Render

  3. Page_Load

  4. Display

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

The Render method is responsible for generating the HTML output that displays a custom control to the browser. This method is called during the control lifecycle after all processing is complete. Prerender prepares the control, Page_Load handles initialization, and Display is not a standard control method.

Multiple choice technology testing
  1. Keyword

  2. Parameter

  3. Active screen

  4. Data table

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

QTP has two main views: Keyword View (tabular, icon-based) and Expert View (VBScript code). Parameter, Active Screen, and Data Table are panes/features, not views. Keyword View is the correct answer.