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
  1. Lock

  2. Freeze

  3. Keep together

  4. All of the above

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

The Keep Together property ensures that all grouped objects remain on the same page during document generation, preventing unwanted page breaks within the group. Lock and Freeze are different properties that control editing and layout positioning, not runtime page behavior.

Multiple choice technology
  1. Page layout

  2. Page bundle

  3. Bundle group

  4. All of the above

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

Virtual extent is a property applied specifically at the page layout level to control virtual page sizing or positioning. It is not applied to page bundles or bundle groups.

Multiple choice technology
  1. Page layout

  2. Page bundle

  3. Bundle group

  4. All of the above

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

The repeat property can be applied at multiple hierarchical levels - page layout, page bundle, and bundle group - making it a flexible configuration option for repeating content structures.

Multiple choice technology web technology
  1. view

  2. controller

  3. Model

  4. 1 & 2

  5. 2 & 3

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

In Apache Wicket, components act as controllers - they handle user input, coordinate interactions between the model and view, and control the application flow. Wicket follows a Model-View-Controller pattern where components are the controllers that manage the presentation logic.

Multiple choice technology testing
  1. Tree,Details,Grid,Coverage analysis

  2. Tree,Details,Tab,Coverage analysis

  3. Tree,Details,Tab,Graph

  4. Tree,Information,Grid,Coverage analysis

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

In requirements management tools like IBM Rational DOORS, the requirements module provides four views: Tree (hierarchical structure), Details (tabular properties), Grid (spreadsheet-like editing), and Coverage analysis (traceability matrix). These views support different aspects of requirements work - structure review, detailed editing, bulk editing, and traceability verification.

Multiple choice technology
  1. Webintelligence reports can be viewed in Infoview console

  2. BO client need to installed to view WebI reports in Infoview

  3. DeskI reports can be viewed in Infoview console with BO client installed

  4. All of the Above

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

Web Intelligence reports are viewed through InfoView, a web-based portal that requires no client installation. Desktop Intelligence reports, however, need the BO client software to be installed on the user's machine. InfoView accommodates both report types, but only WebI reports are fully web-native.

Multiple choice technology web technology
  1. Dot Net Charting Control

  2. MS Charts

  3. Silver Light Rich Graphs

  4. Excel in built chart

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

MS Charts (Microsoft Chart Controls) is the standard charting component provided by Microsoft for .NET applications. It offers a comprehensive set of chart types and visualization features for displaying data graphically. Dot Net Charting Control is a third-party alternative, Silver Light Rich Graphs are for Silverlight applications, and Excel's built-in charts are for Excel-specific solutions.

Multiple choice technology web technology
  1. UpdatePanel

  2. iFrame Control

  3. Ajax Calendar Control

  4. Progress Bar

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

In ASP.NET AJAX applications, the UpdatePanel control is the most commonly used tool. It enables partial-page rendering by dynamically updating designated regions of a page using asynchronous postbacks, avoiding the need to refresh the entire page.

Multiple choice technology programming languages
  1. WCF

  2. WWF

  3. LINQ

  4. WPF

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

LINQ (Language Integrated Query) was introduced in .NET Framework 3.5 as a revolutionary way to query data directly from C# and VB.NET. WCF, WPF, and WWF were all introduced in .NET 3.0, not 3.5. LINQ was the major new feature that distinguished .NET 3.5 from the previous version.

Multiple choice technology packaged enterprise solutions
  1. Right-click the object in the results list

  2. Click the object in the results list

  3. Double-click the object in the results list

  4. Select the object and press the Space Bar

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

In Siebel Tools repository search results, single-clicking an object navigates directly to its definition. This is the standard navigation method - right-clicking opens a context menu, double-clicking opens for editing, and the Space Bar has no navigation function in this context.