Computer Knowledge

GUI and Web Frameworks

1,711 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 javascript
  1. overMouse event

  2. onMouseOver event

  3. onRollOver event

  4. OnMouseOut event

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

The onMouseOver event occurs when the mouse pointer is moved onto an element. onRollOver is used in Flash/ActionScript, and onMouseOut occurs when the pointer leaves the element.

Multiple choice general knowledge
  1. EditFire

  2. FireState

  3. FireBug

  4. None of the above

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

FireBug was a Firefox extension that provided live debugging, editing, and monitoring of CSS, HTML, and JavaScript. The description matches FireBug's functionality perfectly. EditFire and FireState are not real web development tools.

Multiple choice general knowledge science & technology
  1. 2

  2. 3

  3. 4

  4. 5

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

The question refers to a specific software testing tool interface, likely TestRail or a similar test management system. In such tools, there are typically three main action buttons available when creating a Release tree structure. The Release tree is used to organize test cycles and runs within a release.

Multiple choice general knowledge science & technology
  1. bytemap

  2. betamap

  3. bytemain image

  4. bitmap

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

BMP stands for bitmap, which is a raster graphics image file format capable of storing two-dimensional digital images. A bitmap is a mapping from some domain (like a range of integers) to bits, allowing for the representation of monochrome or color images. Options A, B, and C are all incorrect variations that don't match the standard terminology.

Multiple choice general knowledge
  1. widget

  2. GUI

  3. IDE

  4. thread

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

A widget is a versatile term used in economics to represent a hypothetical product for theoretical examples, and in computing to describe reusable software components like web services, mini-applications, and GUI elements. This dual usage makes 'widget' the correct answer as it fits both contexts perfectly - an abstract product in economic theory and a software component in technology.

Multiple choice general knowledge
  1. Show item list

  2. Show drawing layout

  3. Kitchen quote

  4. Not possible

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

To navigate from the kitchen design screen to the kitchen quote screen, you select 'Show item list'. This option displays all items in the design along with their pricing, transitioning the view from design mode to quote/proposal mode where costs and line items are visible.

Multiple choice general knowledge
  1. alt

  2. target

  3. src

  4. start

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

The target attribute controls link behavior. Using target="_blank" opens the link in a new window or tab. Other attributes serve different purposes: alt provides alternative text for images, src specifies source file paths, and start sets the beginning value for ordered lists.

Multiple choice general knowledge
  1. Combined Object Model

  2. Component Object Model

  3. Component Object Module

  4. Combined Object Module

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

Component Object Model (COM) is a Microsoft binary-interface standard that enables inter-process communication and dynamic object creation. It allows software components to communicate regardless of the language they were written in.

Multiple choice general knowledge science & technology
  1. Mapuccino

  2. Capuccino

  3. Net GSC

  4. None of these

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

Mapuccino was a Java-based applet that could generate visual maps of website structure and navigation hierarchy. It was one of the early tools for website visualization. The other options are distractors - Cappuccino is a web framework, Net GSC is unrelated, making option A the clear correct choice.

Multiple choice general knowledge
  1. Collabnet

  2. VSS

  3. C: Deutsche

  4. Desktop

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

VSS (Visual SourceSafe) is the version control system where all project documentation and files are stored and managed. This provides centralized access, version control, and collaboration capabilities for the Deutsche Bank project team. Collabnet is a collaboration platform but not the primary documentation storage, 'C: Deutsche' is just a local folder path, and Desktop is too generic and lacks version control.

Multiple choice general knowledge
  1. NT application exists only in Minerva/Java front end

  2. NT application contains only in CICS/Mainframe screens

  3. NT application contains both Minerva and CICS screens

  4. NT application contains both, but CICS screens are not used anymore

  5. None of the above

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

The NT application exists exclusively in the Minerva/Java front end environment, not in CICS/Mainframe systems. The other options incorrectly suggest CICS involvement or a hybrid architecture that doesn't match the actual system design. CICS/Mainframe screens are separate from the NT application.

Multiple choice general knowledge
  1. Just another vertical architecture

  2. Just another virtual architecture

  3. just another visual architecture

  4. just an vertical architecture

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

JAVA is commonly expanded as 'Just Another Virtual Architecture' - this is a well-known backronym created for the Java programming language. The other options (vertical architecture, visual architecture) are incorrect.