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
-
Editors
-
Project Creation Wizards
-
Validators
-
Application Server domain creation wizard
D
Correct answer
Explanation
Eclipse provides editors, project creation wizards, and validators as built-in utilities. However, application server domain creation is typically handled by the application server itself (like WebLogic, WebSphere) or server-specific administration tools, not by Eclipse's standard utilities.
-
Standalone applications
-
Distributed applications
-
All of the above
-
None of these
C
Correct answer
Explanation
Eclipse is a versatile IDE that can be used to develop various types of applications including standalone desktop applications and distributed enterprise applications. Through plugins and project types, it supports development across different application architectures.
-
Language aware editor
-
Incremental build
-
Integrated debugging
-
All of the above
D
Correct answer
Explanation
Eclipse IDE provides language-aware editing with syntax highlighting and code assistance. It supports incremental compilation that builds code changes automatically. The integrated debugger allows setting breakpoints and stepping through code. All these features make 'All of the above' the correct choice.
-
Eclipse is a Plugin
-
Eclipse is a shareware
-
Eclipse is an Open source framework
-
None of these
C
Correct answer
Explanation
Eclipse is an open-source framework distributed under the EPL (Eclipse Public License). It is not a plugin itself but a platform that hosts plugins, and it is definitely not shareware. The source code is freely available for anyone to examine and modify.
-
Only inspecting the code.
-
Watching the values of variables and expressions.
-
Step by step debugging.
-
All of the above
D
Correct answer
Explanation
When debugging source files in Eclipse, developers can inspect code, watch variables and expressions in real-time, and step through execution line-by-line. Therefore, all of the utilities are available.
-
A new IDE competing with Eclipse
-
A set of plug-ins under Eclipse
-
A java class file editor
-
All of the above
B
Correct answer
Explanation
MyEclipse is a commercial set of plugins that extends the Eclipse IDE with additional features for enterprise development. It is not a separate competing IDE, nor is it just a class file editor. It builds upon Eclipse's foundation to provide enhanced capabilities.
-
Formatting the code
-
Adding Import
-
Organizing imports
-
All of the above
D
Correct answer
Explanation
Eclipse's Source menu provides multiple code management features. Format helps standardize code indentation and style. Organize Imports removes unused imports and groups existing ones. These features together support efficient code maintenance.
-
Harness
-
FlowAction
-
Section
-
Property
A
Correct answer
Explanation
In Pega UI design, the Harness rule defines the overall structure and layout of user interfaces. It controls the presentation format including whether elements appear in tabs or other layouts. FlowAction, Section, and Property rules serve different purposes in UI construction.
-
View
-
Outline
-
Frameset
-
Page
C
Correct answer
Explanation
A Frameset is a design element that creates a multi-pane interface by dividing the browser window into multiple independent frames, each capable of displaying different content. Views display documents in a single pane, Outlines show hierarchical navigation, and Pages are single-pane content displays - only Framesets provide the multi-pane capability.
B
Correct answer
Explanation
The Spring Framework architecture consists of around 20 modules, with 7 well-defined modules being commonly referenced: Core, AOP, Aspects, Context, DAO, ORM, and Web MVC/JEE.
-
Testing toolbar
-
None of the above
-
Action toolbar
-
Test Pane
D
Correct answer
Explanation
The Test Pane in testing tools allows viewing detailed information about individual test actions, including parameters, results, and the complete test execution flow. It provides visibility into test execution at a granular level.
-
Add the specific property to the list
-
Use the Default property
-
Use some other property to identify your object
-
NONE
A
Correct answer
Explanation
When a property needed for object identification is not in the default properties list, most testing tools allow you to manually add that property to the identification properties list so it can be used for recognition.
-
OPEN AREANAME USAGE-MODE IS UPDATE
-
OPEN AREANAME USAGE MODE IS UPDATE
-
OPEN AREANAME USAGE-MODE IS MODIFY
-
OPEN AREANAME USAGE MODE IS MODIFY
A
Correct answer
Explanation
In IDMS COBOL, the correct syntax to open an area in update mode uses the USAGE-MODE clause (with a hyphen). The syntax is 'OPEN AREANAME USAGE-MODE IS UPDATE'. Option B is incorrect because it lacks the hyphen in USAGE-MODE, and options C and D use MODIFY (which is not the correct keyword for update mode).
-
Miccomentproperty
-
Commentproperty
-
Mic_comment_property
-
None of the above
-
Resources > Object Repository
-
Help > Object Repository
-
Tools > Object Repository
-
File > Object Repository
A
Correct answer
Explanation
In QTP, the Resources menu contains the Object Repository option for accessing repositories associated with specific components. This is the standard navigation path within the QTP interface. The other menu options (Help, Tools, File) don't contain the Object Repository option.