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. meta data

  2. IL

  3. manifest

  4. none of the above

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

A .NET assembly contains four key components: Manifest (assembly metadata), Metadata (type information), IL (Intermediate Language code), and optional resources. Since metadata (A), IL (B), and manifest (C) are all valid parts of an assembly, option D correctly states that none of these are excluded from the structure.

Multiple choice technology programming languages
  1. Run the Debugger, validate mappings and mapplets, import source definitions

  2. Run the debugger, create and delete folders, import source definitions

  3. Create and delete folders, view object dependencies, import source definitions

  4. Create and delete folders, create and edit mappings, create target tables

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

Designer in Informatica PowerCenter allows you to run the Debugger to validate mappings and mapplets, and import source definitions from various sources. Creating and deleting folders is a Repository Manager function, not Designer. Creating target tables is typically done in the Target Designer or Warehouse Builder tool, not the main Designer interface.

Multiple choice technology platforms and products
  1. Form->Function->User->Menu->Responsibility

  2. Form->Menu->Function->Responsibility->User

  3. Form->Function->Menu->Responsibilty->User

  4. Form->Function->User->Menu->Responsibilty

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

The correct Oracle Apps hierarchy is: Form → Function → Menu → Responsibility → User. Forms are attached to Functions, which are attached to Menus, which are assigned to Responsibilities, which are assigned to Users. Options A, B, and D have incorrect ordering of Function, Menu, User, and Responsibility.

Multiple choice technology web 2.0
  1. Public Assemblies & Private Assemblies

  2. Public Assemblies & Shared Assemblies

  3. Private Assemblies & Shared Assemblies

  4. Shared Assemblies and Global Assemblies

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

In .NET, assemblies are categorized into two primary types based on deployment: Private assemblies (local to the application) and Shared assemblies (stored in the GAC).

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.