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 enterprise content management
  1. True

  2. False

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

A component definition file serves as the central reference that specifies and links all the other pieces that make up a complete component. This includes the WDK form for UI, Java behavior class for logic, and NLS properties bundle for internationalization support.

Multiple choice technology enterprise content management
  1. True

  2. False

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

The component list maintains a one-to-one correspondence with component definition files in the application. Each definition file results in exactly one component entry in the component list, ensuring systematic tracking and management of all components.

Multiple choice technology enterprise content management
  1. True

  2. False

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

Extending components from the webtop layer does not always require copying elements to the custom layer. The framework likely provides alternative extension mechanisms such as inheritance, references, or override methods that don't necessitate direct copying, allowing for more flexible and maintainable customizations.

Multiple choice technology programming languages
  1. Box

  2. Application

  3. Button

  4. Panel

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

Application is correct. In MXML (Flex framework), the tag is the root container required for compilation. It represents the main entry point of the application. Box, Button, and Panel are UI components but cannot serve as the root element - an MXML file must have Application as its top-level tag to compile.

Multiple choice technology programming languages
  1. Yes

  2. No

  3. Don't know

  4. No Idea

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

Yes, developers can create custom components using native Web Components APIs (such as Custom Elements) or within modern frontend frameworks like React, Angular, and Vue to build reusable, encapsulated UI blocks. The other options are incorrect as custom component creation is a standard, widely supported feature.

Multiple choice technology architecture
  1. An abstraction in which common code providing generic functionality can be selectively overridden or specialized by user code, thus providing specific functionality

  2. A special case of software libraries in that they are reusable abstractions of code wrapped in a well-defined Application Programming Interface

  3. A collection of resources to generate the code to achieve a generic functionality

  4. A template to show how things should be done consistently

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

The question asks which is NOT a valid way to express frameworks. Options A, B, and D all describe frameworks correctly - as abstractions with override points, as specialized libraries with APIs, and as templates for consistency. Option C is wrong because frameworks don't 'generate code' - they provide code that you extend or configure.

Multiple choice technology architecture
  1. Whether framewoks has been deveoped using the coding standard that your organization follows

  2. What level of modularity will the framework provide and support?

  3. What development rules will the framework enforce?

  4. What will the learning curve be for application developers to learn the framework?

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

Option A is correct because when choosing a framework, the coding standard used in its development is typically the least relevant factor - frameworks are used as compiled binaries or libraries, not modified source code. What matters is the framework's architecture, modularity (B), development rules (C), and your team's ability to learn it (D). The internal coding conventions of framework developers don't affect how you use or integrate the framework.

Multiple choice technology
  1. Administrator

  2. Manager

  3. Designer

  4. Director

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

The Administrator client component in DataStage is used to import and export projects and view or edit repository contents. The Administrator handles project-level administrative tasks including moving projects between repositories. The Manager is for job scheduling, Designer for job development, and Director for job monitoring and execution.

Multiple choice technology
  1. Size

  2. Height & Width

  3. Size & Overflow

  4. Pixel

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

In Cognos Report Studio, the Size property determines the dimensions of an object, while Overflow controls how content behaves when it exceeds the specified size. Together, these properties allow precise control over object layout and content display.