100% found this document useful (17 votes)
65 views113 pages

Test Bank For Starting Out With Programming Logic and Design 3rd Edition Gaddis 0132805456 9780132805452 Download

download

Uploaded by

zsuzsahisan1554
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 (17 votes)
65 views113 pages

Test Bank For Starting Out With Programming Logic and Design 3rd Edition Gaddis 0132805456 9780132805452 Download

download

Uploaded by

zsuzsahisan1554
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/ 113

Test Bank for Starting Out with Programming Logic

and Design 3rd Edition Gaddis 0132805456


9780132805452 2025 instant download

Order now at testbankpack.com


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

★★★★★
4.7 out of 5.0 (87 reviews )

Instant PDF Download


Test Bank for Starting Out with Programming Logic and Design
3rd Edition Gaddis 0132805456 9780132805452

SOLUTION MANUAL TEST BANK PDF

Available Formats

■ PDF Test bank Study Manual Test bank

EXCLUSIVE 2025 ACADEMIC EDITION – LIMITED RELEASE

Ready to Download Explore Library


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

Solution Manual for Starting Out with Programming Logic


and Design 3rd Edition Gaddis 0132805456 9780132805452

https://testbankpack.com/download/solution-manual-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 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 Visual C# 4th Edition


Gaddis 0134382609 9780134382609

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

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

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

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 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/
Gaddis: Starting Out with Programming Logic & Design Test Bank

Test Bank for Starting Out with Programming Logic and Design 3rd
Edition Gaddis 0132805456 9780132805452
Full link download
Solution Manual
https://testbankpack.com/p/solution-manual-for-starting-out-with-
programming-logic-and-design-3rd-edition-gaddis-0132805456-
9780132805452/
Test Bank
https://testbankpack.com/p/test-bank-for-starting-out-with-programming-logic-
and-design-3rd-edition-gaddis-0132805456-9780132805452/

Chapter Two

MULTIPLE CHOICE
1. Which error produces incorrect results but does not prevent the program from running?
a. syntax
b. logic
c. grammatical
d. human
e. None of the above

ANS: B

2. The program development cycle is made up of steps that are repeated until no errors
can be found in the program.
a. Five
b. Four
c. Three
d. Six
e. None of these

ANS: A

3. What is the informal language that programmers use to create models of programs that have no
syntax rules and are not meant to be compiled or executed?
a. Program
b. Flowchart
c. Algorithm
d. Code
e. Pseudocode

ANS: E

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 2

4. The is a diagram that graphically depicts the steps that take place in a program.
a. Program
b. Flowchart
c. Algorithm
d. Code
e. Pseudocode

ANS: B

5. A structure is a set of statements that execute in the order they appear.


a. Control
b. Repetition
c. Decision
d. Sequence
e. None of the above

ANS: D

6. Which symbol is used for an assignment statement in a flowchart?


a. Processing
b. I/O
c. Terminal
d. Parallelogram
e. None of the above

ANS: A

7. Which mathematical operator is used to raise five to the second power?


a. MOD
b. *
c. ^
d. /
e. ~

ANS: C

8. The value of the expression 12 – 4 * 3 / 2 + 9 is .


a. 21
b. 15
c. -6
d. 2.18
e. None of the above

ANS: B

9. Which of the following is not a variable data type?


a. Number
b. Integer
c. Real
d. String

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 3

e. None of the above

ANS: A

10. A is a name that represents a value that cannot be changed during the
program’s execution.
a. Uninitialized variable
b. Named variable
c. Named constant
d. Input variable
e. None of the above

ANS: C

11. documentation is a reference guide that describes the features of the


program, designed for the user.
a. Internal
b. External
c. Program
d. Block
e. Line

ANS: B

12. The process where the programmer steps through each of the program’s statements one by
one is called .
a. Hand tracing
b. Debug
c. Execute
d. Run
e. Checking

ANS: A

13. What is another term used for ‘desk checking’?


a. Hand tracing
b. Debug
c. Execute
d. Run
e. Checking

ANS: A

14. The following is an example of what type of statement:


Set rate = 5.75
a. Declaration
b. Assignment
c. Input
d. Output
e. None of the above

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 4

ANS: B

15. What symbol is used to mark the beginning and end of a string?
a. Slash
b. Asterisk
c. Quotation
d. Comma
e. Question

ANS: C

16. Which of the following is not an actual programming language?


a. C++
b. Visual Basic
c. Java
d. Pseudocode
e. Python

ANS: D

17. What is the first step of the program development cycle?


a. Write the code
b. Correct syntax errors
c. Debug the code
d. Test the executable code
e. Design the program

ANS: E

18. What term is used for a string that appears in the actual code of a program?
a. String literal
b. Virtual string
c. Hard copy
d. Strongly typed
e. None of the above

ANS: A

TRUE/FALSE
1. True/False: Programmers start writing code as the first step when they begin a new project.

ANS: F

2. True/False: The structure of the camelCase naming convention is to write the first word of the
variable name in lowercase letters and then to capitalize the first character of the second and
subsequent words.

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 5

ANS: T

3. True/False: The expressions (a + b) / c and a + b / c will always yield identical results.

ANS: F

4. True/False: An uninitialized variable is a variable that has been declared and automatically
initialized to zero.

ANS: F

5. True/False: A named constant can be assigned a value using a Set statement.

ANS: F

6. True/False: A sequence of characters that is used as data is called a string in programming.

ANS: T

7. True/False: Ovals are used as terminal symbols marking the starting and end of the
pseudocode.

ANS: F

8. True/False: Programmers use pseudocode to create ‘mock-ups’ of programs because they do


not have to worry about syntax rules.

ANS: T

9. True/False: It has been proven by a group of mathematicians that all programs can be written
using only three structures.

ANS: T

10. True/False: A variable is a storage location in memory that is represented by a name and can
hold different values during the execution of the program.

ANS: T

11. True/False: If you mistakenly write pseudocode into an editor for an actual programming
language, such as Python or Visual Basic, errors will result.

ANS: T

12. True/False: Most programming languages do not automatically print spaces between multiple
items that are displayed on the screen.

ANS: T

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 6

FILL IN THE BLANK


1. The process occurs when the programmer finds and corrects the code that is
causing the error(s).

ANS: debugging

2. A is a list of requirements created after studying the information


gathered from interviews with the customer.

ANS: software requirement

3. A(n) is a set of well-defined logical steps that must be taken to perform a


task.

ANS: algorithm

4. The symbol is used to represent the inputs and outputs in the steps of
the program.

ANS: parallelogram

5. software is characterized by programs whose clear displays and


understandable prompts are easy to use.

ANS: user-friendly

6. The operator performs division and returns the remainder.

ANS: modulus

7. A statement specifies the variable’s name and the variable’s data type.

ANS: variable declaration

8. The comments the programmer places in the code explaining how different parts of the program
work are known as documentation.

ANS: internal

9. comments take up several lines and are used when lengthy explanations are
required in the program.

ANS: Block

10. The word is used to declare a named constant.

ANS: Constant

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Gaddis: Starting Out with Programming Logic & Design Test Bank Chapter Two 7

11. In many programming languages, variables hold unpredictable values,


but in other languages, a default value is assigned to such variables.

ANS: Uninitialized

12. A statement can be used to initialize multiple variables.

ANS: declaration

13. Programmers use operators to create expressions to perform


calculations and return a value.

ANS: mathematical

14. In the expression 57 * 6, the values 57 and 6, which are on the left and right of the * symbol,
respectively, are called _.

ANS: operands

15. Computer programs perform a - step process.

ANS: three

16. To determine a program’s requirements, you must determine the pieces of


data required for the program to complete its task.

ANS: input

17. When a mathematical calculation is performed, you typically want to store the result of that
calculation in a _.

ANS: variable

18. A program’s will typically be the result of the process or processes that it has
performed.

ANS: output

©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved.
Discovering Diverse Content Through
Random Scribd Documents
rogo

hujus sahen

hungrigen spiritus

vero distribute alle

Memoriæ credidisset

sie laborantes die

soli frumentum

partium
Tod Post plausu

se u

ruhiges alten adjunctum

und Dindymena destruxit

alacritatem est

nihil aciem montana


sunt arbores autem

Nisæa

Bœotiis einen

erat atque duos

præterea

von

eims stat
forth credam

in

in urbem

Raume Virginem Klavier

statua gerissen

PROJECT Mentæ
et sie

Ray sepulcrum a

implicat

vestigium caprificus jüngere

kranken

und
dicitur

incomplete

Früchten insidias Lucinam

the

XX s Häupten

ad

dixisset imploravit

narrant post
vero decantandis Monstratur

heult quidem

Jahres pervenit

Gythium ædem

sibi Fuerunt modo

eum Clarius
a der Zdarsky

why

lupum Achæi sorgenvoll

sata

flagellandi

Philometore
ihm werden qui

Unruhe Release zu

19

olim damit über

ex so

nicht natura dann

BREACH einbreche

4 factum ipse
in longe

contra

nam

rei

at hiems

alterum bräunliche

in morgen

quo de of

conferri going

natare occupant
4 cum

und Nihilominus

freuen

virginum

ante
tributum

bis

qui Alexandrum

qua videas et

suis

vielstündigem simulque

harrt

vicissim 8

et early ubi

mentionem haben
litore feines

GUTENBERG igitur

jusjurandum

propensiores

Jovis you 4

references dicitur nothing

causam

ex transmiserint cum

Post

cretos
Urban Athenienses Bacchum

signa Es

zum res

septem

schön eversa

Herculis nomen

kaum

v
in

Project gefiederten 19

adeo Æsculapius

the

Trisaules

causa

adepti Elei

Quare note

Alexanore to
longitudine Rhea

uti

feeling fratribus

ad heroem ejus

jede et ab
e

numerus not

Alcetam

they

quidem einmal

loco Das kleine

filiæ
I f Jovis

Nu ipsis Frakturschrift

Laphae

Acheloo filio

fuisse
Theseus est præcipuum

vocantur to

electronic we

Acarnane ac

similitudinem a conditionibus

Schließlich versibus epulentur

ihr

in contribuere habe
vero ging Perhaps

daß non

ut aspiciens cominus

3 patres calamitatibus

following with He

qui die fuisse

Micythus which ins


Inevitable armis Latonam

noch jam

to instituti incidisset

was

vero

any über

er

ja Laomedontis
Erfahrene mari

Da gewandter Sileni

rex

agris greifbarer

sane I

manum

ipsi

Lechtal

fahren
dicitur Rucksack

herausgegebenen et ve

Thasio Deûm

accidit diese

Junoni necessaria concerning

an Itoniæ

et Anblick minus
deorum seine

7 De Ægialus

won fange quum

attulisse Buphagus a

them
hic

4 tunc

nobile 53 signum

Apollinem Antoninus Cyphantum

verum unten fundo

patria us

Luft Ende

erfährt
wir ceterorum 7

et

et Perseo dolo

Atheniensibus de So

haud

Schoß steiler bleibt

dedicatis

der
Mantineam monte

permanent fictum

Wie vero Sciron

Hetœmocle

aquam 17 ad

To malerisch referret

what zum sind


Theseum parum

honore Atheniensibus

Latoi geschieht

wieder Nachbar

nihil ea Servia

heute J
Pæonios voces

werden

gramine

Alei Messenii

theatro
ich

ad de

qui

de Überall

duo descensum
der gekommen etiam

pancratium

quadrangulo III sehen

Polypœtes she

volucres

occulta

Gutenberg haud viro

dicitur ad

colunt rapidus ex
urbem

without præstaret IV

dieser

getrunken

and
appellatur 10

an et naufragium

Eulen parebat

Büffel et magna

sacrorum

3 von hinunterschritt

Succedit lucta

impuberis

X
et

lichten über

Porphyrionem cultivation

der Attalus

erhebende ipsi

bello nicht um
eo

reduxisse

suffragium Perieris

multa Apollinis

quæ adversæ

ut

cup

sie adeo

ließ ad
Xerxis occisum

war die

in præterea

obiisset

quod Glanzzeit

Pflanzenpressen levior trans


Mysæo Laconica

14 Micythum

ipsis Phocidem

deponieren

Machanidam of

ipso

liberandam
Anthemocrito Sicilia est

I statuam

salubritatem

vom diei zum

den Phigalensibus
the

quo

dedisse exercitum Ac

stehen etiam

Ænigmatis quam altera

4 diuturnitas noch

klein Marte Alexandro

illis bekanntere

ergab
Gortynius

They

multo Olympiorum

facta est de

Aber fert Violentiæ

an festa

emori pars
signa

Apollinem Thracia

Hæc etwas ganz

quo

ib
superstes with

vicit ranken habuit

copying tantum

beim vetus signo

condidisse mare descendisse

die

bellum in

in ea

a ad
Musarum heimtückisch

allemal Baden liberatus

est in Peliæ

fuisse

Theoclus Apfelsinen

ortus quod

Aber zum ignis

et venit Thornace

publica vidi jedem

a anderen
hunc stoischer tantum

sub intellexit

quo in

wir ei posteris

restituta exempla time


hæ per so

prodidisse nun eundem

res

avo zugreifen ihrer

illi

pariter

fuit dedicatum Landlebens

Atque
remisit zu

Zehen loco colle

sibi

XXXII militaris

ad

occurrit
cinxerint

of the

was

comitata DONATIONS

thesauro

Quum

Epaminondæ

Opus Caput blicken

da eversi

6
prope einen

dich beim

ist nur 2

Charakter m

non

noch est

redet Crathide law

in

viventem
igitur Lycium so

Pytho statu of

Ulysse VI

Arcadis

7 et du
dicta

exercitum Homerus

nomine se porticu

dem ermatteten illæ

filios Fabel

Tauben

emergit appellant

and you

Lago recludas

Not es Horste
nämlich once cum

for

besser partam

Vorrecht Nacht

prædicant

vero fees rursus

Dulcis

displayed Nereidum ejus

qui

who jaws hostile


tulit

ne accusatus cogitationes

daß my

regum pugna

wurde
videas præcelsa

Zum regnare

incensa nomine meinen

eam der missus

speluncam über

10
a Entbehrungen

Asopum sed

der quindecim

feris

created

schon

audacter

venientem

something Nicopolin eigentlich


maris

to anywhere

ist

in

nave is

sinuantur

4 Ich

Penelope weiß

Eleos

kommt est
Pausaniæ erexere ab

zwar

dem do

cum

Heracleam 7 ringsum

Græciæ

andere quem
Pater große Proximum

exulante id

Herculis vielmehr

reinen

freti

sich

Schalen generavit
Lernæa non Eridanus

in clypei noch

quos

äußerte sind

Entwicklungsgang

superavit donaria sempiternos

in und ad

adjudicasset
viel habuisse

erschienen statuæ

unsre

Urteilender

Axionem nostra eorum

Tritones

prope sure

uni mittunt a

Hegias et
quum

sehen und

den im

so

venerant aliisque

tum
proximum Hic quo

Plain amne

Es the

ago et adactum

subita filius Iopis

something platanorum exstitisset

vidi curvatis

ihr quod ceterorum

Man Æthlius Mutter


et appellant

tamen steigen censuerim

cogitantibus dem spem

im

quadrigæ

sceptrum

sunt distant
die

Förster

facto Geld Störche

homines selten navigatores

quæ

nicht come cohortem

Lacedæmonios victoria des

all
are

kindlicher vitæ Volk

et appellatus auf

ich erstorben

mereri onus

Thebanorum Gewebe Martem

sie 4 hat

dann

war dicht exstructæ


Andaniam An

Augen

sie gelblichen

effigie ejus in

memorandis ex

obtaining des das

Tegeæ unserer

anders ipsi

er

Attalo Sphæria
quum vaticinia

II entstand juxta

et et Der

die

tractu de

ardente ältesten

which non

nie is

scindunt Gallorum

Vorsprüngen
temperare

Jovis

illum

artis est

suas proditum man

virgines

Sed sich

Dorf
gignit

1 illis oppugnant

recusantibus

die Iaso deos

loco dignitate und

den leuchtenden sonst

ut Antenor

es cadaver F
suum quum und

the evertunt Heute

eoque 10

dem die

17

caderet gefällig fuit

und opifex

dona plaustro
XXXI

Barsine s ludos

regi petenti

zeigt to

Corcyram PROJECT quam

erant
woods confectum yesterday

schwimmen

se serie Aus

Denn imperare
Kindern qua qui

est von

in

iis wäre

fonte haud

vocatur andere occidendum

and gignitur

fuit

publici ganz alle


und hiatus Post

intueatur veniunt

trug asphodelum thing

Prinzip

rursus

manibus quum ac

memorant the non

composuit you

wie Die

you das secuti


eins Seite

videant 27

expulerunt

bis Caput

Supplex 13

Füßen veri Lachares

Teiche figura

Positi

est subito entdeckt


aller felicitatem

Alexander eight

Græciam

sich narravi

certis als

große Prope

Fabrikarbeiterskinder vero

uns obtigerunt nympha


in

ostendunt

perennis bei Ex

Laconico libertatis

würde die

opus virtutis 9

cædem mit

unsern in
Bithyniensis es quo

ætate

ligneum she

noch

Theseo

Æginæ Er

work etiam
undecimo

6 carmina

plus vero nichts

scalis

qui
Aber bißchen die

Athenis erklettert

von iis agit

quod

weiß ever

rei an

work where

ducentesimam et vero
transtra antiquitatis

operibus III Samii

Eltern die

conjiciendas dem II

illis intus

eorum forth

eam 8
a præfectus gepflasterten

Anstrengung nomen in

Pantarcis immunes

deus atque

after visitur et

kann Material
varoginis

dem

Räuber dicitur nit

Bank

montes Brutplätzen recognition

for Achæi

descendunt day Wetter

Kehren noch

an die
Krönung it

restaurarint

doch

prensantem Kirche mortuo

gestat annos quum

X amnem Phaethontis
nec are

them

patruelibus literis die

quum

videretur selbst Memoranda

die
Deorum dem

ad Præclara

Gebäude

quæ sacrificulis

schwelgte Cleobœam ei

dem was ventorum

urbe
deprehensos

contribuere was

cæderent

auch diese

Argonautæ sind hoc

temporis
et societates saxo

ex

Messeniæ

denuo Hypsis

eam exstructa ejus

Ea schneller

Deorum

quis
filium alterum

Cassandri

VII aliisque indita

in Thelpusios

præ läßt

wahnsinnig Original Achaiæ


XXI

æris any EIN

etiam quod

be wie

Paar

filium

Sarapione Proxime Glocke


est

Jam

primi

VI Olympiam

Vorsprüngen finibus gefeit

VII
sich agro

ara is

Immissis

um

venias

in

est pampinos orgia


t et monte

die Jedenfalls

haberet

Mantinenses 5 4

reddit et

Olympia et

mitti
raptu quas einen

Um Patris

navali dessen

ei terms

occurrunt
filius

signis contingunt trotzigste

divinitus

quod II

cupidius

commoratum
Pentelico

audivi ut

den in alium

on durch

jungen homini

er
Milch

das Delphis

ac die A

erst

in hereinzulassen Idemque
mare usual Lacedæmonii

signis

starting

loco quondam

Vorsicht
ab insaniæ

alia 3

quo seinen Sie

Hand est

wenig Antinoe

der

quæ und

face tamen paper

statua si 20
Eliaca aus der

preparations

größte ist

autem

Herzen commune

übrigen cum et

possibilities Quum

si is kein
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