100% found this document useful (16 votes)
77 views43 pages

Systems Analysis and Design 9th Edition Kendall Test Bank Instant Download

The document provides links to various test banks and solution manuals for different editions of textbooks, including 'Systems Analysis and Design' by Kendall. It features multiple-choice and true/false questions related to systems analysis concepts, data dictionaries, and XML. The content emphasizes the importance of data structures, elements, and their definitions in system design and analysis.

Uploaded by

blphbbihd076
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 (16 votes)
77 views43 pages

Systems Analysis and Design 9th Edition Kendall Test Bank Instant Download

The document provides links to various test banks and solution manuals for different editions of textbooks, including 'Systems Analysis and Design' by Kendall. It features multiple-choice and true/false questions related to systems analysis concepts, data dictionaries, and XML. The content emphasizes the importance of data structures, elements, and their definitions in system design and analysis.

Uploaded by

blphbbihd076
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/ 43

Systems Analysis and Design 9th Edition Kendall

Test Bank download pdf

https://testbankfan.com/product/systems-analysis-and-design-9th-edition-
kendall-test-bank/

Visit testbankfan.com to explore and download the complete


collection of test banks or solution manuals!
We believe these products will be a great fit for you. Click
the link to download now, or visit testbankfan.com
to discover even more!

Systems Analysis and Design 10th Edition Kendall Test Bank

https://testbankfan.com/product/systems-analysis-and-design-10th-
edition-kendall-test-bank/

Systems Analysis and Design 10th Edition Kendall Solutions


Manual

https://testbankfan.com/product/systems-analysis-and-design-10th-
edition-kendall-solutions-manual/

Systems Analysis and Design 8th Edition Kendall Solutions


Manual

https://testbankfan.com/product/systems-analysis-and-design-8th-
edition-kendall-solutions-manual/

Management The Essentials Australia 3rd Edition Robbins


Test Bank

https://testbankfan.com/product/management-the-essentials-
australia-3rd-edition-robbins-test-bank/
Psychology An Exploration Canadian 1st Edition Ciccarelli
Test Bank

https://testbankfan.com/product/psychology-an-exploration-
canadian-1st-edition-ciccarelli-test-bank/

Hola amigos 8th Edition Jarvis Test Bank

https://testbankfan.com/product/hola-amigos-8th-edition-jarvis-test-
bank/

Global Marketing Management 6th Edition Kotabe Test Bank

https://testbankfan.com/product/global-marketing-management-6th-
edition-kotabe-test-bank/

Intermediate Accounting Volume 2 Canadian 7th Edition


Beechy Solutions Manual

https://testbankfan.com/product/intermediate-accounting-
volume-2-canadian-7th-edition-beechy-solutions-manual/

Financial Accounting 2nd Edition Spiceland Test Bank

https://testbankfan.com/product/financial-accounting-2nd-edition-
spiceland-test-bank/
Chemistry 4th Edition Burdge Test Bank

https://testbankfan.com/product/chemistry-4th-edition-burdge-test-
bank/
Systems Analysis and Design, 9e (Kendall/Kendall)
Chapter 8 Analyzing Systems Using Data Dictionaries

8.1 Multiple Choice

1) What is a reference work of data about data compiled by systems analysts?


A) data dictionary
B) data flow diagrams
C) structured analysis
D) design
Answer: A
Diff: 1 Page Ref: 210

2) What become(s) important for large systems that produce several thousand data elements
requiring cataloging and cross-referencing?
A) data dictionary
B) structured analysis
C) data flow diagrams
D) automated data dictionaries
E) design
Answer: D
Diff: 1 Page Ref: 210

3) Which of the following is not contained in the repository?


A) procedural logic
B) use cases
C) generated computer code
D) screen and report design
Answer: C
Diff: 1 Page Ref: 211

4) A data flow that contains data that are used between processes is called:
A) internal.
B) derived.
C) base.
D) iterative.
Answer: A
Diff: 1 Page Ref: 212

5) Data structures are described using ________ notation.


A) relational
B) metadatic
C) geometric
D) algebraic
Answer: D
Diff: 2 Page Ref: 213

1
Copyright © 2014 Pearson Education, Inc.
6) What does this symbol represent [ ]?
A) either/or alternative
B) optional
C) iteration
D) selection
Answer: A
Diff: 3 Page Ref: 213

7) Braces { } are used to indicate:


A) either/or alternative.
B) optional.
C) iteration.
D) selection.
Answer: C
Diff: 2 Page Ref: 213

8) Which of the following is included in a physical data structure?


A) codes that identify the status of a master record
B) expansion area for file records
C) the type of data structure, either for a screen or report
D) editing criteria for the structure
Answer: A
Diff: 3 Page Ref: 214

9) A synonym or other name for an element is called a(n):


A) common element.
B) structural element.
C) attributive element.
D) alias.
Answer: D
Diff: 2 Page Ref: 215

10) A base element is one that:


A) was initially keyed into the system.
B) does not change over a period of time.
C) is used within one and only one subsystem.
D) is the result of a calculation or some other logic.
Answer: A
Diff: 1 Page Ref: 215

11) A derived element is one that:


A) is keyed, derived by the users.
B) has several different meanings, one for each user group.
C) is created by processes as a result of calculations or a series of decision-making statements.
D) has the displayed length and the stored length the same.
Answer: C
Diff: 2 Page Ref: 215
2
Copyright © 2014 Pearson Education, Inc.
12) When determining the length for elements:
A) look at what the current length of data is and use that value.
B) use values that other corporations have for similar elements.
C) figure the amount of a numeric element and add a few characters for reasonable expansion.
D) keep the value for the length small to save file space.
Answer: C
Diff: 1 Page Ref: 215

13) The symbol X(8) represents:


A) eight digits.
B) eight alphanumeric characters.
C) a data structure or element that repeats eight times.
D) an element that is found within eight data structures.
Answer: B
Diff: 1 Page Ref: 217

14) A varchar data type:


A) is used to represent elements for which the analyst needs to determine the length.
B) is an element that contains a check digit.
C) is used to represent a floating point number with an indeterminate number of decimal
positions..
D) is used for data that can contain any number of characters (up to the database limit).
Answer: D
Diff: 1 Page Ref: 217

15) A default value on a GUI screen may be used for:


A) drop-down lists.
B) radio buttons.
C) check boxes.
D) All of the above.
Answer: D
Diff: 1 Page Ref: 218

16) Data stores are used to store:


A) all base elements and some derived elements.
B) all derived elements and some base elements.
C) all base and derived elements.
D) only some base elements and some derived elements (the most critical ones in the system).
Answer: A
Diff: 1 Page Ref: 218

3
Copyright © 2014 Pearson Education, Inc.
17) Since a single data flow may only show part of the collective data,
A) the data store may be linked to several external structures defining the different data flows.
B) many data flows may have to be examined to determine the contents of a data store.
C) data stores must contain multiple redundant elements within repeating groups indicated by
braces {}.
D) an alias must be used.
Answer: B
Diff: 2 Page Ref: 210

18) An analyst may develop the data flow diagram using a top-down method by using:
A) algebraic notation.
B) structural records.
C) algebraic notation and structural records.
D) vertical expansion methodology.
Answer: C
Diff: 2 Page Ref: 219

19) The data dictionary may be used to create:


A) screens.
B) reports.
C) forms.
D) All of the above.
Answer: D
Diff: 2 Page Ref: 219

20) Which of the following is a flaw in the system design that is detected by analyzing the data
dictionary entries?
A) All derived elements on an output flow must be present on an input data flow.
B) The data store may contain elements that are not present on any data flow to or from the data
store.
C) All base elements on an output data flow must be present on a data flow into the process.
D) All elements that are discrete must have a table of codes definition.
Answer: C
Diff: 3 Page Ref: 224

21) Elements on a data flow going into or out from a data store:
A) must be created by the process linking to the data store.
B) must be base elements.
C) must be on a data flow that is input to the process that creates the output that is going to the
data store.
D) must be contained by the data store.
Answer: D
Diff: 3 Page Ref: 224

4
Copyright © 2014 Pearson Education, Inc.
22) What is not a characteristic of the ideal data dictionary?
A) automated
B) efficient
C) interactive
D) online
E) evolutionary
Answer: B
Diff: 2 Page Ref: 222

23) Which of the following may be created by transforming an XML document?


A) a Web page
B) a portable document format (PDF) file
C) output for a handheld device
D) All of the above.
Answer: D
Diff: 1 Page Ref: 244225

24) Which of the following is not included in an XML document type definition?
A) the number of times an element repeats
B) an element that is optional
C) the rules for transforming the XML document into standard output
D) the attributes of an XML element
Answer: C
Diff: 1 Page Ref: 225

25) Which of the following is a more precise way to define the content of an XML document?
A) a schema
B) a document attribute list
C) an ID REF, listing the identifiable elements of a document
D) an XML repository specifications document
Answer: A
Diff: 1 Page Ref: 228

26) A(n) ________ is a synonym or another name for the element, used by different users of
systems.
A) alias
B) schema
C) alert
D) varchar
Answer: A
Diff: 1 Page Ref: 215

5
Copyright © 2014 Pearson Education, Inc.
27) A ________ is a large collection of information that is larger than a data dictionary.
A) repository
B) schema
C) data element
D) data alias
Answer: A
Diff: 2 Page Ref: 215

28) ________ is usually the first component to be stored in the data dictionary.
A) Data flow
B) Data direction
C) Data mining
D) Database schema
Answer: A
Diff: 2 Page Ref: 218

29) A ________ is composed of related elements.


A) data structure
B) data alias
C) database schema
D) data flow
Answer: A
Diff: 1 Page Ref: 218

30) A ________ is one that is contained within a larger data structure and consists of further
subdivisions.
A) structural record
B) transactional record
C) data alias
D) schema
Answer: A
Diff: 1 Page Ref: 218

31) ________ data structures include additional elements necessary for implementing the system.
A) Physical
B) Logical
C) Informational
D) Logistical
Answer: A
Diff: 1 Page Ref: 213

6
Copyright © 2014 Pearson Education, Inc.
32) A data type of ________ is used for elements that can contain any number of characters up to
the limit set by the database software.
A) char
B) numeric
C) varchar
D) text
Answer: C
Diff: 2 Page Ref: 216

33) The correct determination of a(n) ________ length is important to avoid truncation.
A) address
B) zip code
C) database
D) element
Answer: D
Diff: 2 Page Ref: 215

34) A(n) ________ value for an element is one that has certain fixed values.
A) absolute
B) discrete
C) variable
D) continuous
Answer: B
Diff: 2 Page Ref: 216

35) A(n) ________ element is one that has a smooth range of values.
A) absolute
B) discrete
C) variable
D) continuous
Answer: D
Diff: 1 Page Ref: 216

7
Copyright © 2014 Pearson Education, Inc.
8.2 True/False

1) The data dictionary is a reference work of data about data.


Answer: TRUE
Diff: 1 Page Ref: 210

2) Data about data is called metadata.


Answer: TRUE
Diff: 1 Page Ref: 210

3) The data dictionary can be used as a starting point for creating XML documents.
Answer: TRUE
Diff: 1 Page Ref: 210

4) Automated data dictionaries are useful for only printing summary lists of data.
Answer: FALSE
Diff: 1 Page Ref: 210

5) A data dictionary contains information about a data flow diagram, but not entities or use cases.
Answer: FALSE
Diff: 2 Page Ref: 210

6) Databases are usually the first component of a data dictionary to be defined.


Answer: FALSE
Diff: 1 Page Ref: 212

7) An internal data flow is one that connects two processes.


Answer: TRUE
Diff: 1 Page Ref: 212

8) Data structures are usually described using a binary notation.


Answer: FALSE
Diff: 1 Page Ref: 213

9) An alias for each element is another name for the data used by different users in different
systems.
Answer: TRUE
Diff: 1 Page Ref: 215

10) Brackets [ ] represent repetitive elements.


Answer: FALSE
Diff: 1 Page Ref: 213

11) Parenthesis represent an optional element in the data dictionary.


Answer: TRUE
Diff: 1 Page Ref: 213

8
Copyright © 2014 Pearson Education, Inc.
12) Data structures are those data items within the system that are not meaningful if broken down
further.
Answer: FALSE
Diff: 1 Page Ref: 233

13) A default value is one that never changes on a report.


Answer: FALSE
Diff: 1 Page Ref: 218

14) A discrete data element is one that has certain fixed values.
Answer: TRUE
Diff: 1 Page Ref: 217

15) When a V is used as a formatting character for an element, it indicates where the decimal
point should occur, even though the actual decimal point is not included.
Answer: TRUE
Diff: 2 Page Ref: 217

16) All derived elements must be stored on a data store.


Answer: FALSE
Diff: 1 Page Ref: 218

17) Each level of a data flow diagram should use data appropriate for the level.
Answer: TRUE
Diff: 1 Page Ref: 219

18) The ideal data dictionary is automated, interactive, online, and evolutionary.
Answer: TRUE
Diff: 1 Page Ref: 222

19) The data dictionary may be used to generate computer source code.
Answer: TRUE
Diff: 1 Page Ref: 223

20) One of the rules for analyzing a data dictionary is that elements present on a data flow
coming or going to a data store must be contained within the data store.
Answer: TRUE
Diff: 1 Page Ref: 224

21) Extensible markup language (XML) is a language that can be used to exchange data between
businesses.
Answer: TRUE
Diff: 1 Page Ref: 224

22) XML is used when other systems or external organizations use the same software.
Answer: FALSE
Diff: 2 Page Ref: 224
9
Copyright © 2014 Pearson Education, Inc.
23) XML is a way to define, sort, filter and translate data into a universal data language.
Answer: TRUE
Diff: 2 Page Ref: 224

24) In XML, tags become the metadata.


Answer: TRUE
Diff: 1 Page Ref: 224

25) An XML schema is a more precise way to define the content of an XML document.
Answer: TRUE
Diff: 2 Page Ref: 225

26) A constant value for an element is one that is automatically displayed on a screen to reduce
the amount of keystrokes the user must make.
Answer: FALSE
Diff: 1 Page Ref: 218

27) All default elements on an output data flow must be present on a data flow coming into the
process.
Answer: FALSE
Diff: 2 Page Ref: 218

28) A derived element must be output from at least one process that it is not input to.
Answer: TRUE
Diff: 2 Page Ref: 218

29) The data structure and elements are commonly used to generate computer source code.
Answer: TRUE
Diff: 1 Page Ref: 223

30) Unified modeling language (UML) is a language that can be used to exchange data between
businesses.
Answer: FALSE
Diff: 1 Page Ref: 224

31) XML is used when users have different computer (systems) and software.
Answer: TRUE
Diff: 1 Page Ref: 225

32) XML is a way to define, sort, filter and translate data into a universal data language.
Answer: TRUE
Diff: 1 Page Ref: 225

33) In XML, schemas become the metadata.


Answer: FALSE
Diff: 1 Page Ref: 225
10
Copyright © 2014 Pearson Education, Inc.
34) A document type definition is used to determine if the XML document content is valid.
Answer: TRUE
Diff: 2 Page Ref: 227

35) An !ATTLIST describes an XML attribute in the DTD.


Answer: TRUE
Diff: 3 Page Ref: 227

36) A schema is a more precise way to define the content of an XML document.
Answer: TRUE
Diff: 2 Page Ref: 228

37) The advantage of using XML to define data is that, in the XML format, data are stored in a
pure text format and not dependent on any proprietary software.
Answer: TRUE
Diff: 3 Page Ref: 228

38) There are three standard formats for mainframe computers: zoned decimal, packed decimal,
and binary.
Answer: TRUE
Diff: 3 Page Ref: 217

39) A zoned decimal is used to determine whether the XML document content is valid, that is,
whether it conforms to the order and type of data that must be present in the document.
Answer: FALSE
Diff: 2 Page Ref: 217

40) The packed decimal format is commonly used to save space on file layouts and for elements
that require a high level of arithmetic to be performed on them.
Answer: FALSE
Diff: 3 Page Ref: 217

11
Copyright © 2014 Pearson Education, Inc.
8.3 Short Answer

1) (a) Define the term data dictionary. (b) Define metadata.


Answer:
(a) A data dictionary is a reference work of data about data (metadata) created by the systems
analyst based on data flow diagrams. It collects and coordinates specific data terms, confirming
what each term means to different people in the organization.
(b) Metadata is data about data.
Diff: 1 Page Ref: 210

2) Why are structural records used?


Answer: Structural records allow the analyst to develop the data dictionary and the data flow
diagrams using a top-down approach.
Diff: 2 Page Ref: 213

3) Describe the difference between base elements and derived elements.


Answer: A base element is one that is initially keyed into the system, such as a customer name,
address, or city. Base elements must be stored in files. Derived elements are created by processes
as the result of a calculation or a series of decision-making statements.
Diff: 2 Page Ref: 215

4) List three of the five main ways in which to use a data dictionary.
Answer:
1. Validate the data flow diagram for completeness and accuracy.
2. Provide a starting point for developing screens and reports.
3. Determine the contents of data stored in files.
4. Develop the logic for data flow diagram processes.
5. Create XML (extensible markup language).
Diff: 3 Page Ref: 210

5) Give two examples of elements that can be found in a data dictionary; one that has a standard
length and one that does not have a standard length.
Answer: In the United States lengths for state name abbreviations, zip codes, and telephone
numbers are all standard. Examples of elements found in a data dictionary that do not have
standard lengths include names, addresses, city names, long narratives, etc.
Diff: 3 Page Ref: 215

12
Copyright © 2014 Pearson Education, Inc.
Exploring the Variety of Random
Documents with Different Content
When the moon came up there wasn’t a single tail stirring

“Ah,” said Doctor Muskrat. “Then you mice will give up gnawing
roots and spoiling plants and go back to the sensible way Mother
Nature started you in the First-Off Beginning. In that case, I expect
we will have to agree to your demand.”
“Give up eating roots? What do you mean?” gasped the
fieldmouse.
“Yes, eat a nibble here and a nibble there, leaving the plants to be
again as they were before. Are you willing to change?”
“Change! A fieldmouse never changes. Let me remind you, Doctor
Muskrat, that we lived as we do to-day before any of you were
made. This earth belongs to us fieldmice.”
“Perhaps,” said Nibble Rabbit, “but let me point out to you that if
you fieldmice tried to run it there wouldn’t be a green thing left to
grow out of the earth. We’d all starve, down to the very last mouse.”
“Impossible! Idiotic!” gasped the mice. “We will never change.
Never!”
“If that is your answer, I shall put the matter to a vote. Does
Stripes Skunk go or stay?” asked Doctor Muskrat.
“He stays! He stays!” shouted every one but the mice.
CHAPTER XI
WAR TO THE TOOTH

My, but the fieldmice were hopping mad—I mean it truthfully.


They hopped up and down on Doctor Muskrat’s flat stone and lashed
their tails and chattered. “That vote doesn’t mean anything,”
shouted Great-Grandfather Fieldmouse. “We’ve all voted against him
and there are more fieldmice here than all of you put together.”
“That isn’t the way we usually vote in the Woods and Fields,” said
Doctor Muskrat. “We vote by families. Here are the night birds and
the day birds (you know some of the birds can fly by moonlight and
they liked Stripes well enough to come) and Nibble Rabbit and
Watch the Dog who votes for Tommy Peele. If you want to vote by
tails we’ll call a day meeting so all the birds can come.”
Well Great-Grandfather Fieldmouse knew that wouldn’t be any
use. There are too many birds. So he said: “This is a fur vote. The
birds haven’t anything to say.”
“Very well, then, shall I call a fur vote, at noon, a week from to-
day?” asked Doctor Muskrat.
But Great-Grandfather Fieldmouse was afraid that all Stripes
Skunk’s friends would use that chance to eat all the mice they could
hold and reduce the vote. He turned to Watch. “This matter really
only concerns Tommy Peele,” said he. “Can he afford to fight the
fieldmice?”
“He can afford to stand by his friends,” Watch answered.
Then Great-Grandfather Fieldmouse spoke to Stripes himself. “Will
you force us to fight?” he asked, “or will you go? Remember, Tad
Coon has already vanished. Will you risk the same fate from the
fieldmice? I warn you!”
“I will stay,” Stripes answered firmly.
“Then it is war! War to the tooth!” announced Great-Grandfather
Fieldmouse. And off he humped, followed by all his family.
“Now what do you suppose those mice did to Tad Coon?” mused
Doctor Muskrat.
Nibble takes the lady mouse to Doctor Muskrat
CHAPTER XII
THE MICE DEFEAT THEMSELVES

Stripes wasn’t a bit afraid, but he didn’t want every one else to
suffer on his account. “I’ll go away willingly,” he told Doctor Muskrat,
“if you think I ought to.”
“I don’t,” snapped the old doctor. “I think we might as well fight it
out now. If we give in to them there’s no knowing what they’ll
demand next. You’d think this world belonged to the fieldmice!” he
snorted. (That’s one of the things Great-Grandfather Fieldmouse had
said at the meeting, you know.) “A pretty place this world would be
if they tried to run it. Next thing they’ll be saying they made it
themselves, instead of Mother Nature.”
“But there are a great many fieldmice,” argued Stripes. “They may
do a lot of harm.”
“They can’t do much more than they always have,” the angry old
muskrat snorted harder than ever. “If they haven’t enough sense to
see that, what more can you expect of them? The whole tail-and-
whiskers of them, taken together, hasn’t the brains of a bullfrog.”
Nibble Rabbit didn’t say much. He had friends among them so, of
course, they came to him. “I know they kill you,” he said, “but you
treat the plants just the same. You ruin everything you set a tooth
into. If you want them to know how important they are, all of you
move away and let them see how it is to get along without you.”
Now that was sensible. But they wouldn’t listen. They said: “But if
you fight us we’ll do away with you—just like we did with Tad Coon.
You’ll be sorry.”
On the third day after Great-Grandfather Fieldmouse declared war,
the mice began to fight. They felt sure they would have an easy
victory. How do you suppose they meant to do it? They were going
to spoil Tommy Peele’s potato patch!
This was really a bright idea. I don’t believe for a minute that they
thought of it themselves—they must have heard it from somebody. I
don’t mean that any one was a traitor to Stripes Skunk, but the
fieldmice are always creeping about and listening to what people say
when nobody imagines they’re near. They learned that Stripes was
going to take care of the potato patch to pay back for those chickens
he’d killed. If he didn’t, they thought of course Tommy Peele would
send him away.
My, but Doctor Muskrat laughed when he heard the news! “It’s all
over now,” said he. “We won’t even have to go out and fight them.”
But he wouldn’t tell why.
So at dusk the fieldmice began to gather. If you think there were
a lot of them out the day they went down into Nibble Rabbit’s hole
to steal a mouthful of fur from the woodchuck for a charm against
owls, you ought to have seen them now. For they’d all raised
families since the spring had come. The grasses fairly shook with
them; the earth was covered with them. At dark they began to
scuttle into the potato patch.
“Ho, ho!” laughed the little owls. Those woodchuck charms didn’t
bother them a bit. They feasted on fieldmice. But the angry mice
wouldn’t pay any attention to them.
“Ca—caa,” chuckled the hawk.
“Just the minute the moon comes up so I can see to hunt, I’ll be
with you.”
But when the moon did come up, there wasn’t a single tail
stirring!
You see, those mice didn’t know about potatoes. They never ate
them because they didn’t like the taste, but they never knew other
people did. Now potato plants don’t intend to be eaten. They hide
the potatoes that they make to feed themselves—the ones we steal
from them—down under the ground. But they fill their green parts,
that the mice saw above the ground, with a juice that makes folks
mighty sorry if they try to eat them, excepting those bugs who never
eat anything else. That’s why the bugs made Stripes sick. Any one
can eat their eggs, or the bugs who hide under the ground, like the
good potatoes, but the bugs and the green leaves above the ground
—ugh! You know what Bobby Robin said about them.
Crunch, crunch, went the busy teeth of the cross little mice. Ow!
In just seven whisks of a tail they turned and ran as fast as their
scurry skippy feet could carry them. My, but they were sorry they’d
tried to be so naughty!
CHAPTER XIII
WHERE, OH WHERE, IS TAD COON?

You couldn’t very well blame Stripes for being delighted when he
found out what they had done. They’d made themselves most
awfully sick and sorry. And Stripes was one of the Things-from-
under-the-Earth in the first place, you know; he couldn’t get so good
and kind clear through to the bottom of him that he’d forgive the
mean little things—not all of a sudden. The only reason he didn’t try
to kill any of them right then was because he was afraid they’d
disagree with him.
But Nibble Rabbit was sorry, so sorry. The mice had been kind to
him—except old Great-Grandfather Fieldmouse who was pretty rude
the day they marched into Nibble’s hole after woodchuck fur for a
charm against owls. He couldn’t bear to hear them squeal and
moan. He was just wishing with all his heart that his ears weren’t so
very long when one of them called out from the shadow of a wide
burdock-leaf: “Rabbit, oh, Rabbit! Bend down this leaf so I can get
just a drop of dew on my tongue. I’m dying.”
Of course he hopped to help her. Yes, it was a lady mouse who
had called. And wasn’t she s’prised to find he was the very same
little bunny she had guided through the scary dark tunnels under the
haystack! That was the time Ouphe the Rat was chasing him. And
wasn’t he still more s’prised to find she was the same mouse. He’d
been wanting to pay her back all that time. Now he had a chance.
“Drink?” said Nibble. “I’ll give you a drink. Hold up your toes and
don’t wiggle.” With that he picked her up very gently by the loose fur
on her collar and carried her down to Doctor Muskrat’s Pond. And
maybe you think he didn’t thump and pound with his furry feet until
the sleepy old doctor came out to prescribe for her.
“Water is right,” said the doctor. “Then she must eat all the sour
wood-sorrel she can hold. There’s lots of it all about the Woods and
Fields but I don’t suppose half of these silly mice know enough to
use it.”
You know how kind Doctor Muskrat really is; he only pretends to
be grumpy. Well, instead of crawling back into his nice warm bed he
went flouncing around in the moonlight calling: “Water and wood-
sorrel, you foolish mice, water and wood-sorrel!”
And this time you better believe they listened to him. It was
wonderful how soon the squealing stopped after the crunching
began—the crunching of mouse-teeth on wood-sorrel. And before
very long they were scuttling back to their homes, whisking their
tails behind them. But not a one except the lady mouse, who was
Nibble Rabbit’s friend, ever thought to say “Thank you.” That’s
mouse manners for you!
Doctor Muskrat didn’t give the twitch of a whisker about that. He
just said: “Come on, Nibble. Now we’ll make them tell us what
happened to Tad Coon.”
Thump-thump! went Doctor Muskrat’s paddle-paw on the hollow
stump where Great-Grandfather Fieldmouse lives with all his children
and his grandchildren and his great-grandchildren, and their children
as well, until the stump is fairly swarming with them all.
Blam-blam! went Nibble Rabbit’s furry feet.
At least seven mouse mothers popped their heads out and hissed,
“Hssh! You’ll wake the babies.” One of them added importantly, as
though it were news, “There’s sickness in the house.”
Nibble Rabbit snickered. But Doctor Muskrat just growled: “I must
speak with Great-Grandfather Fieldmouse!” And in another minute
his crinkly old mousy ears showed in the doorway.
“Who’s there? What do you want?” he quavered. He was still
feeling pretty shaky, I can tell you.
“It’s me,” said Doctor Muskrat. “I want to know what happened to
Tad Coon.”
“I—I don’t know,” said Great-Grandfather Fieldmouse, and he
coughed uncomfortably because he did know. So he was telling a lie
when he said he didn’t—and he knew that, too.
So did Doctor Muskrat. “Hmp!” he snorted, “that isn’t what you
said at the moonlight meeting. You asked Stripes Skunk if he dared
to risk the same fate at your paws as happened to Tad Coon. What
was it?”
“I won’t tell,” sniffed the old mouse. “A fieldmouse never changes.
I said I wouldn’t tell you and I won’t. So there!”
“Dried Stalks and Wormy Acorns!” exploded the doctor. “You
won’t, won’t you? Well, you’re a long way from being popular with
all the mice who’ve been sick to-night over this foolish way you
made war on Stripes Skunk. How will they fancy having the Woods
and Fields make war on the mice? Eh? And we’ll do it, too!” Doctor
Muskrat showed his long teeth, but he wasn’t smiling.
Tad Coon chased a couple of mice into a corn-crib

“Don’t do that,” whimpered the stubborn old fellow. “It won’t do


any good. Tad Coon chased a couple of mice into a corn-crib. While
he was scuffing around to catch one a man ran out and closed the
door on him. The other mouse got away and told us about it the
night of the meeting. That’s truly all I know.”
“When? Where? What corn-crib?” asked the doctor. “Where’s that
mouse?”
“I know you won’t believe me,” sniffled old Grandfather
Fieldmouse, bursting into tears, “but he really and truly was eaten
up by the little owls.”
At this awful news Nibble Rabbit’s face grew ’most as long as his
loppy long ears. And Doctor Muskrat’s whiskers drooped. Poor, poor
Tad. His tricks had got him into trouble once too often. But they’d
forgotten about Tad Coon’s luck. That’s never much farther behind
him than the end of his bushy tail. So don’t you lose any sleep over
what happened to Tad till I get the story of all his adventures, in
prison and out again, into a book fat enough to hold them.
THE END
*** END OF THE PROJECT GUTENBERG EBOOK THE WAVY TAILED
WARRIOR ***

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!

testbankfan.com

You might also like