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. WPF

  2. Windows Forms

  3. ASP.NET

  4. XAML

  5. Silverlight

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

Windows Forms relies on imperative code behind the views to establish bindings, even when generated by a designer. In contrast, technologies like WPF, XAML, Silverlight, and ASP.NET support declarative data binding directly inside their markup pages.

Multiple choice technology programming languages
  1. System

  2. System.Windows

  3. System.Windows.Presentation

  4. System.Windows.Media

  5. System.Windows.Zaml

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

System.Windows.Zaml is not a real namespace in the .NET Framework. The correct spelling for the XML-based markup language is XAML, which resides under namespaces like System.Xaml. The other options are legitimate namespaces used in WPF and media components.

Multiple choice technology
  1. CSS

  2. HTML

  3. XML

  4. JavaScript

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

TIBCO General Interface (GI) is a JavaScript-based AJAX framework that creates Rich Internet Applications. The deployment process involves generating HTML/JavaScript/CSS files that are deployed like any standard web page to an application server. The end result is primarily an HTML page with embedded JavaScript and CSS.

Multiple choice technology
  1. Model

  2. View

  3. Controller

  4. Link

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

The Model-View-Controller (MVC) architectural pattern divides an application into three interconnected components. The Model manages data and business logic, the View handles the presentation and user interface, and the Controller processes user input and coordinates between Model and View. 'Link' is not a standard MVC component.

Multiple choice technology
  1. Dojo

  2. Backbase

  3. Laszio

  4. Direct Web Remoting

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

Dojo Toolkit is an open-source JavaScript framework designed for building rich web applications, with architectural similarities to TIBCO GI. Like TIBCO GI, Dojo provides a comprehensive set of classes and utilities written entirely in JavaScript, running completely in the browser without server-side dependencies for the UI framework.

Multiple choice technology
  1. HTML

  2. XML

  3. none of the above

  4. JavaScript

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

TIBCO General Interface Framework is built entirely on JavaScript libraries. The framework's components, classes, and utilities are all written in JavaScript, allowing applications built with GI to load and run completely within the end user's browser without requiring browser plugins or server-side UI rendering.

Multiple choice technology testing
  1. Testing toolbar

  2. Action toolbar

  3. Test Pane

  4. None of the above

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

In HP QuickTest Professional (QTP) / Unified Functional Testing (UFT), the Action toolbar contains options to view details of individual actions or the entire test flow. Other options like the Test Pane or Testing toolbar do not serve this specific navigation purpose.

Multiple choice technology testing
  1. GetROProperty & SetROProperty

  2. GetTOProperty & SetTOProperty

  3. GetTOProperty & SetROProperty

  4. GetROProperty & SetTOProperty

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

In QTP/UFT, you can retrieve or modify the test object (TO) properties stored in the repository during a run using GetTOProperty and SetTOProperty. Run-time object (RO) properties are read-only during execution, meaning SetROProperty does not exist.

Multiple choice technology testing
  1. Watch, Variables, Debug

  2. Watch, Data, Command

  3. Watch, Variables, Command

  4. View, Variables, Command

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

To answer this question, the user needs to have some familiarity with debugging in a programming environment.

The Debug Viewer pane is a window that displays information about the current state of a program being debugged. It typically includes tabs that allow the user to view and manipulate various types of data.

Now, let's go through each option and explain why it is right or wrong:

A. Watch, Variables, Debug: This option is incorrect. While "Watch" and "Variables" are often tabs included in a Debug Viewer pane, "Debug" is not a common tab and does not provide a clear function.

B. Watch, Data, Command: This option is incorrect. While "Watch" is a common tab included in a Debug Viewer pane, "Data" is not a common tab and does not provide a clear function. "Command" may be a tab used to enter debugging commands, but it is not a common tab in a Debug Viewer pane.

C. Watch, Variables, Command: This option is correct. "Watch" and "Variables" are common tabs included in a Debug Viewer pane, and "Command" may be a tab used to enter debugging commands. This option provides a clear and accurate list of tabs that may be included in a Debug Viewer pane.

D. View, Variables, Command: This option is incorrect. While "Variables" and "Command" are common tabs included in a Debug Viewer pane, "View" is not a common tab and does not provide a clear function.

The Answer is: C

Multiple choice technology performance
  1. a) srf

  2. b) siebns.dat

  3. c) eapps.cfg file

  4. d) swt

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

The eapps.cfg (enterprise applications configuration) file is a critical SWSE configuration file that maps application URLs to their corresponding Application Object Managers on Siebel servers. This file tells SWSE which Siebel server and which object manager to communicate with for each application request. SRF files contain object definitions, siebns.dat stores gateway information, and 'swt' is not a standard Siebel configuration file.

Multiple choice technology performance
  1. a) It stores all Object definitions for an application.

  2. b) It signifies which application should point to which object manager.

  3. c) Eapps.cfg file means interface files.

  4. d) none

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

The eapps.cfg file is a configuration file that maps which application should connect to which Application Object Manager. It defines the routing rules for SWSE, specifying the server, port, and AOM parameters for each application URL. It does NOT store object definitions (SRF files do that), and it's not an interface file itself - it's a routing configuration.

Multiple choice technology testing
  1. History tab

  2. Attachments tab

  3. Description tab

  4. Details tab

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

The Attachments tab allows adding files, screenshots, and snapshots to defect records. This is the standard way to capture and share visual evidence of a defect. Description tab only contains text. History and Details tabs don't support file attachments.