Fundamentals of Programming and Software Development Lesson Objectives



Similar documents
#820 Computer Programming 1A

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

Computer Programming I & II*

Chapter 13: Program Development and Programming Languages

Java Application Developer Certificate Program Competencies

Fundamentals of Java Programming

Computer Programming I

WESTMORELAND COUNTY PUBLIC SCHOOLS Integrated Instructional Pacing Guide and Checklist Computer Math

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

Programming and Software Development CTAG Alignments

El Dorado Union High School District Educational Services

How To Understand Programming Languages And Programming Languages

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

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

Essentials of Computer Programming. Computer Science Curriculum Framework

Chapter 13: Program Development and Programming Languages

Programming and Software Development (PSD)

Course Title: Software Development

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

EMC Publishing. Ontario Curriculum Computer and Information Science Grade 11

Chapter 12 Programming Concepts and Languages

Chapter 6: Programming Languages

AQA GCSE in Computer Science Computer Science Microsoft IT Academy Mapping

Glossary of Object Oriented Terms

Java Programming (10155)

El Dorado Union High School District Educational Services

The C Programming Language course syllabus associate level

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

Stage 5 Information and Software Technology

Chapter 14. Programming and Languages. McGraw-Hill/Irwin. Copyright 2008 by The McGraw-Hill Companies, Inc. All rights reserved.

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

Topics. Introduction. Java History CS 146. Introduction to Programming and Algorithms Module 1. Module Objectives

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

Wilson Area School District Planned Course Guide

ARIZONA CTE CAREER PREPARATION STANDARDS & MEASUREMENT CRITERIA SOFTWARE DEVELOPMENT,

Java (12 Weeks) Introduction to Java Programming Language

VB.NET Programming Fundamentals

Certified PHP Developer VS-1054

Syllabus for CS 134 Java Programming

This module explains fundamental aspects of Microsoft Dynamics NAV Development Environment.

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

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

2667A - Introduction to Programming

This Unit is aimed at candidates who have no previous experience of computer programming.

INFORMATION BROCHURE Certificate Course in Web Design Using PHP/MySQL

Specialized Programme on Web Application Development using Open Source Tools

3 SOFTWARE AND PROGRAMMING LANGUAGES

AP Computer Science Java Subset

C++ Programming Language

1 Introduction. 2 Overview of the Tool. Program Visualization Tool for Educational Code Analysis

Course Information Course Number: IWT 1229 Course Name: Web Development and Design Foundation

COMPUTER SCIENCE (5651) Test at a Glance

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

B.Sc.(Computer Science) and. B.Sc.(IT) Effective From July 2011

EKT150 Introduction to Computer Programming. Wk1-Introduction to Computer and Computer Program

KS3 Computing Group 1 Programme of Study hours per week

CS 141: Introduction to (Java) Programming: Exam 1 Jenny Orr Willamette University Fall 2013

CHAPTER 1 ENGINEERING PROBLEM SOLVING. Copyright 2013 Pearson Education, Inc.

Computer Technology Computer Programming II (Joint Course with Business Technology Approved 10/29/10 for that area)

Algorithm & Flowchart & Pseudo code. Staff Incharge: S.Sasirekha

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

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

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

Business Institutional (ILO), Program (PLO), and Course (SLO) Alignment Number of Courses: 20. Program Level SLOS

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

Course MS10975A Introduction to Programming. Length: 5 Days

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

McGraw-Hill The McGraw-Hill Companies, Inc.,

CTI Higher Certificate in Information Systems (Engineering)

Programming Languages & Tools

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

NATIONAL CERTIFICATES (VOCATIONAL)

How to Write a Pennsylvania Customized Assessment

Flowchart Techniques

Chapter 13 Computer Programs and Programming Languages. Discovering Computers Your Interactive Guide to the Digital World

I PUC - Computer Science. Practical s Syllabus. Contents

Computer Science and Mathematics. Mathematics Curriculum Framework

Computer Programming

Debugging. Common Semantic Errors ESE112. Java Library. It is highly unlikely that you will write code that will work on the first go

Specialized Programme on Web Application Development using Open Source Tools

DIABLO VALLEY COLLEGE CATALOG

CS 40 Computing for the Web

THE OPEN UNIVERSITY OF TANZANIA

Grade descriptions Computer Science Stage 1

Instructional Design Framework CSE: Unit 1 Lesson 1

An Introduction to Object-Oriented Programming with

Short Course. Coding. Specification for Junior Cycle

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

B.C.A. DEGREE EXAMINATION, NOVEMBER 2010 Fifth Semester Computer Applications Elective WIRELESS APPLICATION PROTOCOL (CBCS 2008 onwards)

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

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

INTERNET PROGRAMMING AND DEVELOPMENT AEC LEA.BN Course Descriptions & Outcome Competency

PHP Tutorial From beginner to master

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

HP TeamSite Developer - Training Agenda

Algorithms, Flowcharts & Program Design. ComPro

Many applications consist of one or more classes, each containing one or more methods. If you become part of a development team in industry, you may

Chapter 1 An Introduction to Computers and Problem Solving

Transcription:

Lesson Unit 1: INTRODUCTION TO COMPUTERS Computer History Create a timeline illustrating the most significant contributions to computing technology Describe the history and evolution of the computer Identify major contributors and their influence on the field of computer technology Discuss the past and present impact of computer technology on our lives Introduction to Computer Hardware Identify computer hardware components and their functions. Differentiate between storage and memory. Discuss the differences between random-access memory (RAM) and read-only memory (ROM). Discuss the function of the central processing unit. Differentiate between input and output devices. Introduction to Computer Software Match popular software names with the appropriate type and intended use. Describe an input process output diagram and its function. Name and describe several programming languages. Explain the difference between high-level language and low-level language. Differentiate between system software and application software. Design and Function of the Central Processing Unit Explain the function of the arithmetic logic unit (ALU). Describe the importance of following Order of Operations in the ALU. Explain how cache works in the CPU. Describe the role of logic gates. List the correct PEMDMAS order of operations. Explain the function of the control unit (CU). Introduction to Java Programming Discuss how an IPO chart and pseudocode improve program logic. Explain how to write pseudocode for a simple, everyday task. Explain basic Java syntax rules. Explain how to write and compile a simple Java program. Define Java objects, attributes, methods, and values. Java Syntax Overview Identify the core components required for every Java program. Explain how to construct a Java programming template. Describe the syntax for creating comments and strings. Define the central keywords used by Java.

Lesson Unit 2: PROGRAMMING LANGUAGES Introduction to Java Variables Discuss the performance of simple math operations using variables and Java symbols. Explain how to declare and initialize variables. Describe how to construct variable names in accordance with Java syntax and standard programming practices. Java Math Operations Perform mathematical and comparison operations using variables. Describe the value limits for each Java data type. Create, compile and run a Java program that declares, initializes, and manipulates, and displays variable names and values. Identify the Java comparison operators and describe their functions. Understand the difference between the assignment operator and the equal-to comparison operator. Operators and Escape Sequences Write single-line syntax for a conditional operator statement in Java. Identify the correct escape sequence to achieve desired output formatting. Explain the if-then-else decision process behind conditional operators. Create a Java program that utilizes conditional operators to compare data values and make decisions based on results. New Data Types and the If Statement Demonstrate understanding of the use of char and string data types. Explain how to write Java code using if statements, if-else statements, and System.in.read() statements. Distinguish the difference between char and string data. Describe the purpose of the System.in.read(); statement. Compare the logical foundations of the if statement and if-else statement. Switch and Case List several best practices for coding programs. Identify approriate situations for using the switch-case and nested if statements. Explain the distinction between the keywords break and default. Describe the function of the switch-case statement. Write efficient code using switch-case and nested if statements. User-Defined Methods Discuss the importance of acting responsibly in the computer workplace environment. Describe the value of user-defined methods in Java programming. Write user-defined methods that accept parameters and return values.. Define the keywords public, private, and void, and describe their purpose.

Lesson Unit 3: INTRODUCTION TO PROGRAMMING Introduction to the For Loop Write a Java program implementing a for loop. Identify the components of a for loop structure. Describe the function and purpose of a for loop. Differentiate and describe postfix and prefix operators. Loops Practice with the Do-While Loop Identify the components of a do-while loop structure. Describe the function and purpose of a do-while loop. Differentiate between the appropriate use of the for loop and the dowhile loop. Describe the cause of an infinite loop. Explain the concept of debugging a computer program. Loops Practice with the While Loop Identify the components of a while loop structure. Explain how to create pseudocode and a Java program that contains an appropriate loop. Describe the function and purpose of a while loop. Determine the most appropriate loop structure to use for a particular situation. Discuss key distinctions among the for loop, do-while loop, and while loop. Arrays Syntax and Use Compare the long- and short-form techniques to declare an array. Explain the logic and rationale behind Java arrays. Identify the syntax components to create and populate an array. Declare an array and populate it with values. Arrays Passing by Reference Explain the concept of an array index. Create arrays for personal data using appropriate Java syntax. Describe and employ two techniques to declare and populate arrays in Java. Differentiate and describe the concepts of passing by reference and passing by value. Parallel and Multidimensional Arrays Describe the construction of multiple arrays using proper syntax. Explain the logic and structure of two- and three-dimensional arrays. Justify the use of a multidimensional array logic model for a real-world data situation. Describe the concept of desk checking a program.

Lesson Unit 4: CONTROL BLOCKS Classes and Objects Explain how to construct classes and related objects using correct Java syntax. Define the concept and role of importing packages in Java. Formulate clear opinions on the role of usability in the computer technology industry. Explain the distinctions between public and private as well as abstract and concrete classes. Discuss the relationship of Java classes, variables, and methods. Constructors and Packages Describe a user-defined constructor. Explain the use of a Java-defined constructor to instantiate a class object. Discuss the concept and syntax of classes.. Compare and contrast Java-defined constructors with user-defined constructors. Explain the use of classes to produce packages. Flowcharts Mapping Interpret and explain the logic and flow of control depicted in a flowchart. Identify the correct flowchart symbol for specific program components and actions. Design a flowchart from an IPO chart and pseudocode. Construct flowchart sequences to depict if-then and looping scenarios. HTML Basics Describe the function of tagging in HTML. Create a basic HTML file that can be viewed in a web browser. Identify basic HTML tags and describe their purpose. HTML Images, Links, and Web Development Tools Describe how to construct list formats in two formats using HTML. Describe how to construct a web page with links to external sites. Explain how to write HTML code for a web page that includes images. Define WYSIWYG and explain its benefits in developing web pages. Event-Driven Programming and Visual Basic Describe the relationship between controls, events, and subroutines. Identify user-initiated events on a computing device interface. Define and describe a graphical user interface. Explain the logic of event-driven programming.

Lesson Unit 5: GUI PROGRAMMING AND WEB APPLICATIONS Software Development Life Cycle Identify and describe the stages of the software development process. Compare and contrast major software development life cycle models. Explain the roles of clients and end users in the software development process. Choose appropriate software development models based on various project characteristics. Programming Languages Identify major categories of programming languages. Classify popular programming languages into key categories. Describe primary characteristics of popular programming languages. User-Centered Software Design Create an app protoype that demonstrates basic principles of usability. Explain the purpose and value of user-centered design. Distinguish between contextual design and participatory design approaches. Skills and Interests for Software Careers Identify and describe transferable skills necessary to succeed as a computer programmer. Identify the technical skills necessary to be a computer programmer. Describe the Strong Interest Inventory themes and formulate a personal Holland code. Software Industry Careers Distinguish the roles and responsibilities of computer programmers and software developers. Describe education requirements for programmers, software developers, and web developers. Explains the difference between application software developers and system software developers. New Trends and Technologies Define the concept of the Web of Things. Explain how the spread of computing devices is changing expectations for software. Analyze how Big Data presents opportunities and challenges. Compare and contrast functional programming and probabilistic modeling.