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 web technology
  1. Image Server control

  2. ImageMap server control

  3. CheckBox server control

  4. CheckBoxList server control

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

The ImageMap server control was newly introduced in ASP.NET 2.0, allowing developers to create clickable regions (hotspots) on an image. Image control, CheckBox, and CheckBoxList all existed in ASP.NET 1.x and are not newly added controls.

Multiple choice technology programming languages
  1. Ac Visual component

  2. Data row Component

  3. Ac Report Controller

  4. Ac Connection

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

The Data Row Component has an onRead method that fires when the component reads data from the data source. This event allows developers to manipulate or validate data as it's being read into the report before processing.

Multiple choice technology web technology
  1. Database

  2. Web Technology

  3. Programming Language

  4. None of the above

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

Microsoft Silverlight is a deprecated application framework designed for writing and running rich Internet applications, making it a web technology. It is not a database, nor is it a programming language itself (it uses languages like C# or VB.NET).

Multiple choice technology web technology
  1. Extended Application Markup Language

  2. Extensible Application Markup Language

  3. Extensible Application Manipulation Language

  4. None of the above

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

XAML (Extensible Application Markup Language) is Microsoft's markup language for defining user interfaces in .NET applications, particularly WPF and Silverlight. Option A incorrectly says 'Extended' while C suggests 'Manipulation' which is not correct.

Multiple choice technology web technology
  1. Extended Application Language

  2. Silverlight Application Package

  3. Extended Application Program

  4. None

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

XAP (Silverlight Application Package) is the file format used for distributing Silverlight applications. It's a compressed archive containing the application's manifest, assemblies, and resources needed to run the Silverlight app.

Multiple choice technology web technology
  1. WPF\E

  2. Silverlight

  3. WPF

  4. WPE

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

Silverlight was originally codenamed 'WPF/E' (Windows Presentation Foundation Everywhere) during its early development before being officially named Silverlight. The name reflected its goal of bringing WPF-style graphics to the web platform.

Multiple choice technology testing
  1. Net,Web,Java

  2. Web,SAP,Visual Basics

  3. Active X,Visual Basics,Web

  4. Active X,TE,Web services

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

QuickTest Professional 9.2 installs with three default add-ins: ActiveX for testing rich client applications, Visual Basic for VB applications, and Web for browser-based testing. These provide coverage for the most common application types.

Multiple choice technology testing
  1. Nothing

  2. The Arguments of the Objects

  3. Methods and properties of the objects

  4. The child objects and methods for that objects.

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

In QuickTest Expert View, typing an object name followed by a dot triggers IntelliSense-style autocomplete. This displays child objects and available methods for that object, aiding code completion.

Multiple choice technology
  1. Iconized View

  2. Normal View

  3. Edit Mode

  4. All of the above

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

Informatica Designer provides multiple viewing options for objects: Iconized View for compact representation, Normal View for standard display, and Edit Mode for detailed editing. All these views are available.