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 platforms and products
  1. Enhanced support for inclusion of barcodes and table of contents

  2. Dialogue line module

  3. Support for inclusion of components

  4. Support for inclusion of images

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

HP Exstream 7.0 introduced enhanced support for barcodes and table of contents (Option A) and added the Dialogue line module (Option B), which improved interactive document capabilities. These were significant feature additions in version 7.0. Options C and D ('Support for inclusion of components/images') are too generic - basic support for these existed in earlier versions and is not the distinguishing feature of 7.0. The question tests specific knowledge of version 7.0 enhancements.

Multiple choice technology web technology
  1. RMT

  2. CLR

  3. RCT

  4. RC

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

The .NET Framework provides the Common Language Runtime (CLR) as its runtime environment. The CLR manages code execution, provides memory management, thread management, and handles security and exception handling. It is the core component that enables .NET applications to run across different platforms.

Multiple choice technology platforms and products
  1. Used multiple times in a mapping.

  2. A set of transformations that is reusable

  3. Used only in a single mapping

  4. created using mapplet designer

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

Reusable transformations are designed to be used multiple times within a single mapping or across multiple mappings, promoting code reuse and consistency. They are single transformations (not a set), created in Transformation Developer, and not limited to single mapping use.

Multiple choice technology platforms and products
  1. Server Layer

  2. Cloud Layer

  3. Application Layer

  4. Content/Data Layer

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

xAdmin and xDashboard are administrative user interface components that belong to the xPression Application Layer, which handles user interactions and business logic presentation. The Server Layer handles backend processing, Cloud Layer deals with cloud infrastructure, and Content/Data Layer manages data storage and retrieval.

Multiple choice technology web technology
  1. xFramework

  2. xResponse and xRevise

  3. xPression Controller

  4. xAssemble

  5. xBatch

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

xResponse and xRevise are not components of the xPression Server Layer. The Server Layer includes xFramework, xPression Controller, xAssemble, and xBatch. xResponse and xRevise belong to other layers in the xPression architecture (likely related to output handling and revision management).

Multiple choice technology web technology
  1. Gridview

  2. Webrowser

  3. Datagrid

  4. Masked Textbox

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

Windows Forms 2.0 introduced DataGridView (replacing the old DataGrid), WebBrowser (for embedding web content), and MaskedTextBox (for formatted input like phone numbers). The DataGrid control existed in 1.x and was replaced by DataGridView, not introduced in 2.0.

Multiple choice technology web technology
  1. Detailsview

  2. Listview

  3. Formview

  4. TableView

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

ASP.NET 2.0 introduced DetailsView and FormView as new data-bound controls for displaying data. DetailsView displays one record at a time in a table layout, while FormView provides more customizable templated rendering. ListView was introduced in ASP.NET 3.5.

Multiple choice technology web technology
  1. ) Home page in your web application

  2. A web page to create a consistent layout for the pages in your application.

  3. Menu page in your web application

  4. All of the above

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

Master Pages in ASP.NET 2.0 provide a template for creating consistent layout across multiple pages, defining shared elements like headers, footers, and navigation. They're not specific pages like home or menu pages, but rather layout templates that content pages can reference.

Multiple choice technology web technology
  1. adding, creating, deleting, and modifying user account information

  2. Creating and deleting roles

  3. Caching user information

  4. b) Themes can’t include auxiliary files (e.g. graphics) but CSS can include it.

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

Membership and Role Management provides comprehensive user account management (create, modify, delete users) and role administration (create, delete roles). Option C is incorrect because caching user information is handled by separate caching features, not the membership system. Option D is unrelated content about themes.

Multiple choice technology web technology
  1. Hyperlink

  2. TreeView,

  3. Menu

  4. Tools

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

ASP.NET 2.0 introduced TreeView and Menu as new navigation controls for structured site navigation. TreeView displays hierarchical data, while Menu provides dropdown/flyout navigation. Hyperlink existed in earlier versions, and Tools is not a navigation control.

Multiple choice technology web technology
  1. Appsettings

  2. ConnectionStrings

  3. System.Data

  4. Compilation

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

Web.config contains standard configuration sections including appSettings (application settings), connectionStrings (database connections), and compilation (build settings). System.Data is not a valid top-level configuration section - database providers are registered differently.

Multiple choice technology web technology
  1. Membership

  2. Webservice

  3. Role

  4. SiteMap

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

ASP.NET 2.0 introduced built-in providers for Membership (user management), Role (role-based security), and SiteMap (site navigation). These providers offer a consistent API for common tasks without requiring developers to build from scratch. Webservice is not a provider - it's a communication technology.

Multiple choice technology web technology
  1. Bin,

  2. Debug

  3. App_Code,

  4. App_Data

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

Bin (compiled assemblies), App_Code (shared class files), and App_Data (database files, XML files) are special ASP.NET folders with specific runtime behaviors. Debug is not a special ASP.NET folder - it's typically used in development but doesn't have reserved status in ASP.NET.