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
-
Closed
-
defaultStatus
-
Frames
-
Document
-
History
D
Correct answer
Explanation
This property in Java Script contains the value of the document object within the window.
-
View
-
Controller
-
Model
-
There is no user interaction is possible in MVC framework
-
None of the above
B
Correct answer
Explanation
Yes, the controller part handles the request-response process made by the user.
-
Windows applications are also called desktop applications.
-
Windows application do not have validation controls.
-
Web services are the examples of web application.
-
All of the above
-
Only (1) and (3)
D
Correct answer
Explanation
Yes, all of the above are the true statements.
-
Resources
-
Type metadata
-
Assembly manifest
-
MSIL source code
-
None of the above
E
Correct answer
Explanation
All of the above are the components of the assembly in .net framework.
-
Console applications
-
Windows services
-
Windows Presentation foundation (WPF) applications
-
All of the above
-
Only (1) and (3)
D
Correct answer
Explanation
Yes, all of the above three statements are true.
-
Task Bar
-
Menu Bar
-
Status Bar
-
Address Bar
-
Bookmarks Bar
A
Correct answer
Explanation
Task bar is not a part of browser. The task bar is the bar that spans the bottom of the screen and contains the Start button on the left side and the system tray on the right.
-
Title Bar
-
Menu Bar
-
Scroll Bar
-
Status Bar
-
Task Bar
E
Correct answer
Explanation
The task bar is the bar that spans the bottom of the screen and contains the Start button on the left side and the system tray on the right. The task bar also includes the current time on the far right side and can hold shortcuts to programs directly to the right of the Start button. The task bar is always displayed on the screen and it's not a part of any window.
-
Effects
-
Settings
-
Screen saver
-
Background
-
None of these
-
JMenu
-
JMenuItem
-
JRadioButtonMenuItem
-
javax.swing.event
-
Alarm
B
Correct answer
Explanation
This swing components are button like objects that can trigger specific actions in a program.
-
Java applet
-
Filter
-
Abstract window toolkit
-
Ajax
-
Alarm
D
Correct answer
Explanation
By using Ajax, you can accomplish dynamically update the totals on your shopping cart without forcing the user to click update and wait for the server to resend the entire page.
-
It ensures that all the initializations are complete.
-
It is used to set the properties of controls and establish database connections.
-
Every page control calls this method to output the control's markup.
-
It is used to clean up tasks and close the database connections.
-
None of the above
C
Correct answer
Explanation
This is true about render method in ASP .Net life cycle and after this event, any changes in the controls are ignored.
-
Netbeans
-
Eclipse
-
Visual Studio
-
Jcreater
-
None of the above
-
It provides cross language integration.
-
CTS defines the rules that are followed by the different languages.
-
CTS provides an object oriented model to the implementation of the many programming languages.
-
It defines the rules that ensures that the data types of objects written in various languages are able to interact among them.
-
All of the above
E
Correct answer
Explanation
This is the correct choice.
-
Swing components are platform independent.
-
Swing components requires more memory space.
-
Swing components are more flexible.
-
Swing components require javax.swing package.
-
None of these
B
Correct answer
Explanation
This is false about swing as swing component requires less memory space.
-
It represents a rectangular area for viewing the components.
-
It is a group of folders and only one folder can be selected at one time.
-
It is a component to represent the hierarchical view of the data.
-
It is a combination of a text field and a drop down list.
-
None of these
B
Correct answer
Explanation
It is called tabbed pane in java.