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

Multiple choice technology programming languages
  1. @MasterType

  2. @MasterPage

  3. @Master

  4. @MasterPath

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

The @MasterType directive specifies the virtual path or strong type of the master page, enabling strongly-typed access to the master page from content pages. This allows code like Master.PropertyName instead of having to cast Master.Page to the specific type.

Multiple choice technology web 2.0
  1. Including Java script file in the same package

  2. Using Internal Interface

  3. Using External Interface

  4. Directly calling the Java Script Functions

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

ActionScript communicates with JavaScript through the ExternalInterface API, which provides a bridge for bidirectional communication. Options A and D are incorrect because you cannot include JavaScript files or call functions directly. Option B is incorrect because 'Internal Interface' is not a valid communication mechanism.

Multiple choice technology databases
  1. It is a dynamic view.

  2. It is a rule determine which versions of an element are visible in the new view

  3. None of the above.

  4. All of the above.

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

A Configuration Specification is a rule that determines which versions of elements are visible in a view. It is used in configuration management to control what version of files or components developers see and work with. It is not a dynamic view itself, nor is it "all of the above" or "none of the above."

Multiple choice technology databases
  1. Dynamic

  2. Snapshot

  3. Both a & b

  4. None

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

Dynamic views use the Multi-Version File System (MVFS) to provide transparent access to versioned files without creating local copies. MVFS makes versioned files appear as regular files in the filesystem. Snapshot views store actual file copies and don't require MVFS.

Multiple choice technology databases
  1. It specifies which versions of the element should appear in the view

  2. It specifies what type of branching logic used.

  3. All the above

  4. None of the above

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

A view configuration spec (config spec) is a set of rules that determines which versions of elements appear in a ClearCase view. It selects specific versions based on branch, label, date, or other criteria. Option B is incorrect as branching logic is separate from config specs.

Multiple choice technology mainframe
  1. View and retrieve prior levels of elements

  2. Only view prior levels of elements

  3. Only retrieve prior levels of elements

  4. None

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

Endevor's version control capabilities allow users to both view AND retrieve prior levels (versions) of elements. The system maintains complete history of all changes, enabling developers to see previous versions and restore them if needed. Option A correctly captures this dual capability. Options B and C are incomplete as they only mention one function.

Multiple choice technology mainframe
  1. FOREGROUND

  2. BATCH

  3. FOOTPRINT

  4. ENVIRONMENT

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

The Endevor Primary Options Panel displays FOREGROUND, BATCH, ENVIRONMENT, and other main options. FOOTPRINT is NOT displayed on this primary panel - it's either not a standard option or appears elsewhere in the interface. Option C correctly identifies FOOTPRINT as the non-displayed option. The other three are standard primary panel options.

Multiple choice technology mainframe
  1. Display only site information

  2. Display only system definitions

  3. Display system definition and site information

  4. Display information about endevor

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

The DISPLAY option from the Endevor Primary Options Panel shows both system definitions and site information. This dual display provides comprehensive configuration details about the Endevor installation and its environment setup. Option C correctly states that it displays both types of information. Options A and B are incomplete as they only mention one type.