CS Standards Crosswalk: CSTA K-12 Computer Science Standards and Oracle Java Programming (2014)



Similar documents
Competencies for Secondary Teachers: Computer Science, Grades 4-12

Describe the process of parallelization as it relates to problem solving.

Idaho K 12 Content Standards for Computer Science

Computer Science and Mathematics. Mathematics Curriculum Framework

Java SE 7 Programming

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

One LAR Course Credits: 3. Page 4

Datavetenskapligt Program (kandidat) Computer Science Programme (master)

Java SE 8 Programming

Computer and Information Sciences

Instructional Design Framework CSE: Unit 1 Lesson 1

Java SE 7 Programming

Java SE 7 Programming

Doctor of Philosophy in Computer Science

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

DIABLO VALLEY COLLEGE CATALOG

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

CS Matters in Maryland CS Principles Course

Java Application Developer Certificate Program Competencies

Essentials of Computer Programming. Computer Science Curriculum Framework

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

MEng, BSc Applied Computer Science

Diploma Of Computing

MEng, BSc Computer Science with Artificial Intelligence

Master of Science in Computer Science

Professional Organization Checklist for the Computer Science Curriculum Updates. Association of Computing Machinery Computing Curricula 2008

Bachelor of Information Technology

Domains and Competencies

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

DIPLOMADO DE JAVA - OCA

MICHIGAN TEST FOR TEACHER CERTIFICATION (MTTC) TEST OBJECTIVES FIELD 050: COMPUTER SCIENCE

ABET General Outcomes. Student Learning Outcomes for BS in Computing

Students who successfully complete the Health Science Informatics major will be able to:

Software Engineering Transfer Degree

Computer Science Course Descriptions Page 1

COURSE TITLE COURSE DESCRIPTION

Subject knowledge requirements for entry into computer science teacher training. Expert group s recommendations

COMPUTER SCIENCE (5651) Test at a Glance

Course MS10975A Introduction to Programming. Length: 5 Days

MSc Information Technology - E521

LONDON SCHOOL OF COMMERCE. Programme Specification for the. Cardiff Metropolitan University. BSc (Hons) in Computing

Master Degree Program in Computer Science (CS)

Master of Science in Applied Computer Science

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

Texas Essential Knowledge and Skills Correlation to Video Game Design Foundations 2011 N Video Game Design

UNDERGRADUATE DEGREE PROGRAMME IN COMPUTER SCIENCE ENGINEERING SCHOOL OF COMPUTER SCIENCE ENGINEERING, ALBACETE

INFORMATION TECHNOLOGY PROGRAM

Please consult the Department of Engineering about the Computer Engineering Emphasis.

Page 1 of 5. (Modules, Subjects) SENG DSYS PSYS KMS ADB INS IAT

M.S. Computer Science Program

Bachelor of Bachelor of Computer Science

SYSTEMS, CONTROL AND MECHATRONICS

INFORMATION TECHNOLOGY (INFO)

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

Department of Computer Science

Programming Languages

Course Title: Software Development

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

Cabrillo College Catalog

Programme Specification for the. Cardiff Metropolitan University. Master of Science (MSc) in Information Technology

Course Descriptions. preparation.

Using Web-based Tools to Enhance Student Learning and Practice in Data Structures Course

Computer Science. Master of Science

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

Digital Industries Trailblazer Apprenticeship. Software Developer - Occupational Brief

UNDERGRADUATE COMPUTER SCIENCE EDUCATION: A NEW CURRICULUM PHILOSOPHY & OVERVIEW

Professional Organization Checklist for the Computer Information Systems Curriculum

Computer Information Systems

School District of Springfield Township

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

M.Tech. Software Systems

Degrees Major in Computer Science Minor in Computer Science Major in Software Engineering

AP Computer Science AB Syllabus 1

LONG BEACH CITY COLLEGE MEMORANDUM

COURSE DESCRIPTION FOR THE COMPUTER INFORMATION SYSTEMS CURRICULUM

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

OKLAHOMA SUBJECT AREA TESTS (OSAT )

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

Study Plan for the Bachelor Degree in Computer Information Systems

INFORMATION SYSTEMS (INFO)

Computer Science. General Education Students must complete the requirements shown in the General Education Requirements section of this catalog.

COMPUTER SCIENCE, BACHELOR OF SCIENCE (B.S.)

The CS Principles Project 1

Division of Mathematical Sciences

These regulations apply to students admitted to the BBA(IS) degree in the academic year and thereafter.

The Graduate Program in Information Technology at Virginia Tech

COMPUTER SCIENCE. FACULTY: Jennifer Bowen, Chair Denise Byrnes, Associate Chair Sofia Visa

Fundamentals of Computer Programming CS 101 (3 Units)

Integration of Mathematical Concepts in the Computer Science, Information Technology and Management Information Science Curriculum

Masters in Human Computer Interaction

Structure of Presentation. The Role of Programming in Informatics Curricula. Concepts of Informatics 2. Concepts of Informatics 1

How To Get A Computer Science Degree At Appalachian State

Obfuscated Biology -MSc Dissertation Proposal- Pasupula Phaninder University of Edinburgh March 31, 2011

Masters in Computing and Information Technology

Transcription:

CS Standards Crosswalk: CSTA K-12 Computer Science Standards and Oracle Java Programming (2014) CSTA Website Oracle Website Oracle Contact http://csta.acm.org/curriculum/sub/k12standards.html https://academy.oracle.com/oa-web-introcs-curriculum.html academy_ww@oracle.com Level 3 (recommended for grades 9 12) Applying concepts and creating real-world solutions Level 3 is divided into three discrete courses, each of which focuses on different facets of computer science as a discipline. Throughout these courses, students can master more advanced computer science concepts and apply those concepts to develop virtual and real-world artifacts. Level 3A: (recommended for grades 9 or 10) Computer Science in the Modern World This course is recommended for all students. Its goal is to solidify students understanding of computer science principles and practices so that they can make informed choices and use appropriate computational tools and techniques in whatever career they decide to pursue. They should also appreciate the breadth of computing and its influence in almost every aspect of modern life. ( = terminal objective: meets all or part of CSTA standard; = enabling objective: an early step that could lead to, but is not sufficient for, meeting CSTA standard) Use predefined functions and parameters, classes and methods to divide a complex problem into simpler parts. Describe a software development process used to solve software problems (e.g., design, coding, testing, verification). Explain how sequence, selection, iteration, and recursion are building blocks of algorithms. Compare techniques for analyzing massive data collections. Describe the relationship between binary and hexadecimal representations. Analyze the representation and trade-offs among various forms of digital information. Describe how various types of data are stored in a computer system. Strand: Computational Thinking CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 1

Use modeling and simulation to represent and understand natural phenomena. Discuss the value of abstraction to manage problem complexity. Describe the concept of parallel processing as a strategy to solve large problems. Describe how computation shares features with art and music by translating human intention into an artifact. Strand: Computational Thinking Model business problems using Java classes [3.1.1] Java Class Design [3.1] Work in a team to design and develop a software artifact. Use collaborative tools to communicate with project team members (e.g., discussion threads, wikis, blogs, version control, etc.). Describe how computing enhances traditional forms and enables new forms of experience, expression, communication, and collaboration. Identify how collaboration influences the design and development of software products. Strand: Collaboration Strand: Computing Practice and Programming CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 2

Create and organize web pages through the use of a variety of web programming design tools. Use mobile devices/ emulators to design, develop, and implement mobile computing applications. Use various debugging and testing methods to ensure program correctness (e.g., test cases, unit testing, white box, black box, integration testing) Apply analysis, design, and implementation techniques to solve problems (e.g., use one or more software lifecycle models). Use Application Program Interfaces (APIs) and libraries to facilitate programming solutions. Strand: Computing Practice and Programming Test classes in isolation [2.1.3] Working with Pre-Written Code [2.1] Develop a final project [4.1.1] Present the final project [4.1.2] Develop written documentation for the final project [4.1.3] Implement an ArrayList [3.2.5] Implement a Set [3.2.6] Implement a HashMap [3.2.7] Implement a stack by using a Deque [3.2.8] Read, search, and parse Strings [3.3.1] Use StringBuilder to create Strings [3.3.2] Use regular expressions to search, parse, and replace Strings [3.3.3] Select appropriate file formats for various types and uses of data. Describe a variety of programming languages available to solve problems and develop systems. Explain the program execution process. Describe a complete Java application that includes a database back end [1.1.3] Creating a Final Project [4.1] Generics and Collections [3.2] String Processing [3.3] Deploying an Application [1.1] Working with Pre-Written Code [2.1] Explain the principles of security by examining encryption, cryptography, and authentication techniques. Explore a variety of careers to which computing is central. o Read and understand a pre-written Java program consisting of classes and interacting objects [2.1.1] [CSTA standard is partially met by the listed objectives.] CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 3

Describe techniques for locating and collecting small and large-scale data sets. Describe how mathematical and statistical functions, sets, and logic are used in computation. Strand: Computing Practice and Programming Describe the unique features of computers embedded in mobile devices and vehicles (e.g., cell phones, automobiles, airplanes). Develop criteria for purchasing or upgrading computer system hardware. Describe the principal components of computer organization (e.g., input, output, processing, and storage). Compare various forms of input and output. o Describe the basics of input and output in Java [3.5.1] o Read data from and write data to the console [3.5.2] o Use streams to read and write files [3.5.3] o Read and write objects by using serialization [3.5.4] Explain the multiple levels of hardware and software that support program execution (e.g., compilers, interpreters, operating systems, networks). Apply strategies for identifying and solving routine hardware and software problems that occur in everyday life. Compare and contrast client-server and peer-to-peer network strategies. Explain the basic components of computer networks (e.g., servers, file protection, routing, spoolers and queues, shared resources, and fault-tolerance). Describe how the Internet facilitates global communication. Strand: Computers and Communication Devices Input / Output Fundamentals [3.5] CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 4

Describe the major applications of artificial intelligence and robotics. Strand: Computers and Communication Devices CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 5

Compare appropriate and inappropriate social networking behaviors. Discuss the impact of computing technology on business and commerce (e.g., automated tracking of goods, automated financial transactions, e- commerce, cloud computing). Describe the role that adaptive technology can play in the lives of people with special needs. Compare the positive and negative impacts of technology on culture (e.g., social networking, delivery of news and other public media, and intercultural communication). Describe strategies for determining the reliability of information found on the Internet. Differentiate between information access and information distribution rights. Describe how different kinds of software licenses can be used to share and protect intellectual property. Discuss the social and economic implications associated with hacking and software piracy. Describe different ways in which software is created and shared and their benefits and drawbacks (commercial software, public domain software, open source development). Describe security and privacy issues that relate to computer networks. Explain the impact of the digital divide on access to critical information. Strand: Community, Global, and Ethical Impacts CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 6

Level 3B: (recommended for grades 10 or 11) Computer Science Concepts and Practices This course is a more in-depth study of computer science and its relation to other disciplines, and contains a significant amount of algorithmic problem solving and related activities. One way to realize this course is by following the Computer Science Principles course (www.apcsprinciples.org). Students should complete this course with a clear understanding of the application of computational thinking to real-world problems. ( = terminal objective: meets all or part of CSTA standard; = enabling objective: an early step that could lead to, but is not sufficient for, meeting CSTA standard) Classify problems as tractable, intractable, or computationally unsolvable. Explain the value of heuristic algorithms to approximate solutions for intractable problems. Critically examine classical algorithms and implement an original algorithm. Evaluate algorithms by their efficiency, correctness, and clarity. Use data analysis to enhance understanding of complex natural and human systems. Compare and contrast simple data structures and their uses (e.g., arrays and lists). Discuss the interpretation of binary sequences in a variety of forms (e.g., instructions, numbers, text, sound, image). Use models and simulations to help formulate, refine, and test scientific hypotheses. Analyze data and identify patterns through modeling and simulation. Decompose a problem by defining new functions and classes. Demonstrate concurrency by separating processes into threads and dividing data into parallel streams. Strand: Computational Thinking o Model business problems using Java classes [3.1.1] Java Class Design [3.1] CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 7

Use project collaboration tools, version control systems, and Integrated Development Environments (IDEs) while working on a collaborative software project. Demonstrate the software life cycle process by participating on a software project team. Evaluate programs written by others for readability and usability. Strand: Collaboration Use advanced tools to create digital artifacts (e.g., web design, animation, video, multimedia). Use tools of abstraction to decompose a large-scale computational problem (e.g., procedural abstraction, object-oriented design, functional design). Classify programming languages based on their level and application domain. Model business problems using Java classes [3.1.1] Make classes immutable [3.1.2] Use the instanceof operator to compare object types [3.1.4] Use virtual method invocation [3.1.5] Use upward and downward casts [3.1.6] Create a custom generic class [3.2.1] Use the type interface diamond to create an object [3.2.2] Create a collection without using generics [3.2.3] Create a collection using generics [3.2.4] Implement an ArrayList [3.2.5] Implement a Set [3.2.6] Implement a HashMap [3.2.7] Implement a stack by using a Deque [3.2.8] Use enumerated types [3.2.9] Develop a final project [4.1.1] o Compare access levels default and public [3.1.3] [CSTA standard is partially met by the listed objectives.] Strand: Computing Practice and Programming Java Class Design [3.1] Generics and Collections [3.2] Creating a Final Project [4.1] CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 8

Explore principles of system design in scaling, efficiency, and security. Deploy principles of security by implementing encryption and authentication strategies. Anticipate future careers and the technologies that will exist. Use data analysis to enhance understanding of complex natural and human systems. Deploy various data collection techniques for different types of problems. Strand: Computing Practice and Programming Discuss the impact of modifications on the functionality of application programs. Identify and describe hardware (e.g., physical layers, logic gates, chips, components). Identify and select the most appropriate file format based on trade-offs (e.g., accuracy, speed, ease of manipulation). Describe the issues that impact network functionality (e.g., latency, bandwidth, firewalls, server capability). Explain the notion of intelligent behavior through computer modeling and robotics. Strand: Computers and Communication Devices CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 9

Demonstrate ethical use of modern communication media and devices. Analyze the beneficial and harmful effects of computing innovations. Summarize how financial markets, transactions, and predictions have been transformed by automation. Summarize how computation has revolutionized the way people build real and virtual organizations and infrastructures. Identify laws and regulations that impact the development and use of software. Analyze the impact of government regulation on privacy and security. Differentiate among open source, freeware, and proprietary software licenses and their applicability to different types of software. Relate issues of equity, access, and power to the distribution of computing resources in a global society. Strand: Community, Global, and Ethical Impacts Level 3C (recommended for grades 11 or 12) Topics in Computer Science This is an elective course that provides depth of study in one particular area of computing. Course Leading to Industry Certification: Such a course is primarily geared toward students planning on entering the workforce, continuing their education in a post-secondary technical school, or entering a two-year college Associates of Applied Science program. Students taking this course should have completed Levels 1 and 2, and typically the Level 3A courses. Students who complete certification courses should be encouraged to take the corresponding exam as proof of acquired knowledge. Oracle states that those who successfully complete its Java Programming course (as well as having mastered the prerequisite competencies in the Java Fundamentals course) will possess strong foundational knowledge for Oracle Java SE 7 Programmer I certification. Therefore, CSTA has determined that the Java Programming course meets the definition of a Level 3C course. CSTA K-12 Standards Curriculum Crosswalk Oracle: Java Programming Page 10