Preview

Programming fundamentals

Satisfactory Essays
Open Document
Open Document
299 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Programming fundamentals
Select and complete one of the following assignments:

Option 1: Reusability of Code
Option 2: Transforming Data Into Information

Option 1: Reusability of Code

Designing and coding a procedure, module, or object can be complex and time consuming. Once these elements of a computer program are working correctly, it makes sense to use the code as often as practical. Code reusability has become a valuable part of adding efficiency to computer programming. Write a 2- to 3-page paper that compares and contrasts procedural programming modules and objects. In your paper, consider the following:

• Reusability
• Security in terms of hiding code
• Passing of data versus data encapsulation
• How object-oriented methods are similar to procedural modules
• Code reuse in more than one program

Format your paper consistent with APA guidelines.

Note. This assignment is cumulative and the information and results will be used in the following weeks.

Option 2: Transforming Data Into Information

Economists often investigate what influences a specific variable has on health. An economist might collect a sample as part of exploratory research before performing a much larger research project.

The following data has been collected:

Education level: school grade completed Average longevity: age at death
0 55
1–5 59
6–10 67.8
11–12 73.4
13–14 76.6
15–16 79.8
17+ 82.2

Write a 2- to 3-page paper explaining how the data in the previous table can be processed into information. The actual statistical or mathematical processing can be discussed as a black box where the input and output are identified, but the actual processing is not identified. Include the following:

• Input, processing, and output
• The role of the computer components: CPU, memory, and storage
• Definitions of data and information
• Application program and the operating system
• A higher language program and machine code
• Graphical versus mathematical or statistical

You May Also Find These Documents Helpful

  • Powerful Essays

    Mat 540 Week 4

    • 4465 Words
    • 18 Pages

    Time: 2.30 Hrs.] [Maximum Marks: 100 General Instructions: (i)This question paper consists of four sections. Read the note carefully under…

    • 4465 Words
    • 18 Pages
    Powerful Essays
  • Satisfactory Essays

    Xcom285 Week 7 Syllabus

    • 287 Words
    • 2 Pages

    ***Please remember to post your assignment via a Word Document, within the Assignments section of this course. Thank you. J…

    • 287 Words
    • 2 Pages
    Satisfactory Essays
  • Powerful Essays

    **This handout defines 200 (80%) out 250 possible points (B-) for this project. Additional details for the remaining 50 points will be discussed in class. Take Detailed Notes**…

    • 1765 Words
    • 8 Pages
    Powerful Essays
  • Good Essays

    Programing Problems

    • 721 Words
    • 3 Pages

    IT 210 13 Programming Problems Pseudocode for chapter 2 checkpoint Frank T. Hartman IT 210 13 Programming Problems Pseudocode for chapter 2 checkpoint Frank T. Hartman Programming Problem 1 Main Module Declare SalesAmount As Real Declare CommissionRate As Real Declare CommissionEarned…

    • 721 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    Due Date: This assignment must be submitted as an attachment in Word to me during Module 5 (July 2-July 8). Please DO NOT post your answers on the Discussion Board. Plan accordingly.…

    • 798 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    Answers To Assignment 2 1

    • 2996 Words
    • 21 Pages

    Be Sure to submit these assignments by 09/27/2014 on BlackBoard, under “Assignment-Week 2. Answers must be labeled properly, with all pertinent information. No late submissions will be accepted.…

    • 2996 Words
    • 21 Pages
    Powerful Essays
  • Satisfactory Essays

    professor

    • 400 Words
    • 2 Pages

    Please save this document before you begin working on the assignment. Type your answers directly in the document.…

    • 400 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Intro to Programming

    • 390 Words
    • 2 Pages

    Procedure Programming and Object Oriented Programming both uses linear sequence of commands, yet Object Oriented Programming have developed a more complex and abstract approach (Stetson, 2004).…

    • 390 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    ecs1

    • 975 Words
    • 4 Pages

    This is an individual assignment. Each student will submit the data tables (in pages 2-4). Fill in the data and write a paragraph summarizing and describing each table. Save your work in .pdf and submit it through SafeAssignment on Blackboard (under “Assignment” link). I expect college-level writing.…

    • 975 Words
    • 4 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Designing and coding a procedure, module, or object can be complex and time consuming. Once these elements of a computer program are working correctly, it makes sense to use the code as often as practical.…

    • 584 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    When writing code for a program it is very important to make sure that you use the best language for what the client needs. Prior to making a decision on what language to use, a programmer needs to decide which method he or she wants to use. The two most common methods used by coders in the field today are procedural and object oriented programming (OOP). Making the decision to use an incorrect option could run cause problems during the maintenance stage of the software’s life cycle. Taking the time to determine just what the client needs will assist a programmer with deciding on the proper method to use.…

    • 563 Words
    • 2 Pages
    Good Essays
  • Good Essays

    Procedural Programming

    • 894 Words
    • 4 Pages

    Because of the ability to specify a simple interface, to be self-contained, and to be reused, procedures are a convenient vehicle for making pieces of code written by different people or different groups, including through programing libraries.(Scanners,swing,io,…etc.)…

    • 894 Words
    • 4 Pages
    Good Essays
  • Good Essays

    Programming Solution

    • 541 Words
    • 3 Pages

    Procedural programming was the first of the two and contains within the program one or multiple procedures. These procedures perform their own specific tasks to supplement the program and are centered through models and functions. The procedures use the data items that are not part of the procedure, however; in a procedural program the data items are transmitted to each procedure. As the program becomes larger and more complicated problems…

    • 541 Words
    • 3 Pages
    Good Essays
  • Powerful Essays

    Computer Java

    • 1329 Words
    • 6 Pages

    One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create modules that do not need to be changed when a new type of object is added. A programmer can simply create a new object that inherits many of itsfeatures from existing objects. This makes object-oriented programs easier to modify.…

    • 1329 Words
    • 6 Pages
    Powerful Essays
  • Powerful Essays

    C Language Notes

    • 5409 Words
    • 22 Pages

    2. In this category we are able to create our project or programs using procedural approach means in this type we can able to divide our big project/program into small subroutines or procedures. After making procedures we can able to call a ‘procedure’ one or more places.…

    • 5409 Words
    • 22 Pages
    Powerful Essays