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



Similar documents
Java 6 'th. Concepts INTERNATIONAL STUDENT VERSION. edition

Computing Concepts with Java Essentials

Java Software Structures

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

Glossary of Object Oriented Terms

Android Application Development Course Program

Fundamentals of Java Programming

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

Java Application Developer Certificate Program Competencies

WORKSPACE WEB DEVELOPMENT & OUTSOURCING TRAINING CENTER

Programming and Software Development CTAG Alignments

DATA STRUCTURES USING C

Java EE Web Development Course Program

Krishna Institute of Engineering & Technology, Ghaziabad Department of Computer Application MCA-213 : DATA STRUCTURES USING C

AP Computer Science AB Syllabus 1

Computer Programming I & II*

Computer Programming I

Domains and Competencies

Structural Design Patterns Used in Data Structures Implementation

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

#820 Computer Programming 1A

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

El Dorado Union High School District Educational Services

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

Formal Engineering for Industrial Software Development

BCS2B02: OOP Concepts and Data Structures Using C++

The Elective Part of the NSS ICT Curriculum D. Software Development

Computer Science 1-3 (AP) Syllabus/Online Course Plan

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

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

Java (12 Weeks) Introduction to Java Programming Language

An Introduction to Object-Oriented Programming with

Programming with the Microsoft.NET Framework Using Microsoft Visual Studio 2005 (VB)

C++ Programming Language

Data Structures Using C++ 2E. Chapter 5 Linked Lists

AP Computer Science Java Subset

Questions 1 through 25 are worth 2 points each. Choose one best answer for each.

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

THE OPEN UNIVERSITY OF TANZANIA

Classes and Pointers: Some Peculiarities (cont d.)

HARDWARE AND SOFTWARE COMPONENTS Students will demonstrate an understanding of the relationship between hardware and software in program execution.

COURSE OUTLINE. Prerequisites: Course Description:

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

An Introduction to Programming and Computer Science

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

INTERNATIONAL JOURNAL OF PURE AND APPLIED RESEARCH IN ENGINEERING AND TECHNOLOGY

History OOP languages Year Language 1967 Simula Smalltalk

Computer Science III Advanced Placement G/T [AP Computer Science A] Syllabus

: provid.ir

University of Dayton Department of Computer Science Undergraduate Programs Assessment Plan DRAFT September 14, 2011

COMPUTER SCIENCE. 1. Computer Fundamentals and Applications

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

Course MS10975A Introduction to Programming. Length: 5 Days

Business & Information Technology Skills For Students in Virginia

UNIVERSITY OF MALTA THE MATRICULATION CERTIFICATE EXAMINATION ADVANCED LEVEL COMPUTING. May 2011

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

How To Design Software

Object-Oriented Design Guidelines

Computer. Course Description

Assessment Plan for CS and CIS Degree Programs Computer Science Dept. Texas A&M University - Commerce

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

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

PG DAC. Syllabus. Content. Eligibility Criteria

The C Programming Language course syllabus associate level

7.1 Our Current Model

I. PREREQUISITES For information regarding prerequisites for this course, please refer to the Academic Course Catalog.

WJEC GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

10CS35: Data Structures Using C

AP Computer Science A Syllabus

Assessment for Master s Degree Program Fall Spring 2011 Computer Science Dept. Texas A&M University - Commerce

Web Development in Java

Algorithms and Data Structures Written Exam Proposed SOLUTION

Minnesota Virtual Academy Online Syllabus for AP Computer Science A

CSCI 253. Object Oriented Programming (OOP) Overview. George Blankenship 1. Object Oriented Design: Java Review OOP George Blankenship.

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

AP Computer Science A - Syllabus Overview of AP Computer Science A Computer Facilities

OKLAHOMA SUBJECT AREA TESTS (OSAT )

Data Structures and Algorithms V Otávio Braga

Computer Programming I

DE 6211 DISTANCE EDUCATION. M.Sc. (IT) DEGREE EXAMINATION, MAY PRINCIPLES OF INFORMATION TECHNOLOGY. (2002 onwards) PART A (10 3 = 30 marks)

Department of Computer Science

6 March Array Implementation of Binary Trees

How To Teach C++ Data Structure Programming

A TOOL FOR DATA STRUCTURE VISUALIZATION AND USER-DEFINED ALGORITHM ANIMATION

Lewis, Loftus, and Cocking. Java Software Solutions for AP Computer Science 3rd Edition. Boston, Mass. Addison-Wesley, 2011.

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

Eastern Washington University Department of Computer Science. Questionnaire for Prospective Masters in Computer Science Students

DIABLO VALLEY COLLEGE CATALOG

TAMALPAIS UNION HIGH SCHOOL DISTRICT Larkspur, California. Course of Study COMPUTER PROGRAMMING 1-6

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

Introduction to Programming System Design. CSCI 455x (4 Units)

This lecture. Abstract data types Stacks Queues. ADTs, Stacks, Queues Goodrich, Tamassia

CEC225 COURSE COMPACT

Department of Computer Science

CHAPTER 4 ESSENTIAL DATA STRUCTRURES

CS 111 Classes I 1. Software Organization View to this point:

Computer Science Data Science - B.S.

Sample Syllabus (C++) CSCI 1301 Introduction to Programming Principles

2. Advance Certificate Course in Information Technology

Software Engineering Transfer Degree

Transcription:

CompuScholar, Inc. Alignment to Utah's Computer Programming II Standards Course Title: TeenCoder: Java Programming Course ISBN: 978 0 9887070 2 3 Course Year: 2015 Note: Citation(s) listed may represent a subset of the actual instances where objectives are met throughout the course. Computer Programming II, 2013 revision Levels: 10 12 Units of Credit: 1.00 CIP Code: 11.0202 Core Code: 35 02 00 00 040 Prerequisites: Secondary Math I, Computer Programming I Skill Test: #830 Computer Programming II (C++) #835 Computer Programming II (Java) #831 Computer Programming II (Python) AP Computer Science IB Computer Science MTA Software Development Fundamentals (98 361) MTA Windows Developmental Fundamentals (98 362) MTA Microsoft.NET Fundamentals (98 372) MTA Web Development Fundamentals (98 363) COURSE DESCRIPTION This is an advanced course in computer programming/software engineering and applications. It reviews and builds on the concepts introduced in CP I. It Introduces students to dynamic allocation of data, advanced utilization of classes, advanced GUI techniques, and advanced applications of recursion through the application of mathematical concepts.

CORE STANDARDS, OBJECTIVES, AND INDICATORS STANDARD 1 Students will develop applications which make advanced use of the skills and concepts developed in Computer Programming IA & IB. Objective 1: Demonstrate the ability to develop complex applications. a. Develop complex applications using input, calculations, and output. Chapter 17, Activity 1 b. Develop complex applications using control structures. Chapter 7 Activity c. Develop complex applications in object oriented programming. Chapter 16 Activities d. Develop complex applications using data structures Chapter 14 Activity, Chapter 19 e. Develop complex applications using files (sequential files). Chapter 18 Objective 2: Utilize recursive algorithms a. Analyze and solve recursive methods Chapter 19, Lesson 1 b. Utilize recursive algorithms to solve a problem Chapter 19 Activity c. Identify the base case, recursive case, and action of each recursive Chapter 19, Lesson 1 function or method d. Understand the use of a recursive helper function or method Chapter 19, Lesson 1 Objective 3: Create advanced functions and methods a. Understand overloading. Chapter 15, Lesson 4 b. Create and use overloaded operators (C++). n/a STANDARD 2 Students will use searching and sorting algorithms. Objective 1: Demonstrate the ability to search data structures in programs. a. Develop a binary search. Chapter 19 Activity b. Compare efficiency and appropriateness of sequential and binary Chapter 19, Lesson 3 searches. Objective 2: Demonstrate the ability to sort data structures in programs. a. Sort arrays using iterative sorting algorithms (selection, insertion, Chapter 19, Lesson 2 bubble). b. Recognize recursive sorting algorithms (merge, quick, heap). Chapter 19, Lesson 2 c. Compare the efficiency of differing sorting algorithms. Chapter 19, Lesson 2

STANDARD 3 Students will utilize multidimensional arrays. Objective 2: Utilize multidimensional arrays. a. Initialize multidimensional arrays. Chapter 14, Lesson 1 b. Input and output data into and from multidimensional arrays. Chapter 14, Lesson 1 c. Perform operations on multidimensional arrays. Chapter 14, Lesson 1 d. Perform searches on multidimensional arrays. Chapter 14, Lesson 1 STANDARD 4 Students will properly employ dynamic data structures and abstract data types (ADTs). Objective 1: Demonstrate the ability to use stacks in programs. a. Declare stack structures. Supplemental Lesson 3 b. Initialize stacks. Supplemental Lesson 3 c. Check for empty and full stacks. Supplemental Lesson 3 d. Push on to and pop off values from stacks. Supplemental Lesson 3 e. Develop an application that utilizes stacks. Supplemental Lesson 3 Activity Objective 2: Demonstrate the ability to use queues in programs. a. Declare queue structures. Supplemental Lesson 3 b. Check for empty and full queues. Supplemental Lesson 3 c. Initialize queues. Supplemental Lesson 3 d. Enqueue values on to and dequeue values off of queues. Supplemental Lesson 3 e. Develop an application that utilize queues. Supplemental Lesson 3 Activity Objective 3: Utilize type safe data structures (generics or templates) a. Utilize data structures that are type safe using generics or templates. Chapter 14, Lesson 2 b. Understand how type safe data structures prevent errors. Chapter 14, Lesson 2 c. Optional Demonstrate how to create a template or generic class. n/a

STANDARD 5 Students will design and implement advanced objected oriented concepts. Objective 1: Implement object oriented programs a. Create classes that have high cohesion and low coupling. Chapter 10, Lesson 1 b. Understand and use composition and aggregation (HAS A) relationships. Chapter 10, Lesson 2 c. Understand the use of class variables (static variables). Chapter 10, Lesson 2 Chapter 11, Lesson 3 Objective 2: Implement Inheritance in an objected oriented program. a. Utilize class hierarchies (parent child relationships). Chapter 10, Lesson 2 b. Understand IS A Relationships. Chapter 10, Lesson 2 c. Override methods. Understand how to call the overriding method from Chapter 15, Lesson 4 the child. d. Understand the protected modifier Chapter 10, Lesson 3 e. Call a parent class constructor from the child's constructor Chapter 11, Lesson 1 Objective 3: Create and use abstract classes a. Create and implement abstract classes Chapter 15, Lesson 2 b. Implement interfaces (purely abstract classes). Chapter 11, Lesson 2 Objective 4: Implement polymorphism a. Demonstrate that a parent object variable can hold an instance of a child Chapter 15, Lesson 3 class. b Demonstrate typecasting of inherited objects Chapter 15, Lesson 3 c. Determine IS A relationships via code (eg: instanceof, typeof, isa) n/a Objective 5: Demonstrate overriding techniques. a. Demonstrate method overloading Chapter 15, Lesson 4 b. Utilize method virtualization (implicit in Java, Python, explicit in C++, C#) Chapter 15, Lesson 4 STANDARD 6 Students will use Unified Modeling Language (UML) to design object oriented programs Objective 1: Demonstrate the use of UML in design. a. Create an activity diagram. n/a b. Create a class diagram for the class hierarchy of a program. Chapter 15, Lesson 2 c. Create a sequence diagram for a method. n/a d. Translate an activity diagram to code. n/a

STANDARD 7 Students will develop a program of significant complexity as part of a portfolio. Objective 1: Create an individual program of significant complexity and size (300 500 lines). a. Create design documentation for the project. Chapter 25 Activity 2 b. Follow accepted object oriented programming methodology when Chapter 25 Activity 3 writing the code. Objective 2: Compile a portfolio of the individual and group programs developed. a. Include sample design work Chapter 25 b. Include sample program source code and output Chapter 25 Optional STANDARD 8 Students will participate in a work based learning experience and/or competition. Objective 1: Participate in a work based learning experience. a. Take a field trip to a software engineering firm n/a b. Participate in a Job shadow n/a c. Work an internship n/a d. Listen to an Industry guest speaker or post secondary guest speaker n/a e. Intverview with an industry representive n/a f. Participate in a competition n/a