SlideShare ist ein Scribd-Unternehmen logo
1 von 3
Downloaden Sie, um offline zu lesen
DEVRY CIS 115 Final Exam 3
Check this A+ tutorial guideline at
http://www.uopassignments.com/cis-
115/cis-115-final-exam-3
For more classes visit
http://www.uopassignments.com
1. (TCO 1) When creating an IPO Model, program designers generally determine _____ last.
(Points : 4)
2. (TCO 1) What is a data item with a name and a value that remain the same during the
execution of a program? (Points : 4)
3. (TCO 1) What symbol in a flowchart would be used by a developer to represent the
beginning or ending point? (Points : 4)
4. (TCO 1) Set is a process. What data type would you expect the variable, name, to have?
(Points : 4)
5. (TCO 1) You are designing an algorithm that will use a date of 01202009. What data type
would you choose for this date variable? (Points : 4)
6. (TCO 2) What is a tool that developers use to design logic using English-like statements?
(Points : 4)
7. (TCO 2) When a program evaluates mathematical expression, which of the following
operators (or mathematical operations) has the lowest precedence? (Points : 4)
8. (TCO 2) Which one of the following is not a valid assignment statement in a program?
(Points : 4)
9. (TCO 2) Evaluate (2 * 3) ^ 3. (Points : 4)
10. (TCO 2) Review the partial pseudocode below. What is the correct math expression to
complete the algorithm and determine 50% of a cost?
Prompt “Enter total cost: “
Input cost
Set _____
Display “50% of the cost is: “ + total (Points : 4)
11. (TCO 3 & 4) Review the pseudocode below. What will be displayed when this algorithm
executes?
Set
If ((x > 10) AND (x < 20))="">
Display “the IF path executes”
Else
Display “the ELSE path executes”
EndIf (Points : 4)
12. (TCO 3 & 4) What value gets displayed for the variable X?
Set
Set
Set
If (B > 15) OR () OR (C <= 15)="">
Set
Else
Set
EndIf
Display X (Points : 4)
13. (TCO 3 & 4) In the following pseudocode, what percentage raise will an employee in
Department 5 receive?
If department < 3="">
Set
Else
If department < 5="">
Set
Else
Set
EndIf
EndIf (Points : 4)
14. (TCO 3 & 4) Which of the selection structures determines whether the user enters a
number between 20 and 45? (Points : 4)
15. (TCO 3 & 4) What value gets displayed for the variable Z?
Set
Set
Set
If ((balance <> 800) AND (stateCode<> 6) AND (creditCode<> 7) then
Set
Else
Set
EndIf
Display Z (Points : 4)
1. (TCO 5) The variable used to create an expression controlling the loop is known as the
_____. (Points : 4)
2. (TCO 5) Which of the following statements is false? (Points : 4)
3. (TCO 5) Which loop may not execute the body of the loop at all? (Points : 4)
4. (TCO 5) Repetition that loops a certain number of times is typically referred to as _____.
(Points : 4)
5. (TCO 5) How many times will the following loop be executed?
6. (TCO 7) Subscripts or indexes of any array are always declared with what data type?
(Points : 4)
7. (TCO 7) What is an array element? (Points : 4)
8. (TCO 7) What is the value of the index used to access the last element in a zero-based
array declared as num(12)? (Points : 4)
9. (TCO 7) When processing/manipulating the elements of an array, what control structure
is used to move through each element within the array? (Points : 4)

Weitere ähnliche Inhalte

Was ist angesagt?

Oop lab assignment 01
Oop lab assignment 01Oop lab assignment 01
Oop lab assignment 01Drjilesh
 
Programming fundamentals
Programming fundamentalsProgramming fundamentals
Programming fundamentalsZaibi Gondal
 
C programming session 04
C programming session 04C programming session 04
C programming session 04Vivek Singh
 
2. introduction of a c program
2. introduction of a c program2. introduction of a c program
2. introduction of a c programAlamgir Hossain
 
Quantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuoc-Sang Phan
 
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, InriaParis Open Source Summit
 
3. user input and some basic problem
3. user input and some basic problem3. user input and some basic problem
3. user input and some basic problemAlamgir Hossain
 
17624 2016 winter question paper
17624 2016 winter question paper17624 2016 winter question paper
17624 2016 winter question papervaishali rane
 
8 programming-using-java decision-making practices 20102011
8 programming-using-java decision-making practices 201020118 programming-using-java decision-making practices 20102011
8 programming-using-java decision-making practices 20102011Mahmoud Alfarra
 
CIS 115 Inspiring Innovation/tutorialrank.com
 CIS 115 Inspiring Innovation/tutorialrank.com CIS 115 Inspiring Innovation/tutorialrank.com
CIS 115 Inspiring Innovation/tutorialrank.comjonhson110
 
exercise-week-2-core-c-progr
exercise-week-2-core-c-progrexercise-week-2-core-c-progr
exercise-week-2-core-c-progrChi Lam
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Alpro
 
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREC Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREjatin batra
 
Lecture 1: basic syntax
Lecture 1: basic syntaxLecture 1: basic syntax
Lecture 1: basic syntaxVivek Bhargav
 

Was ist angesagt? (19)

Lab 1
Lab 1Lab 1
Lab 1
 
Oop lab assignment 01
Oop lab assignment 01Oop lab assignment 01
Oop lab assignment 01
 
Programming fundamentals
Programming fundamentalsProgramming fundamentals
Programming fundamentals
 
Operators
OperatorsOperators
Operators
 
C programming session 04
C programming session 04C programming session 04
C programming session 04
 
2. introduction of a c program
2. introduction of a c program2. introduction of a c program
2. introduction of a c program
 
Quantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo TheoriesQuantifying Information Leaks via Model Counting Modulo Theories
Quantifying Information Leaks via Model Counting Modulo Theories
 
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria
#OSSPARIS19: Introduction to scikit-learn - Olivier Grisel, Inria
 
3. user input and some basic problem
3. user input and some basic problem3. user input and some basic problem
3. user input and some basic problem
 
CP Handout#4
CP Handout#4CP Handout#4
CP Handout#4
 
CP Handout#3
CP Handout#3CP Handout#3
CP Handout#3
 
17624 2016 winter question paper
17624 2016 winter question paper17624 2016 winter question paper
17624 2016 winter question paper
 
8 programming-using-java decision-making practices 20102011
8 programming-using-java decision-making practices 201020118 programming-using-java decision-making practices 20102011
8 programming-using-java decision-making practices 20102011
 
CIS 115 Inspiring Innovation/tutorialrank.com
 CIS 115 Inspiring Innovation/tutorialrank.com CIS 115 Inspiring Innovation/tutorialrank.com
CIS 115 Inspiring Innovation/tutorialrank.com
 
Loop Statements [5] M
Loop Statements [5] MLoop Statements [5] M
Loop Statements [5] M
 
exercise-week-2-core-c-progr
exercise-week-2-core-c-progrexercise-week-2-core-c-progr
exercise-week-2-core-c-progr
 
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
Computer paper 3 may june 2004 9691 cambridge General Certificate of educatio...
 
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTREC Programming Training In Ambala ! BATRA COMPUTER CENTRE
C Programming Training In Ambala ! BATRA COMPUTER CENTRE
 
Lecture 1: basic syntax
Lecture 1: basic syntaxLecture 1: basic syntax
Lecture 1: basic syntax
 

Ähnlich wie Devry cis 115 final exam 3

Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1eyavagal
 
CIS 115 Effective Communication - tutorialrank.com
CIS 115  Effective Communication - tutorialrank.comCIS 115  Effective Communication - tutorialrank.com
CIS 115 Effective Communication - tutorialrank.comBartholomew18
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2eyavagal
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2eyavagal
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2shyaminfo12
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2shamek1236
 
Cis 115 Education Organization -- snaptutorial.com
Cis 115   Education Organization -- snaptutorial.comCis 115   Education Organization -- snaptutorial.com
Cis 115 Education Organization -- snaptutorial.comDavisMurphyB99
 
CIS 115 Exceptional Education - snaptutorial.com
CIS 115   Exceptional Education - snaptutorial.comCIS 115   Exceptional Education - snaptutorial.com
CIS 115 Exceptional Education - snaptutorial.comDavisMurphyB33
 
Cis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comCis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comBaileya126
 
Cis 115 Enhance teaching / snaptutorial.com
Cis 115  Enhance teaching / snaptutorial.comCis 115  Enhance teaching / snaptutorial.com
Cis 115 Enhance teaching / snaptutorial.comHarrisGeorg51
 
CIS 115 Achievement Education--cis115.com
CIS 115 Achievement Education--cis115.comCIS 115 Achievement Education--cis115.com
CIS 115 Achievement Education--cis115.comagathachristie170
 
Cis 115 Effective Communication / snaptutorial.com
Cis 115  Effective Communication / snaptutorial.comCis 115  Effective Communication / snaptutorial.com
Cis 115 Effective Communication / snaptutorial.comBaileyao
 
CIS 115 Education Counseling--cis115.com
CIS 115 Education Counseling--cis115.comCIS 115 Education Counseling--cis115.com
CIS 115 Education Counseling--cis115.comclaric59
 
CIS 115 Education in iCounseling ---cis115.com
CIS 115 Education in  iCounseling ---cis115.comCIS 115 Education in  iCounseling ---cis115.com
CIS 115 Education in iCounseling ---cis115.comclaric59
 
Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com  Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com amaranthbeg143
 
CIS 115 Education for Service--cis115.com
CIS 115 Education for Service--cis115.com  CIS 115 Education for Service--cis115.com
CIS 115 Education for Service--cis115.com williamwordsworth10
 
CIS 115 Redefined Education--cis115.com
CIS 115 Redefined Education--cis115.comCIS 115 Redefined Education--cis115.com
CIS 115 Redefined Education--cis115.comagathachristie208
 
CIS 115 Become Exceptional--cis115.com
CIS 115 Become Exceptional--cis115.comCIS 115 Become Exceptional--cis115.com
CIS 115 Become Exceptional--cis115.comclaric130
 
Bis 345-final-exam-guide-set-2-new
Bis 345-final-exam-guide-set-2-newBis 345-final-exam-guide-set-2-new
Bis 345-final-exam-guide-set-2-newassignmentcloud85
 
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docx
Spring 2014 CSCI 111 Final exam   of 1 61. (2 points) Fl.docxSpring 2014 CSCI 111 Final exam   of 1 61. (2 points) Fl.docx
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docxrafbolet0
 

Ähnlich wie Devry cis 115 final exam 3 (20)

Devry cis 115 final exam 1
Devry cis 115 final exam 1Devry cis 115 final exam 1
Devry cis 115 final exam 1
 
CIS 115 Effective Communication - tutorialrank.com
CIS 115  Effective Communication - tutorialrank.comCIS 115  Effective Communication - tutorialrank.com
CIS 115 Effective Communication - tutorialrank.com
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2
 
Devry cis 115 final exam 2
Devry cis 115 final exam 2Devry cis 115 final exam 2
Devry cis 115 final exam 2
 
Cis 115 Education Organization -- snaptutorial.com
Cis 115   Education Organization -- snaptutorial.comCis 115   Education Organization -- snaptutorial.com
Cis 115 Education Organization -- snaptutorial.com
 
CIS 115 Exceptional Education - snaptutorial.com
CIS 115   Exceptional Education - snaptutorial.comCIS 115   Exceptional Education - snaptutorial.com
CIS 115 Exceptional Education - snaptutorial.com
 
Cis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.comCis 115 Education Organization / snaptutorial.com
Cis 115 Education Organization / snaptutorial.com
 
Cis 115 Enhance teaching / snaptutorial.com
Cis 115  Enhance teaching / snaptutorial.comCis 115  Enhance teaching / snaptutorial.com
Cis 115 Enhance teaching / snaptutorial.com
 
CIS 115 Achievement Education--cis115.com
CIS 115 Achievement Education--cis115.comCIS 115 Achievement Education--cis115.com
CIS 115 Achievement Education--cis115.com
 
Cis 115 Effective Communication / snaptutorial.com
Cis 115  Effective Communication / snaptutorial.comCis 115  Effective Communication / snaptutorial.com
Cis 115 Effective Communication / snaptutorial.com
 
CIS 115 Education Counseling--cis115.com
CIS 115 Education Counseling--cis115.comCIS 115 Education Counseling--cis115.com
CIS 115 Education Counseling--cis115.com
 
CIS 115 Education in iCounseling ---cis115.com
CIS 115 Education in  iCounseling ---cis115.comCIS 115 Education in  iCounseling ---cis115.com
CIS 115 Education in iCounseling ---cis115.com
 
Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com  Cis 115 Extraordinary Success/newtonhelp.com
Cis 115 Extraordinary Success/newtonhelp.com
 
CIS 115 Education for Service--cis115.com
CIS 115 Education for Service--cis115.com  CIS 115 Education for Service--cis115.com
CIS 115 Education for Service--cis115.com
 
CIS 115 Redefined Education--cis115.com
CIS 115 Redefined Education--cis115.comCIS 115 Redefined Education--cis115.com
CIS 115 Redefined Education--cis115.com
 
CIS 115 Become Exceptional--cis115.com
CIS 115 Become Exceptional--cis115.comCIS 115 Become Exceptional--cis115.com
CIS 115 Become Exceptional--cis115.com
 
Bis 345-final-exam-guide-set-2-new
Bis 345-final-exam-guide-set-2-newBis 345-final-exam-guide-set-2-new
Bis 345-final-exam-guide-set-2-new
 
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docx
Spring 2014 CSCI 111 Final exam   of 1 61. (2 points) Fl.docxSpring 2014 CSCI 111 Final exam   of 1 61. (2 points) Fl.docx
Spring 2014 CSCI 111 Final exam of 1 61. (2 points) Fl.docx
 

Mehr von eyavagal

Hcr 230 week 3 check point working with medicaid
Hcr 230 week 3 check point working with medicaidHcr 230 week 3 check point working with medicaid
Hcr 230 week 3 check point working with medicaideyavagal
 
Hcr 230 complete class
Hcr 230 complete classHcr 230 complete class
Hcr 230 complete classeyavagal
 
Hcr 220 complete class
Hcr 220 complete classHcr 220 complete class
Hcr 220 complete classeyavagal
 
Uop mpa 573 week 5 city council advisement part iii recent
Uop mpa 573 week 5 city council advisement part iii recentUop mpa 573 week 5 city council advisement part iii recent
Uop mpa 573 week 5 city council advisement part iii recenteyavagal
 
Uop mpa 573 week 2 policy presentation (forecasting) recent
Uop mpa 573 week 2 policy presentation (forecasting) recentUop mpa 573 week 2 policy presentation (forecasting) recent
Uop mpa 573 week 2 policy presentation (forecasting) recenteyavagal
 
Mktg 522 week 8 final exam guide
Mktg 522 week 8 final exam guideMktg 522 week 8 final exam guide
Mktg 522 week 8 final exam guideeyavagal
 
Strayer mis 535 week 6 course project proposal paper
Strayer mis 535 week 6 course project proposal paperStrayer mis 535 week 6 course project proposal paper
Strayer mis 535 week 6 course project proposal papereyavagal
 
Strayer mis 535 week 6 course project proposal
Strayer mis 535 week 6 course project proposalStrayer mis 535 week 6 course project proposal
Strayer mis 535 week 6 course project proposaleyavagal
 
Strayer mis 535 week 6 course project proposal paper (certify for employees)
Strayer mis 535 week 6 course project proposal paper (certify for employees)Strayer mis 535 week 6 course project proposal paper (certify for employees)
Strayer mis 535 week 6 course project proposal paper (certify for employees)eyavagal
 
Ash ece 405 week 3 assignment 1 e
Ash ece 405 week 3 assignment 1 eAsh ece 405 week 3 assignment 1 e
Ash ece 405 week 3 assignment 1 eeyavagal
 
Ash ece 353 week 5 discussions 1 cognitive development and learning new
Ash ece 353 week 5 discussions 1 cognitive development and learning newAsh ece 353 week 5 discussions 1 cognitive development and learning new
Ash ece 353 week 5 discussions 1 cognitive development and learning neweyavagal
 
Ash ece 353 week 4 discussions 2 relationships between cognitive
Ash ece 353 week 4 discussions 2 relationships between cognitiveAsh ece 353 week 4 discussions 2 relationships between cognitive
Ash ece 353 week 4 discussions 2 relationships between cognitiveeyavagal
 
Msu ece 345 week 5 final paper new
Msu ece 345 week 5 final paper newMsu ece 345 week 5 final paper new
Msu ece 345 week 5 final paper neweyavagal
 
Ese 633 week 5 dq 1 discussion on co teaching
Ese 633 week 5 dq 1 discussion on co teachingEse 633 week 5 dq 1 discussion on co teaching
Ese 633 week 5 dq 1 discussion on co teachingeyavagal
 
Ese 633 week 5 assignment collaborative problem solving
Ese 633 week 5 assignment collaborative problem solvingEse 633 week 5 assignment collaborative problem solving
Ese 633 week 5 assignment collaborative problem solvingeyavagal
 
Ese 633 week 4 dq 1 transition planning
Ese 633 week 4 dq 1 transition planningEse 633 week 4 dq 1 transition planning
Ese 633 week 4 dq 1 transition planningeyavagal
 
Ese 633 week 4 assignment helping parents promote independence
Ese 633 week 4 assignment helping parents promote independenceEse 633 week 4 assignment helping parents promote independence
Ese 633 week 4 assignment helping parents promote independenceeyavagal
 
Ese 633 week 3 dq 2 collaborative consultation model
Ese 633 week 3 dq 2 collaborative consultation modelEse 633 week 3 dq 2 collaborative consultation model
Ese 633 week 3 dq 2 collaborative consultation modeleyavagal
 
Ese 633 week 2 assignment developing curriculum design
Ese 633 week 2 assignment developing curriculum designEse 633 week 2 assignment developing curriculum design
Ese 633 week 2 assignment developing curriculum designeyavagal
 
Ese 633 week 1 assignment assessing conflict styles
Ese 633 week 1 assignment assessing conflict stylesEse 633 week 1 assignment assessing conflict styles
Ese 633 week 1 assignment assessing conflict styleseyavagal
 

Mehr von eyavagal (20)

Hcr 230 week 3 check point working with medicaid
Hcr 230 week 3 check point working with medicaidHcr 230 week 3 check point working with medicaid
Hcr 230 week 3 check point working with medicaid
 
Hcr 230 complete class
Hcr 230 complete classHcr 230 complete class
Hcr 230 complete class
 
Hcr 220 complete class
Hcr 220 complete classHcr 220 complete class
Hcr 220 complete class
 
Uop mpa 573 week 5 city council advisement part iii recent
Uop mpa 573 week 5 city council advisement part iii recentUop mpa 573 week 5 city council advisement part iii recent
Uop mpa 573 week 5 city council advisement part iii recent
 
Uop mpa 573 week 2 policy presentation (forecasting) recent
Uop mpa 573 week 2 policy presentation (forecasting) recentUop mpa 573 week 2 policy presentation (forecasting) recent
Uop mpa 573 week 2 policy presentation (forecasting) recent
 
Mktg 522 week 8 final exam guide
Mktg 522 week 8 final exam guideMktg 522 week 8 final exam guide
Mktg 522 week 8 final exam guide
 
Strayer mis 535 week 6 course project proposal paper
Strayer mis 535 week 6 course project proposal paperStrayer mis 535 week 6 course project proposal paper
Strayer mis 535 week 6 course project proposal paper
 
Strayer mis 535 week 6 course project proposal
Strayer mis 535 week 6 course project proposalStrayer mis 535 week 6 course project proposal
Strayer mis 535 week 6 course project proposal
 
Strayer mis 535 week 6 course project proposal paper (certify for employees)
Strayer mis 535 week 6 course project proposal paper (certify for employees)Strayer mis 535 week 6 course project proposal paper (certify for employees)
Strayer mis 535 week 6 course project proposal paper (certify for employees)
 
Ash ece 405 week 3 assignment 1 e
Ash ece 405 week 3 assignment 1 eAsh ece 405 week 3 assignment 1 e
Ash ece 405 week 3 assignment 1 e
 
Ash ece 353 week 5 discussions 1 cognitive development and learning new
Ash ece 353 week 5 discussions 1 cognitive development and learning newAsh ece 353 week 5 discussions 1 cognitive development and learning new
Ash ece 353 week 5 discussions 1 cognitive development and learning new
 
Ash ece 353 week 4 discussions 2 relationships between cognitive
Ash ece 353 week 4 discussions 2 relationships between cognitiveAsh ece 353 week 4 discussions 2 relationships between cognitive
Ash ece 353 week 4 discussions 2 relationships between cognitive
 
Msu ece 345 week 5 final paper new
Msu ece 345 week 5 final paper newMsu ece 345 week 5 final paper new
Msu ece 345 week 5 final paper new
 
Ese 633 week 5 dq 1 discussion on co teaching
Ese 633 week 5 dq 1 discussion on co teachingEse 633 week 5 dq 1 discussion on co teaching
Ese 633 week 5 dq 1 discussion on co teaching
 
Ese 633 week 5 assignment collaborative problem solving
Ese 633 week 5 assignment collaborative problem solvingEse 633 week 5 assignment collaborative problem solving
Ese 633 week 5 assignment collaborative problem solving
 
Ese 633 week 4 dq 1 transition planning
Ese 633 week 4 dq 1 transition planningEse 633 week 4 dq 1 transition planning
Ese 633 week 4 dq 1 transition planning
 
Ese 633 week 4 assignment helping parents promote independence
Ese 633 week 4 assignment helping parents promote independenceEse 633 week 4 assignment helping parents promote independence
Ese 633 week 4 assignment helping parents promote independence
 
Ese 633 week 3 dq 2 collaborative consultation model
Ese 633 week 3 dq 2 collaborative consultation modelEse 633 week 3 dq 2 collaborative consultation model
Ese 633 week 3 dq 2 collaborative consultation model
 
Ese 633 week 2 assignment developing curriculum design
Ese 633 week 2 assignment developing curriculum designEse 633 week 2 assignment developing curriculum design
Ese 633 week 2 assignment developing curriculum design
 
Ese 633 week 1 assignment assessing conflict styles
Ese 633 week 1 assignment assessing conflict stylesEse 633 week 1 assignment assessing conflict styles
Ese 633 week 1 assignment assessing conflict styles
 

Kürzlich hochgeladen

Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational PhilosophyShuvankar Madhu
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17Celine George
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17Celine George
 
General views of Histopathology and step
General views of Histopathology and stepGeneral views of Histopathology and step
General views of Histopathology and stepobaje godwin sunday
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...raviapr7
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfYu Kanazawa / Osaka University
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.EnglishCEIPdeSigeiro
 
Patterns of Written Texts Across Disciplines.pptx
Patterns of Written Texts Across Disciplines.pptxPatterns of Written Texts Across Disciplines.pptx
Patterns of Written Texts Across Disciplines.pptxMYDA ANGELICA SUAN
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsEugene Lysak
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphNetziValdelomar1
 
CAULIFLOWER BREEDING 1 Parmar pptx
CAULIFLOWER BREEDING 1 Parmar pptxCAULIFLOWER BREEDING 1 Parmar pptx
CAULIFLOWER BREEDING 1 Parmar pptxSaurabhParmar42
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17Celine George
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxheathfieldcps1
 
How to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesHow to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesCeline George
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxDr. Asif Anas
 
What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?TechSoup
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxKatherine Villaluna
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxDr. Santhosh Kumar. N
 

Kürzlich hochgeladen (20)

Philosophy of Education and Educational Philosophy
Philosophy of Education  and Educational PhilosophyPhilosophy of Education  and Educational Philosophy
Philosophy of Education and Educational Philosophy
 
How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17How to Add Existing Field in One2Many Tree View in Odoo 17
How to Add Existing Field in One2Many Tree View in Odoo 17
 
How to Solve Singleton Error in the Odoo 17
How to Solve Singleton Error in the  Odoo 17How to Solve Singleton Error in the  Odoo 17
How to Solve Singleton Error in the Odoo 17
 
General views of Histopathology and step
General views of Histopathology and stepGeneral views of Histopathology and step
General views of Histopathology and step
 
Prelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quizPrelims of Kant get Marx 2.0: a general politics quiz
Prelims of Kant get Marx 2.0: a general politics quiz
 
Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...Patient Counselling. Definition of patient counseling; steps involved in pati...
Patient Counselling. Definition of patient counseling; steps involved in pati...
 
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdfP4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
P4C x ELT = P4ELT: Its Theoretical Background (Kanazawa, 2024 March).pdf
 
Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.Easter in the USA presentation by Chloe.
Easter in the USA presentation by Chloe.
 
Patterns of Written Texts Across Disciplines.pptx
Patterns of Written Texts Across Disciplines.pptxPatterns of Written Texts Across Disciplines.pptx
Patterns of Written Texts Across Disciplines.pptx
 
The Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George WellsThe Stolen Bacillus by Herbert George Wells
The Stolen Bacillus by Herbert George Wells
 
Presentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a ParagraphPresentation on the Basics of Writing. Writing a Paragraph
Presentation on the Basics of Writing. Writing a Paragraph
 
CAULIFLOWER BREEDING 1 Parmar pptx
CAULIFLOWER BREEDING 1 Parmar pptxCAULIFLOWER BREEDING 1 Parmar pptx
CAULIFLOWER BREEDING 1 Parmar pptx
 
How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17How to Make a Field read-only in Odoo 17
How to Make a Field read-only in Odoo 17
 
The basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptxThe basics of sentences session 10pptx.pptx
The basics of sentences session 10pptx.pptx
 
Finals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quizFinals of Kant get Marx 2.0 : a general politics quiz
Finals of Kant get Marx 2.0 : a general politics quiz
 
How to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 SalesHow to Manage Cross-Selling in Odoo 17 Sales
How to Manage Cross-Selling in Odoo 17 Sales
 
Ultra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptxUltra structure and life cycle of Plasmodium.pptx
Ultra structure and life cycle of Plasmodium.pptx
 
What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?What is the Future of QuickBooks DeskTop?
What is the Future of QuickBooks DeskTop?
 
Practical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptxPractical Research 1 Lesson 9 Scope and delimitation.pptx
Practical Research 1 Lesson 9 Scope and delimitation.pptx
 
M-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptxM-2- General Reactions of amino acids.pptx
M-2- General Reactions of amino acids.pptx
 

Devry cis 115 final exam 3

  • 1. DEVRY CIS 115 Final Exam 3 Check this A+ tutorial guideline at http://www.uopassignments.com/cis- 115/cis-115-final-exam-3 For more classes visit http://www.uopassignments.com 1. (TCO 1) When creating an IPO Model, program designers generally determine _____ last. (Points : 4) 2. (TCO 1) What is a data item with a name and a value that remain the same during the execution of a program? (Points : 4) 3. (TCO 1) What symbol in a flowchart would be used by a developer to represent the beginning or ending point? (Points : 4) 4. (TCO 1) Set is a process. What data type would you expect the variable, name, to have? (Points : 4) 5. (TCO 1) You are designing an algorithm that will use a date of 01202009. What data type would you choose for this date variable? (Points : 4) 6. (TCO 2) What is a tool that developers use to design logic using English-like statements? (Points : 4) 7. (TCO 2) When a program evaluates mathematical expression, which of the following operators (or mathematical operations) has the lowest precedence? (Points : 4) 8. (TCO 2) Which one of the following is not a valid assignment statement in a program? (Points : 4) 9. (TCO 2) Evaluate (2 * 3) ^ 3. (Points : 4) 10. (TCO 2) Review the partial pseudocode below. What is the correct math expression to complete the algorithm and determine 50% of a cost? Prompt “Enter total cost: “ Input cost Set _____ Display “50% of the cost is: “ + total (Points : 4) 11. (TCO 3 & 4) Review the pseudocode below. What will be displayed when this algorithm executes?
  • 2. Set If ((x > 10) AND (x < 20))=""> Display “the IF path executes” Else Display “the ELSE path executes” EndIf (Points : 4) 12. (TCO 3 & 4) What value gets displayed for the variable X? Set Set Set If (B > 15) OR () OR (C <= 15)=""> Set Else Set EndIf Display X (Points : 4) 13. (TCO 3 & 4) In the following pseudocode, what percentage raise will an employee in Department 5 receive? If department < 3=""> Set Else If department < 5=""> Set Else Set EndIf EndIf (Points : 4) 14. (TCO 3 & 4) Which of the selection structures determines whether the user enters a number between 20 and 45? (Points : 4) 15. (TCO 3 & 4) What value gets displayed for the variable Z? Set Set Set If ((balance <> 800) AND (stateCode<> 6) AND (creditCode<> 7) then Set Else Set EndIf Display Z (Points : 4) 1. (TCO 5) The variable used to create an expression controlling the loop is known as the _____. (Points : 4) 2. (TCO 5) Which of the following statements is false? (Points : 4) 3. (TCO 5) Which loop may not execute the body of the loop at all? (Points : 4) 4. (TCO 5) Repetition that loops a certain number of times is typically referred to as _____. (Points : 4) 5. (TCO 5) How many times will the following loop be executed?
  • 3. 6. (TCO 7) Subscripts or indexes of any array are always declared with what data type? (Points : 4) 7. (TCO 7) What is an array element? (Points : 4) 8. (TCO 7) What is the value of the index used to access the last element in a zero-based array declared as num(12)? (Points : 4) 9. (TCO 7) When processing/manipulating the elements of an array, what control structure is used to move through each element within the array? (Points : 4)