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. Associate different business logic for mobile devices

  2. Associate different master page for mobile devices

  3. Associate different style sheet for different screensizes of mobile devices

  4. Find out the multimedia and image formats supported by a given mobile device

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

CSS3 Media Queries allow applying different styles based on device characteristics like screen size, orientation, and resolution. They are the core of responsive web design. Media queries do NOT handle business logic (A), master pages (B), or device capability detection (D) - those are server-side or JavaScript concerns.

Multiple choice technology web technology
  1. True

  2. False

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

ASP.NET Mobile Controls were deprecated by Microsoft and are NOT recommended for ASP.NET 4.0 development. Microsoft recommends using CSS media queries, responsive design, and standard web controls instead. The Mobile Controls namespace was designed for older devices and doesn't align with modern web standards.

Multiple choice technology packaged enterprise solutions
  1. The Utility is not initialized

  2. The Utility is in the wrong class

  3. Your Activity is in the wrong class

  4. Your Activity is not set up as a Utility

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

When an activity doesn't appear in the SmartPrompt for a Utility shape, the most common cause is that the activity hasn't been designated as a Utility activity in its rule configuration. Activities must be specifically set up as Utility-type activities to appear in the Utility shape's activity selector. This is a configuration issue, not a class or initialization problem.

Multiple choice technology packaged enterprise solutions
  1. Trick question – activities can’t start flows

  2. Use the Flow-New method

  3. Call Add

  4. Use the Utility shape

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

In Pega flows, activities create work objects using the Call Add method, which properly initializes the work object and adds it to the database. The Flow-New method and Utility shape serve different purposes, and activities can indeed start flows.

Multiple choice technology
  1. Content Server

  2. Client Application

  3. WDK

  4. All of the above

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

Documentum's core architecture consists of three main components: Content Server (the backend engine storing and managing content), Client Applications (interfaces like D2, Webtop for users), and WDK (Web Development Kit for building custom applications). All three are essential components of the Documentum platform.

Multiple choice technology web technology
  1. Many platform/browser combinations

  2. Many browser/device combinations

  3. Both a & b above

  4. None of above

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

Adaptive rendering refers to a web development technique where content and layout are dynamically adjusted based on the device and browser capabilities accessing the content. It specifically targets browser/device combinations rather than platform/browser combinations, as the focus is on the rendering engine and device characteristics (screen size, input method, etc.) rather than the underlying operating platform.

Multiple choice technology testing
  1. Action Properties

  2. Call Properties

  3. Properties

  4. None

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

In QTP/UFT, actions can be made reusable through the Action Properties dialog. This setting allows the action to be called from other tests, making it modular and reusable across multiple test scripts.

Multiple choice technology testing
  1. can be used to watch only simple variables

  2. can be used to watch all simple variables and most of the object properties

  3. displays all the variables encountered during the script execution runtime

  4. cannot be used to watch simple variable values

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

The Watch tab in QTP/UFT allows users to monitor specific variables and object properties during execution. It is not limited to simple variables, nor does it automatically display every variable in the script (which is the role of the Variables/Locals tab).

Multiple choice technology programming languages
  1. DYNAMIC_SEARCH_PARTNER

  2. FREE_SELECTIONS_INIT

  3. DYNAMICALLY_CREATE_ML_DATA

  4. DYNAMIC_MENUE

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

FREE_SELECTIONS_INIT is the correct function module used for creating dynamic selection screens in SAP ABAP. This FM initializes and provides functionality for free selection screens where users can dynamically define selection criteria. The other options are not valid FMs for this purpose - they appear to be made-up names.

Multiple choice technology programming languages
  1. True

  2. False

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

AWT stands for Abstract Window Toolkit, not Abstract Window Tools. AWT is Java's original platform-independent windowing, graphics, and user-interface toolkit. The word 'Toolkit' is the correct term, not 'Tools'. Option B correctly identifies this as false.

Multiple choice technology packaged enterprise solutions
  1. In Substitute Components Window

  2. Bill Details Tab

  3. Revision

  4. None of the above

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

Substitute components are configured in the Substitute Components window, which is accessed by selecting a component in the Bill of Materials window and clicking the Substitutes button. The Bill Details tab and Revisions window do not support setting up substitutes.

Multiple choice technology packaged enterprise solutions
  1. it indicates whether to create discrete jobs or repetitive assemblies in Work in Process module

  2. type attribute for components when you define an item in Item Master Organization

  3. This attribute is controlled at the Organization level only. When you define an item in Item Master Organization, you can enter the primary subinventory from which to issue (push) or backflush (pull) an item to work in process during manufacturing.

  4. None of the above

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

The 'Build in WIP' item attribute determines whether an item can be manufactured in WIP as a discrete job or a repetitive assembly. The other options describe default subinventories or generic component definition attributes.