El Dorado Union High School District Educational Services



Similar documents
El Dorado Union High School District Educational Services

PROBLEM SOLVING SEVENTH EDITION WALTER SAVITCH UNIVERSITY OF CALIFORNIA, SAN DIEGO CONTRIBUTOR KENRICK MOCK UNIVERSITY OF ALASKA, ANCHORAGE PEARSON

C++ Programming Language

The C Programming Language course syllabus associate level

KITES TECHNOLOGY COURSE MODULE (C, C++, DS)

PART-A Questions. 2. How does an enumerated statement differ from a typedef statement?

Course Name: ADVANCE COURSE IN SOFTWARE DEVELOPMENT (Specialization:.Net Technologies)

Curriculum Map. Discipline: Computer Science Course: C++

Java (12 Weeks) Introduction to Java Programming Language

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE. CISY 105 Foundations of Computer Science

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

Programming and Software Development CTAG Alignments

Java Application Developer Certificate Program Competencies

An Incomplete C++ Primer. University of Wyoming MA 5310

Syllabus for CS 134 Java Programming

Course Title: Software Development

#820 Computer Programming 1A

ADVANCED SCHOOL OF SYSTEMS AND DATA STUDIES (ASSDAS) PROGRAM: CTech in Computer Science

Computer Programming I

CEC225 COURSE COMPACT

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department. COURSE: CST2403 C++ Programming Part 1 ( 4 hours, 3 credits )

Fundamentals of Programming and Software Development Lesson Objectives

ALLIED PAPER : DISCRETE MATHEMATICS (for B.Sc. Computer Technology & B.Sc. Multimedia and Web Technology)

C++ INTERVIEW QUESTIONS

Fundamentals of Java Programming

BCS2B02: OOP Concepts and Data Structures Using C++

Facebook Twitter YouTube Google Plus Website

NEW YORK CITY COLLEGE OF TECHNOLOGY/CUNY Computer Systems Technology Department

Thomas Jefferson High School for Science and Technology Program of Studies Foundations of Computer Science. Unit of Study / Textbook Correlation

Name: Class: Date: 9. The compiler ignores all comments they are there strictly for the convenience of anyone reading the program.

Java SE 8 Programming

C Programming. for Embedded Microcontrollers. Warwick A. Smith. Postbus 11. Elektor International Media BV. 6114ZG Susteren The Netherlands

Object Oriented Programming With C++(10CS36) Question Bank. UNIT 1: Introduction to C++

Management Information Systems 260 Web Programming Fall 2006 (CRN: 42459)

Computer Programming I

Object Oriented Software Design II

TECHNOLOGY Computer Programming II Grade: 9-12 Standard 2: Technology and Society Interaction

CpSc212 Goddard Notes Chapter 6. Yet More on Classes. We discuss the problems of comparing, copying, passing, outputting, and destructing

: provid.ir

Objectif. Participant. Prérequis. Remarque. Programme. C# 3.0 Programming in the.net Framework. 1. Introduction to the.

Morris School District. AP Computer Science A Curriculum Grades 9-12

Glossary of Object Oriented Terms

Computer Programming I & II*

An Introduction to Object-Oriented Programming with

Certified PHP Developer VS-1054

Binary storage of graphs and related data

CompuScholar, Inc. Alignment to Utah's Computer Programming II Standards

Simple C++ Programs. Engineering Problem Solving with C++, Etter/Ingber. Dev-C++ Dev-C++ Windows Friendly Exit. The C++ Programming Language

Embedded Systems. Review of ANSI C Topics. A Review of ANSI C and Considerations for Embedded C Programming. Basic features of C

How To Teach C++ Data Structure Programming

Basic Programming and PC Skills: Basic Programming and PC Skills:

Some programming experience in a high-level structured programming language is recommended.

An Introduction to Programming and Computer Science

Java the UML Way: Integrating Object-Oriented Design and Programming

Programming and Software Development (PSD)

Morris School District. Computer Science 2 Curriculum Grades 9-12

Embedded Programming in C/C++: Lesson-1: Programming Elements and Programming in C

Summit Public Schools Summit, New Jersey Grade Level / Content Area: Mathematics Length of Course: 1 Academic Year Curriculum: AP Computer Science A

FLORIDA STATE COLLEGE AT JACKSONVILLE COLLEGE CREDIT COURSE OUTLINE. Introduction to Programming with Visual Basic.NET

CISC 181 Project 3 Designing Classes for Bank Accounts

OKLAHOMA SUBJECT AREA TESTS (OSAT )

AP Computer Science Java Subset

Introduction to Java

Java Interview Questions and Answers

Objective C and iphone App

RARITAN VALLEY COMMUNITY COLLEGE ACADEMIC COURSE OUTLINE CISY 233 INTRODUCTION TO PHP

Course MS10975A Introduction to Programming. Length: 5 Days

INFORMATION BROCHURE Certificate Course in Web Design Using PHP/MySQL

Computing Concepts with Java Essentials

Subject Name: Object Oriented Programming in C++ Subject Code:

Sources: On the Web: Slides will be available on:

Syllabus for Computer Science. Proposed scheme for B.Sc Programme under Choice Based Credit System

Java and J2EE (SCJA Exam CX ) 50 Cragwood Rd, Suite 350 South Plainfield, NJ 07080

Course Number: IAC-SOFT-WDAD Web Design and Application Development

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

6.088 Intro to C/C++ Day 4: Object-oriented programming in C++ Eunsuk Kang and Jean Yang

Yarmouk University Faculty of Science and Information Technology Department of Computer Information Systems CIS 282 Developing Web Applications

Java SE 7 Programming

Bachelor of Games and Virtual Worlds (Programming) Subject and Course Summaries

Moving from CS 61A Scheme to CS 61B Java

Specialized Android APP Development Program with Java (SAADPJ) Duration 2 months

JAVA - QUICK GUIDE. Java SE is freely available from the link Download Java. So you download a version based on your operating system.

Course notes Standard C++ programming

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

DIPLOMADO DE JAVA - OCA

Multichoice Quetions 1. Atributes a. are listed in the second part of the class box b. its time is preceded by a colon. c. its default value is

Software Engineering Concepts: Testing. Pointers & Dynamic Allocation. CS 311 Data Structures and Algorithms Lecture Slides Monday, September 14, 2009

Tutorial on C Language Programming

Java SE 7 Programming

Pemrograman Dasar. Basic Elements Of Java

Java SE 7 Programming

The Clean programming language. Group 25, Jingui Li, Daren Tuzi

Evolution of the Major Programming Languages

Transcription:

El Dorado Union High School District Course of Study Information Page Course Title: ACE Computer Programming II (#495) Rationale: A continuum of courses, including advanced classes in technology is needed. At Union Mine, the 4 x 4 schedules create an immediate need for additional elective options. This course provides the opportunity for students to increase their technical skills through a year long (one term) course. In addition, this course offers students the opportunity to explore video production as a possible career option. Course Description: This course will provide instruction on programming concepts using a high-level, block-structured language. The course will offer an introduction to methodologies for program design, development, testing, and documentation. Topics include algorithm and program design, control structures, arrays, functions, procedures, text files, and records. The course will include lectures, technical activities and laboratory experiences. Length of Course: Year UMHS Two semesters EDHS, PHS, ORHS, IHS Grade Level: 10-12 Credit: 5 units per semester X Number of Units Meets graduation requirements Request for UC a-g requirements College Prep Elective Vocational X Prerequisites: Successful completion of Algebra I, Computer Technology ½ and ACE Computer Programming I Department: District Sites: Board of Trustees Adoption Date: January 22, 2002 Textbook Title: Date Adopted by Board of Trustees: Business/Technology EDHS, ORHS, PHS, UMHS, IHS

UNIT #1: The Fundamentals Students will be introduced to advanced programming in a specific language 1. Simple programs. 2. Variables, Objects and their declarations. 3. Keywords and identifiers. 4. Chained assignments. 5. Integer types. 6. The simple operators. 7. The char type.

UNIT #2: Conditional Statements and Integer Types Students will be introduced to the use of conditional statements and integer types in advanced programming 1. Input 2. The if statement 3. The if...else statement 4. The relational operator 5. The compound statement 6. A nested conditional 7. The switch statement 8. Scope 9. Enumeration types 10. Integer type conversions

UNIT #3: Iteration and Floating Types Students will be introduced to the use of iteration and floating types in advanced programming 1. The while statement 2. The do...while statement 3. The for statement 4. The break statement 5. The continue statement 6. The goto statement 7. The real number type 8. Constants, variables and objects 9. Pseudo-random numbers

UNIT #4: Functions Students will be introduced to the use of functions in advanced programming 1. The standard C Library functions 2. User-defined functions 3. Test driver 4. Function declarations and definitions 5. Separated compilation 6. The void function 7. Boolean functions 8.!/O functions 9. Passing by reference 10. Passing by constant reference 11. Inline functions 12. Scope 13. Overloading 14. Default argum ents 1. Read material in the test or online.

UNIT #5: Arrays Students will be introduced to the use of arrays in advanced programming 1. Processing arrays 2. Initializing an array 3. Passing an array to a function 4. Simple sorting and searching algorithms 5. Type definitions 6. Multidimensional arrays 1. Read material in the ext or online.

UNIT #6: Pointers and References Students will be introduced to the use of pointers and references in advanced programming 1. Reference 2. Pointers 3. Derived types 4. Object and values 5. Returning a reference 6. Arrays and pointers 7. The new operator 8. The delete operator 9. Dynamic arrays 10. Using const with pointers 11. Pointers to pointers 12. Pointers to functions 13. NUL, NULL and void 1. Read material in the est or online. using the skills taught in this unit

UNIT #7: Strings Students will be introduced to the use of strings in advanced programming 1. Review of pointers 2. Strings 3. String I/O 4. Some cin member functions 5. The ctype.h header file 6. Arrays of strings 7. The C-string handling library

UNIT #8: Classes Students will be introduced to the use of classes in advanced programming 1. Class declarations 2. Constructors 3. Access functions 4. Private member functions 5. The copy construction 6. Destructor 7. Constant objects 8. Structures 9. Pointers to objects 10. Static data members 11. Static function members

UNIT #9: Overloading Operators Students will be introduced to the use of overloading operators in advanced programming 1. Overloading the assignment operator 2. The this pointer 3. Overloading the arithmetic operators 4. Overloading the relational operators 5. Overloading the stream operators 6. Overloading the increment and decrement operators 7. Overloading the script operators

UNIT #10: A String Class Students will be introduced to the use of a string class in advanced programming 1. The string class interface 2. The constructors and destructors 3. The copy constructor 4. The assignment constructor 5. The addition constructor 6. The comparison constructor 7. Stream operators

UNIT #11: Composition and Inheritance Students will be introduced to the use of composition and inheritance in advanced programming 1. Composition 2. Inheritance 3. Protected class members 4. Private Access versus protected access 5. Virtual functions and polymorphism 6. Abstract base classes 7. Object-oriented programming

UNIT #12: Stream I/O Students will be introduced to the use of stream I/O in advanced programming 1. Stream classes 2. The ios class 3. Ios format flags 4. Ios state variables 5. The istream and ostream class 6. Unformatted input functions 7. Unformated output functions 8. Stream manipulator 9. Disk File I/O with stream 10. Character I/O 11. Binary I/O 12. Object I/O 13. I/O with multiple object 14. The file pointer

UNIT #13: Templates and Iterators Students will be introduced to the use of templates and iterators in advance programming 1. Function templates 2. Class templates 3. Container classes 4. Subclass template 5. Passing template classes to template parameters 6. Iterator classes 1. Read material in the test or online.

UNIT #14: Libraries Students will be introduced to the use of libraries in advanced programming 1. The standard C++ library 2. Proprietary libraries 3. The standard C headers 4. String streams 5. File processing 6. The standard template library

UNIT #15: Career Exploration Unit Students will locate a professional computer programmer and shadow them for a pre-determined period of time 1. The responsibilities of a professional computer programmer 2. The training required to secure employment in the computer programming field 3. The education required to secure training in the com puter program ming field 1. Using professional organizations and other resources, students will locate professional computer programers and arrange to shadow them at work. 2. Students will compile a portfolio of the programs they have developed to share with prospective employers, colleges, universities and technical schools.