100% found this document useful (2 votes)
11 views

Solution Manual for Programming with Microsoft Visual Basic 2017 8th by Zak download

The document provides links to various solution manuals and test banks for Microsoft Visual Basic and other subjects, including psychology and statistics. It outlines the content structure of the Programming with Microsoft Visual Basic 2017 manual, detailing chapters on coding, selection structures, and database queries. Additionally, it includes appendices and a comprehensive index for reference.

Uploaded by

albazegermai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (2 votes)
11 views

Solution Manual for Programming with Microsoft Visual Basic 2017 8th by Zak download

The document provides links to various solution manuals and test banks for Microsoft Visual Basic and other subjects, including psychology and statistics. It outlines the content structure of the Programming with Microsoft Visual Basic 2017 manual, detailing chapters on coding, selection structures, and database queries. Additionally, it includes appendices and a comprehensive index for reference.

Uploaded by

albazegermai
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 38

Solution Manual for Programming with Microsoft

Visual Basic 2017 8th by Zak download

https://testbankmall.com/product/solution-manual-for-programming-
with-microsoft-visual-basic-2017-8th-by-zak/

Find test banks or solution manuals at testbankmall.com today!


We have selected some products that you may be interested in
Click the link to download now or visit testbankmall.com
for more options!.

Solution Manual for Programming with Microsoft Visual


Basic 2015, 7th Edition

https://testbankmall.com/product/solution-manual-for-programming-with-
microsoft-visual-basic-2015-7th-edition/

Test Bank for Programming with Microsoft Visual Basic


2012, 6th Edition

https://testbankmall.com/product/test-bank-for-programming-with-
microsoft-visual-basic-2012-6th-edition/

Solution Manual for Microsoft Visual Basic Programs to


Accompany Programming Logic and Design, 8th Edition Jo Ann
Smith
https://testbankmall.com/product/solution-manual-for-microsoft-visual-
basic-programs-to-accompany-programming-logic-and-design-8th-edition-
jo-ann-smith/

Psychology Frontiers and Applications Canadian 6th Edition


Passer Test Bank

https://testbankmall.com/product/psychology-frontiers-and-
applications-canadian-6th-edition-passer-test-bank/
Understandable Statistics Concepts and Methods 12th
Edition Brase Solutions Manual

https://testbankmall.com/product/understandable-statistics-concepts-
and-methods-12th-edition-brase-solutions-manual/

Management Leading and Collaborating in a Competitive


World Bateman 11th Edition Solutions Manual

https://testbankmall.com/product/management-leading-and-collaborating-
in-a-competitive-world-bateman-11th-edition-solutions-manual/

Solution Manual for Global Business 3rd Edition by Peng

https://testbankmall.com/product/solution-manual-for-global-
business-3rd-edition-by-peng/

Foundations of Psychiatric Mental Health Nursing: A


Clinical Approach Test Bank

https://testbankmall.com/product/foundations-of-psychiatric-mental-
health-nursing-a-clinical-approach-test-bank/

Test Bank for Calculate with Confidence 1st Canadian


Edition by Morris

https://testbankmall.com/product/test-bank-for-calculate-with-
confidence-1st-canadian-edition-by-morris/
Test Bank for A People and a Nation A History of the
United States, Volume I To 1877, 9th Edition

https://testbankmall.com/product/test-bank-for-a-people-and-a-nation-
a-history-of-the-united-states-volume-i-to-1877-9th-edition/
computer information systems and accounting as well as a Master of Arts in adult
and continuing education.
• ISBN-10 : 9781337102124
• ISBN-13 : 978-1337102124
Table contents:
CHAPTER 1: An Introduction to Visual Studio 2017 and Visual Basic
FOCUS ON THE CONCEPTS LESSON
F-1 Computer Programming Terminology?
F-2 The Programmer’s Job
F-3 The Visual Basic Programming Language?
F-4 The Visual Studio IDE?
F-5 Assigning Names to Objects
Apply the Concepts Lesson
A-1 Start and Configure Visual Studio Community 2017
A-2 Create a Windows Forms Application?
A-3 Manage the Windows in the IDE
A-4 Change a Form File’s Name
A-5 Change the Properties of a Form
The Name Property
The Font Property
The MaximizeBox, StartPosition, and Text Properties
A-6 Save a Solution
A-7 Close and Open a Solution
A-8 Add a Control to a Form
A-9 Use the Format Menu?
A-10 Lock the Controls on the Form??
A-11 Start and End an Application?
A-12 Enter Code and Comments in the Code Editor Window
The Me.Close() Statement
Assignment Statements and Comments
A-13 Print an Application’s Code and Interface
A-14 Exit Visual Studio and Run an Executable File
Summary
Key Terms
Review Questions
Exercises
CHAPTER 2: Planning Applications and Designing Interfaces
FOCUS ON THE CONCEPTS LESSON
F-1 Planning a Windows Forms Application
F-2 Windows Standards for Interfaces
Guidelines for Identifying Labels and Buttons
Guidelines for Including Graphics
Guidelines for Selecting Fonts
Guidelines for Using Color
F-3 Access Keys
F-4 Tab Order
Apply the Concepts Lesson
A-1 Create a Planning Chart for a Windows Forms Application
A-2 Design an Interface Using the Windows Standards
A-3 Add a Label Control to the Form
A-4 Add a Text Box to the Form
A-5 Set the Tab Order
Summary
Key Terms
Review Questions
Exercises
CHAPTER 3: Coding with Variables, Named Constants, and Calculations
FOCUS ON THE CONCEPTS LESSON
F-1 Pseudocode and Flowcharts
F-2 Main Memory of a Computer
F-3 Variables
Selecting an Appropriate Data Type
Selecting an Appropriate Name
Examples of Variable Declaration Statements
F-4 TryParse Method
F-5 Arithmetic Expressions
F-6 Assigning a Value to an Existing Variable
F-7 ToString Method
F-8 Option Statements
F-9 Named Constants
Apply the Concepts Lesson
A-1 Determine a Memory Location’s Scope and Lifetime
A-2 Use Procedure-Level Variables
A-3 Use Procedure-Level Named Constants
A-4 Use a Class-Level Variable
A-5 Use a Static Variable
A-6 Use a Class-Level Named Constant
A-7 Professionalize Your Application’s Interface
Coding the TextChanged Event Procedure
Coding the Enter Event Procedure
Summary
Key Terms
Review Questions
Exercises
CHAPTER 4: The Selection Structure
FOCUS ON THE CONCEPTS LESSON
F-1 Selection Structures
F-2 If…Then…Else Statement
F-3 Comparison Operators
Comparison Operator Example: Total Due Application
Comparison Operator Example: Net Income/Loss Application
F-4 Logical Operators
Logical Operator Example: Gross Pay Calculator Application
F-5 Summary of Operators
F-6 String Comparisons
String Comparison Example: Shipping Application
F-7 Nested Selection Structures
F-8 Multiple-Alternative Selection Structures
F-9 Select Case Statement
Specifying a Range of Values in a Case Clause
Apply the Concepts Lesson
A-1 Add a Check Box to a Form
A-2 Code an Interface That Contains Check Boxes
CheckBox’s CheckedChanged Event
A-3 Add a Radio Button to a Form
A-4 Code an Interface That Contains Radio Buttons
RadioButton’s CheckedChanged Event
Using the Select Case Statement with Radio Buttons
A-5 Group Objects Using a Group Box Control
A-6 Professionalize Your Application’s Interface
Coding a Text Box’s KeyPress Event Procedure
A-7 Professionalize Your Code Using Arithmetic Assignment Operators
Summary
Key Terms
Review Questions
Exercises
CHAPTER 5: The Repetition Structure
FOCUS ON THE CONCEPTS LESSON
F-1 Repetition Structures
F-2 Do…Loop Statement (Pretest Loop)
F-3 String Concatenation
F-4 Infinite Loops
F-5 Do…Loop Statement (Posttest Loop)
F-6 Counters and Accumulators
F-7 For…Next Statement
Comparing the For…Next and Do…Loop Statements
Flowcharting a For…Next Loop
Apply the Concepts Lesson
A-1 Use a Loop, a Counter, and an Accumulator
A Different Version of the Projected Sales Application
A-2 Add a List Box to a Form
Using the String Collection Editor to Add Items to a List Box
The Sorted Property
The SelectedItem and SelectedIndex Properties
The SelectedValueChanged and SelectedIndexChanged Events
A-3 Use the Methods and a Property of the Items Collection
Count Property
Clearing the Items from a List Box
A-4 Calculate a Periodic Payment
ListBox, Loop, and Financial.Pmt Example: Monthly Payment Application
A-5 Nest Repetition Structures
Nested Repetition Structure Example: Savings Account Application
A Caution About Real Numbers
A-6 Professionalize Your Application’s Interface
Summary
Key Terms
Review Questions
Exercises
CHAPTER 6: Sub and Function Procedures
FOCUS ON THE CONCEPTS LESSON
F-1 Event-Handling Sub Procedures
F-2 Independent Sub Procedures
No Parameters/Arguments Example: History Grade Application
F-3 Passing Information to a Procedure
Passing Variables by Value Example: Gross Pay Application
Passing Variables by Reference Example: Concert Tickets Application
F-4 Rounding Numbers
F-5 Function Procedures
Apply the Concepts Lesson
A-1 Add a Combo Box to the Form
A-2 Add Items to a Combo Box and Select a Default Item
A-3 Code a Combo Box’s KeyPress Event Procedure
A-4 Create an Event-Handling Sub Procedure
A-5 Calculate Federal Withholding Tax
A-6 Invoke an Independent Sub Procedure and a Function
A-7 Create an Independent Sub Procedure
A-8 Create a Function
A-9 Validate an Application’s Code
A-10 Professionalize Your Application’s Interface
Summary
Key Terms
Review Questions
Exercises
CHAPTER 7: String Manipulation
FOCUS ON THE CONCEPTS LESSON
F-1 Length Property
The Product ID Application
F-2 Insert Method
F-3 PadLeft and PadRight Methods
The Net Pay Application
F-4 Contains and IndexOf Methods
The City and State Application
F-5 Substring Method
The Rearrange Name Application
F-6 Character Array
The First Name Application
F-7 Remove Method
F-8 Trim, TrimStart, and TrimEnd Methods
The Tax Calculator Application
F-9 Replace Method
F-10 Like Operator
Inventory Application
Apply the Concepts Lesson
A-1 Code the Check Digit Application
A-2 Code the Password Application
A-3 Generate Random Integers
A-4 Code the Guess a Letter Application
Use the Enabled Property and Focus Method
A-5 Code the Guess the Word Game Application
Coding the btnNewWord_Click Procedure
Coding the btnTryLetter_Click Procedure
Summary
Key Terms
Review Questions
Exercises
CHAPTER 8: Arrays
FOCUS ON THE CONCEPTS LESSON
F-1 Arrays
F-2 Declaring One-Dimensional Arrays
Storing Data in a One-Dimensional Array
Determining the Number of Elements in a One-Dimensional Array
Determining the Highest Subscript in a One-Dimensional Array
Traversing a One-Dimensional Array
F-3 For Each...Next Statement
F-4 Calculating the Average Array Value
F-5 Finding the Highest Array Value
F-6 Sorting a One-Dimensional Array
F-7 Two-Dimensional Arrays
Declaring a Two-Dimensional Array
Storing Data in a Two-Dimensional Array
Determining the Highest Subscript in a Two-Dimensional Array
Traversing a Two-Dimensional Array
Totaling the Values Stored in a Two-Dimensional Array
Apply the Concepts Lesson
A-1 Associate an Array with a Collection
A-2 Create Accumulator and Counter Arrays
A-3 Create Parallel One-Dimensional Arrays
A-4 Search a Two-Dimensional Array
Summary
Key Terms
Review Questions
Exercises
CHAPTER 9: Sequential Access Files and Menus
FOCUS ON THE CONCEPTS LESSON
F-1 Sequential Access Files
F-2 Sequential Access Output Files
Output File Example: Game Show Application
F-3 Sequential Access Input Files
ReadToEnd Method Example: Game Show Application
ReadLine Method Example: Game Show Application
Apply the Concepts Lesson
A-1 Add a Menu to a Form
GUI Guidelines for Menus
Menu Example: Continents Application
A-2 Code the Items on a Menu
A-3 Modify a Menu
A-4 Accumulate the Values Stored in a File
A-5 Sort the Data Contained in a File
A-6 Professionalize Your Application’s Interface
Summary
Key Terms
Review Questions
Exercises
CHAPTER 10: Classes and Objects
FOCUS ON THE CONCEPTS LESSON
F-1 Object-Oriented Programming
F-2 Creating a Class
F-3 Instantiating an Object
F-4 Attributes Section of a Class
Attributes Section Example: Franklin Decks Application
F-5 Behaviors Section of a Class
Constructors
Methods Other than Constructors
Behaviors Section Example: Franklin Decks Application
Using the Rectangle Class: Franklin Decks Application
F-6 Adding a Parameterized Constructor to a Class
F-7 Reusing a Class
Apply the Concepts Lesson
A-1 Use a ReadOnly Property
A-2 Create Auto-Implemented Properties
A-3 Overload Methods
Summary
Key Terms
Review Questions
Exercises
CHAPTER 11: SQL Server Databases
FOCUS ON THE CONCEPTS LESSON
F-1 Basic Database Terminology
F-2 Creating a SQL Server Database
F-3 Adding a Table to a Database
F-4 Adding Records to a Table
F-5 Data Source Configuration Wizard
F-6 Binding the Objects in a Dataset
Having the Computer Create a Bound Control
F-7 DataGridView Control
F-8 Copy to Output Directory Property
F-9 Try...Catch Statement
F-10 Two-Table Databases
Relating the Tables
Creating a Database Query
Displaying the Query Information
Apply the Concepts Lesson
A-1 Create a Data Form
A-2 Bind Field Objects to Existing Controls
A-3 Perform Calculations on the Fields in a Dataset
Summary
Key Terms
Review Questions
Exercises
CHAPTER 12: Database Queries with SQL
FOCUS ON THE CONCEPTS LESSON
F-1 SELECT Statement
F-2 Creating a Query
F-3 Parameter Queries
F-4 Saving a Query
F-5 Invoking a Query from Code
Apply the Concepts Lesson
A-1 Add a Calculated Field to a Dataset
A-2 Use the SQL Aggregate Functions
A-3 Professionalize Your Application’s Interface
Summary
Key Terms
Review Questions
Exercises
CHAPTER 13: Web Site Applications
FOCUS ON THE CONCEPTS LESSON
F-1 Basic Web Terminology
F-2 Creating a Web Site Application
F-3 Starting a Web Application
F-4 Modifying the Site.master Page
F-5 Personalizing the Default.aspx Page
F-6 Personalizing the About.aspx Page
F-7 Testing with Different Browsers
F-8 Closing and Opening a Web Site Application
Apply the Concepts Lesson
A-1 Repurpose an Existing Web Page
A-2 Add a Table and Controls to a Web Page
A-3 Code a Control on a Web Page
A-4 Use a Validation Control
Summary
Key Terms
Review Questions
Exercises
APPENDIX A: GUI Design Guidelines
APPENDIX B: Additional Topics
APPENDIX C: Finding and Fixing Program Errors
APPENDIX D: Visual Basic 2017 Cheat Sheet
APPENDIX E: Case Projects
Index
Random documents with unrelated
content Scribd suggests to you:
POPULAR ERRORS REGARDING THE
SHREW-MOUSE.
No popular error is more absolutely destitute of foundation than that
regarding the shrew. This little quadruped, very common in
meadows and pastures in all parts of Britain, and generally known as
the shrew-mouse, is as harmless as any creature that lives. Its food
consists of insects and their larvæ; and its teeth are very small, so
that it is scarcely able to bite through the human skin. Yet according
to a popular belief, very widely prevalent, its bite is most venomous,
and in many districts in England the viper is less feared. Nor is it
only its bite that is supposed to be deadly to man or beast. Contact
with it in any way is accounted extremely dangerous; and cattle
seized with any malady, especially if shewing any appearance of
numbness in the legs, are apt to be reputed ‘shrew-struck.’ Horses in
particular are accounted very liable to suffer from this cause. An
infallible cure, however, was to be found in dragging the shrew-
struck animal through a bramble rooted at both ends, or in the
application of a twig of a shrew-ash. ‘A shrew-ash,’ says White, in his
Natural History of Selborne, ‘is an ash whose twigs or branches,
when gently applied to the limbs of cattle, will immediately relieve
the pain which a beast suffers from the running of a shrew-mouse
over the part affected; for it is supposed that a shrew-mouse is of so
baneful and deleterious a nature, that whenever it creeps over a
beast, whether it be horse, cow, or sheep, the suffering animal is
afflicted with cruel anguish, and threatened with the loss of the use
of its limbs. Against this accident, to which they were continually
liable, our provident forefathers always kept a shrew-ash at hand,
which, when once medicated, would maintain its virtue for ever.’ This
tree, whose every branch possessed such a potent charm, was an
ash in the trunk of which an auger-hole had been bored, and a living
shrew put into the hole, which was then closed with a wooden plug.
The incantations used when this was done have now been forgotten;
the shrew-ash has lost its old repute; but the belief in its virtues still
lingers in some quarters, and the belief in the dangerous bite and
maleficent touch of the shrew is strong among the country-people in
many parts of England. How confidently this belief was entertained
even by the best educated in former times appears from many
allusions to it by old authors. It was received as an unquestionable
fact of natural history. In Topsel’s History of Four-footed Beasts and
Serpents, published in 1658, it is said of the shrew, that ‘it is a
ravening beast, feigning itself gentle and tame; but being touched, it
biteth deep and poisoneth deadly; it beareth a cruel mind, desiring
to hurt anything;’ with much more of the like nature, and much
concerning medicinal virtues ascribed to this little animal. But the
belief in the deadliness of the shrew’s bite has been transmitted
from one generation to another from times far more remote than
those of this credulous author. It prevailed among the ancient
Romans, and their remedy for a shrew’s bite was to cut the body of
the little creature asunder and place it on the injured part.
FLOATING-LIGHTS.
Besides the lighthouses which warn the sailor of danger and guide
him in his course amidst the darkness of night, there are along the
British coasts numerous floating-lights or light-vessels in situations
where the erection of a lighthouse is impossible, where there are
banks or shoals perilous to ships but affording no foundation for a
building. These vessels ride at anchor in places that have been
selected for them, and which are as exactly marked on the charts as
the positions of the lighthouses. Most of them are stationed off the
east coast of England from the mouth of the Humber southward; a
few on other parts of the English coast, and on that of Ireland; and
two on the coast of Scotland. They are generally vessels of about
one hundred and fifty tons, specially constructed with a view to their
riding safely at anchor in exposed situations and during the most
severe storms, without regard to sailing-powers, of which they have
no need; and it has been an extremely rare thing for any of them to
be driven from their moorings or to experience any disaster. The
mariner counts upon the guidance of their light in any weather, as
confidently as he does on that of a lighthouse built upon a rock.
The English floating-lights, like the English lighthouses, are under
the care and management of Trinity House. From the Appendix to
the Report of the Royal Commission on Lights, Buoys, and Beacons,
presented to the Houses of Parliament in 1861, we obtain some
interesting information concerning them. They are each provided
with a crew of eleven men, who have no occupation but their
professional duties; and of whom there are at all times seven on
board the vessel, and four on shore, employed in the storehouses at
the Trinity Buoy Wharf, Blackwall. The men remain on shore for a
month at a time. Each vessel has a master and mate, but these are
never on duty at the same time; taking the command in turn, month
about. No men are employed in this service but such as are already
good sailors; and the men rise by seniority from the lowest rank to
that of master, so that there is a strong inducement for them to
continue in the service. Misconduct of any kind—as disobedience of
the orders of the master or mate, quarrelling, breach of regulations,
neglect of duty, or intoxication when on shore—is punished by
censure, degradation to a lower rank, or dismissal from the service,
according to the gravity of the offence. The lowest wage of the men
is only two pounds fifteen shillings per month—at least so it was in
1861, and we have heard of no change. The master has five pounds
per month and an allowance of ten pounds a year for house-rent. All
find their own provisions. They are allowed to use beer on board the
vessel, but no spirits. They are completely secluded from the rest of
the world, whilst on duty. No boats are allowed to go alongside the
light-vessels, and the men are strictly forbidden to go on board any
passing ship. A library is supplied to each vessel.
Life in a light-vessel one would think must be rather monotonous;
but many of those who enter the service remain long in it. Small
pensions are allowed to superannuated men or those disabled by
disease or accident. The lantern used to be hung from the yard-arm
of the vessel, but in 1807 Mr R. Stevenson introduced at the
floating-light at the Bell Rock the mode now used, in which the
lantern surrounds the mast, sliding up and down on it, and is
elevated to the top of it when lighted. Those light-vessels which
occupy the most exposed stations ride more easily, if the water is
deep, than those which are tossed by smaller but more frequent
waves. The latter must sometimes be rather unpleasant abodes. The
master of the Owers light-vessel, in the English Channel, between
Beachy Head and the Isle of Wight, told the members of the Royal
Commission who visited his vessel in 1859, that in bad weather he
sometimes ‘could not lie on the floor of his cabin without holding on
to the legs of the table.’
Printed and Published by W. & R. Chambers, 47 Paternoster Row,
London, and 339 High Street, Edinburgh.

All Rights Reserved.


*** END OF THE PROJECT GUTENBERG EBOOK CHAMBERS'S
JOURNAL OF POPULAR LITERATURE, SCIENCE, AND ART, NO. 749,
MAY 4, 1878 ***

Updated editions will replace the previous one—the old editions will
be renamed.

Creating the works from print editions not protected by U.S.


copyright law means that no one owns a United States copyright in
these works, so the Foundation (and you!) can copy and distribute it
in the United States without permission and without paying
copyright royalties. Special rules, set forth in the General Terms of
Use part of this license, apply to copying and distributing Project
Gutenberg™ electronic works to protect the PROJECT GUTENBERG™
concept and trademark. Project Gutenberg is a registered trademark,
and may not be used if you charge for an eBook, except by following
the terms of the trademark license, including paying royalties for use
of the Project Gutenberg trademark. If you do not charge anything
for copies of this eBook, complying with the trademark license is
very easy. You may use this eBook for nearly any purpose such as
creation of derivative works, reports, performances and research.
Project Gutenberg eBooks may be modified and printed and given
away—you may do practically ANYTHING in the United States with
eBooks not protected by U.S. copyright law. Redistribution is subject
to the trademark license, especially commercial redistribution.

START: FULL LICENSE


THE FULL PROJECT GUTENBERG LICENSE
PLEASE READ THIS BEFORE YOU DISTRIBUTE OR USE THIS WORK

To protect the Project Gutenberg™ mission of promoting the free


distribution of electronic works, by using or distributing this work (or
any other work associated in any way with the phrase “Project
Gutenberg”), you agree to comply with all the terms of the Full
Project Gutenberg™ License available with this file or online at
www.gutenberg.org/license.

Section 1. General Terms of Use and


Redistributing Project Gutenberg™
electronic works
1.A. By reading or using any part of this Project Gutenberg™
electronic work, you indicate that you have read, understand, agree
to and accept all the terms of this license and intellectual property
(trademark/copyright) agreement. If you do not agree to abide by all
the terms of this agreement, you must cease using and return or
destroy all copies of Project Gutenberg™ electronic works in your
possession. If you paid a fee for obtaining a copy of or access to a
Project Gutenberg™ electronic work and you do not agree to be
bound by the terms of this agreement, you may obtain a refund
from the person or entity to whom you paid the fee as set forth in
paragraph 1.E.8.

1.B. “Project Gutenberg” is a registered trademark. It may only be


used on or associated in any way with an electronic work by people
who agree to be bound by the terms of this agreement. There are a
few things that you can do with most Project Gutenberg™ electronic
works even without complying with the full terms of this agreement.
See paragraph 1.C below. There are a lot of things you can do with
Project Gutenberg™ electronic works if you follow the terms of this
agreement and help preserve free future access to Project
Gutenberg™ electronic works. See paragraph 1.E below.
1.C. The Project Gutenberg Literary Archive Foundation (“the
Foundation” or PGLAF), owns a compilation copyright in the
collection of Project Gutenberg™ electronic works. Nearly all the
individual works in the collection are in the public domain in the
United States. If an individual work is unprotected by copyright law
in the United States and you are located in the United States, we do
not claim a right to prevent you from copying, distributing,
performing, displaying or creating derivative works based on the
work as long as all references to Project Gutenberg are removed. Of
course, we hope that you will support the Project Gutenberg™
mission of promoting free access to electronic works by freely
sharing Project Gutenberg™ works in compliance with the terms of
this agreement for keeping the Project Gutenberg™ name associated
with the work. You can easily comply with the terms of this
agreement by keeping this work in the same format with its attached
full Project Gutenberg™ License when you share it without charge
with others.

1.D. The copyright laws of the place where you are located also
govern what you can do with this work. Copyright laws in most
countries are in a constant state of change. If you are outside the
United States, check the laws of your country in addition to the
terms of this agreement before downloading, copying, displaying,
performing, distributing or creating derivative works based on this
work or any other Project Gutenberg™ work. The Foundation makes
no representations concerning the copyright status of any work in
any country other than the United States.

1.E. Unless you have removed all references to Project Gutenberg:

1.E.1. The following sentence, with active links to, or other


immediate access to, the full Project Gutenberg™ License must
appear prominently whenever any copy of a Project Gutenberg™
work (any work on which the phrase “Project Gutenberg” appears,
or with which the phrase “Project Gutenberg” is associated) is
accessed, displayed, performed, viewed, copied or distributed:
This eBook is for the use of anyone anywhere in the United
States and most other parts of the world at no cost and with
almost no restrictions whatsoever. You may copy it, give it away
or re-use it under the terms of the Project Gutenberg License
included with this eBook or online at www.gutenberg.org. If you
are not located in the United States, you will have to check the
laws of the country where you are located before using this
eBook.

1.E.2. If an individual Project Gutenberg™ electronic work is derived


from texts not protected by U.S. copyright law (does not contain a
notice indicating that it is posted with permission of the copyright
holder), the work can be copied and distributed to anyone in the
United States without paying any fees or charges. If you are
redistributing or providing access to a work with the phrase “Project
Gutenberg” associated with or appearing on the work, you must
comply either with the requirements of paragraphs 1.E.1 through
1.E.7 or obtain permission for the use of the work and the Project
Gutenberg™ trademark as set forth in paragraphs 1.E.8 or 1.E.9.

1.E.3. If an individual Project Gutenberg™ electronic work is posted


with the permission of the copyright holder, your use and distribution
must comply with both paragraphs 1.E.1 through 1.E.7 and any
additional terms imposed by the copyright holder. Additional terms
will be linked to the Project Gutenberg™ License for all works posted
with the permission of the copyright holder found at the beginning
of this work.

1.E.4. Do not unlink or detach or remove the full Project


Gutenberg™ License terms from this work, or any files containing a
part of this work or any other work associated with Project
Gutenberg™.

1.E.5. Do not copy, display, perform, distribute or redistribute this


electronic work, or any part of this electronic work, without
prominently displaying the sentence set forth in paragraph 1.E.1
with active links or immediate access to the full terms of the Project
Gutenberg™ License.

1.E.6. You may convert to and distribute this work in any binary,
compressed, marked up, nonproprietary or proprietary form,
including any word processing or hypertext form. However, if you
provide access to or distribute copies of a Project Gutenberg™ work
in a format other than “Plain Vanilla ASCII” or other format used in
the official version posted on the official Project Gutenberg™ website
(www.gutenberg.org), you must, at no additional cost, fee or
expense to the user, provide a copy, a means of exporting a copy, or
a means of obtaining a copy upon request, of the work in its original
“Plain Vanilla ASCII” or other form. Any alternate format must
include the full Project Gutenberg™ License as specified in
paragraph 1.E.1.

1.E.7. Do not charge a fee for access to, viewing, displaying,


performing, copying or distributing any Project Gutenberg™ works
unless you comply with paragraph 1.E.8 or 1.E.9.

1.E.8. You may charge a reasonable fee for copies of or providing


access to or distributing Project Gutenberg™ electronic works
provided that:

• You pay a royalty fee of 20% of the gross profits you derive
from the use of Project Gutenberg™ works calculated using the
method you already use to calculate your applicable taxes. The
fee is owed to the owner of the Project Gutenberg™ trademark,
but he has agreed to donate royalties under this paragraph to
the Project Gutenberg Literary Archive Foundation. Royalty
payments must be paid within 60 days following each date on
which you prepare (or are legally required to prepare) your
periodic tax returns. Royalty payments should be clearly marked
as such and sent to the Project Gutenberg Literary Archive
Foundation at the address specified in Section 4, “Information
about donations to the Project Gutenberg Literary Archive
Foundation.”

• You provide a full refund of any money paid by a user who


notifies you in writing (or by e-mail) within 30 days of receipt
that s/he does not agree to the terms of the full Project
Gutenberg™ License. You must require such a user to return or
destroy all copies of the works possessed in a physical medium
and discontinue all use of and all access to other copies of
Project Gutenberg™ works.

• You provide, in accordance with paragraph 1.F.3, a full refund of


any money paid for a work or a replacement copy, if a defect in
the electronic work is discovered and reported to you within 90
days of receipt of the work.

• You comply with all other terms of this agreement for free
distribution of Project Gutenberg™ works.

1.E.9. If you wish to charge a fee or distribute a Project Gutenberg™


electronic work or group of works on different terms than are set
forth in this agreement, you must obtain permission in writing from
the Project Gutenberg Literary Archive Foundation, the manager of
the Project Gutenberg™ trademark. Contact the Foundation as set
forth in Section 3 below.

1.F.

1.F.1. Project Gutenberg volunteers and employees expend


considerable effort to identify, do copyright research on, transcribe
and proofread works not protected by U.S. copyright law in creating
the Project Gutenberg™ collection. Despite these efforts, Project
Gutenberg™ electronic works, and the medium on which they may
be stored, may contain “Defects,” such as, but not limited to,
incomplete, inaccurate or corrupt data, transcription errors, a
copyright or other intellectual property infringement, a defective or
damaged disk or other medium, a computer virus, or computer
codes that damage or cannot be read by your equipment.

1.F.2. LIMITED WARRANTY, DISCLAIMER OF DAMAGES - Except for


the “Right of Replacement or Refund” described in paragraph 1.F.3,
the Project Gutenberg Literary Archive Foundation, the owner of the
Project Gutenberg™ trademark, and any other party distributing a
Project Gutenberg™ electronic work under this agreement, disclaim
all liability to you for damages, costs and expenses, including legal
fees. YOU AGREE THAT YOU HAVE NO REMEDIES FOR
NEGLIGENCE, STRICT LIABILITY, BREACH OF WARRANTY OR
BREACH OF CONTRACT EXCEPT THOSE PROVIDED IN PARAGRAPH
1.F.3. YOU AGREE THAT THE FOUNDATION, THE TRADEMARK
OWNER, AND ANY DISTRIBUTOR UNDER THIS AGREEMENT WILL
NOT BE LIABLE TO YOU FOR ACTUAL, DIRECT, INDIRECT,
CONSEQUENTIAL, PUNITIVE OR INCIDENTAL DAMAGES EVEN IF
YOU GIVE NOTICE OF THE POSSIBILITY OF SUCH DAMAGE.

1.F.3. LIMITED RIGHT OF REPLACEMENT OR REFUND - If you


discover a defect in this electronic work within 90 days of receiving
it, you can receive a refund of the money (if any) you paid for it by
sending a written explanation to the person you received the work
from. If you received the work on a physical medium, you must
return the medium with your written explanation. The person or
entity that provided you with the defective work may elect to provide
a replacement copy in lieu of a refund. If you received the work
electronically, the person or entity providing it to you may choose to
give you a second opportunity to receive the work electronically in
lieu of a refund. If the second copy is also defective, you may
demand a refund in writing without further opportunities to fix the
problem.

1.F.4. Except for the limited right of replacement or refund set forth
in paragraph 1.F.3, this work is provided to you ‘AS-IS’, WITH NO
OTHER WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO WARRANTIES OF
MERCHANTABILITY OR FITNESS FOR ANY PURPOSE.

1.F.5. Some states do not allow disclaimers of certain implied


warranties or the exclusion or limitation of certain types of damages.
If any disclaimer or limitation set forth in this agreement violates the
law of the state applicable to this agreement, the agreement shall be
interpreted to make the maximum disclaimer or limitation permitted
by the applicable state law. The invalidity or unenforceability of any
provision of this agreement shall not void the remaining provisions.

1.F.6. INDEMNITY - You agree to indemnify and hold the Foundation,


the trademark owner, any agent or employee of the Foundation,
anyone providing copies of Project Gutenberg™ electronic works in
accordance with this agreement, and any volunteers associated with
the production, promotion and distribution of Project Gutenberg™
electronic works, harmless from all liability, costs and expenses,
including legal fees, that arise directly or indirectly from any of the
following which you do or cause to occur: (a) distribution of this or
any Project Gutenberg™ work, (b) alteration, modification, or
additions or deletions to any Project Gutenberg™ work, and (c) any
Defect you cause.

Section 2. Information about the Mission


of Project Gutenberg™
Project Gutenberg™ is synonymous with the free distribution of
electronic works in formats readable by the widest variety of
computers including obsolete, old, middle-aged and new computers.
It exists because of the efforts of hundreds of volunteers and
donations from people in all walks of life.

Volunteers and financial support to provide volunteers with the


assistance they need are critical to reaching Project Gutenberg™’s
goals and ensuring that the Project Gutenberg™ collection will
remain freely available for generations to come. In 2001, the Project
Gutenberg Literary Archive Foundation was created to provide a
secure and permanent future for Project Gutenberg™ and future
generations. To learn more about the Project Gutenberg Literary
Archive Foundation and how your efforts and donations can help,
see Sections 3 and 4 and the Foundation information page at
www.gutenberg.org.

Section 3. Information about the Project


Gutenberg Literary Archive Foundation
The Project Gutenberg Literary Archive Foundation is a non-profit
501(c)(3) educational corporation organized under the laws of the
state of Mississippi and granted tax exempt status by the Internal
Revenue Service. The Foundation’s EIN or federal tax identification
number is 64-6221541. Contributions to the Project Gutenberg
Literary Archive Foundation are tax deductible to the full extent
permitted by U.S. federal laws and your state’s laws.

The Foundation’s business office is located at 809 North 1500 West,


Salt Lake City, UT 84116, (801) 596-1887. Email contact links and up
to date contact information can be found at the Foundation’s website
and official page at www.gutenberg.org/contact

Section 4. Information about Donations to


the Project Gutenberg Literary Archive
Foundation
Project Gutenberg™ depends upon and cannot survive without
widespread public support and donations to carry out its mission of
increasing the number of public domain and licensed works that can
be freely distributed in machine-readable form accessible by the
widest array of equipment including outdated equipment. Many
small donations ($1 to $5,000) are particularly important to
maintaining tax exempt status with the IRS.

The Foundation is committed to complying with the laws regulating


charities and charitable donations in all 50 states of the United
States. Compliance requirements are not uniform and it takes a
considerable effort, much paperwork and many fees to meet and
keep up with these requirements. We do not solicit donations in
locations where we have not received written confirmation of
compliance. To SEND DONATIONS or determine the status of
compliance for any particular state visit www.gutenberg.org/donate.

While we cannot and do not solicit contributions from states where


we have not met the solicitation requirements, we know of no
prohibition against accepting unsolicited donations from donors in
such states who approach us with offers to donate.

International donations are gratefully accepted, but we cannot make


any statements concerning tax treatment of donations received from
outside the United States. U.S. laws alone swamp our small staff.

Please check the Project Gutenberg web pages for current donation
methods and addresses. Donations are accepted in a number of
other ways including checks, online payments and credit card
donations. To donate, please visit: www.gutenberg.org/donate.

Section 5. General Information About


Project Gutenberg™ electronic works
Professor Michael S. Hart was the originator of the Project
Gutenberg™ concept of a library of electronic works that could be
freely shared with anyone. For forty years, he produced and
distributed Project Gutenberg™ eBooks with only a loose network of
volunteer support.
Project Gutenberg™ eBooks are often created from several printed
editions, all of which are confirmed as not protected by copyright in
the U.S. unless a copyright notice is included. Thus, we do not
necessarily keep eBooks in compliance with any particular paper
edition.

Most people start at our website which has the main PG search
facility: www.gutenberg.org.

This website includes information about Project Gutenberg™,


including how to make donations to the Project Gutenberg Literary
Archive Foundation, how to help produce our new eBooks, and how
to subscribe to our email newsletter to hear about new eBooks.
Welcome to our website – the perfect destination for book lovers and
knowledge seekers. We believe that every book holds a new world,
offering opportunities for learning, discovery, and personal growth.
That’s why we are dedicated to bringing you a diverse collection of
books, ranging from classic literature and specialized publications to
self-development guides and children's books.

More than just a book-buying platform, we strive to be a bridge


connecting you with timeless cultural and intellectual values. With an
elegant, user-friendly interface and a smart search system, you can
quickly find the books that best suit your interests. Additionally,
our special promotions and home delivery services help you save time
and fully enjoy the joy of reading.

Join us on a journey of knowledge exploration, passion nurturing, and


personal growth every day!

testbankmall.com

You might also like