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
Which of the following is NOT a common type of store layout?
-
Grid layout
-
Racetrack layout
-
Free-flow layout
-
Diagonal layout
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.
Which design element is commonly used to provide users with quick access to frequently used features in a mobile app?
-
Hamburger menu
-
Tab bar
-
Navigation drawer
-
All of the above
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.
What are the two main types of cross-section views?
-
Full section views and half section views
-
Aligned section views and offset section views
-
Revolved section views and removed section views
-
Sectional views and detail views
A
Correct answer
Explanation
The two main types of cross-section views are full section views and half section views.
What are the two main types of auxiliary views?
-
Projected auxiliary views and revolved auxiliary views
-
Aligned auxiliary views and offset auxiliary views
-
Full auxiliary views and half auxiliary views
-
Sectional auxiliary views and detail auxiliary views
A
Correct answer
Explanation
The two main types of auxiliary views are projected auxiliary views and revolved auxiliary views.
Which layout technique involves arranging elements in a free-form or organic manner?
-
Grid layout
-
Radial layout
-
Asymmetrical layout
-
Organic layout
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.
Which design element is commonly used to indicate interactive elements in Mobile UI?
-
Buttons
-
Icons
-
Tooltips
-
Hyperlinks
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.
Which design element is commonly used to provide additional information or context in Mobile UI?
-
Tooltips
-
Hyperlinks
-
Buttons
-
Icons
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.
Which framework is commonly used for building web applications using a component-based approach?
-
Angular
-
React
-
Vue.js
-
Ember.js
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.
Which tool is commonly used for debugging JavaScript code in a web browser?
-
Chrome DevTools
-
Firebug
-
Safari Web Inspector
-
Internet Explorer Developer Tools
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.
What is the term for a graphical user interface element that allows users to select from a list of options?
-
Button
-
Checkbox
-
Dropdown List
-
Slider
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.
What is the term for a graphical user interface element that allows users to enter text?
-
Button
-
Checkbox
-
Text Box
-
Radio Button
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.
What is the term for a graphical user interface element that allows users to select multiple options from a list?
-
Button
-
Checkbox
-
Dropdown List
-
Radio Button
B
Correct answer
Explanation
A checkbox allows users to select multiple options from a list, providing a way to indicate multiple choices.
What is the term for a graphical user interface element that allows users to select a single option from a list?
-
Button
-
Checkbox
-
Dropdown List
-
Radio Button
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.
What is the term for a graphical user interface element that allows users to input numerical data?
-
Button
-
Checkbox
-
Text Box
-
Numeric Input Field
D
Correct answer
Explanation
A numeric input field allows users to enter and edit numerical data, providing a way to input numbers or quantities.
What is the term for a graphical user interface element that allows users to select a date or time?
-
Button
-
Checkbox
-
Date Picker
-
Radio Button
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.