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
-
meta data
-
IL
-
manifest
-
none of the above
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.
-
Run the Debugger, validate mappings and mapplets, import source definitions
-
Run the debugger, create and delete folders, import source definitions
-
Create and delete folders, view object dependencies, import source definitions
-
Create and delete folders, create and edit mappings, create target tables
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.
-
Form->Function->User->Menu->Responsibility
-
Form->Menu->Function->Responsibility->User
-
Form->Function->Menu->Responsibilty->User
-
Form->Function->User->Menu->Responsibilty
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.
-
Public Assemblies & Private Assemblies
-
Public Assemblies & Shared Assemblies
-
Private Assemblies & Shared Assemblies
-
Shared Assemblies and Global Assemblies
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).
-
Install Visual Studio
-
Create Windows application
-
Create Console Application
-
Create a class
-
Create Installer
-
System.Globalization
-
System.Configuration
-
System.Resources
-
System.Web.UI
A,C
Correct answer
Explanation
To build a localized application in .NET, developers must use System.Globalization for culture settings and System.Resources to manage localized resource files.
-
ClickOnce deployment allows you to publish Windows-based applications to a Web server or network file share for simplified installation.
-
It is available in .NET 2.0
-
It is not availablae in .NET 2.0
-
It is not applicable to windows application
-
Oak tree
-
Duke
-
Water falls
-
Teacup
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.
-
Web Client
-
Mobile Web Client
-
Handheld
-
Wireless Web Client
B,C
Correct answer
Explanation
Mobile Web Clients and Handheld Clients run locally on user devices and require local configuration (.cfg) and Siebel Repository File (.srf) files to execute the application offline.
-
Clickonce deployment
-
User access control(UAC) support
-
Improved performance
-
all of the above
-
none of the above
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.
-
BasicHttpBinding
-
WSHttpBinding
-
MSHttpBinding
-
NetMsmqBinding
A,B,D
Correct answer
Explanation
WCF provides several standard bindings. BasicHttpBinding (A), WSHttpBinding (B), and NetMsmqBinding (D) are all valid standard bindings. MSHttpBinding (C) does not exist - this appears to be a distractor.
-
selector { property: value }
-
selector { property= value }
-
selector ( property: value )
-
selector ( property= value )
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.
-
Appmanage
-
Exportear
-
Expear
-
impear
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.
-
exposing a workflow as a WCF-anabled service
-
calling a WCF service into a workflow
-
both
-
none
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.
-
Order condition
-
Search Specification
-
Set of Actions
-
Set of Events
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.