Invitation to Computer Science 7th Edition Schneider Test Bank download
Invitation to Computer Science 7th Edition Schneider Test Bank download
https://testbankfan.com/product/invitation-to-computer-
science-7th-edition-schneider-test-bank/
https://testbankfan.com/product/invitation-to-computer-science-7th-
edition-schneider-solutions-manual/
https://testbankfan.com/product/invitation-to-computer-science-6th-
edition-schneider-test-bank/
https://testbankfan.com/product/invitation-to-computer-science-6th-
edition-schneider-solutions-manual/
https://testbankfan.com/product/sports-and-entertainment-
marketing-4th-edition-kaser-test-bank/
Workouts in Intermediate Microeconomics 9th Edition Varian
Solutions Manual
https://testbankfan.com/product/workouts-in-intermediate-
microeconomics-9th-edition-varian-solutions-manual/
https://testbankfan.com/product/psychology-frontiers-and-applications-
canadian-5th-edition-passer-test-bank/
https://testbankfan.com/product/beginning-algebra-9th-edition-baratto-
test-bank/
https://testbankfan.com/product/auditing-and-assurance-services-an-
applied-approach-1st-edition-stuart-test-bank/
https://testbankfan.com/product/personality-psychology-a-student-
centered-approach-2nd-edition-mcmartin-test-bank/
Introduction to Psychology Gateways to Mind and Behavior
with Concept Maps and Reviews 13th Edition Coon Solutions
Manual
https://testbankfan.com/product/introduction-to-psychology-gateways-
to-mind-and-behavior-with-concept-maps-and-reviews-13th-edition-coon-
solutions-manual/
Name: Class: Date:
2. In assembly language, the programmer need not manage the details of the movement of data items within memory.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 437
3. The programmer’s task is to devise the appropriate step-by-step sequence of “imperative commands” that, when carried
out by the computer, accomplish the desired task.
a. True
b. False
ANSWER: True
POINTS: 1
REFERENCES: 439
4. Even though a high-level programming language allows the programmer to think of memory locations in abstract rather
than physical terms, the programmer is still directing, via program instructions, every change in the value of a memory
location.
a. True
b. False
ANSWER: True
POINTS: 1
REFERENCES: 439
5. Machine language can use the notation --, //, or # to denote a program comment.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 440
6. In a high-level language, the programmer’s only responsibilities for managing data items are to declare (or in the case
of Python, create) all constants and variables the program will use.
a. True
b. False
ANSWER: True
POINTS: 1
Cengage Learning Testing, Powered by Cognero Page 1
Name: Class: Date:
7. The availability of the appropriate compiler guarantees that a program developed on one type of machine can be
compiled on a different type of machine.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 455
8. The problem identification document commits the final and complete problem specification to paper and guides the
software developers in all subsequent decisions.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 468
9. If anything is changed on an already-tested module, update testing is done to be sure that this change hasn’t introduced
a new error into code that was previously correct.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 471
10. Program maintenance, the process of adapting an existing software product, may consume as much as 85% of the total
software development life cycle budget.
a. True
b. False
ANSWER: False
POINTS: 1
REFERENCES: 472
11. A program written in a(n) procedural language consists of sequences of statements that manipulate data items.
_________________________
ANSWER: True
POINTS: 1
REFERENCES: 439
12. Each low-level language supports if statements and while loops. _________________________
ANSWER: False - high-level, high level
POINTS: 1
REFERENCES: 444-446
14. The program implementation phase is the time to plan how it is to be done. _________________________
ANSWER: False - design
POINTS: 1
REFERENCES: 468
15. A modern programming EXE provides a text editor, a file manager, a compiler, a linker and loader, and tools for
debugging, all within this one piece of software. _________________________
ANSWER: False - IDE
POINTS: 1
REFERENCES: 472
16. Each assembly language statement corresponds to, at most, one ____________________ language statement.
ANSWER: machine
POINTS: 1
REFERENCES: 436
17. Individual assembly language statements, though easier to read, can be no more powerful than the underlying
____________________.
ANSWER: instruction set
POINTS: 1
REFERENCES: 436
18. When we moved from machine language to assembly language, we needed a piece of system software—a(n)
____________________—to translate assembly language instructions into machine language.
ANSWER: assembler
POINTS: 1
REFERENCES: 437
20. Newer languages such as Java and C# were developed specifically to run on a variety of hardware platforms without
the need for a separate ____________________ for each type of machine.
ANSWER: compiler
POINTS: 1
REFERENCES: 462
22. In assembly language, the programmer must take a microscopic view of a task, breaking it down into tiny subtasks at
the level of what is going on in individual ____.
a. memory locations b. programs
c. subtasks d. tasks
ANSWER: a
POINTS: 1
REFERENCES: 437
25. The software translator used to convert our high-level language instructions into machine language instructions is
called a(n) ____.
a. linker b. editor
c. loader d. compiler
ANSWER: d
POINTS: 1
REFERENCES: 438
30. A ____ stores and fetches values to and from memory cells.
a. random access memory b. read-only memory
c. flash memory d. memory cache encoder
ANSWER: a
POINTS: 1
REFERENCES: 439
31. ____ is the rules for exactly how statements must be written in a programming language.
a. Order b. Precedence
c. Syntax d. Context
ANSWER: c
POINTS: 1
REFERENCES: 440
32. Ada, Java, C++ and C# require a ____ to terminate an executable program statement.
a. semicolon b. period
c. blank space d. comma
ANSWER: a
POINTS: 1
REFERENCES: 440
33. The ____ evaluates a proposed project and compares the costs and benefits of various solutions.
a. design study b. feasibility study
Cengage Learning Testing, Powered by Cognero Page 5
Name: Class: Date:
34. A ____ involves developing a clear, concise, and unambiguous statement of the exact problem the software is to solve.
a. problem statement b. design statement
c. program overview d. problem specification
ANSWER: d
POINTS: 1
REFERENCES: 468
35. ____ is the process of translating the detailed designs into computer code.
a. Translating b. Interpreting
c. Coding d. Configuring
ANSWER: c
POINTS: 1
REFERENCES: 469
37. ____ a program means running it on many data sets to be sure its performance falls within required limits.
a. Debugging b. Benchmarking
c. Configuring d. Coding
ANSWER: b
POINTS: 1
REFERENCES: 471
38. ____ includes online tutorials or help systems that the user can bring up while the program is running, and (less often)
written user’s manuals.
a. Technical documentation b. Rough documentation
c. First-level documentation d. User documentation
ANSWER: d
POINTS: 1
REFERENCES: 472
40. ____ allows miscommunications between the user and the programmer to be identified and corrected early in the
development process.
a. Rapid deployment b. Rapid configuration
c. Rapid prototyping d. Rapid interfacing
ANSWER: c
POINTS: 1
REFERENCES: 473
44. Briefly present the function of the following components of an IDE: text editor, file system, language translator, and
debugger.
ANSWER: Use a text editor to create a program; use a file system to store the program; use a language translator to
translate the program to machine language; and if the program does not work correctly, use a debugger
to help locate the errors.
POINTS: 1
REFERENCES: 472-473
TOPICS: Critical Thinking
48. Explain the following statement at length: Programs written in a high-level language will be portable rather than
machine specific.
ANSWER: Program developers use a variety of approaches to make their programs portable to different platforms.
For programs written in most high-level languages, the program developer runs through the complete
translation process to produce an executable module, and it is the executable module that is sold to the
user, who runs it on his or her own machine. The program developer doesn’t usually give the user the
source code to the program, for a multitude of reasons. First, the program developer does not want to
give away the secrets of how the program works by revealing the code to someone who could make a
tiny modification and then sell this “new” program. Second, the program developer wants to prevent the
user from being able to change the code, rendering a perfectly good program useless, and then
complaining that the software is defective. And finally, if the program developer distributes the source
code, then all users must have their own translators to get the executable module needed to run on their
own machines.
The developer can compile the program on any kind of machine as long as there is a compiler on that
machine for the language in which the program is written. However, there must be a compiler for each
Cengage Learning Testing, Powered by Cognero Page 8
Name: Class: Date:
49. Discuss documentation at length, including definitions of all the different types.
ANSWER: Program documentation is all of the written material that makes a program understandable. This includes
internal documentation, which is part of the program code itself. Good internal documentation consists
of choosing meaningful names for program identifiers, using plenty of comments to explain the code,
and separating the program into short modules, each of which does one specific subtask. External
documentation consists of any materials assembled to clarify the program’s design and implementation.
Although we have put this step rather late in the software development process, note that each preceding
step produces some form of documentation. Program documentation goes on throughout the software
development life cycle. The final, finished program documentation is written in two forms. Technical
documentation enables programmers who later have to modify the program to understand the code. Such
information as structure charts or class diagrams, descriptions of algorithms, and program listings fall in
this category. User documentation helps users run the program. Such documentation includes online
tutorials, answers to frequently-asked questions (FAQs), help systems that the user can bring up while
the program is running, and (less often) written user’s manuals.
POINTS: 1
REFERENCES: 471-472
TOPICS: Critical Thinking
50. What question should a feasibility study address, and what are some of the possible answers?
ANSWER: What are the relative costs and benefits of the following choices?
• Buying a new computer system and writing or buying software
• Writing new software for an existing computer system
• Purchasing the needed resources from a “cloud computing” provider
• Outsourcing the work to a contractor
• Revising the current manual process for solving this problem
• Cutting back the scope of the project to better align it with existing resources
• Cancelling the project entirely and doing without the information that would be generated
POINTS: 1
REFERENCES: 467
TOPICS: Critical Thinking
Title: The New Jersey Law Journal, Volume XLV, No. 3, March 1922
Author: Various
Language: English
The opinion noted above is, in the whole, a lengthy one. Judge
White concurred in it in a separate opinion. Justice Minturn filed a
strong dissenting view, taking the ground that the Courts
conclusion served to mark another step in the cycle of judicial
legislation, which, beginning with an appropriate effort to curb
agitation of a forcible character, has concluded with an edict which
will be construed to put an end to peaceable and constitutional
economic agitation. Nothing further, he said, would seem to
be necessary to complete the chaplet of judicial legislation, unless it
be the invocation of the provisions of the statute of laborers (Edward
III.), under the provisions of which the laborer was effectually
conscripted to the service of the master, and to that end was
hounded as a helot, and labeled with the brand of Cain. In every
other walk of life the peaceful activities condemned by these
adjudications are quiescently tolerated, if not approving
recognized.
What will happen to him when he takes his seat in the Senate?
He will get only insignificant committee appointments. He will be
expected to be silent for at least six months. If he undertakes, as a
new Senator, to impress upon the Senate any positive convictions of
his own, he will be hazed like a college freshman in the effort to
teach him his place. If there is in the Senate a career open to
talent, it is open only after long waiting. In short, the Senate that
now professes an anxiety for the accession of strong men itself puts
formidable obstacles in the way of a strong man. Its rules, as
Senator Wadsworth has just been lamenting, make it almost
impossible to transact business. Its time is mostly taken up by
querulous and ineffective members. Its committees are manned by
the rule of seniority, which too often spells senility. Indeed, about
the only way in which the Senate as it is at present can be said to be
a nursery of political strength is in accordance with the maxim,
Suffer and be strong. A Senator who can survive for a few years the
suffering, mental and moral, which he has to undergo in the Senate,
may emerge into power and influence. But upon the strong man just
arrived the Senate always puts a damper.
The Washington Conference is over and the results are more than
gratifying. Only the blindest obtuseness on the part of the United
States Senate has prevented early ratification of the various treaties
made by it. The great point gained by this Conference is that it
brought Great Britain, France, Japan, China and five other powers
face to face in friendliest attitude, and this is what should happen
again when occasion calls for it. Every country represented is happy
over the result, and to say that America should be is a truism. It
marked another great event in world history.
A Persian proverb says that a Stone fit for the wall is never left in
the road, and so, as it was according to the evident fitness of things
that Mr. Dodd should become a Judge, that event came to pass
when Chancellor Zabriskie, in 1871, appointed him the first Vice-
Chancellor. In 1875 he resigned his office, and in 1881 was
reappointed by Chancellor Runyon. He became also a specially
appointed Judge of the Court of Errors and Appeals, thus
strengthening its equity side. In a Court many of whose most
important issues are in equity, and one of whose members is the
Chancellor, who is precluded from sitting in equity cases, it is always
well that some of the Judges should have, or have had, the valuable
experience of sitting alone in equity, and dealing at first hand with
the rules of equity practice and procedure. This has been the case
with Justice Bergen and Mr. Dodd. No other instances occur to me.
Mr. Dodd liked to talk about this case. Mr. Webster and Mr. Choate
each spoke for two days, or parts of two days. Chancellor Green is
said to have called Mr. Choates argument the finest that he ever
heard in Court. Lawyers came from all over the State to attend the
trial. Mr. Dodd said that at times Mr. Choate would seem to go up
like a balloon. One who has heard or even read Choate knows
how at times he would seem to lift himself and his audience on the
rushing wings of his magical oratory.
One of the junior counsel for Day had made some impression by
dwelling on the hardships of operatives if the injunction should be
granted. The day was getting late and Judge Grier suggested to Mr.
Webster, who was to speak next, that the Court adjourn until the
next day. Mr. Webster assented, but said: There is one thing that I
wish to say now. If Mr. Days operatives are likely to be distressed,
it will be because of his own default, of his own breach of faith, of
his own repudiation of his own solemn contract, under his own hand
and seal, and, as he said it, his voice deepened and his eyes
flashed, and the courtroom rang as with a peal of mellow thunder.
Mr. Dodd came out of Court with ex-Chancellor Halsted who said:
Well, Amzi, the old lion has given his first growl.
I believe, said Mr. Webster, that the man who sits at this
table, Charles Goodyear, is to go down to posterity in the history of
the Arts in this country, in that great class of inventors at the head
of which stands Robert Fulton, in which class stand the names of
Whitney and of Morse, and in which class will stand non post long
intervallo the humble name of Charles Goodyear. Notwithstanding
all the difficulties he encountered he went on. If there was reproach
he bore it. If poverty, he suffered under it; but he went on, and
these people followed him from step to step, from 1834 to 1839, or
until a later period when his invention was completed, and then they
opened their eyes with astonishment. They then saw that what they
had been treating with ridicule was sublime; that what they had
made the subject of reproach was the exercise of great inventive
genius; that what they had laughed at was the perseverance of a
man of talent with great perceptive faculties, which had brought out
a wonder as much to their astonishment as if another sun had arisen
in the hemisphere above. He says of his cell in the debtors jail that
it is as good a lodging as he may expect this side the grave; he
hopes his friends will come and see him on the subject of India
rubber manufacture; and then he speaks of his family and of his
wife. He had but two objects, his family and his discovery. In all his
distress and in all his trials his wife was willing to participate in his
sufferings, and endure everything, and hope everything; she was
willing to be poor; she was willing to go to prison, if it was
necessary, when he went to prison; she was willing to share with
him everything; and that was his solace. May it please your honors,
there is nothing upon the earth that can compare with the faithful
attachment of a wife; no creature who, for the object of her love, is
so indomitable, so persevering, so ready to suffer and to die. Under
the most depressing circumstances womans weakness becomes
mighty power; her timidity becomes fearless courage; all her
shrinking and sinking passes away, and her spirit acquires the
firmness of marble—adamantine firmness, when circumstances drive
her to put forth all her energies under the inspiration of her
affections. Mr. Goodyear survived all this, and I am sure he would go
through the same suffering ten times again for the same
consolation. He carried on his experiments perseveringly, and with
success, and obtained a patent in 1844 for his great invention.
There is a spirited report of the same case in 2 Wallace Jr., where,
at pages 294 and 295, are some turns of thought and expression
very characteristic of Mr. Webster.
Years after the Trenton trial Mr. Dodd was in Boston, and was
inclined to call on Mr. Choate, at his office, but at the very door his
diffidence made him withdraw. He should have gone on. An
opportunity was lost. It was said of Mr. Choate that he treated every
man with the courtesy due to a woman, and every woman as
though she were a queen. He bore interruptions cheerfully, almost
gladly. Mr. Choate would have been found working at a standing
desk covered with his hieroglyphic notes, undecipherable except by
himself; he would have cordially owned his visitors fraternal claim
to his attention; and he would have kindled to the depths of his
nature at the memory of his last encounter with his mighty friend.
The facts are: The bankrupt carried on the business of buying and
selling auto trucks. On July 12, 1920, it agreed in writing with Robert
Jones to sell him the truck in question for $1,955, payable in
monthly installments. In this writing (called a conditional sale
agreement), signed by both parties, it was declared, inter alia,
that the bankrupt had that day delivered the truck to the buyer; that
the title to the truck was not to pass to the buyer, but was to
remain vested in and be the property of the seller or assigns until
the purchase price has been fully paid; that if Jones failed to pay
any of the installments when due the bankrupt might without
demand, notice, or process, take possession of the truck, whereupon
Jones right therein should terminate absolutely, and all payments
made thereon be restrained by the bankrupt as liquidated damages
and rent. At the same time, Jones executed two notes to the
bankrupt, one for the sum of $1,427.15 (in the conditional sale
agreement recited to be the balance to be paid on the truck),
payable in twelve monthly installments, wherein it was declared that
upon default in the payment of any installment when due, the
whole amount remaining unpaid shall immediately become due;
the other note represented the remainder (or some part of it) of the
purchase price.
Jones had possession of the truck for several months, and, after
making some of the stipulated payments, defaulted in further
payments on both notes. The bankrupt repossessed itself of the
truck, and was in possession thereof at the time the receiver took
charge. Neither the conditional sale agreement nor the assignment
was recorded. No rights or interests of any purchaser or creditor of
Jones, the buyer, are involved in these proceedings, the controversy
being exclusively between the assignee of the conditional sale
agreement and the creditors of the bankrupt (seller).
The Master held that the assignment of the conditional sale
agreement was to act as a mortgage for the payment of the
notes; and that, as neither the conditional sale agreement nor the
assignment had been recorded in accordance with the laws of the
State of New Jersey and ... the B. & B. Motor Sales Corporation had
repossessed the truck and had it in its possession at the time of the
appointment of the receiver, the receiver, and not the First
Peoples Trust, was entitled to it.
The fact that the truck was taken from the buyer by the bankrupt
subsequent to the latters assignment of the conditional sale
agreement, gave it not property or right in the truck as against its
assignee, The First Peoples Trust. Whatever rights such possession
gave it as against the buyer, they were subordinate to the
assignees right of possession on the buyers default in the terms
of the conditional sale agreement then held by the assignee. Such
default having taken place, the assignee is entitled to the possession
of the truck.
The grounds upon which the contract was set aside appear fully
in the case of Chamber of Commerce v. County of Essex, 114 Atl.
426.
Two defenses to the plaintiffs claim are urged: First, that the
contract was not signed by the director of the Board of Freeholders;
and, second, that the resolution constituted an ultra vires act of the
Board of Freeholders and that there can be no recovery upon
quantum meruit where the act is ultra vires.
2. The subject of the contract is one which was entirely within the
powers of the Board, and hence it cannot be said that the action of
the Board in awarding the contract to the plaintiff was ultra vires in
that respect. After the adoption of the resolution awarding the
contract, and after the approval of the plaintiffs bond and the form
of the contract by the county counsel, and the affixing thereto of the
signature of the clerk and the seal of the county, the plaintiff
commenced the work contemplated by the contract. Grade stakes
were furnished by the County Engineers department, and the work
which was performed was under the supervision and direction of an
inspector furnished by that department, and the portion of the road
upon which the work was done was completed and left ready for use
and is now actually in use by the public.
This situation, it seems to me, brings this case within the decision
of the Supreme Court in Wentink v. Freeholders of Passaic, 37
Vroom, p. 65, in which it appeared that a contract to do the mason
work of a bridge was let to Wentink, which contract the Court
subsequently declared void because the firm to whom a contract for
the same work had been originally awarded, but which had failed to
furnish a bond, had no notice that their bid had been rejected.
Wentink expended $600 in attempting to secure materials and in the
execution of the contract. The Court held, that even though the
county had derived no benefit from such expenditure, Wentink might
recover the amount expended. The Court said: There was no lack
of power to make the contract with the plaintiff. The fatal defect was
in an irregular exercise of such power. It would be too much to hold
every contractor for a public body to a scrutiny at his peril of the
corporate proceedings. All that he need look to is the power to make
the ostensible contract.
On the question of damages the Court said: In the case in hand
the performance of the contract was not prevented by the fault of
the defendant, but by vis major. The making of the contract was,
however, induced by such fault, and on its annulment the defendant
should answer, as on a quantum meruit for the work done
thereunder, and that, As to the measure of the quantum meruit
for the work done the contract rate should govern.
testbankfan.com