Program Name: Information Technology - Database Administration AAS Program Rationale:

Size: px
Start display at page:

Download "Program Name: Information Technology - Database Administration AAS Program Rationale:"

Transcription

1 Program Name: Information Technology - Database Administration AAS Program Rationale: Over the past several years, there has been dramatic growth in the database field. At last year s MSUM sector breakfast, many employers in the computer/software industry expressed a concern for lack of trained graduated entering the field. This database administration program will produce a flexible graduate with significant knowledge in database administration, SQL, and web integration. Catering to the rise in big data, the program also offers an introduction to analytics and business intelligence. Program Description: Prepares the student for a career in support, maintenance, and administration of database management systems in a wide variety of market segments. Potential Occupational Titles: Database Administrator, Database Analyst, Data Analyst, Database Support Specialist. Program Outcomes: 1. Function effectively within teams 2. Demonstrate professionalism, including presentation skills, utilizing research for problem solving, working independently and in teams, being accountable and meeting deadlines. 3. Implement security measures while performing database administration tasks. 4. Generate database driven reports to support business intelligence 5. Demonstrate appropriate ethical and security practices in handling data. 6. Establish interconnectivity of databases and web services. 7. Apply testing and debugging methods to assure quality and workability of finished product. 8. Devise backup and recovery measures in a database environment. 9. Demonstrate knowledge of the software development lifecycle and how the database layer is managed and administered. Course Rationale: The community has expressed a need for advanced database skills. This has been brought forward to us through our advisory board at several of the past meetings. Each of the new courses would meet one of those skill sets and could be considered a technical elective for any of the current Computer Programming or IT programs at M State. New courses that were created General Education courses CPTR1108 CISCO 1 This is an introduction to networking. This course covers a network model, basic networking math, basic network devices and an introduction to network design. 1. Compare various networking models. 2. Compare the various types of networking media. 3. Demonstrate a working knowledge of the TCP/IP protocol stack. 4. Recognize the components involved with assembling a network. 5. Design and assemble small working networks. 6. Recognize the tools necessary to troubleshoot networks. 7. Solve network hardware and software problems. 8. Use network monitoring tools to troubleshooting equipment failures.

2 9. Explain IP addressing and subnetting. CPTR1170 Web Engineering 1 This course is an introduction to programming and maintaining professional Web pages for the business environment. Topics will include page design, authoring tools, accessibility issues and Web page and website development. Focus will be given to client-side programming languages such as HTML and JavaScript, Web server software, Web server maintenance and Internet protocols. 1. Describe components of an URL. 2. Describe the process of obtaining an Internet domain address. 3. Describe the need for, and legal requirements of, Web site policies. 4. Describe layouts, structure, design principles, and considerations for well-designed Web sites. 5. Evaluate Web sites using principles of good format, structure, design, and programming practices. 6. Install and configure Web page programming tools. 7. Use current Web programming languages to create and maintain a Web page. 8. Incorporate an link on a Web page. 9. Incorporate internal and external hypertext links on a Web page. 10. Incorporate tables on a Web page. 11. Incorporate forms on a Web page. 12. Create client-side scripting code to handle error checking in Web forms. 13. Describe the security concerns of Web server administrators. 14. Configure Web server software. 15. Compare Web server operating systems and software. CPTR1001 Introduction to Programming and Scripting This course is an introduction to computer programming. Emphasis will be on programming concepts, program design methodology, program debugging, problem solving and writing clear code. 1. Describe the features and syntax of a programming language. 2. Understand how software can be written to solve business problems. 3. Use debugging and testing to create error-free code. 4. Demonstrate industry standard code development techniques. 5. Develop logic structures. 6. Develop loop structures. 7. Develop control structures. 8. Understand datatypes. 9. Understand functions. 10. Create, update, and process data files. 11. Understand techniques required for security in computer programming.

3 CPTR1106 Microcomputer Databases This course covers database concepts, design and construction using the latest database software. Topics include database normalization and table relationships, database objects, file creation, file manipulation, queries, macros, form development and report generation. Database programming concepts will also be introduced. 1. Create database reports. 2. Create table relationships. 3. Define referential integrity. 4. Create database queries. 5. Manipulate database data. 6. Perform data import operations. 7. Create data entry forms. 8. Demonstrate database programming concepts. 9. Create database tables. 10. Create and manage a switchboard. 11. Create database macros. Math1100 World of Math Prerequisite: Math 1020 Intermediate Algebra Meets MnTC Goal Areas 2 and 4. This course will introduce you to mathematical approaches to question asking, understanding, problem solving and presentation. Practice in these areas may include problems involving sequences, methods of counting, probability, logic, statistics, general problem solving and other topics. 1. Apply mathematical reasoning to a broad range of problems. 2. Interpret and state mathematical problems in a clear manner. 3. Choose or create modes of representation appropriate to understanding and solving various mathematical problems. 4. Produce solutions and explanations with an appropriate level of rigor and detail. 5. Represent and illustrate solutions to problems in a manner that is clear to a mathematician. 6. Seek connections between seemingly different mathematical problems. 7. Recognize and apply a spectrum of mathematical problem-solving tools. 8. Practice generalizing problems and solutions. 9. Develop fluency in moving between levels of abstraction. 10. Know some history of important developments in mathematics

4 CSCI1121 Computer Science I (C++) This course is an introduction to computer science. It includes algorithm design and structured programming using a high-level programming language. Key components of this course are designing, coding, debugging and documenting programs using techniques of good programming style. This course is intended primarily as a first course for computer science majors and/or minors. 1. Design algorithms to solve problems. 2. Understand the syntax of a high-level programming language. 3. Produce correct, clear, and concise documentation for programs. 4. Demonstrate effective debugging techniques. 5. Construct programs utilizing elementary data structures. 6. Determine proper control structures for implementation of problem solutions. 7. Construct algorithms using logical and relational operators. 8. Manage program input from multiple sources. 9. Direct program output to multiple destinations. 10. Code programs that demonstrate the use of selection structures. 11. Write programs that include proper use of looping structures. 12. Write programs utilizing object oriented design. CPTR2224 Linux 1 This course deals with Linux installation, configuration and system administration. This course lays the groundwork for continued study of Linux. 1. Create Linux accounts. 2. Manage Linux accounts. 3. Prepare appropriate documentation. 4. Analyze graphical environments. 5. Write simple shell scripts. 6. Manage application software. 7. Manage security. 8. Evaluate fault-tolerance solutions. 9. Use appropriate software and commands. 10. Manage printing. CPTR2230 Structured Query Language Prerequisite: CPTR1106 Microcomputer Databases This course covers the basics of SQL (Structured Query Language) programming. SQL is a popular computer language that is used by small and large business organizations and computer programmers. The primary purpose of SQL is in working with databases and relational database management systems to store, retrieve, edit, manipulate and format data for end users and decision makers. 1. Create a subquery in a SQL statement. 2. Join multiple tables in a SQL query utilizing the WHERE clause. 3. Create group restrictions utilizing the GROUP BY and HAVING command in a SQL query. 4. Utilize the COUNT, SUM, MAX, and MIN statistical functions in a SQL query.

5 5. Specify query selection criteria utilizing the FROM and WHERE clauses. 6. Correct data errors and delete records in a table utilizing the UPDATE and DELETE commands. 7. View data in a table utilizing the SELECT command. 8. Specify the INSERT command in SQL to load data into tables. 9. Specify data types in SQL. 10. Utilize the CREATE TABLE and DROP TABLE SQL commands. 11. Use the ORDER BY command and DESC operator to sort results in a SQL query. 12. Describe integrity constraints and support. 13. Specify compound conditions in a SQL select query. 14. Utilize comparison operators in a SQL select query. CPTR2210 Database Report Generation Prerequisite: CPTR1106 Students will be introduced to database reporting using commonly used tools. Examples include Microsoft SQL Reporting Services, CSV, Access, Excel, and Crystal Reports. Students will understand ethical and security concerns, and challenges of database reporting. This course will cover the best practices of database reporting and help understand business requirements behind database reporting. 1. Apply querying techniques to generate reports. 2. Analyze and contrast leading software packages relating to Database Reporting. 3. Publish database reports from relational data sets. 4. Publish database reports from XML Datasets. 5. Present database reports to class to demonstrate understanding of problem. 6. Identify business factors involved in report distribution. 7. Identify and analyze security and ethical issues related to database reporting. 8. Demonstrate database optimization techniques for database reporting. 9. Analyze use cases of database reporting. 10. Explain current trends in database reporting. 11. Demonstrate best practices of database reporting. Math1114 College Algebra Prerequisite: Math1020 Intermediate Algebra Meets MnTC Goal Areas 2 and 4. This course includes rational, polynomial, exponential, logarithmic, inverse and quadratic functions. The course also includes equations, inequalities, complex numbers and systems of linear equations. Additional topics may include matrices and determinants. 1. Analyze characteristics of linear functions and their graphs. 2. Analyze characteristics of the inverses of linear functions and their graphs. 3. Analyze characteristics of quadratic functions and their graphs.

6 4. Analyze characteristics of the inverses of quadratic functions (on an appropriate domain) and their graphs. 5. Analyze characteristics of polynomial functions and their graphs. 6. Analyze characteristics of rational functions and their graphs. 7. Analyze characteristics of exponential functions, their inverses and their graphs. 8. Analyze characteristics of logarithmic functions, their inverses and their graphs. 9. Analyze characteristics of radical functions. 10. Solve linear systems of equations by substitution, elimination, and graphing. 11. Determine real and complex zeros of polynomials. 12. Perform function operations including composition. 13. Use mathematical modeling to solve application problems. CPTR2272 Network Operating Systems Prerequisites: CPTR1125 IT Essentials, CPTR1138 Information Systems, CPTR1148 Microcomputer Operating Systems or CPTR2224 Linux I This course teaches functions of a network operating system so the student can effectively maintain and manage a network. The student learns how to establish and oversee the operations of a network, create logins, design and establish directory structures and implement security. 1. Manage network accounts and groups. 2. Configure remote network access. 3. Manage network services. 4. Design network domain structures. 5. Describe multi-domain network structures 6. Create fault tolerant resource plans. 7. Manage security settings and policies. 8. Analyze network resource utilization. 9. Document network configuration. CPTR2234 Linux II Prerequisite: CPTR2224 Linux I The primary focus of this course is Linux networking, security, ethics and privacy. 1. Manage network communication. 2. Manage Internet services. 3. Manage server services. 4. Manage log files. 5. Evaluate security solutions. 6. Evaluate ethical choices. 7. Manage system start up. 8. Apply best practices to server operation. 9. Manage messaging. 10. Manage Linux client services. 11. Manage Linux security.

7 CPTR2260 Advanced Structured Query Language Prerequisite: CPTR2230 Students will build upon the skills learned in the Structured Query Language (SQL) class. This course takes on more advanced but common operations such as Joins and sub-queries, Unions, Intersections. Additionally, the use of stored procedures and views and appropriate use of these features. Additional topics will include: Proper indexing of data, altering table definitions and use of the CASE statement. 1. Demonstrate the JOIN statements (Inner/Outer, Right/Left). 2. Explain usages of UNION, EXCEPT, INTERSECT statements 3. Create, Use, and Manage database views 4. Create and utilize database stored procedures. 5. Demonstrate an awareness of SQL injection. 6. Create, Use, and Manage database temporary tables. 7. Perform tasks using an ALTER TABLE statement. 8. Generate SQL statements using indexes. 9. Construct subqueries. 10. Write SQL statements using a CASE statement HUM2236 Technology in the Humanities Meets MnTC Goal Areas 2, 6 and 8. Developments in the arts, architecture, science, philosophy and education and studies in human interaction are often provoked by changes in technology. Early changes in military technology made it possible for civilizations to take charge of various places on the world's stage. However, over time, changes in how the world was understood, motivated by general advances in global exploration, astronomy and other sciences as well as specific inventions such as movable type, proved even more instrumental in driving people to new and different understandings of what it means to be human. This course explores how technology impacts developments in a culture's world view and tries to anticipate how future changes in technology might alter the course of otherwise established ways of life. 1. Students will demonstrate an understanding of the relationship between advances in technologies and changes in the daily lives of societies that adopt them. 2. Students will be able to recognize how various technologies have impacted on today's social order and anticipate advantages and difficulties associated with emerging technologies 3. Students will be able to draw connections between advances in technology and inevitabilities such as changes in how education is demanded and delivered

8 4. Students will be able to identify specific philosophical, political and social movements and how they helped foster technical innovation or prevent natural technical evolution 5. Students will recognize how changes in technology such as paint, sound recordings and motion pictures have affected the range of expressions available to artists. 6. Students will demonstrate the importance of understanding technology both an aid to ethical and productive self expression and a hindrance to responsible social interaction. 7. Students will draw connections between modes of expression and associated limitations resulting from inequities in education and economic and social class. 8. Students will demonstrate an understanding of how major technical advances such as the printing press promoted global communication and cultural exchanges. 9. Students will be able to identify which applications of modern technology improve ethnic diversity and which applications promote intolerance. 10. Students will be able to identify which apparently small improvements in military technology were responsible for major political changes on a global scale. 11. Students will be able to posit workable solutions for addressing inequities in matters of global social and economic development imposed by changes in technology. Math 1213 Introduction to Statistics Prerequisites: Math1114 College Algebra and/or placement exam OR Math1118 Precalculus Meets MnTC Goal Areas 2 and 4. Topics include data summary, frequency distributions, plots, graphs, measures of central tendency, variation, probabilities, probability distributions and confidence intervals. Hypothesis testing of means, proportions and variances will be conducted using the z- test, t-test, chisquare-test, f-test and ANOVA. Optional topics may include nonparametric statistics, sampling and simulation. 1. Demonstrate knowledge of statistical terms and concepts. 2. Organize and represent data using frequency distributions. 3. Organize and represent data using graphs. 4. Summarize data using measures of central tendency. 5. Summarize data using measures of variation and position. 6. Find probability of an event using probability properties. 7. Find probability of an event using counting techniques. 8. Analyze the characteristics of discrete probability distributions including binomial. 9. Analyze the characteristics of a normal distribution, including the central limit theorem. 10. Identify the confidence interval for mean, proportion, variance, and standard deviation. 11. Demonstrate the process of hypothesis testing for specific values of mean, proportion, variance, and standard deviation. 12. Test the difference between two means, two variances, and two proportions.

9 13. Perform a linear correlation and regression analysis. 14. Perform chi-square test for goodness of fit, independence and homogeneity of proportions. 15. Perform a one-way analysis of variance. ENGL1101 College Writing Meets MnTC Goal Area 1. This is an introductory writing course designed to prepare students for later college and career writing. The course focuses on developing fluency through a process approach, with particular emphasis on revision. Students will consider purpose and audience, read and discuss writing and further develop their own writing processes through successive revisions to produce polished drafts. Course work will include an introduction to argumentative writing, writing from academic sources and a short research project. 1. Demonstrate the writing process through invention, organization, drafting, revision, editing and presentation. 2. Participate effectively in groups with emphasis on listening, critical and reflective thinking and responding. 3. Locate and evaluate information from diverse academic sources. 4. Synthesize information from diverse academic sources. 5. Construct logical and coherent arguments. 6. Use authority, point-of-view and individual voice and style in writing. 7. Respond critically via discussion. 8. Respond critically via writing. 9. Employ syntax and usage appropriate to academic disciplines and the professional world. 10. Select appropriate communication choices for specific audiences. 11. Use a discipline-appropriate style guide to responsibly credit and document information. CPTR2245 Enterprise Network Technologies Prerequisite: CPTR2272 Network Operating Systems This course is designed for learners to develop knowledge and skills in all aspects of the writing process. Planning, organizing, writing, editing and revising are applied through a variety of activities. Students will analyze audience and purpose, use elements of research and format documents using standard guidelines. Individuals will develop critical reading skills through analysis of various written documents 1. Analyze the cause and cost of network downtime. 2. Develop strategies for high availability. 3. Analyze SAN technology. 4. Analyze server virtualization. 5. Analyze active and passive server clustering. 6. Evaluate concepts for cloud computing. 7. Design an enterprise network. 8. Implement server virtualization.

10 9. Develop electronic documents supporting an enterprise network design. 10. Evaluate options for green technologies. CPTR2275 Data Analytics Prerequisites: CPTR1106 and MATH1213 This course is an Introduction to data analytics. The student will explore historical roots and reasons for business intelligence. The student will be introduced to big data, data mining, data warehousing and how it helps businesses. Database scalability and optimization will also be covered. 1. Compare and contrast between Database Reporting and Database Analytics 2. Distinguish the components of database architecture and design. 3. Explain business wants and needs in business intelligence. 4. Examine business cases of data mining 5. Generate database performance metrics 6. Looking for patterns in the data using Pattern Discovery 7. Optimize the Database Management System (DBMS) using Database Scalability 8. Recommend business decisions based on Predictive Analysis 9. Summarize Data to reduce storage footprint 10. Utilize data compression techniques CPTR2240 Database Administration Prerequisites: CPTR and CPTR2272 Description: Students in this course will identify core database concepts and will create database models. Installation, configuration and maintenance of a Database Management System (DBMS) will be covered in this course. Students will analyze and administer a database s performance optimization. Additional topics will include: user administration within the database, backup and restoration, and database normalization. Competencies: 1. Practice installation, configuration, and management of database management system. 2. Apply and practice knowledge of importing and restoring data into a DBMS. 3. Apply and practice knowledge of exporting and backing-up data from a DBMS. 4. Construct a database using Object Oriented modeling. 5. Learn and demonstrate Entity-Relationship database modeling. 6. Evaluate current DBMS offerings from a vendor standpoint. (MS SQL Server V.S. Oracle V.S. DB2).

11 7. Evaluate current DBMS offerings from a technology standpoint (Relational DB V.S. Object Oriented DB V.S. NoSQL V.S. Flat File). 8. Understand, differentiate, and demonstrate database replication and mirroring. 9. Employ appropriate tools to ensure health of DBMS. 10. Define database normalization. 11. Apply database optimization methods. 12. Communicate database designs and changes to appropriate stakeholders. CPTRxxxx Database Administration Capstone Prerequisites: CPTR 2210, CPTR2260 and CPTR 2272 Within a simulated distributed team atmosphere, meet goals and deliver a project on a schedule. Students will work both independently and together to deliver a project. Students will be expected to develop a product that spans multiple prior classes and work with other students of various abilities and specializations. Competencies: 1. Work in a team to meet project expectations 2. Regularly communicate work progress and challenges. 3. Communicate effectively in a simulated distributed work environment. 4. Use Software Development Life Cycle (SDLC) tools to effectively manage, track, estimate, and communicate among team members. 5. Identify and overcome obstacles to meet project deadlines. 6. Demonstrate leadership and cooperation within a team atmosphere. Information Technology - Database Administration AAS (60 credits) 45 technical credits 15 General Education credits Semester 1 CPTR1108 CISCO 1 (3 credits) CPTR1170 WEB ENGINEERING I (3 credits) CPTR1001 INTRODUCTION TO PROGRAMMING AND SCRIPTING (3 credits) CPTR1106 MICROCOMPUTER DATABASES (3 credits) MATH1100 World of Math (3 credits, prerequisite Math1020) 15 credits Semester 2 CSCI1121 COMPUTER SCIENCE I (4 credits) CPTR2224 LINUX 1 (3 credits)

12 CPTR2230 STRUCTURED QUERY LANGUAGE (3 credits, prerequisite CPTR1106) CPTR2210 DATABASE REPORTING (3 credits, prerequisite CPTR1106) MATH1114 COLLEGE ALGEBRA (3 credits, prerequisite MATH 1020) 16 credits Semester 3 CPTR2272 NETWORK OPERATING SYSTEMS (3 credits, prerequisite CPTR 1125, 1138, 1148 or 2224) CPTR2234 LINUX II (3 credits, prerequisite CPTR2224) CPTR2260 ADVANCED SQL (3 credits, prerequisite CPTR2230) HUM2236 TECHNOLOGY IN THE HUMANITIES (3 credits) MATH1213 INTRODUCTION TO STATISTICS (3 credits, prerequisite MATH1114 and/or placement exam OR MATH1118) 15 credits Semester 4 ENGL1101 COLLEGE WRITING (3 credits) CPTR2245 ENTERPRISE NETWORK TECHNOLOGIES (3 credits, prerequisite CPTR2272) CPTR2275 DATA ANALYTICS (3 credits, prerequisites CPTR1106 and MATH1213) CPTR2240 DATABASE ADMINISTRATION (3 credits, prerequisites CPTR2260 and CPTR2272) CPTRxxxx DATABASE ADMINISTRATION CAPSTONE (2 credits, prerequisites CPTR2210 and CPTR2272) 14 credits Total program credits: 60

Computer Programming AAS Spring 2019 Outcomes

Computer Programming AAS Spring 2019 Outcomes Computer Programming AAS Spring 2019 Outcomes 1. Demonstrate professionalism including presentation skills, utilizing research for problem solving, working independently and in teams, being accountable

More information

Information Technology AS and Network Administration & Security AAS Proposed Changes Version 02. Network Admin & Security AAS Proposed

Information Technology AS and Network Administration & Security AAS Proposed Changes Version 02. Network Admin & Security AAS Proposed Information Technology AS and Network Administration & Security AAS Proposed Changes Version 02 Semester Information Technology AS Fall 2015 Information Technology AS Proposed Network Admin & Security

More information

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY Purdue University Global 208-209 Catalog BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY Description and Outcomes The objective of the Bachelor of Science in Information Technology program is to help you

More information

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY

BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY Bachelor of Science in Information Technology BACHELOR OF SCIENCE IN INFORMATION TECHNOLOGY Description and Outcomes The objective of the Bachelor of Science in Information Technology program is to help

More information

Oklahoma City Community College

Oklahoma City Community College Computer Science - Web Design and Development (AAS) Associate in Applied Science Minimum of 61 credit hours Creating and maintaining websites has become big business which means big opportunity for you

More information

Department of Business Information Technology

Department of Business Information Technology Department of Business Information Technology 1 Department of Business Information Technology Chair Lorraine J. Willoughby Phone: 701-858-3314 Toll-Free: 1-800-777-0750, ext. 3308 Department Phone: 701-858-3308

More information

The Information Technology Program (ITS) Contents What is Information Technology?... 2

The Information Technology Program (ITS) Contents What is Information Technology?... 2 The Information Technology Program (ITS) Contents What is Information Technology?... 2 Program Objectives... 2 ITS Program Major... 3 Web Design & Development Sequence... 3 The Senior Sequence... 3 ITS

More information

IT Systems Administrator

IT Systems Administrator IT Systems Administrator PROGRAM OBJECTIVES The IT Systems Administrator program will provide students with the skills and knowledge to pursue certifications and careers in computer and networkrelated

More information

Associate in Science and Bachelor of Science in Information Technology

Associate in Science and Bachelor of Science in Information Technology Associate in Science and Bachelor of Science in Information MISSION STATEMENT The Peirce Information program prepares graduates to be successful information technology professionals by providing them crucial

More information

Bismarck State College

Bismarck State College Bismarck State College Computer Support Specialist Geographic Information Systems Web Development and Design Computer Science Associate in Applied Science degree Associate in Applied Science degree in

More information

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM

Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course list for the Bachelor of Computer Science in INFORMATION SYSTEM Course Objectives: Preparing graduates with knowledge, skills and competencies in the field of information systems, especially in

More information

Associate Diploma in Web and Multimedia Development

Associate Diploma in Web and Multimedia Development Associate Diploma in Web and Multimedia Development Program Components CRD Major Support 4% University 8% University (UR) 5 College (CR) 9 Major (MR) 49 College 14% Major Support (MSR) 3 Training (Internship)

More information

Engineering Technology

Engineering Technology Engineering Technology 1 Engineering Technology Degree Awarded Bachelor of Science in Engineering Technology (B.S.E.T.) Nature of Program The Bachelor of Science in Engineering Technology (B.S.E.T.) is

More information

Diploma Of Computing

Diploma Of Computing Diploma Of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B

More information

SOFTWARE ENGINEERING. Curriculum in Software Engineering. Program Educational Objectives

SOFTWARE ENGINEERING. Curriculum in Software Engineering. Program Educational Objectives Software Engineering 1 SOFTWARE ENGINEERING For the undergraduate curriculum in Software Engineering (http:// www.se.iastate.edu) leading to the degree Bachelor of Science. This curriculum is accredited

More information

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG COMPUTER SCIENCE COMSC Despina Prapavessi, Dean Math and Computer Science Division Math Building, Room 267 The computer science department offers courses in three general areas, each targeted to serve

More information

Appendix F Course codes, descriptions, units, lecture/lab

Appendix F Course codes, descriptions, units, lecture/lab Appendix F Course codes, descriptions, units, lecture/lab CIS 003 Introduction to Microsoft Word Units: 1 Students will learn the basics of Windows and Microsoft Word. Specific topics covered include:

More information

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses.

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. 194 Computer Information Systems Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Degrees, Certificates & Awards

More information

Assessment for all units is ongoing and continuous consisting of tests, assignments and reports. Most units have a final two-hour examination.

Assessment for all units is ongoing and continuous consisting of tests, assignments and reports. Most units have a final two-hour examination. Diploma of Computing Course Outline (T3, 2017) Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June,

More information

Eight units must be completed and passed to be awarded the Diploma.

Eight units must be completed and passed to be awarded the Diploma. Diploma of Computing Course Outline Campus Intake CRICOS Course Duration Teaching Methods Assessment Course Structure Units Melbourne Burwood Campus / Jakarta Campus, Indonesia March, June, October 022638B

More information

Computer Information Systems

Computer Information Systems 210 Computer Information Systems Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards

More information

NEW BRUNSWICK. IT Systems Administrator

NEW BRUNSWICK. IT Systems Administrator NEW BRUNSWICK *Please scroll to see other provinces. IT Systems Administrator PROGRAM OBJECTIVES The IT Systems Administrator program will provide students with the skills and knowledge to pursue certifications

More information

STATISTICS (STAT) Statistics (STAT) 1

STATISTICS (STAT) Statistics (STAT) 1 Statistics (STAT) 1 STATISTICS (STAT) STAT 2013 Elementary Statistics (A) Prerequisites: MATH 1483 or MATH 1513, each with a grade of "C" or better; or an acceptable placement score (see placement.okstate.edu).

More information

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses.

Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Computer Information Systems 179 Computer Information Systems See Computer Science and Computer Network Engineering & Electronics sections for additional computer courses. Degrees, Certificates & Awards

More information

Associate Diploma in Network Administration 2018

Associate Diploma in Network Administration 2018 Associate Diploma in Network Administration 2018 Program Components CRD University (UR) 5 College (CR) 9 (MR) 52 Training (Internship) 1 Total Credit (CRD) 67 79% University 8% College 13% Detailed Study

More information

Computer Information Systems

Computer Information Systems Computer Information Systems 193 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards

More information

School of Arts & Science Information Technology Major Requirements Code Title Credits Description

School of Arts & Science Information Technology Major Requirements Code Title Credits Description School Major School of Arts & Science Information Technology Major Requirements CSIT40 Internetworking and Routing Protocols BSTA205 Business Statistics Management BMIS00Information BMIS60 Operations Management

More information

INFORMATION TECHNOLOGY ADMINISTRATION INFORMATION TECHNOLOGY ANALYSIS INFORMATION TECHNOLOGY SUPPORT SPECIALIST INTERNET SERVICES TECHNOLOGY

INFORMATION TECHNOLOGY ADMINISTRATION INFORMATION TECHNOLOGY ANALYSIS INFORMATION TECHNOLOGY SUPPORT SPECIALIST INTERNET SERVICES TECHNOLOGY COMPUTER SCIENCE AND INFORMATION TECHNOLOGY PROGRAM MISSION STATEMENT The mission of St. Johns River State College s computer programs is to produce graduates with the knowledge and skills essential for

More information

INFORMATION TECHNOLOGY COURSE OBJECTIVE AND OUTCOME

INFORMATION TECHNOLOGY COURSE OBJECTIVE AND OUTCOME INFORMATION TECHNOLOGY COURSE OBJECTIVE AND OUTCOME CO-1 Programming fundamental using C The purpose of this course is to introduce to students to the field of programming using C language. The students

More information

Computer Information Systems

Computer Information Systems Computer Information Systems 197 Computer Information Systems See Computer Science and Computer Network Engineering and Electronics sections for additional computer courses. Degrees, Certificates and Awards

More information

OVERVIEW OF SUBJECT REQUIREMENTS

OVERVIEW OF SUBJECT REQUIREMENTS Course Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank OVERVIEW OF SUBJECT REQUIREMENTS Note: This document is intended as a guide only. Enrolling students

More information

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015

CTE Program Proposal. NAME OF COLLEGE: Bakersfield College. FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 CTE Program Proposal NAME OF COLLEGE: Bakersfield College FACULTY CONTACT: Creighton Magers DATE: 11/19/2015 PROGRAM NAME: CompTIA Certificate of Achievement New Program Proposal Program Revision Proposal

More information

Bachelor of Science Information Studies School of Information Program Summary

Bachelor of Science Information Studies School of Information Program Summary Bachelor of Science Information Studies School of Information Program Summary Students admitted to the program beginning the Summer 2011 semester follow the proposed catalog guidelines below. Program Pre-Requisites

More information

MSc(IT) Program. MSc(IT) Program Educational Objectives (PEO):

MSc(IT) Program. MSc(IT) Program Educational Objectives (PEO): MSc(IT) Program Master of Science (Information Technology) is an intensive program designed for students who wish to pursue a professional career in Information Technology. The courses have been carefully

More information

School of Engineering & Computational Sciences

School of Engineering & Computational Sciences Catalog: Undergraduate Catalog 2014-2015 [Archived Catalog] Title: School of Engineering and Computational Sciences School of Engineering & Computational Sciences Administration David Donahoo, B.S., M.S.

More information

School of Engineering and Computational Sciences

School of Engineering and Computational Sciences Catalog: Undergraduate Catalog 2012-2013 [Archived Catalog] Title: School of Engineering and Computational Sciences School of Engineering and Computational Sciences David Donahoo, B.S., M.S. Interim Dean,

More information

Overview. Certificate of Achievement

Overview. Certificate of Achievement Program Outline Report: Computer Programming With C++ https://peralta.curricunet.com/report/getreport?entityid=479&entityty... 1 of 2 9/6/2016 2:27 PM College Originator Award Type Overview Laney College

More information

Data Processing at Scale (CSE 511)

Data Processing at Scale (CSE 511) Data Processing at Scale (CSE 511) Note: Below outline is subject to modifications and updates. About this Course Database systems are used to provide convenient access to disk-resident data through efficient

More information

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems.

BSIT 1 Technology Skills: Apply current technical tools and methodologies to solve problems. Bachelor of Science in Information Technology At Purdue Global, we employ a method called Course-Level Assessment, or CLA, to determine student mastery of Course Outcomes. Through CLA, we measure how well

More information

Semi-Structured Data Management (CSE 511)

Semi-Structured Data Management (CSE 511) Semi-Structured Data Management (CSE 511) Note: Below outline is subject to modifications and updates. About this Course Database systems are used to provide convenient access to disk-resident data through

More information

Introduction to Business Statistics

Introduction to Business Statistics School School of Arts & Science Major Information Technology Major Requirements CSIT480 Interconnecting Networks The lectures focus on presenting the concepts, commands, and practices required to deal

More information

Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program

Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program Academic Reference Standards (ARS) for Electronics and Electrical Communications Engineering, B. Sc. Program Faculty of Electronic Engineering Menoufya University MARCH 2015 1 st Edition Contents Introduction.....2

More information

Descriptions for CIS Classes (Fall 2017)

Descriptions for CIS Classes (Fall 2017) Descriptions for CIS Classes (Fall 2017) Major Core Courses 1. CIS 1015. INTRODUCTION TO COMPUTER INFORMATION SYSTEMS. (3-3-0). This course provides students an introductory overview to basic computer

More information

COURSE OUTLINE. School of Engineering Technology and Applied Science

COURSE OUTLINE. School of Engineering Technology and Applied Science COURSE OUTLINE SCHOOL: School of Engineering Technology and Applied Science DEPARTMENT: PROGRAM: COURSE TITLE: Information and Communication Engineering Technology (ICET) Computer and Communication Networking

More information

COMPUTER SCIENCE. Computer Science 123

COMPUTER SCIENCE. Computer Science 123 Computer Science 123 COMPUTER SCIENCE Natural Applied Sciences Division Jamie Alonzo, Division Dean Division Office, Room 701 Steve Hodges, Program Contact, (831) 479-6494 Aptos Counseling: (831) 479-6274

More information

EASTERN ARIZONA COLLEGE Database Design and Development

EASTERN ARIZONA COLLEGE Database Design and Development EASTERN ARIZONA COLLEGE Database Design and Development Course Design 2016-2017 Course Information Division Business Course Number CMP 280 Title Database Design and Development Credits 3 Developed by Lydia

More information

COMPUTER INFORMATION SCIENCE

COMPUTER INFORMATION SCIENCE Area: Business & Computer Science Dean: Kirsten Corbin Phone: (916) 484-8361 Counseling: (916) 484-8572 Degree: Certificates: A.S. - Computer Science A.S. - CIS: Computer Networking Management A.S. - CIS:

More information

Bachelor of Information Technology (Network Security)

Bachelor of Information Technology (Network Security) Course information for Bachelor of Information Technology (Network Security) Course Number HE20524 Location Meadowbank Course Design The Bachelor of Information Technology (Network Security) is a three-year

More information

Computer Science & IT

Computer Science & IT Computer Science & IT TIDEWATER COMMUNITY COLLEGE CLOUD COMPUTING The Career Studies Certificate program in Cloud Computing prepares students to install, deploy, configure, manage, secure, and analyze

More information

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus

SYLLABUS. Departmental Syllabus. Modern Publication Design JOUR0180. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus DATE OF LAST REVIEW: 02/2013 CIP CODE: 10.0303 SYLLABUS SEMESTER: COURSE TITLE: COURSE NUMBER: Modern Publication Design JOUR0180 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL:

More information

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL)

SYLLABUS. Departmental Syllabus. Structured Query Language (SQL) SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: Structured Query Language (SQL) CIST0151 CREDIT HOURS: 3 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE:

More information

Your Student s Head Start on Career Goals and College Aspirations

Your Student s Head Start on Career Goals and College Aspirations Your Student s Head Start on Career Goals and College Aspirations INFORMATION TECHNOLOGY (IT) NETWORKING PATHWAY The Destinations Networking Pathway prepares students to test and evaluate computer network

More information

Associate Diploma in Networks Administration

Associate Diploma in Networks Administration Associate Diploma in Networks Administration Program Components CRD Major Support 4% University 8% University (UR) 5 College (CR) 9 Major (MR) 49 College 14% Major Support (MSR) 3 Training (Internship)

More information

About the Computer Support Specialist Program

About the Computer Support Specialist Program IT COMPUTER SUPPORT SPECIALIST About the Computer Support Specialist Program Learn the latest skills and technology to obtain jobs in business and industry where computer systems and networks are integral

More information

COMPUTER AND INFORMATION TECHNOLOGY

COMPUTER AND INFORMATION TECHNOLOGY Computer and Information Technology 1 COMPUTER AND INFORMATION TECHNOLOGY Associate of Applied Science Degree IT Specialist Option Networking Option Programming Option Certificate of Completion - Important

More information

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server

SYLLABUS CIST0252. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. Departmental Syllabus. CIST-0226 SQL Server SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: Spring 2011 COURSE TITLE: COURSE NUMBER: Data Design and Implementation (MSCE SQL) CIST0252 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION:

More information

BS Electrical Engineering Program Assessment Plan By Dan Trudnowski Spring 2018

BS Electrical Engineering Program Assessment Plan By Dan Trudnowski Spring 2018 BS Electrical Engineering Program Assessment Plan By Dan Trudnowski Spring 2018 What is your program mission statement? The mission of the Electrical Engineering program at Montana Tech is to provide a

More information

COURSE OBJECTIVES. Name of the Program : B.Tech Year: II Section: A, B & C. Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020

COURSE OBJECTIVES. Name of the Program : B.Tech Year: II Section: A, B & C. Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020 Academic Year : 201-2014 COURSE OBJECTIVES Semester : I Name of the Program : B.Tech Year: II Section: A, B & C Course/Subject : MATLAB/ LABVIEW LAB Course Code: GR11A2020 Name of the Faculty : K.Sireesha,Assistant

More information

Program SLOs Computer Information Science

Program SLOs Computer Information Science Program SLOs Computer Information Science A.S. Degrees in CIS Computer Science, Information Systems Security, Server Administrator, Web Developer, Information Technology A.S. Degree in MIS Management Information

More information

Curriculum for B.Sc. in Business Information Systems

Curriculum for B.Sc. in Business Information Systems Business Information Systems Department King Abdullah II School for Information Technology (KASIT) University of Jordan 2005/2006/2007/2008/2009/2010/2011/2012 Curriculum for B.Sc. in Business Information

More information

Computer Information Systems

Computer Information Systems Computer Information Systems Credentials Information Technology Foundation Skills Certificate Cisco Networking Academy Skills Certificate Networking Specialist Certificate Networking Specialist AAS Degree

More information

Bridges to the Internet, January 2012, Page 1 of 5

Bridges to the Internet, January 2012, Page 1 of 5 Indiana Department of Education Academic Course Framework BRIDGES TO THE INTERNET Bridges to the Internet focuses on learning the fundamentals of networking, routing, switching and related protocols. In

More information

COMPUTER SCIENCE AND ENGINEERING (CSEG)

COMPUTER SCIENCE AND ENGINEERING (CSEG) Bucknell University 1 COMPUTER SCIENCE AND ENGINEERING (CSEG) Faculty Professors: Xiannong Meng, Luiz Felipe Perrone Associate Professors: Stephen M. Guattery (Chair), Brian R. King, Lea D. Wittie Assistant

More information

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate

BUSINESS TECHNOLOGY. Administrative Assistant Degree. Administrative Assistant Certificate Area: Computer Science & Information Technology Dean: Barbara Blanchard Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

Bachelor of Science in Business Administration - Information Systems and Technology Major

Bachelor of Science in Business Administration - Information Systems and Technology Major Bachelor of Science in Administration - Information Systems and Technology Major Ling Li, Chair Harris Wu, Information Technology Area Coordinator Roya Ardalan, Chief Discipline Advisor The information

More information

Table of Contents. Information Systems Technologies... 1 Information Systems Technologies Courses...2

Table of Contents. Information Systems Technologies... 1 Information Systems Technologies Courses...2 Table of Contents Information Systems Technologies... 1 Information Systems Technologies Courses...2 Information Systems Technologies Information Systems Technologies is a baccalaureate degree major designed

More information

CSET 3400 Unix System Administration (3 semester credit hours) IT Elective

CSET 3400 Unix System Administration (3 semester credit hours) IT Elective CSET 3400 Unix System Administration (3 semester credit hours) CSET Elective IT Elective Current Catalog Description: Commands and methods to install and manage a UNIX system. System administration topics

More information

High School Course Guide Business Management & Administration

High School Course Guide Business Management & Administration 88610 Business Computer Information Management I (R) 1 credit Gr: 9-12 Prerequisite: Touch Systems Data Entry Keyboarding Recommended Description: Students will gain the necessary skills to make a successful

More information

CURRICULUM The Architectural Technology and Construction. programme

CURRICULUM The Architectural Technology and Construction. programme CURRICULUM The Architectural Technology and Construction Management programme CONTENT 1 PROGRAMME STRUCTURE 5 2 CURRICULUM COMMON PART 7 2.1 Core areas in the study programme 7 2.1.1 General 7 2.1.2 Company

More information

Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS

Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Computing Accreditation Commission Version 2.0 CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Optional for Reviews During the 2018-2019 Accreditation Cycle Mandatory for Reviews During the 2019-2020 Accreditation

More information

BEST BIG DATA CERTIFICATIONS

BEST BIG DATA CERTIFICATIONS VALIANCE INSIGHTS BIG DATA BEST BIG DATA CERTIFICATIONS email : info@valiancesolutions.com website : www.valiancesolutions.com VALIANCE SOLUTIONS Analytics: Optimizing Certificate Engineer Engineering

More information

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by

Course of study- Algebra Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by Course of study- Algebra 1-2 1. Introduction: Algebra 1-2 is a course offered in the Mathematics Department. The course will be primarily taken by students in Grades 9 and 10, but since all students must

More information

COMPUTER TECHNOLOGY (COMT)

COMPUTER TECHNOLOGY (COMT) Kent State University Catalog 2017-2018 1 COMPUTER TECHNOLOGY (COMT) COMT 11000 INTRODUCTION TO OFFICE PRODUCTIVITY APPS 3 Credit (Equivalent to MIS 24053) Covers the basic concepts and use of computer

More information

SUMMARY OF COURSES. systems and Software Engineering only)

SUMMARY OF COURSES. systems and Software Engineering only) SUMMARY OF COURSES Freshman Year (Year I) (For All Departments in the School of Information Technology) MIT 105: Discrete Mathematics SIT 113: Computer programming I SIT 101: Introduction to Information

More information

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy.

Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Curriculum Mapping for National Curriculum Statement Grades R-12 and Oracle Academy. Contents Executive Summary... 3 IT Curriculum Overview... 3 Aims... 3 Oracle Academy Introduction to Computer Science...

More information

Undergraduate Program for Specialty of Software Engineering

Undergraduate Program for Specialty of Software Engineering Undergraduate Program for Specialty of Software Engineering Ⅰ. Length of Schooling Standard: 4 years; Length of Schooling: 3-6 years Ⅱ. Degree Bachelor of Engineering Ⅲ. Specialty Orientation School of

More information

SYLLABUS. Departmental Syllabus

SYLLABUS. Departmental Syllabus SYLLABUS DATE OF LAST REVIEW: 02/2013 CIP CODE: 11.0901 SEMESTER: COURSE TITLE: COURSE NUMBER: SQL Server CIST-0226 CREDIT HOURS: 4 INSTRUCTOR: OFFICE LOCATION: OFFICE HOURS: TELEPHONE: EMAIL: PREREQUISITE(S):

More information

Associate in Science, Computer Information Science

Associate in Science, Computer Information Science The (CIS) department provides training for those persons who plan to work within a technical, computer-centered environment. Because of the widespread use of computers in our society, employment opportunities

More information

BSc (Honours) Computer Science Curriculum Outline

BSc (Honours) Computer Science Curriculum Outline BSc (Honours) Computer Science Curriculum Outline 1. Introduction: The economic and strategic importance provided by Computer Science and Information Technology is increasing daily. This importance is

More information

CRITERIA FOR ACCREDITING COMPUTING PROGRAMS

CRITERIA FOR ACCREDITING COMPUTING PROGRAMS CRITERIA FOR ACCREDITING COMPUTING PROGRAMS Effective for Reviews During the 2014-2015 Accreditation Cycle Incorporates all changes approved by the ABET Board of Directors as of October 26, 2013 Computing

More information

NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: BUSINESS APPLICATIONS Qualification code: NDIB12 - NQF Level 6

NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: BUSINESS APPLICATIONS Qualification code: NDIB12 - NQF Level 6 NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: BUSINESS APPLICATIONS Qualification code: NDIB12 - NQF Level 6 Campus where offered: Soshanguve South Campus Important notification to new applicants: No new applications

More information

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: CIS NAME OF ORIGINATOR or REVISOR: John Watkins

SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595. l. Course #: CIS NAME OF ORIGINATOR or REVISOR: John Watkins SYLLABUS FORM WESTCHESTER COMMUNITY COLLEGE Valhalla, NY lo595 l. Course #: CIS 235 2. NAME OF ORIGINATOR or REVISOR: John Watkins NAME OF COURSE: Server Administration 3. CURRENT DATE: 4/17/2014 Please

More information

QUAL-205 Team Problem Solving CAC, SAC, WAC 4 4 Required 18 19

QUAL-205 Team Problem Solving CAC, SAC, WAC 4 4 Required 18 19 Quality Assurance Associate in Applied Science Technology Division Office: Regional Technology Center M-TEC RTC2700 Phone: (810) 762-0500 The Quality Assurance program is designed to give students the

More information

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II

INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst II Adopted: July 2000 Revised : April 2004; August 2009; June 2014; February 2018 INFORMATION TECHNOLOGY NETWORK ADMINISTRATOR ANALYST Series Specification Information Technology Network Administrator Analyst

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad - 500 043 INFORMATION TECHNOLOGY COURSE DESCRIPTION FORM Course Title Course Code Regulation Course Structure Course Coordinator SOFTWARE

More information

GoVenture

GoVenture BBI1O, BBI2O, Grades 9 or 10 Introduction to Business Strand: Business Fundamentals Economic Basics Types of Businesses C C C C C Business Ethics and Social Responsibility C C C C C C C C C C International

More information

TEACHER CERTIFICATION STUDY GUIDE KNOWLEDGE OF MATHEMATICS THROUGH SOLVING...1

TEACHER CERTIFICATION STUDY GUIDE KNOWLEDGE OF MATHEMATICS THROUGH SOLVING...1 TABLE OF CONTENTS COMPETENCY/SKILLS PG # COMPETENCY 1 KNOWLEDGE OF MATHEMATICS THROUGH PROBLEM SOLVING...1 Skill 1.1 Skill 1.2 Skill 1.3 Skill 1.4 Identify appropriate mathematical problems from real-world

More information

Curriculum Scheme. Dr. Ambedkar Institute of Technology, Bengaluru-56 (An Autonomous Institute, Affiliated to V T U, Belagavi)

Curriculum Scheme. Dr. Ambedkar Institute of Technology, Bengaluru-56 (An Autonomous Institute, Affiliated to V T U, Belagavi) Curriculum Scheme INSTITUTION VISION & MISSION VISION: To create Dynamic, Resourceful, Adept and Innovative Technical professionals to meet global challenges. MISSION: To offer state of the art undergraduate,

More information

ASSOCIATE DEGREE REQUIREMENTS

ASSOCIATE DEGREE REQUIREMENTS A Course of Study for COMPUTER SCIENCE The field of computer science leads to a variety of careers that all require core computer science skills. These skills include theory courses such as Computer Hardware,

More information

Ministry of Higher Education and Scientific research

Ministry of Higher Education and Scientific research Department of IT Technical Institute of Amedi Duhok Polytechnic University Subject: Database System Course Book: Year 2 (Second year) Lecturer's name: Dipl.Eng.Shorash A. Sami Academic Year: 2018/2019

More information

Computer Networking Technologies and Information Assurance & Cybersecurity

Computer Networking Technologies and Information Assurance & Cybersecurity Computer Networking Technologies and Information Assurance & Cybersecurity Admissions Information Application Materials Students wanting to apply for a degree seeking program at the College of Eastern

More information

Curriculum Map: Mathematics

Curriculum Map: Mathematics Curriculum Map: Mathematics Course: Honors Advanced Precalculus and Trigonometry Grade(s): 11-12 Unit 1: Functions and Their Graphs This chapter will develop a more complete, thorough understanding of

More information

FIVE YEAR INTEGRATED M.Sc. SOFTWARE SYSTEMS PROGRAMME

FIVE YEAR INTEGRATED M.Sc. SOFTWARE SYSTEMS PROGRAMME COIMBATORE INSTITUTE OF TECHNOLOGY, COIMBATORE 14 (A Golden Jubilee Institution) DEPARTMENT OF COMPUTING, CIT FIVE YEAR INTEGRATED M.Sc. SOFTWARE SYSTEMS PROGRAMME THE PROGRAMME It is a unique five year

More information

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120

PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 PROGRAMME SYLLABUS Information Architecture and Innovation (Two Years), 120 credits Programmestart: Autumn 2018 Jönköping International Business School, Box 1026, SE-551 11 Jönköping VISIT Gjuterigatan

More information

NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: SOFTWARE DEVELOPMENT Qualification code: NDIS12 - NQF Level 6

NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: SOFTWARE DEVELOPMENT Qualification code: NDIS12 - NQF Level 6 NATIONAL DIPLOMA: INFORMATION TECHNOLOGY: SOFTWARE DEVELOPMENT Qualification code: NDIS12 - NQF Level 6 Campus where offered: Soshanguve South, emalahleni and Polokwane campuses Important notification

More information

UNIT 1: NUMBER LINES, INTERVALS, AND SETS

UNIT 1: NUMBER LINES, INTERVALS, AND SETS ALGEBRA II CURRICULUM OUTLINE 2011-2012 OVERVIEW: 1. Numbers, Lines, Intervals and Sets 2. Algebraic Manipulation: Rational Expressions and Exponents 3. Radicals and Radical Equations 4. Function Basics

More information

Computer Science and Information Technology

Computer Science and Information Technology Computer Science and Information Technology The Computer Science programs provide students with the skills needed to choose careers such as software development or web programming. The Information Technology

More information

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916)

Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) Counseling: (916) Area: Computer Science & Information Technology Dean: Dr. Derrick Booth Phone: (916) 484-8361 Counseling: (916) 484-8572 Administrative Assistant Degree The administrative assistant associate degree program

More information

Computer Information Technology

Computer Information Technology Computer Information Technology Why Choose Computer Information Technology? To assure relevance and enduring value, our Computer Information Technology (CIT) program has been designed to align with industry

More information

ALGEBRA II A CURRICULUM OUTLINE

ALGEBRA II A CURRICULUM OUTLINE ALGEBRA II A CURRICULUM OUTLINE 2013-2014 OVERVIEW: 1. Linear Equations and Inequalities 2. Polynomial Expressions and Equations 3. Rational Expressions and Equations 4. Radical Expressions and Equations

More information