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 programming languages
  1. Create separate configuration files for each locale

  2. Specify a locale for a form-set

  3. Either A or B

  4. None

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

Specifying a locale for a form-set allows you to define different validation rules and messages for different locales within the same Validator configuration file. This is more efficient than maintaining completely separate configuration files. The framework applies the appropriate form-set based on the user's locale.

Multiple choice technology programming languages
  1. Model

  2. View

  3. Controller

  4. ViewController

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

In the Model-View-Controller design pattern, Apache Struts serves primarily as the Controller framework by using the ActionServlet and Action classes to process incoming client requests and coordinate application flow. The Model handles business logic, and the View handles page presentation.

Multiple choice technology web technology
  1. Editor

  2. Language

  3. Toolkit

  4. Platform

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

Dojo is a JavaScript toolkit (framework) for building dynamic web applications. It provides a comprehensive set of utilities, UI components, and tools for AJAX development. While it includes editors and runs on JavaScript, it's fundamentally a toolkit/framework, not just an editor, language, or platform.

Multiple choice technology web technology
  1. dijit/form/TextBox.js

  2. dijit/form/TextBox.css

  3. controls.js

  4. utility.js

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

In Dojo's Dijit widget library, form controls are defined in the dijit/form directory. TextBox is defined in diit/form/TextBox.js. The .css file contains styles, controls.js and utility.js are not standard Dojo paths for form widgets.

Multiple choice technology platforms and products
  1. creator,guest

  2. Part,ECO

  3. Document,guest

  4. creator,Part

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

When a Bootstrap file is created in ENOVIA Matrix, it automatically generates two standard user components: 'creator' (the user who created the business object) and 'guest' (a read-only access role). These components are fundamental to Matrix's access control model and are created during initialization to establish ownership and basic permissions. Option B mentions Part and ECO which are business object types, not components. Option D incorrectly pairs creator with Part.

Multiple choice technology platforms and products
  1. sParentChild

  2. sChildParent

  3. ChildParent

  4. ParentChild

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

In SpinnerSetting configuration, the 'sParentChild' setting controls parent-child group relationships. The naming convention suggests this parameter defines spinner hierarchy for parent and child group assignments. The other options are variations of the correct term but don't match the actual setting name.

Multiple choice technology platforms and products
  1. Tables

  2. Inquiries

  3. Menus

  4. Icons

  5. Commands

Reveal answer Fill a bubble to check yourself
A,B,C,E Correct answer
Explanation

For Matrix UI Development, Tables, Inquiries, Menus, and Commands are core UI objects used to build user interfaces. Tables display data, Inquiries handle data queries and retrieval, Menus provide navigation, and Commands execute actions. Icons, while used in UI development, are typically considered graphical assets rather than functional UI objects in the Matrix framework.

Multiple choice technology platforms and products
  1. creator,guest

  2. Part,ECO

  3. Document,guest

  4. creator,Part

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

When a Bootstrap file is created in Matrix database systems, it automatically generates two key components: a 'creator' (the user or process that created the file) and a 'guest' (representing access permissions or guest accounts). This pairing establishes ownership and access control. Part, ECO, and Document are separate object types that may be referenced but are not the auto-generated components of Bootstrap file creation.

Multiple choice technology
  1. Cognos Visualizer- View the data in Cognos and Cognos Scripting - writing model scripts

  2. Cognos Visualizer- specially used in cognos and Cognos Scripting - Writing scripts to validate the reports

  3. Cognos Visualizer- It is a representation of data cubes in a dashboard format and Cognos Scripting - We can write cognos macros or programs in this tool.

  4. Cognos Visualizer- Used for cubes and Cognos Scripting - Writing scripts to function the report.

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

Cognos Visualizer presents data cubes in a visual dashboard format for interactive analysis, while Cognos Scripting provides a scripting environment to write Cognos macros and programs that automate tasks, extend functionality, and integrate with other systems.

Multiple choice technology web technology
  1. System.Runtime

  2. System.Activator

  3. System.AppDomainSetup

  4. System.Reflection.Emit

  5. System.Management

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

System.Reflection.Emit contains types like ILGenerator, TypeBuilder, and AssemblyBuilder that let you generate MSIL code and metadata dynamically at runtime. The other namespaces handle runtime activation (System.Activator), app domain configuration (System.AppDomainSetup), and WMI operations (System.Management). Reflection lets you inspect existing code, while Emit creates new code.

Multiple choice technology web technology
  1. Infopath Forms

  2. .Net Forms

  3. Content Types

  4. None of the above

  5. All of the above

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

In SharePoint, workflows can be attached to multiple entity types including InfoPath forms (for form libraries), .NET/ASPX forms, and Content Types. Since workflows can be bound to all three of these items, 'All of the above' is the correct choice.