Correct Answer: inheriting and overriding exception class functionality.
2. The correct statement for a function that takes pointer to a float, a pointer to a pointer to a char and returns a pointer to a pointer to a integer is
Correct Answer: All indicate dataset out of space SD37 - no secondary allocation was specified SB37 - end of vol and no further volumes specified SE37 - Max of 16 extents already allocated
6. How much the bug is affecting the functionality of the application?
Correct Answer: EX: - High Priority and Low Severity: Company logo is not properly displayed on their website - High Priority and High Severity: Suppose you are doing online shopping and filled payment information, but after submitting the form, you get a message like "Order has been cancelled" - Low Priority and High Severity: If we have a typical scenario in which the application get crashed, but that scenario exists rarely - Low Priority and Low Severity: There is a mistake like "You have registered success" instead of successfully, success is written
Correct Answer: ilk Test is a Functional testing tool product of Seague software It uses the language called 4GL(fourth Generation Language) It has 2 components, Silk Test Agent - Run on remote machine Silk Test Host - Creating, Modifying, Viewing the scripts Uses of Silk Test tool: 1 It?s a tool developed for performing the regression and functionality testing of the application 2 It benefits when we are testing Window based, Java, the web, and the traditional client/server applications 3 Silk Test help in preparing the test plan and managing them to provide the direct accessing of the database and validation of the field
8. What is the importance of having an emulator within the Android environment?
Correct Answer: The emulator lets developers ?play? around an interface that acts as if it were an actual mobile device They can write and test codes, and even debug Emulators are a safe place for testing codes especially if it is in the early design phase
Correct Answer: Canvas is an element that is used for the graphics for the web page It uses JavaScript to bring the graphics functionality live It allows easy way to draw the graphics and use different types of tools to create drawing on the web page Canvas is just a rectangular area that controls the pixel of every element that is used in the web page Canvas uses methods like paths, circles, etc The canvas element will be used as follows: The canvas element includes id, width and height settings and with the javascript it gets used like: