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. 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 Java IDE provides all three features: language-aware syntax highlighting and code assistance, incremental compilation for fast feedback, and integrated debugging with breakpoints and stepping. 'All of the above' is the comprehensive answer.

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 governed by the Eclipse Foundation. It's not a plugin itself (it hosts plugins), not shareware (it's OSI-approved open source), and 'none of these' is incorrect. The open-source nature is fundamental to Eclipse's architecture.

Multiple choice technology platforms and products
  1. A directory to store Eclipse specific initializations

  2. A directory which contains all the projects the user is currently working on.

  3. A file containing Eclipse initialization settings.

  4. None of these

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

An Eclipse workspace is a directory that stores Eclipse-specific metadata, configuration files, and settings. It contains the projects you're working on and maintains preferences, plugin configurations, and other initialization data specific to that workspace. Option B is incorrect because while the workspace contains projects, it's not just a container - it stores configuration too. Option C is incorrect because it's a directory structure, not a single file.

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

Eclipse provides comprehensive debugging utilities including inspecting code, watching variable values and expressions, and step-by-step execution. These features work together to give developers complete visibility into program execution. Options A, B, and C each describe individual debugging features, but D correctly identifies that all are available simultaneously during debugging.

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 built-in editors, project creation wizards, and validators. However, application server domain creation wizards are specific to application servers (like WebLogic or WebSphere) and are not standard utility tools supplied by Eclipse itself.

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 supports development of both standalone applications (desktop apps, console apps) and distributed applications (web apps, enterprise applications, client-server systems). Option A and B each describe types Eclipse supports, making C the correct comprehensive answer.

Multiple choice technology platforms and products
  1. Builder

  2. Java Build Path

  3. Java Doc Location

  4. None of these

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

The 'Java Build Path' section in Project Properties allows adding libraries, JARs, and external dependencies to a project's classpath. This is where you configure what libraries your project needs. Option A is for build configurations. Option C is for Javadoc location only.

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

The Source menu provides multiple code organization utilities: formatting code structure, adding required imports for referenced classes, and organizing imports to remove unused ones and group them. Options A, B, and C describe individual features, with D correctly identifying all are available.

Multiple choice technology platforms and products
  1. Java Browsing

  2. Java EE

  3. Debug

  4. Java Editor

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

Eclipse includes various perspectives: Java Browsing, Java EE, and Debug are all valid perspectives that arrange windows for specific tasks. 'Java Editor' is not a perspective - it's an editor component used within perspectives like Java or Java EE. Perspectives are window arrangements, not individual editors.

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 collection of commercial plugins that extend Eclipse's capabilities, particularly for web and Java EE development. It's not a separate competing IDE (A is incorrect) and not just a class file editor (C is incorrect). It builds on Eclipse by adding additional features.

Multiple choice technology programming languages
  1. a only

  2. b only

  3. Both a and b

  4. None of the above

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

Both statements are correct about dialog boxes. Modeless dialog boxes allow users to continue interacting with the main application while the dialog is open, whereas modal dialog boxes block interaction with the main application until the dialog is closed.

Multiple choice technology testing
  1. A. Action Settings

  2. B. Action Properties

  3. C. Action Run Settings

  4. D. Action Call Properties

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

In automation tools like Blue Prism or similar RPA platforms, reusable actions are configured through Action Properties. This is where you mark an action as reusable so it can be called from other processes or objects.

Multiple choice technology testing
  1. A. Action Settings

  2. B. Action Properties

  3. C. Action Run Settings

  4. D. Action Call Properties

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

Action iterations in QTP are configured in the Action Call Properties dialog, which appears when you right-click an action call and select 'Action Call Properties'. This setting controls how many rows from the action's local data sheet are used when that action is called. Action Settings/Properties typically refer to different configuration screens, while Action Run Settings isn't a standard QTP terminology.