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 platforms and products
  1. Editors

  2. Project Creation Wizards

  3. Validators

  4. Application Server domain creation wizard

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Standalone applications

  2. Distributed applications

  3. All of the above

  4. None of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Language aware editor

  2. Incremental build

  3. Integrated debugging

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Eclipse is a Plugin

  2. Eclipse is a shareware

  3. Eclipse is an Open source framework

  4. None of these

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Only inspecting the code.

  2. Watching the values of variables and expressions.

  3. Step by step debugging.

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. A new IDE competing with Eclipse

  2. A set of plug-ins under Eclipse

  3. A java class file editor

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology platforms and products
  1. Formatting the code

  2. Adding Import

  3. Organizing imports

  4. All of the above

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology
  1. Harness

  2. FlowAction

  3. Section

  4. Property

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology programming languages
  1. View

  2. Outline

  3. Frameset

  4. Page

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology testing
  1. Add the specific property to the list

  2. Use the Default property

  3. Use some other property to identify your object

  4. NONE

Reveal answer Fill a bubble to check yourself
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.

Multiple choice technology databases
  1. OPEN AREANAME USAGE-MODE IS UPDATE

  2. OPEN AREANAME USAGE MODE IS UPDATE

  3. OPEN AREANAME USAGE-MODE IS MODIFY

  4. OPEN AREANAME USAGE MODE IS MODIFY

Reveal answer Fill a bubble to check yourself
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).

Multiple choice technology testing
  1. Resources > Object Repository

  2. Help > Object Repository

  3. Tools > Object Repository

  4. File > Object Repository

Reveal answer Fill a bubble to check yourself
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.