Written Assignment Unit 6________________________________________ 1) The first task is to review some information that might be useful later: a) Write a brief definition of the word "quartile" as we have used it in previous weeks. Be sure to provide a citation: A quartile is the number that spits a set of data into quarters; thus, there is the first quartile, the second (median) and the third quartile (Yakir, 2011, p.g 32). b) Write a brief definition of the word "quantile" as it might be used
Words: 1458 - Pages: 6
Lab 7.1 Module main () Declare String keepGoing = “y” While keepGoing == “y” Declare String clientName = “ “ Declare Real feetUTP = 0 Declare Real subTotal = 0 Declare Real taxCost = 0 Declare Real totalCost = 0 Call inputData (feetUTP, clientName) Call calcCosts (feetUTP, subTotal, taxCost, totalCost) Call displayBill (clientName, totalCost) End While End Module Lab 7.2 Lab 7.3 Module Main() Declare integer toPower = 2 Declare integer number = 2
Words: 262 - Pages: 2
Lab 10: File Access This lab accompanies Chapter 10 of Starting Out with Programming Logic & Design. Lab 10.1 – File Access and Visual Basic This lab examines how to work with a file by writing Visual Basic code. Read the following programming problem prior to completing the lab. Write and design a simple program that will take 3 pieces of data and write it to a file. Create variables and set them equal to the appropriate values: Declare string firstName = “xxx” Declare string
Words: 347 - Pages: 2
Short Answer: 5. The variable’s name and the variable’s data type must be specified in a variable declaration. 6. The value of an uninitialized variable is either 0 or the value that happens to be stored in its memory location. Algorithm Workbench: 3. a. Set b = 2 + a b. Set a = b * 4 c. Set b = a / 3.14 d. Set a = b – 8 4. a. 12 b. 4 c. 2 d. 6 5. Declare Real cost 6. Declare Int total = 0 7. Set count = 27 8. Set total = 10 + 14 9. Set due = downPayment
Words: 254 - Pages: 2
Sections 1.1 Classify the variable as qualitative or quantitative. 22. Student ID number Answer: Quantitative Determine whether the quantitative variable is discrete or continuous. 24. Volume of water lost each day through a leaky faucet Answer: Continuous variable Determine the level of measurement of each variable. 32. Movie ratings of one star through five stars Answer: Ordinal 34. Year of birth of college students Answer: Interval Application of concept 52. Retirement Planning The Principal
Words: 1491 - Pages: 6
Please complete the items below. If you have difficulty, go back and review the Perspectives & Resources pages in this module. 1. Why is a special education teacher a good resource to help deal with student behavior problems? Special education teachers are a good resource to help deal with student behavior problems because many times they receive training in specialized interventions. They can suggest strategies to help a general education teacher. 2. Explain how high-p requests work and why they
Words: 608 - Pages: 3
Questions 1. Did the monitor display the computer’s screen? YES/NO 2. Does the sound card allow the computer to play sound? YES/NO 3. Does the mouse work for left hand users? YES/NO 4. Does the hard drive allow the user to save data? YES/NO 5. Does Microsoft Office Word work? YES/NO 6. Does Windows operating system load up when computer is turned on? YES/NO 7. Does the keyboard send data to the computer? YES/NO 8. Does the printer work from the computer? YES/NO 9. Does the computer produce graphics
Words: 1095 - Pages: 5
1. Describe what you did - Based on the learning guide and discussions, I did an Internet search on two different programming languages, one compiled and one interpreted. Python is the interpreted language we were instructed to use and the compiled program that I chose was C++. Based on the discussion requirement, I made two tables for each. One table compared the features of both, while the second compared the advantages and disadvantages of both. 2. Describe your reactions to what you did
Words: 492 - Pages: 2
Programming Exercises, design a program means write the pseudocode for the program. Except for Programming Exercise 2, your design should include multiple modules, not just main(). Upload a Microsoft Word document with the pseudocode to your shared PT1420 community website or submit a paper copy to your instructor by the beginning of the Week 7 class. Programing Exercises pg. 160-161 2. Areas of rectangles Module Main() Declare width1 integer = 0 Declare length1 integer = 0 Declare width2 integer
Words: 764 - Pages: 4
Larry Smith March 28, 2015 PT1420 Week 1 assignment COBOL, is a compiled English-like computer programming language designed for business use. It is imperative, procedural and, since 2002, object-oriented. COBOL is primarily used in business, finance, and administrative systems for companies and governments. In 1997, Gartner Group estimated that there were a total of 200 billion lines of COBOL in existence, which ran 80% of all business programs. COBOL is still widely used in legacy applications
Words: 1060 - Pages: 5