Premium Essay

Lab 5.1 Flow Charts

In: Computers and Technology

Submitted By cwadejr
Words 268
Pages 2
The Condition | True or False | attAverage >= verizonAverage | True | tmobileAverarge == 868 | True | verizonAverarge < spirntAverage | False | sprintAverage != attAverage | True | The condition | Expected Ouput | If tmobileAverage > 800 and VerizonAverage > 800 ThenDisplay “Both have average download rates over 800”ElseDisplay “One or both of the averages are less”End If | Both have average download rates over 800 | If sprintAverage == 800 ThenDisplay “Sprint download rate is 800”End If | Sprints download rate is 800 | If attAverage >= 1300 OR tmobileAverage >=900Display “Select either carrier”End If | Select either carrier | Score | Employment Category | Interview Possibility | 85 or above | Definite | Yes | 70- 84 | Likely | Yes | 60-69 | Maybe | Yes | 59 or below | No | No |

Main Module() //Declare variable on the next 3 lines //Declare Interger testScore = 0 //Declare String category = “ “ // Declare String inverview = “ “ //Make Module calls and pass necessary variables on the next 4 lines //Module getScore() //Module employCat() //Module interviewPoss() //Module displayInfo()
End Main
Module getScore(Interger Ref testScore) //Ask the user to enter a test score
End Module
Module employCat(Integer testScore, String Ref category) //Determine what employment category they are in based on their test score //Similar to if the score is less than 60, then category is “No” //Otherwise, if score is less than 70 then category is “Maybe” //…and so on
End Module
Module interviewPoss(Integer testScore, String Ref interview) //Determine if they qualify for an interview based on their test score //Similar to if the score is less than 60, then interview is “No” //Otherwise, interview is “Yes”
End Module
Module displayInfo(Interger testScore, String category, String interview)

Similar Documents

Premium Essay

Operation Management

...goals. Their main task is to decrease mortality rates and ease the suffering of cancer patients in a respectable manner. Therefore it was recommended that we offer a brief of the major functions in the center and a thorough analysis of their Lab. The aim of this study is to investigate the satisfaction level of the laboratory patients, determine bad processes adopted by the Lab and provide potential ideas that would enhance its’ services. The team had some access to Customer Satisfaction Questionnaires and Interviews that were carefully developed to handle patients’ feedback and complaints in addition to some observations’ outcome. It is apparent that KHCC Lab enjoys a good to very good customer satisfaction in most aspects; nevertheless the major drawbacks were the delays and repetitive activities. As we went through the process and analyzed the workflow utilizing flowcharts, and control charts, we concluded that some functions are working perfectly and others need a little refinement. In conclusion, the team members identified two areas of concern; the workflow and the layout. Therefore the processes should be revisited; a new layout is to be redesigned to improve efficiency and patient’s satisfaction. In addition to the above the Lab must also eliminate or improve their blood specimen rejection problem, which is considered to be a costly problem in the long run; with our OM Pareto analysis we noticed that inadequate sample volume and Hemolysed sample are the...

Words: 2794 - Pages: 12

Free Essay

Spcc

...does LabVIEW work? 8 3.3.1 Front Panel 8 3.3.2 Block Diagram 9 3.3.3 Icon 9 4. System Analysis 10 4.1 Flow Chart – Client 10 4.2 Flow Chart – Server 11 4.3 Floor Plan 12 5. Protocol Design 13 5.1 The Internet and Client-Server Model 13 14 5.2 Using TCP/IP with LabVIEW 15 5.3 Control Interface - Client Connection 16 5.3.1 TCP Open Connection 16 5.3.2 TCP Write 16 5.4 Indicator Interface - Server Connection 17 5.4.1 TCP Listen VI 17 5.4.2 TCP Read 17 6.4.3 TCP Close Connection 18 5.4.4 Clear Error VI 18 6. Hardware Research 19 7. Extra Features 22 7.1 Alarm 22 7.2 Smart Control 23 7.3 Multiple User Login 23 7.4 Master Control 24 8. Assumption 25 9. Limitation 26 10. Future Enhancement 27 11. Conclusion 28 12. References 29 13. Appendix 31 13.1 User Manual 31 13.2 Class Work Program 37 13.2.1 Television 37 1. Acknowledgement First and foremost, I would like to express my deepest gratitude to everyone that made it possible for me to complete this System Programming and Computer Control (SPCC) assignment. This assignment was one of the most challenging task for me but putting in massive amount of determination, awareness and perseverance eventually helped me to excel and complete this assignment within the deadline. For this assignment, I felt humbled to be able to put all the practices during lab and lecture sessions into the assignment related with the SPCC module. On finishing of this undertaking, I would...

Words: 5590 - Pages: 23

Premium Essay

Swot Analysis Of Hotel

...as input data and they are converted into tokens by the process of tokenization. The tokenized data set is pre-processed by removing the unwanted word. The term frequency and inverse document frequency are calculated for the pre-processed data and their values are enhanced. Naive bayes and KNN algorithms are used to classify and predict the result. LIST OF ABBREVIATIONS USED R lab : KNN : K-Nearest Neighbour TF : Term Frequency IDF : Inverse Document Frequency GUIDE : Graphical User Interface Developing Environment GUI : Graphical User Interface TABLE OF CONTENT CHAPTER NO CONTENT PAGE NO 1 Introduction 2 Literature Review and Survey 1. 2. 3 Software Requirement Specification 3.1 Functional Requirements 3.2 Non Functional Requirements 3.3 Software and Hardware Requirements 4 System Analysis 4.1 Data Flow Diagram 4.2 Sequence Diagram 4.3 Collaboration Diagram 4.4 Activity Diagram 5 Design 5.1 Front End Design 5.2 Back End Design 5.3 Interface Design 6 Coding 6.1 Algorithms 6.2 Sample Code 6.3 Screenshot 7 Testing 7.1 Unit Testing 7.2 Integration Testing 7.3 Validation Testing 8 Implementation 8.1 Problem Faced 8.2 Lessons Learnt 9 Conclusion 10 References 11 Appendix 12 Errata 1.INTRODUCTION Which college should I apply? Which hotel should...

Words: 1725 - Pages: 7

Premium Essay

Khartoum Primary School Project

...Statement 4 5.0 KPS Project Plan 7 6.0 KPS Project Execution Plan 12 7.0 References 22 8.0 Appendix 23 9.0 Abbreviations 24 2 1.0 Introduction In recent years, an increasing number of Sudanese and expatriate families with young children have moved into Greater Khartoum joining an already established larger community of families. A number of schools have been established catering to the youngest generation, such as the Unity School, Khartoum Grammar School and recently Khartoum International Community School. Yet there has been a consistent flow of complaints against these establishments ranging from the ridiculously high fees of some to the low quality of overall education services. Therefore establishing a primary school is a major step forward for the Local Council in taking into account the needs of families with young children and would help stem the flow of these families with young children away from our community abroad. According to projected figures and the experience of other schools, a primary school could be operated profitably after the initial startup period. It would provide a local option for the early childhood education for Khartoum’s growing community of small children, and would be the only school which provides quality education at affordable fees. It would provide an option for Greater Khartoum families to give their children a vibrant learning experience and enhanced Sudanese community life that would also...

Words: 3480 - Pages: 14

Premium Essay

Lean Hospitals

...LEAN HOSPITALS “Mark Graban’s book has documented what is now happening in hospitals all across America as we learn to apply the Toyota Production System methodology to healthcare. This book lays out the nuts and bolts of the lean methodology and also describes the more difficult challenges, which have to do with managing change. Graban’s book is full of wins—these are the same type of wins that are happening at ThedaCare every day. I wish I could have read this book six years ago, as it might have prevented some of the mistakes we made in our lean transformation journey.” — John S. Toussaint, MD, President/CEO ThedaCare Center for Healthcare Value “Coupled with a foundation of alignment and accountability, the ideas in this book provide a powerful tool to help hospitals get closer to the goal we want – perfect care.” — Quint Studer, CEO, The Studer Group, author of Results that Last “Mark Graban is the consummate translator of the vernacular of the Toyota Production System into the everyday parlance of healthcare. With each concept and its application, the reader is challenged to consider what is truly possible in the delivery of healthcare if standardized systems borrowed from reliable industries were implemented. Graban provides those trade secrets in an understandable and transparent fashion.” — Richard P. Shannon, MD, Frank Wister Thomas Professor of Medicine, Chairman, Department of Medicine, University of Pennsylvania School of Medicine “There is an...

Words: 89990 - Pages: 360

Premium Essay

Strategy and the Master Budget

...Shahid L. Ansari, Strategic Finance, September 2008, pp. 44-51. Note: this case was the case used as the 2009 IMA Student Case Competition. The Student Case Competition is sponsored annually by the IMA to provide an opportunity for students to interpret, analyze, evaluate, synthesize, and communicate a solution to a management accounting problem.) Readings 10-1: “How to Set Up a Budgeting and Planning System” by Robert N. West and Amy M. Snyder, Management Accounting (January 1997), pp. 18-20, 22, 24. This article demonstrates the setting up of a budgeting and planning system for Penn Fuel Gas Inc., a public utility holding company that provides natural gas storage and transportation services. It stresses the need to review the chart of accounts, account classification and the reporting system of the firm. The discussion includes factors to be considered in the...

Words: 28910 - Pages: 116

Free Essay

Quality Palnning and Analysis

...customers’ needs…………………………………………………6 2.3 Kano analysis on capturing customer needs………………………………………….7 3 Design Requirements…………………………………………………………………………………8 4.1 Quality Function Deployment of identified customer needs…………………9 3.2 Failure Mode and Effect Analysis of top five customer needs………………10 4 Supplier selection and Evaluation……………………………………………………………..11 5.2 Identify components , parts ………………………………………………………………..12 4.2 Selection criteria for components supplier………………………………………….13 4.3 Supplier selection system…………………………………………………………………….14 4.4 Outcome of supplier selection process………………………………………………..15 4 Statistical Process Control…………………………………………………………………………16 5.1 Process identification…………………………………………………………………………..17 5.2 Statistical Control Chart………………………………………………………………………18...

Words: 6043 - Pages: 25

Premium Essay

Nutrition Day-Project Proposal & Plan

...Team 4 - Your Way to have a Nutritious Day Project Proposal and Plan 1. INTRODUCTION 1.1 Introduction Everyone wants to grow high and achieve more, along with fulfilling their dreams and responsibilities. For achieving a dream or fulfill our responsibilities we should be planned, have resources and over the top we should possess Good Health. Here comes the Motto of our project How to be healthy ? In today’s fast-paced life, where people are busy in achieving targets take less care to our food habitat which adversely affect our health.we tend to eat food that is readily available and food that can be prepared quickly.For example, we have pizzas, french fries, and other eateries whose products are harmful to our long-term wellness. Most of us don't think about the state of our health until we're sick, but being mindful of small choices and paying attention to the way you feel can help optimize your health. Healthy living is more than simple daily habits – it's a lifestyle. A typical fast-food restaurant’s products contain so many preservatives and artificial ingredients, it’s morally irresponsible to entitle such dishes as “food.” It’s conceivable to say the art of cooking is a lost one because of this ever-growing fast-food problem . Now, on top of this problem, there is the ever-present issue of budgeting and what an individual’s income looks like. There are variations to any single individual’s weekly/monthly/yearly income, and so they must budget their moneys accordingly in...

Words: 3679 - Pages: 15

Premium Essay

Business Plan

...Table of Contents 1. Executive Summary .................................................................................................................................. 4 1.1 Business Overview .............................................................................................................................. 4 1.2 Business Model ................................................................................................................................... 4 1.3 Market Analysis ................................................................................................................................... 4 1.4 Financial Projections ........................................................................................................................... 5 1.5 Financial Needs ................................................................................................................................... 5 1.6 Debt Repayment Plan ......................................................................................................................... 5 2. Business Overview ................................................................................................................................... 6 2.1 Vision and Goals .................................................................................................................................. 6 2.2 Business Location .......................................................................................

Words: 9643 - Pages: 39

Premium Essay

System Build Project Mgt 321 (2)

...Introduction…………………………………………………………….2 1.1 Background……………………………………………………..2 1.2 Discovery……………………………………………………….2 1.3 Product Overview……………………………………………….3 2.0 Product Review………………………………………………………...4 2.1 Process Flow…………………………………………………….5 3.0 System Integration……………………………………………………..6 3.1 Current System………………………..………………………...6 3.2 Compatibility Issues…………………………………………….7 3.3 Decision-Making Support Models………………………………7 3.4 Advantages and Disadvantages………………………………….7 3.5 Implementation Process…………………………………………8 4.0 Component Design……………………………………………………...8 4.1 Hardware Components…………………………………………..9 4.1.1 Databases…………………………………………….9 4.1.2 Communication Devices……………………………..9 4.1.3 Intranet and Wi-Fi……………………………………9 4.2 Software Components……………………………………………9 4.2.1 Vetport and MIS Software……………………………9 4.3 System Maintenance…………………………………………….10 4.4 Cost Analysis……………………………………………………10 4.4.1 New Hardware and Software Cost………………….10 4.4.2 Total Annual Budget Comparison…………………..11 4.5 Security………………………………………………………….11 4.6 Organizational Culture………………………………………….11 5.0 Measurement…………………………………………………………...12 5.1 Staffing and Record Keeping……………………………………12 5.2 Cost Benefit Comparison………………………………………..12 5.3 Return on Investment……………………………………………13 Table of Figures Figure 1 - Database and Information Flow Diagram 5 Figure 2 - Communication and Entity Processes for one unit. 6 Figure 3 - Current System CVAA 7 Figure 4 - Wiki open source picture of OBD 10 References.............15 1.0 Introduction...

Words: 4607 - Pages: 19

Premium Essay

Business Plan - Child Tracking Device

... 2.2 Start-up Summary………………………………………………………………………….6 Section 3.0 Products and Services………………………………………………………………..8 Section 4.0 Market Analysis Summary…………………………………………………………..8 4.1 Market Segmentation………………………………………………………………………8 4.1.1 Family Consumers……………………………………………………………………….9 4.1.2 Channel Sales to Original Equipment Manufacturers (OEMs)…………………………9 4.1.3 Businesses……………………………………………………………………………….9 4.1.4 The Military……………………………………………………………………………..9 4.1.5 The Political Market…………………………………………………………………….9 4.1.6 Maritime Market………………………………………………………………………...9 4.1.7 Pet Supply Chain Stores………………………………………………………………..10 Section 5.0 Strategy and Implementation Summary………………………………………….…10 5.1 Competitive Edge………………………………………………………………………….10 5.2 Competitors' Disadvantages………………………..……………………………………..11 5.2.1 Effectiveness……………………………………………………………………………11 5.2.2 Price………………………………………………………………………………….…11 5.3 Marketing Strategy………………………………………………………………….…....11 5.4 Sales...

Words: 4277 - Pages: 18

Premium Essay

Modeling

........................................................... x  Conventions Used In This Book .......................................................................xi  Craig’s Challenge ........................................................................................... xiii  The Excel Modeling and Estimation Series .................................................. xiii  Suggestions for Faculty Members ..................................................................xiv  Acknowledgements ........................................................................................... xv  About The Author ................................................................. xvi  PART 1 TIME VALUE OF MONEY ..... 1  Chapter 1 Single Cash Flow ....................................................1  1.1 Present Value ............................................................................................... 1  1.2 Future Value ................................................................................................ 2  Problems .............................................................................................................. 3  Chapter 2 Annuity ...................................................................4  2.1 Present Value...

Words: 33587 - Pages: 135

Premium Essay

Business Issues and the Contexts of Human Resources

...external contents. 3.1 The forces shaping the HR agenda ………………………………………………………………………………4 3.2 How HR contributes to organisational effectiveness ……………………………………………………4 3.3 HR’s roles and functions in management structures ……………………………………………………5 3.4 HR’s contribution to business ethics and accountability ………………………………………………5 LO4: How organizational and HR strategies and practices are shaped and developed 4.1 The role of HR in strategy formulation and implementation ………………………………………..6 4.2 Techniques and tools used to analyse organisational and business environment …………7 4.3 Vertical and horizontal integration ………………………………………………………………………………7 LO5: How to identify and respond to short term changes in the business data for planning purposes 5.1 HR’s role in business planning ……………………………………………………………………………………8 5.2 Environmental planning and the sources of business data for planning purposes ………8 5.3 Evaluate how agreed strategies, policies and plans are put into action within organisations … Bibliography …………………………………………………………………………………………………………………………9 Appendix …………………………………………………………………………………………………………………………….10 SWOT ANALYSIS …………………………………………………………………………………………………………………..11 PESTLE ………………………………………………………………………………………………………………………………….12 3.1 Southern Dental operates in a global business environment, HR as a strategic part of the business is equally affected by both external and internal forces. These forces will shape the business strategy and all the strategies of all other aligned...

Words: 4243 - Pages: 17

Premium Essay

Atit

...Module number: U51001 Module title: Key Business Competences Contents Module introduction 1 Semester plan synopsis 2 Module syllabus 3 Week 1 – Module Introduction 7 Week 2: Operations with numbers 8 Week 3: Understanding Data 16 Week 4 – Charts and Graphing in Excel 31 Week 5 – Summarising data 45 Week 6 Reading Week 57 Week 7 & 8 – Principles of elementary modelling 58 Week 9 & 10 – Financial Modelling (1) 69 Week 11 & 12 – Financial Modelling (2) 81 Week 13 – Modelling and Data handling in business 97 Week 14 – Revision Week 107 Week 15 – In-class Test 108 Assessment details 109 Regulations 110 A note on equal opportunities and diversity 114 Module introduction Introduction This module ensures that all students have the necessary numerical skills to proceed with the rest of their degree in Business and related fields. As a compulsory module it must be passed and a maximum of three attempts can be made to pass it, with a resit opportunity for each attempt. Past student comments on the module “Yes it is really enjoyable – I liked the course” “The lecturers are very helpful and friendly” “The handbook is really informative” “Very clear and well explained” “It is very interesting but at the same time very complex” “Maybe make the lectures and seminars more interactive” “Quickly go over the initial mathematics and spend more time on the more complex parts of the module” ...

Words: 27701 - Pages: 111

Free Essay

Technology

...VOCATIONAL HIGHER SECONDARY TEACHER’S SOURCE BOOK COMPUTER SCIENCE FIRST YEAR Government of Kerala Department of Education SCERT - 2005-06 STATE COUNCIL OF EDUCATIONAL RESEARCH AND TRAINING Vidyabhavan, Poojappura, Thiruvananthapuram-12 Prepared by: State Council of Educational Research & Training (SCERT) Vidyabhavan, Poojappura, Thiruvananthapuram -12 Kerala E-mail:scertkerala@asianetindia.com Type setting by: SCERT Computer Lab. © Government of Kerala Education Department 2005 P REFACE Dear Teachers, Computer Science is concerned with the gathering, manipulation, classification, storage and retrival of knowledge. Understanding Computer Science, is necessary because of its power and influence in modern society. Learning of Computer Science should be activity based, process oriented, student-centred, environmental based and life oriented. The approach to learning is based on five domains of science: Knowledge domain, process domain, application and connection domain, domain of attitudes and values and creativity domain. But we know that most of the present vocational higher secondary teachers are not familiar with this paradigm. Hence for the first time we are introducing sourcebooks for all the subjects in the vocational higher secondary curriculum. This source book for computer science aims to provide guidelines to the teachers of our state to change their pedagogy from the conventional content-based approach to the process...

Words: 27034 - Pages: 109