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 web 2.0
  1. ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation.

  2. It is available in .NET 2.0

  3. It is not availablae in .NET 2.0

  4. It is not applicable to windows application

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Multiple choice technology programming languages
  1. Oak tree

  2. Duke

  3. Water falls

  4. Teacup

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

Java's icon/mascot is 'Duke', a small animated character created by Joe Palrang. Duke has been associated with Java since its early days. The other options (Oak tree, Water falls, Teacup) are not related to Java's branding.

Multiple choice technology programming languages
  1. Clickonce deployment

  2. User access control(UAC) support

  3. Improved performance

  4. all of the above

  5. none of the above

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

Visual Studio 2008 introduced several deployment enhancements, including ClickOnce deployment improvements, User Access Control (UAC) support for installers, and overall performance optimizations.

Multiple choice technology web technology
  1. selector { property: value }

  2. selector { property= value }

  3. selector ( property: value )

  4. selector ( property= value )

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

CSS rules follow the syntax 'selector { property: value }' where the selector is followed by curly braces containing the property and value separated by a colon. The property: value pair uses a colon, not an equals sign. Options B and D incorrectly use '=' and parentheses instead of braces.

Multiple choice technology
  1. Appmanage

  2. Exportear

  3. Expear

  4. impear

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

In TIBCO administration, Appmanage is the command-line utility used to export Enterprise Application Archives (EAR files). The other options listed are not standard TIBCO tools for EAR export operations.

Multiple choice technology programming languages
  1. exposing a workflow as a WCF-anabled service

  2. calling a WCF service into a workflow

  3. both

  4. none

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

WF (Windows Workflow Foundation) and WCF integration is bidirectional. You can expose a workflow as a WCF-enabled service allowing external applications to invoke the workflow, and conversely, a workflow can call WCF services as part of its business process execution. Both integration patterns are valid and commonly used.

Multiple choice technology packaged enterprise solutions
  1. Order condition

  2. Search Specification

  3. Set of Actions

  4. Set of Events

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

In Siebel personalization, a rule set specifies the search specification condition that determines when the rule applies. Options A, C, and D describe different aspects: order condition determines execution sequence, set of actions defines what happens, and set of events triggers evaluation. Only Search Specification (B) defines the matching criteria.

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.