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
  1. Simple page list

  2. Subpage page list

  3. Title/body page list

  4. Left/right page list

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

The PageList component offers Simple page list, Title/body page list, and Left/right page list types. Subpage page list is not a standard type available in the PageList component selection window.

Multiple choice technology
  1. True

  2. False

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

In Livelink (an enterprise content management system), Style is indeed classified as an Object Type. Object types in Livelink define the category and behavior of items within the system, determining available properties, permissions, and functionality.

Multiple choice technology
  1. Go to "View Menu" & check the "Show Advanced Parameters" menu item

  2. Go to "View Menu" & check the "Show Additional Parameters" menu item

  3. Go to "Edit Menu" & check the "Show Additional Parameters" menu item

  4. Go to "View Menu->Navigation Parameters" & check the "Meta Text" menu item

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

In Livelink SiteAdmin's Navigation Manager, advanced settings like ViewTree Id are hidden by default. Accessing the View menu and enabling 'Show Advanced Parameters' reveals these additional technical details, while 'Show Additional Parameters' is not the correct menu item name.

Multiple choice technology
  1. True, as IE is the default browser that Livelink supports

  2. True, as Livelink supports both, but SiteAdmin only supports IE

  3. False, Setting in SiteAdmin exist, by which this can be customized

  4. Both I AND II

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

SiteAdmin does not force IE usage - it respects the system's default browser settings. Users can configure which browser opens when viewing pages from SiteAdmin (F6). This customization exists within SiteAdmin settings, making the statement that it 'will always Open in IE' false.

Multiple choice technology databases
  1. Displays only the list of default values

  2. Displays only the list of all basic parameters

  3. Displays the currently in effect parameter values

  4. Displays only the list of all advanced parameters

  5. Displays the list of all the parameter files of a database

  6. Displays the current contents of the server parameter file.

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

V$PARAMETER displays the current parameter values actively in use by the Oracle instance, including modified values that differ from defaults. It shows the effective runtime values, not just defaults or file contents.

Multiple choice technology enterprise content management
  1. Only A and B

  2. Only B and C

  3. only A and C

  4. Only A and D

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

A TCODE (transaction code) serves to call a SAP screen and acts as a direct shortcut to that screen, bypassing menu navigation. It does not directly enter order details, call menu paths, or serve no purpose.

Multiple choice technology
  1. Enable Advanced Menus under View menu

  2. Replace design under Application submenu

  3. Raise a ticket in Global Helpdesk

  4. Search for R8 Upgrade in Help topics

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

The upgrade process for Lotus Notes Release 8 involves enabling Advanced Menus through the View menu to access additional options, then using the Replace Design function under the Application submenu. Raising helpdesk tickets or searching Help topics are not part of the actual upgrade procedure.

Multiple choice technology web technology
  1. Model

  2. View

  3. Controller

  4. None of the above

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

From an MVC perspective, Struts framework primarily provides the Controller layer through ActionServlet, RequestProcessor, and Action classes that handle request routing and workflow. The Model is represented by ActionForms and business logic, and the View is JSP pages - Struts ties them together but doesn't implement Model or View directly.

Multiple choice technology web technology
  1. ActionError

  2. ActionMessage

  3. ErrorMessage

  4. ActionErrors

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

In Struts 1.3, ActionMessage is the class used to represent individual messages including error messages. ActionErrors is the container/collection that holds multiple ActionMessage objects. ActionError was deprecated in favor of ActionMessage to unify the handling of all types of messages. Option C ErrorMessage is not a Struts class. Option D ActionErrors is the collection, not individual message representation.

Multiple choice technology enterprise content management
  1. a) Only A and B

  2. b) Only B and C

  3. c) only A and C

  4. d) Only A and D

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

A transaction code (TCODE) in SAP acts as a shortcut to call a specific SAP screen directly (D) and can also be used to call a specific SAP Menu path (C) or screen (A). Option d correctly identifies the primary navigational shortcuts.

Multiple choice technology web technology
  1. <common-forwards>

  2. <forwards-global>

  3. <common-forward>

  4. <global-forwards>

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

In Struts configuration, the tag is used to define forward declarations that are common to all actions in the application. These forwards can be referenced from any action using their logical name. Options A, B, and C are not valid Struts configuration tags.

Multiple choice technology mainframe
  1. GUI Developed in VB using ECI calls

  2. Presentation logic devleloped on any platform using MQ Series

  3. Web applications through an Interner protocal like HTTP

  4. All of the above.

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

CICS supports multiple interface options: GUI front-ends can use External Call Interface (ECI), presentation logic can connect via MQ Series messaging, and web applications can communicate through HTTP using CICS Transaction Gateway. All these approaches are valid CICS integration methods.

Multiple choice technology databases
  1. Only Package

  2. Only application plan

  3. Both A & B

  4. None of the above

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

The DB2 BIND process can produce either a package (from a DBRM) or an application plan (directly from DBRMs or by grouping packages), making both options valid.