NEW
Font size
WorksheetsHTML, Debugging and Testing
Total questions: 40
Worksheet time: 1hrs 20mins
Which of the following best describes debugging?
The routine process of locating and removing computer program bugs, errors or abnormalities.
The executing of a system in order to identify any gaps, errors, or missing requirements
It is the process of evaluating a system with the intent to find whether it satisfies the specified requirements or not.
It is any error caused by something the programmer has typed.
Which of the following is TRUE about debugging?
Debugging is where you make sure the program or code works correctly and in a robust manner under different conditions
Debugging is an attempt to create an issue through various ways of using the code that can then be debugged
Debugging is a manual step by step process that is involve finding and fixing a bug
The purpose of debugging is not to prove anything specific, but to reduce the risk of using the software.
What is the main purpose of testing a program?
Discover defects
Eliminate defect
Resolve errors
All of the above
What is the main purpose of debugging a program?
Define what will happen once these defects occur
Find the programming failure
Find the cause of a bug
Find the bug
Which of the following is TRUE about testing?
Performed by anyone interesting in testing
Performed by end-user
Performed by testers
Performed by developer or development team
What is the main purpose of debugging a program?
Accountability
Customer satisfaction
Quality
Maintainability
What is the main purpose of alpha testing?
Simulate real users by using a black box and white box techniques.
Reduces product failure risks
Increased quality of the product through customer validation.
All of the above
Which of the following is TRUE about alpha testing?
Improves quality
Reduces product failure
Post-launch infrastructure
Early detection of errors
Which of the following is TRUE about static testing?
Performed at all levels of testing and it can be either black or white box testing.
Checks an application when the code is run
Executes the software and validates the output with the expected outcome.
It manually checks the code, requirement documents, and design documents to find errors
Which of the following is TRUE about black-box testing?
Requires lab environment or testing environment.
The tester not concerned about the internal behavior and structure of the program.
Examine the internal structure of the program.
It is done before the software is made available to the general public.
Which of the following is TRUE about validation?
Improve the quality of software products by finding errors
Ensure that the product actually meets the user’s needs
Ensure that work products meet their specified requirements.
Ensure that the product is being built according to the requirements
Which of the following best describes failure?
Checking that the program conforms to its specification.
The difference between Actual Output and Expected output.
The process of evaluating work-products
The process of evaluating software during or at the end of the development process
What is an example of defect?
User is not able to login into the application
Can user log in to the application?
Checking if user can log in to the application.
None of the above
What is an example of Verification?
Check if user can get the final result.
User get 3 when clicking on 8
Can user get 3 when add 1 to 2?
All of the above
Mark Zuckenburg is the ...
Founder of Apple
Founder of Twitter
Founder of Facebook
Founder of Google
What is the meaning of these tags at the end of your html code?
Opening tags
Closing tags
Greeting tags
Body tags
The tags elements in XML are
case-insensitive
browser independent
browser dependent
case-sensitive
What is an advantage of social networking
Keep in touch with friends and family
You can use others personnel information
Cyber Bulling
none
Which one of the following is about a Well formed XML
doesn't contain DTD's
meets certain grammatical rules outlined in the XML 1.0 specification
is full of formula's
is complete one
Two increasingly important ethical aspects of social media are
Politeness and civility.
Identity and honesty.
Ratings and traffic.
Transparency and privacy.
Which of following is NOT a fundamental area of change regarding people’s media habits?
communication
conversation
choice
Collaboration
A website that lets anyone add, edit, or delete pages of content is called a ...
social network
Online forum.
Usenet
Wiki
What does the markup tags tell the web browser
How to organize the page
How to display the page
How to display message box on page
None of these
Which social networking site is specifically designed for the business community?
Linkden
Twiter
Blog
What is the main cause of integration and API project failures?
Lack of funding
Lack of planning
Unrealistic goals
All of the above
Which data format was used in the early days of APIs, before it was replaced with a favorable alternative?
Hypertext markup language (HTML)
Extensible markup language (XML)
Cascading style sheets (CSS)
JavaScript object notation (JSON)
Which of the following is an important characteristic of social networks?
They are made of social interactions between people
They are used for storing network configuration details
They are important platforms for sending emails.
None of these answers are correct
What is a type of Online communities
Blog
Social Networking
Going to the park with friends
Social Media
The correct HTML tag for the largest heading is...
<head>
<h6>
<heading>
<h1>
Web pages starts with which of the following tag?
<Body>
<Title>
<HTML>
<Form>
What kinds of tools help detect problematic API design?
Static analysis tools
Monitoring tools
Automated testing tools
Dynamic analysis tools
In which phase of the test design do designers create test case?
Phase 1
Phase 2
Phase 3
Phase 4
The last test that is performed is
Integration test
System test
Acceptance test
Unit test
GUI testing can be done using automation tools. This is done in 2 parts. During Record, test steps are captured by the automation tool. During playback, the recorded test steps are executed on the Application Under Test.
This test method is called
Manual Based Testing
Record and play Testing
Model Based Testing
Automated Testing
.... is a test that check how the system behaves and performs under big pressure.
Performance test.
Load test.
Pressure test.
Stress test.
Compiling time is ...
The duration the interpreter takes to translate the code.
The time needed to the compiler to get the result of the code.
The consumed time of the compiler to convert the code into a binary code.
The duration of writing the code.
The verification test is...
Static test
Dynamic test
Black box test
White box test
The validation test is...
Static test
Dynamic test
Black box test
White box test
The test that has more code coverage
Static test
Dynamic test
Black box test
White box test
When the test designer design the test that is going to be performed they produce some documents which of the following are in those documents
Checklist of the tested component.
Test cases of each test stage.
A test manual of how to perform the test
All of above.
