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 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 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 programming languages
  1. JAVAC

  2. AWT

  3. API

  4. Applet Viewer

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

API is not a component of the JDK bin directory. The bin directory contains executable tools like javac (compiler), java (runtime launcher), and appletviewer, while API refers to application programming interfaces - libraries and specifications, not executables.

Multiple choice technology programming languages
  1. Server

  2. Client

  3. Container

  4. Both b & c

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

Containers provide the runtime environment for components, managing their lifecycle and providing platform-specific services like security, transactions, and resource management. They act as the abstraction layer between application code and low-level platform functionality.