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
  1. At this stage, the control properties are set using the view state and control state values.

  2. The controls are set by assigning a unique ID.

  3. The rendered page is send to the client.

  4. At this stage, the view controls and pages are saved.

  5. It controls the execution state.

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

During page initialization stage, the controls are set with a unique identifier.

Multiple choice
  1. CLR, .NET framework class library and windows forms are the components of .NET framework 3.5.

  2. Windows Presentation Foundation and Windows Communication Foundation (WCF) are not included in the components of .NET framework.

  3. The CLS (Common Language Specification) component provides the language integration.

  4. CTS provides data types based on the specification.

  5. These components include base class libraries too.

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

These are also included in the .NET 3.5.

Multiple choice
  1. This component provides safety of accessing resources and sharing personal information on the internet.

  2. It is used for data querying capabilities to .Net languages using a syntax which is similar to the tradition query language SQL.

  3. It determines the separation between the user interface and the business logic.

  4. This component is responsible for the storage of data.

  5. It is responsible for the data retrieval.

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

Windows CardSpace provides the resource utilization and sharing of the information.

Multiple choice
  1. Data source controls provide data binding to different data sources.

  2. ASP.NET provides graphical user controls.

  3. Master pages come under the category of server controls.

  4. There are no custom controls present in ASP.NET server controls.

  5. These controls have user interface modules.

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

This is false as the custom controls are there in the ASP.NET server controls.

Multiple choice
  1. These provide reusability to the business logic in the application components.

  2. The model has information about the data in the application.

  3. The controller or presenter links the model and the view.

  4. These patterns have a series of providers to connect to the source data.

  5. The user interaction with the view raises events in the controller, which updates the model.

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

MVC patterns have only single providers to connect the data.