Preview

Fundamentals of Programming

Better Essays
Open Document
Open Document
1892 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Fundamentals of Programming
FIRST SEMESTER AY 2009-2010

Course Title: IT2 – Fundamentals of Programming with Database Applications

Course Credit: 3 units

Prerequisite: IT1 - Fundamentals of Computer Software and Applications

Course Description:

This is an introductory course on programming and will teach the student basic programming skills. Topics include: fundamentals of programming methodology, software lifecycle, requirements and specifications, software design, design methodologies, verification and testing. The course also introduces the student to database management systems. It focuses on fundamental entity relationships and data flow diagrams, access database fundamentals, and reliable storage.

General Objectives:

At the end of the course, the students are expected to: 1. become well-versed with program logic design using flowcharting 2. solve simple accounting problems using C++ 3. design, code and document, and implement a simple C++ accounting application 4. understand the concept and principles of making a database application 5. design, code and document, and implement a simple MS Access accounting application
Course Requirements:

|Prelim: |Midterm: |Endterm: |
|Exercises: |Exercises: |Exercises: |
|Use structured English statements to make an algorithm for a given problem |Create a basic sequential C++ program to solve a given problem |Create a simple database table |
|Draw a flowchart for a given problem (manual)

You May Also Find These Documents Helpful

  • Satisfactory Essays

    Step 1: Examine the following algorithm as a base for how the program should flow. (Reference: Designing a Program, page 31).…

    • 777 Words
    • 4 Pages
    Satisfactory Essays
  • Powerful Essays

    The purpose of this Lab. is to familiarize student how to solve practical problems programmatically; they will practice on elementary programming using primitive data types, variables, constants, operators, expressions, and input and output. Also, they will learn how to diagnose errors that may occur when a program is compiled or executed. There are some exercises, through which they will understand the concept learn in this chapter.…

    • 2338 Words
    • 10 Pages
    Powerful Essays
  • Powerful Essays

    IT/210 Appendix D

    • 453 Words
    • 4 Pages

    Up to this point, you have identified the processes the program must perform, but you have not given any consideration to exactly how the processes work together to solve the problem. At this point, you must generate a description of the processing using pseudocode, a natural language description of the processing the application must perform.…

    • 453 Words
    • 4 Pages
    Powerful Essays
  • Powerful Essays

    Pt1420 Unit 1 Assignment 2

    • 1305 Words
    • 6 Pages

    Das, D., Gregersen, E., Hosch, L., Lotha, G., Sampaolo, M., Sinha, S. (2014). C++. In Encyclopedia Britannica.…

    • 1305 Words
    • 6 Pages
    Powerful Essays
  • Better Essays

    Given a business system application that needs to retrieve from and write to a relational database using an external sequential or CSV data file format, the student will design, code, and document the business application using a high-level language.…

    • 1818 Words
    • 8 Pages
    Better Essays
  • Good Essays

    It/205 Syllabus

    • 2230 Words
    • 9 Pages

    | |List the major computer hardware, data storage, and input and output technologies used in | |…

    • 2230 Words
    • 9 Pages
    Good Essays
  • Powerful Essays

    EAS230Syllabus

    • 1748 Words
    • 8 Pages

    An introduction to computer programming with an emphasis on problem solving will be presented. Specific topics include:…

    • 1748 Words
    • 8 Pages
    Powerful Essays
  • Satisfactory Essays

    It/210 Course Design

    • 2571 Words
    • 11 Pages

    Course Design Guide IT/210 Version 5 2 Week One: Introduction to Software Development Details Due Points Objectives 1.1 Describe the importance of using a structured, modular approach when creating program requirements, design, and code. 1.2 Identify how a computer processes and stores data. Course Preparation Read the course description and objectives.…

    • 2571 Words
    • 11 Pages
    Satisfactory Essays
  • Satisfactory Essays

    code program

    • 317 Words
    • 2 Pages

    (Design, approach, lessons learned) - Write a summary of the design of your program, how you coded it, and the lessons you learned from the programming assignment here: Well first of all I started by copying my hello world code into the notepad text editor. You know learning something new like Java at first is a little scary but I think going forward I will get more understanding of this application with no problems at all. So I learned to just hang in there and keep learning.…

    • 317 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Lab 7 Student

    • 1242 Words
    • 7 Pages

    This lab accompanies Chapter 5 (pp. 163-183 and pp. 196-201) of Starting Out with Programming Logic & Design.…

    • 1242 Words
    • 7 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Lab 3 Student

    • 1264 Words
    • 7 Pages

    This lab accompanies Chapter 2 (pp. 56-68) of Starting Out with Programming Logic & Design.…

    • 1264 Words
    • 7 Pages
    Satisfactory Essays
  • Good Essays

    Programming Homework

    • 366 Words
    • 2 Pages

    Write a program that would calculate and display the results for the multiplication table for values ranging from 1 to 100.…

    • 366 Words
    • 2 Pages
    Good Essays
  • Satisfactory Essays

    The value of a model depends on the view taken, but none is best for all purposes. (L4)…

    • 341 Words
    • 2 Pages
    Satisfactory Essays
  • Satisfactory Essays

    Programming Homework

    • 823 Words
    • 4 Pages

    B) What do you think the purpose of function? Write appropriate comments into the function to reflect this purpose.…

    • 823 Words
    • 4 Pages
    Satisfactory Essays
  • Good Essays

    C Programms

    • 1942 Words
    • 8 Pages

    1. Program to print text 2.Program To Read Two Numbers And Print The Sum Of Given Two Numbers. 3.Program To Accept Student Roll No, Marks in 3 Subjects and Calculate Total, Average and Print it. 4.Program To Read Three Numbers And Print The Biggest Of Given Three Numbers 5.Program To Read A Number And Find Whether The Given Number Is Even Or Odd. 6.Program to accept a year and check whether the given year IS leap year or not. 7.Individual Digits 8. Program to accept a three digit number and print the sum of individual digits. 9. Program to accept a number and check the given number is Armstrong or not. 10. Program to print ODD numbers from 1 to 10 11. Program to print natural numbers from 1 to 10 in Reverse 12. Program to print sum of the natural numbers from 1 to 10. 13. Program to accept a number and print mathematical table of the given no. 14. Program to print 1 to 10 mathematical tables . 15. Program to print fibonacci series . 16. Program to print numeric pyramid 17. Program to print numerical pyramid. 18. Program to print numerical diamond. 19. Program to print character pyramid. 20. Program to print character diamond. 21. Program to find biggest of two no by using ternary numbers 22. Program to find biggest of four no by using ternary numbers 23. Program to print smallest of four no by using ternary operators 24. Program to accept a year and check the given year is leap or not by using ternary 25. Program to accept a character in the uppercase and print in lower case. 26. Program to accept a character in any case and print in another case. 27. Program to natural number from 1 to 10 by using while loop. 28. Program to accept a string and print it by using the while loop. 29. Program to accept a string in upper case and print it by lower case. 30. Program to accept a string in any case and print it by another case . 31. Program to accept a string print each word in new line. 32. Program to accept a string and count no of capital letters, no. of…

    • 1942 Words
    • 8 Pages
    Good Essays