100% found this document useful (8 votes)
33 views25 pages

Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine 0134400151 9780134400150 pdf download

The document provides a test bank for the book 'Starting Out with Visual Basic, 7th Edition' by Tony Gaddis and Kip Irvine, including multiple choice questions and answers from Chapter 2. It also contains links to download additional test banks and solution manuals for other programming books by Gaddis. The test bank is designed to assist students in understanding key concepts and preparing for exams.

Uploaded by

ranecassae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
100% found this document useful (8 votes)
33 views25 pages

Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine 0134400151 9780134400150 pdf download

The document provides a test bank for the book 'Starting Out with Visual Basic, 7th Edition' by Tony Gaddis and Kip Irvine, including multiple choice questions and answers from Chapter 2. It also contains links to download additional test banks and solution manuals for other programming books by Gaddis. The test bank is designed to assist students in understanding key concepts and preparing for exams.

Uploaded by

ranecassae
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 25

Test Bank for Starting Out with Visual Basic 7th

Edition Gaddis Irvine 0134400151 9780134400150


download

http://testbankpack.com/download/test-bank-for-starting-out-with-
visual-basic-7th-edition-gaddis-irvine-0134400151-9780134400150/

Explore and download more test bank or solution manual


at testbankpack.com
Here are some suggested products you might be interested in.
Click the link to download

Test Bank for Starting out with Visual C# 4th Edition


Gaddis 0134382609 9780134382609

https://testbankpack.com/download/test-bank-for-starting-out-with-
visual-c-4th-edition-gaddis-0134382609-9780134382609/

Solution Manual for Starting out with Visual C# 4th


Edition Gaddis 0134382609 9780134382609

https://testbankpack.com/download/solution-manual-for-starting-out-
with-visual-c-4th-edition-gaddis-0134382609-9780134382609/

Test Bank for Starting Out with Python 3rd Edition Gaddis
0133582736 9780133582734

https://testbankpack.com/download/test-bank-for-starting-out-with-
python-3rd-edition-gaddis-0133582736-9780133582734/

Test Bank for Starting Out with Alice 3rd Edition Tony
Gaddis 0133129748 9780133129748

https://testbankpack.com/download/test-bank-for-starting-out-with-
alice-3rd-edition-tony-gaddis-0133129748-9780133129748/
Solution Manual for Starting Out with Python 3rd Edition
Gaddis 0133582736 9780133582734

https://testbankpack.com/download/solution-manual-for-starting-out-
with-python-3rd-edition-gaddis-0133582736-9780133582734/

Test Bank for Starting Out with Programming Logic and


Design 3rd Edition Gaddis 0132805456 9780132805452

https://testbankpack.com/download/test-bank-for-starting-out-with-
programming-logic-and-design-3rd-edition-
gaddis-0132805456-9780132805452/

Test Bank for Starting Out with Programming Logic and


Design 4th Edition Gaddis 0133985075 9780133985078

https://testbankpack.com/download/test-bank-for-starting-out-with-
programming-logic-and-design-4th-edition-
gaddis-0133985075-9780133985078/

Test Bank for Starting Out with C++ Early Objects 9th
Edition Gaddis Walters Muganda 0134400240 9780134400242

https://testbankpack.com/download/test-bank-for-starting-out-with-c-
early-objects-9th-edition-gaddis-walters-
muganda-0134400240-9780134400242/

Test Bank for Starting Out with Java From Control


Structures through Objects 6th Edition Gaddis 0133957055
9780133957051
https://testbankpack.com/download/test-bank-for-starting-out-with-
java-from-control-structures-through-objects-6th-edition-
gaddis-0133957055-9780133957051/
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

Test Bank for Starting Out with Visual Basic 7th Edition Gaddis Irvine
0134400151 9780134400150
Full link download:
Test Bank:

https://testbankpack.com/p/test-bank-for-starting-out-with-visual-basic-7th-edition-
gaddis-irvine-0134400151-9780134400150/

Chapter 2
Multiple Choice
Identify the letter of the choice that best completes the statement or answers the question.

1. The properties of a control are listed in the window.


a. Options
b. Properties
c. Solution Explorer
d. Project

2. When you select a control on a form in the Designer window, .


a. its color changes to dark blue
b. the tool box will be visible
c. its sizing handles appear
d. the project will automatically be saved

3. If a Label control's AutoSize property equals False and the label is not wide enough for the text assigned to the
control, .
a. the text will be only partially displayed
b. none of the text will be displayed
c. the extra text is wrapped onto the next line or lines
d. the label will expand to fit the text

4. When Visual Studio displays a new project, a blank form is shown in the window.
a. Properties
b. ToolBox
c. Project
d. Designer

5. In order to delete a control from a form, you should select the control and then .
a. click the Remove Item icon on the menu bar
b. click the Cut icon in the Properties window
c. press the Delete key on the keyboard
d. click Delete from the View menu

Chapter 2 7
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

6. Which value of the SizeMode property is used to automatically adjust the size of a PictureBox control to fit
the size of the image?
a. Normal
b. Zoom

Chapter 2 8
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

c. CenterImage
d. AutoSize

7. A Visual Studio project may be saved in all of the following ways except .
a. Click File on the Visual Studio menu bar, and then click Save All
b. Press Ctrl+Shift+S on the keyboard
c. Click the Save Project button on the standard toolbar
d. Click the Save All button on the standard toolbar

Chapter 2 9
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

8. When you add a StatusStrip control to a form, which additional control must be added to the StatusStrip if
you want to display messages at runtime?
a. TextBox
b. Label
c. PictureBox
d. ToolStripStatusLabel

9. Which FormBorderStyle property setting causes the form to not be resizable, and it displays a thick border?
a. FixedDialog
b. Fixed3D
c. NonSizeable
d. ToolWindow

10. A label control may be added to a form by double-clicking on the Label control icon in the
window.
a. Properties
b. ToolBox
c. Project
d. Designer

11. The code template for an event handler identifies it as a type of procedure.
a. Module
b. Function
c. Method
d. Sub

12. If the Visible property of a control is set to False, it in the Designer window.
a. is grayed out
b. is no longer displayed
c. continues to be shown
d. becomes inactive

13. You can display the Code window in all of the following ways except .
a. Click the View Code button in the Solution Explorer window
b. Click Project on the menu bar, and then click Show all files
c. Click View on the menu bar, and then select Code
d. Press the F7 key

14. In the statement Me.Close(), the keyword Me refers to .


a. the current form
b. the programmer
c. the Close method
d. the Close button

15. The property can prevent the user from resizing your application’s form at runtime.
a. WindowState
b. ShowInTaskBar
c. MinMaxSize

Chapter 2 10
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

d. FormBorderStyle

16. To lock all of the controls on a form during design time, .


a. left-click an empty spot on the form, then click Locked in the properties window
b. right-click an empty spot on the form, then select the Lock Controls option from the pop-up menu
c. click Window on the Menu Bar, then click Lock Controls
d right-click the form, then click the lock controls icon on the toolbar

17. The form’s property can be set to True or False, depending on whether or not you want the
minimize button to appear.
a. MinimizeBox
b. ShowMinimizeButton
c. HideButtonMinimize
d. FormBorderStyle

18. A Label control’s property allows a label to change size to fit the text in its text property.
a. Autosize
b. Size
c. TextAlign
d. Grow

19. Syntax errors .


a. result from an attempt to perform an operation that cannot execute
b. are not syntax errors
c. are errors found while an application is running
d. are errors such as misspelled keywords or incorrect use of operators

20. You can run an application in all of the following ways except which one?
a. Click the Start Debugging button on the toolbar
b. Press the Ctrl-F4 keys
c. Press the F5 key
d. Click Debug on the menu bar, and then click Start Debugging

21. IntelliSense is a feature of Visual Studio that .


a. provides hints about the input data requested from the user
b. provides automatic code completion as you write programming statements
c. allows the user to easily modify properties for a control in design mode
d. is a feature that will help the programmer use proper naming conventions

22. When you select an item in Visual Studio and press the F1 key, you get .
a. properties window
b. the solution explorer window
c. context-sensitive help
d. tool-tip for the item

23. Code that executes when the user clicks a button at runtime is known as .
a. a property
b. a control

Chapter 2 11
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

c. an event handler
d. a keyword

24. The value of a control’s property may be changed while the application is running by .
a. using an assignment statement
b. using the Properties window
c. using the Toolbox window
d. all of the above

25. The property appears in parentheses so it will appear at the top of the alphabetical Property list.
a. Name
b. Text
c. Visible
d. all of the above

26. Which of the following is not a valid value for the FormBorderStyle property?
a. Fixed3D
b. Sizable
c. FixedSingle
d. FixedDouble

27. Which of the following statements are correct?


a. A Visual Studio project is a container that holds a solution.
b. A Visual Studio project may have multiple solutions.
c. A Visual Studio project must belong to a solution.
d. Both A and B are correct.

28. Assume you have a Button control named btnDisplayList. Which is the default name for an event
procedure that will be executed when the user clicks on the control?
a. Click_btnDisplayList
b. btnDisplayList_Click
c. btnDisplayList_ClickEvent
d. btnDisplayList_ClickButton

29. Programs should use comments (remarks) to .


a. explain what the code does
b. save time when the program must be modified
c. save time when you have to debug the program
d. all of the above

30. How do you make a Label control’s text display bold characters?
a. Select Font from the View menu, and then select the label.
b. Select the Label in the designer, and click the ellipses button next to Font in the Solution Explorer
window.
c. Select the Label in the designer, and click the ellipses button next to Font in the Properties window.
d. Select the Label control and set the BoldText property to True in the Properties window.

Chapter 2 12
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

31. Which property determines the characters that appear in the title bar of Form1?
a. Form1.Name
b. Form1.Text
c. Form1.Caption
d. Form1.Title

32. What will the following section of code do when the user clicks the btnExit button?

Private Sub btnExit_Click(ByVal sender As System.Object, _


ByVal e as System.EventArgs) Handles btnExit.Click
Me.Close()
End Sub

a. Shut down the computer


b. Log off the current user
c. Close the current form
d. All of the above

33. Which of the following displays a message box with the text “Hello World”?
a. MessageBox.Show("Hello World")
b. MessageBox.Display("Hello World")
c. MessageBox.Text("Hello World")
d. MessageBox.Send("Hello World")

34. The control uses a Label to display program status information and messages to the
user.
a. LinkLabel
b. StatusStrip
c. ErrorProvider
d. TextBox

35. The property of a label determines if the label can be seen by the user at runtime.
a. Active
b. Visible
c. Invisible
d. Enabled

36. The color of the text in a Label control is determined by the property.
a. Color
b. Font
c. ForeColor
d. TextColor

Chapter 2 13
Starting Out with Visual Basic, 7th Ed by Tony Gaddis/Kip Irvine
TEST BANK

Chapter 2
Answer Section

Answer Page Reference


1. b 43
2. c 47
3. c 72
4. d 41
5. c 44
6. d 83
7. c 58
8. d 105
9. a 108
10. b 46
11. d 60
12. c 90
13. b 64
14. a 95
15. d 107
16. b 108
17. a 108
18. a 71
19. d 100
20. b 58
21. b 63
22. c 110
23. c 59
24. a 60
25. a 48
26. d 108
27. c 66
28. b 60
29. d 98
30. c 69
31. b 43
32. c 94
33. a 102
34. b 105
35. b 90
36. c 73

Chapter 2 14
Random documents with unrelated
content Scribd suggests to you:
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 ideal destination for book lovers and
knowledge seekers. With a mission to inspire endlessly, we offer a
vast collection of books, ranging from classic literary works to
specialized publications, self-development books, and children's
literature. Each book is a new journey of discovery, expanding
knowledge and enriching the soul of the reade

Our website is not just a platform for buying books, but a bridge
connecting readers to the timeless values of culture and wisdom. With
an elegant, user-friendly interface and an intelligent search system,
we are committed to providing a quick and convenient shopping
experience. Additionally, our special promotions and home delivery
services ensure that you save time and fully enjoy the joy of reading.

Let us accompany you on the journey of exploring knowledge and


personal growth!

testbankpack.com

You might also like