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

Which of the following is NOT a common type of store layout?

  1. Grid layout

  2. Racetrack layout

  3. Free-flow layout

  4. Diagonal layout

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

Diagonal layout is not a common type of store layout. The other three options, grid layout, racetrack layout, and free-flow layout, are widely used in retail stores.

Multiple choice

Which design element is commonly used to provide users with quick access to frequently used features in a mobile app?

  1. Hamburger menu

  2. Tab bar

  3. Navigation drawer

  4. All of the above

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

Hamburger menu, tab bar, and navigation drawer are all common design elements used to provide users with quick access to frequently used features in a mobile app.

Multiple choice

What are the two main types of cross-section views?

  1. Full section views and half section views

  2. Aligned section views and offset section views

  3. Revolved section views and removed section views

  4. Sectional views and detail views

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

The two main types of cross-section views are full section views and half section views.

Multiple choice

What are the two main types of auxiliary views?

  1. Projected auxiliary views and revolved auxiliary views

  2. Aligned auxiliary views and offset auxiliary views

  3. Full auxiliary views and half auxiliary views

  4. Sectional auxiliary views and detail auxiliary views

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

The two main types of auxiliary views are projected auxiliary views and revolved auxiliary views.

Multiple choice

Which layout technique involves arranging elements in a free-form or organic manner?

  1. Grid layout

  2. Radial layout

  3. Asymmetrical layout

  4. Organic layout

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

Organic layout is a layout technique that involves arranging elements in a free-form or organic manner. It creates a sense of naturalism and fluidity, making it a popular choice for landscape paintings, abstract art, and other designs inspired by nature.

Multiple choice

Which design element is commonly used to indicate interactive elements in Mobile UI?

  1. Buttons

  2. Icons

  3. Tooltips

  4. Hyperlinks

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

Buttons are commonly used in Mobile UI to indicate interactive elements that can be pressed or tapped to trigger an action. They are typically designed to be visually distinct and easy to identify.

Multiple choice

Which design element is commonly used to provide additional information or context in Mobile UI?

  1. Tooltips

  2. Hyperlinks

  3. Buttons

  4. Icons

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

Tooltips are small pop-up windows that provide additional information or context when a user hovers over or taps an element. They are commonly used to explain unfamiliar terms, provide instructions, or offer additional details.

Multiple choice

Which framework is commonly used for building web applications using a component-based approach?

  1. Angular

  2. React

  3. Vue.js

  4. Ember.js

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

React is a popular JavaScript library for building user interfaces. It uses a component-based approach, where complex UIs are broken down into smaller, reusable components. React is known for its declarative programming style and high performance.

Multiple choice

Which tool is commonly used for debugging JavaScript code in a web browser?

  1. Chrome DevTools

  2. Firebug

  3. Safari Web Inspector

  4. Internet Explorer Developer Tools

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

Chrome DevTools is a powerful set of tools built into the Google Chrome browser that allows developers to debug JavaScript code, inspect network requests, and analyze website performance. It is known for its user-friendly interface, extensive features, and ability to work with various JavaScript frameworks.

Multiple choice

What is the term for a graphical user interface element that allows users to select from a list of options?

  1. Button

  2. Checkbox

  3. Dropdown List

  4. Slider

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

A dropdown list, also known as a combo box, presents users with a list of options from which they can select one or more.

Multiple choice

What is the term for a graphical user interface element that allows users to enter text?

  1. Button

  2. Checkbox

  3. Text Box

  4. Radio Button

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

A text box, also known as an input field, allows users to enter and edit text, providing a way to input data or commands.

Multiple choice

What is the term for a graphical user interface element that allows users to select multiple options from a list?

  1. Button

  2. Checkbox

  3. Dropdown List

  4. Radio Button

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

A checkbox allows users to select multiple options from a list, providing a way to indicate multiple choices.

Multiple choice

What is the term for a graphical user interface element that allows users to select a single option from a list?

  1. Button

  2. Checkbox

  3. Dropdown List

  4. Radio Button

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

A radio button allows users to select a single option from a list, providing a way to indicate a specific choice.

Multiple choice

What is the term for a graphical user interface element that allows users to input numerical data?

  1. Button

  2. Checkbox

  3. Text Box

  4. Numeric Input Field

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

A numeric input field allows users to enter and edit numerical data, providing a way to input numbers or quantities.

Multiple choice

What is the term for a graphical user interface element that allows users to select a date or time?

  1. Button

  2. Checkbox

  3. Date Picker

  4. Radio Button

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

A date picker allows users to select a date or time from a calendar or time picker, providing a way to input temporal data.