Mobile Application Development Certificate Program

Size: px
Start display at page:

Download "Mobile Application Development Certificate Program"

Transcription

1 Information Technologies Programs Mobile Application Development Certificate Program Accelerate Your Career ce.uci.edu/mobileapps

2 UCI Division of Continuing Education s professional certificate and specialized studies programs help you increase or Improve Your Career Options with a Professional Certificate enhance your current skills or prepare for a new career. Courses are highly practical and instructors are qualified leaders in their field. Convenient online courses make it easy to learn on your own time, in your own way. A certificate bearing the UC seal signifies a well-known, uncompromising standard of excellence. Mobile Application Development Certificate Program More people access the web via mobile devices than from personal computers. As the number of devices expands dramatically, users are becoming accustomed to having both web and computing access via small, mobile devices and phones. This has resulted in a significant increase in demand for developers with experience using platforms such as ios and Android. At the same time, the growth in popularity of cloud computing has increased the ability for these devices to perform functions that previously required computation power unavailable on mobile devices. Who Should Enroll This program is intended for individuals interested in the design, development, or use of mobile device applications, games, or utilities. It will benefit those who wish to distinguish themselves across a wide range of employment and technical disciplines within the rapidly expanding field of mobile application development. Program Benefits n Develop the skills required to create applications for the major mobile device players including Apple iphone and Google Android n Create strategies to overcome mobile development challenges including memory and processor limitations, intermittent network access, and limited battery power n Learn how to effectively use application architectures for a range of wireless devices via hands-on experience n Explain the factors to consider when designing software for multiple platforms n Increase confidence by implementing applications from scratch using best practice principles including object oriented design and test driven development n Understand the relationship between the mobile market and other emerging technologies including cloud computing and social networking platforms such as Facebook, Twitter, and LinkedIn n Acquire the necessary skills to ensure mobile applications efficiently utilize corporate data or data available from external web services n Gain insight into new trends and features in the mobile device marketplace

3 Entire Program Available Online Curriculum Program Fees The total cost of the program varies depending on the electives chosen. Actual fees may differ from the estimate below. Fees are subject to change without prior notice. Course Fees $4,685 Candidacy Fee $125 Textbooks $120 Total Estimated Cost $4,950 Certificate Eligibility and Requirements A certificate is awarded upon completion of 15 credit units (6 required and 9 elective credit units) with a grade point average of C or better. Students have a choice of two tracks (ios or Android) as part of their required courses. Students may also choose additional courses from the required tracks and use them towards their electives. Students who have taken related courses in IT (Java, Microsoft, SQL, etc.); Device Software Engineering or Embedded Systems Engineering may be able to apply some of their completed units to electives in this program. To become an official candidate in the program, students pursuing the certificate must submit a Declaration of Candidacy. To receive the certificate after completing all program requirements, students must submit a Request for Certificate. All requirements must be completed within 5 years after the student enrolls in his/her first course. Students not pursuing the certificate program are welcome to take as many individual courses as they wish. Corporate Training Our Corporate Training specialists can deliver this program or customize one that fits your organization s specific needs. Visit ce.uci.edu/corporate or call (949) for information. Required Courses (6 units) Introduction to Mobile Application Design and Development I&C SCI X (1.5 units) Learn about mobile application development, market opportunities, and technical requirements for Apple (ios), Google (Android) and Microsoft (Mobile 8). Course focuses on installing, developing, testing, and distributing mobile applications. Develop practical experience within all three platforms and implement a sample application in a platform of choice. Challenges including limited screen sizes, memory issues, and the variety of phones will also be discussed. Compare and contrast products designed by major vendors using a hands-on approach. Advanced Mobile Application Design and Development I&C SCI X (1.5 units) This class will build on the knowledge presented in the introductory course and focus on key topics relevant across implementation platforms. These topics include introduction to data handling and connectivity via SOAP or REST to backend services potentially hosted in a cloud environment. We will discuss design approaches to efficiently reach a large segment in the mobile market. We will contrast browser based approaches, upcoming cross-platform development tools, as well as hybrids that can very well take advantage of underlying phone functionality including GEO positioning, accelerometer, and rich gesture based UI handling. As time permits, we will discuss approaches to promote mobile applications in the market, including social networking software integration with Facebook and Twitter. Prerequisites: Programming experience in object-oriented programming languages like Objective-C, Java, or C# is not required but of advantage to digest programming samples. Choose Two Courses from the Following Tracks: ios Mobile Development for Apple iphone and ipad I&C SCI X (1.5 units) Design and develop applications for the Apple iphone and ipad. Recap how to register for the development program, download, and install XCode. Overview of the Objective C and the new SWIFT programming languages. Compile and debug sample applications that illustrate iphone features and focus on User Interface Implementation. Develop applications to practice generating an interface. Become confident with Objective C and SWIFT code, the graphical user interface builder, and overall XCode project integration. Incorporate phone specific features like accelerometer, touch screen, GEO positioning, sound, and web access. Target groups for this class are developers, testers, and business analysts interested in this technology. For more information: Jackie Badwah jdbadwah@uci.edu (949)

4 Curriculum Advanced Mobile Development for Apple iphone and ipad I&C SCI X (1.5 units) Increase the knowledge presented in the introductory course and focus on features needed to support iphone business applications. The programming exercises include Application Configuration, Data Persistence in Core Data, and open source database like SQLite. Covers advanced web access via SOAP and REST Service APIs utilizing JSON for data exchange. Further topics include advanced navigation models and more complex usage of GEO positioning, Accelerometer, and Multimedia features. Android Introduction to Android Application Development with Java Essentials I&C SCI X (1.5 units) This is a five week introductory course which focuses on a foundational understanding of Google s Android mobile device platform and developing basic applications for Android devices. The course covers Java programming essentials necessary for basic Android app development. Students will gain introductory level experience using the related Software Development Kit (SDK) from Google that is required to take further the two subsequent Android courses in this program (Application Development for Android Devices and Advanced Application Development for Android.) The course centers around building several basic applications and the core Android concepts required to complete a student directed application which combines several Android features. The class will also cover basic debugging for android applications. Application Development for Android Devices I&C SCI X (1.5 units) Understand Google s Android mobile device platform, its position in the marketplace and the applications for actual devices. Receive hands-on experience using Google s Android Software Development Kit (SDK). Create several small applications based on core concepts and then use them to build a complex application which combines several Android features. Utilize and integrate specific features such as the user interface, process creation, life cycle events, process services, location based facilities, accelerometer, on-device sensors, network/web access, and sound/multimedia. Test-based development methods will be stressed throughout the course and students will learn to test and debug their applications using the emulator and an actual device. Course also includes an overview of the mobile device and application market, registering with the Google Market to be an Android developer, and distributing applications to the Android user population. Advanced Application Development for Android I&C SCI X (1.5 units) Gain advanced knowledge of the Android platform including: issues and techniques, structuring applications for efficiency and reliability, accessing web services and integrating with third party libraries. Learn about background applications, content providers and animation. Receive hands-on experience using Google s Android Software Development Kit. Create several small applications based on core concepts and then use them to build a complex application which combines several advanced Android features. Utilize and integrate specific features such as the user interface, process creation, life cycle events, process services, location based facilities, accelerometer, on-device sensors, network/web access, and sound/multimedia. Elective Courses (Minimum 9 units) Introduction to Computer Programming Using C++ I&C SCI X471.1 (3 units) Learn the basics of computer programming using C++, a sophisticated programming language normally reserved for experienced users but now made accessible to new programmers in this fast-paced, hands-on course. In addition to introducing the language, this course also introduces the object-oriented paradigm, the modern approach to developing interactive software applications for a wide variety of uses. Topics include fundamental program structures, control structures, mathematical functions, data arrays, pointers, and dynamic memory. Because of the accelerated nature of this course, students are expected to allocate sufficient time outside of class to study the textbook and other materials provided in class. This course is designed for technical professionals with minimal programming experience and highly motivated individuals desiring to learn fundamental programming techniques. Developing.NET Solutions with C# I&C SCI X (3 units) Learn C# (pronounced C-sharp), Microsoft's object-oriented programming language that combines the power of C++ with many of the features of Java. Learn how Extensible Markup Language (XML) and Simple Object Access Protocol (SOAP) simplifies programming in C# and how these features can decrease the time it takes to get new products and services to market. Topics include the Common Language Runtime, the Common Type System, the.net Framework Class Library, the.net software development kit (SDK), and data access using Active Data Objects (ADO.NET). Upon completion of the course, you'll be ready to write short C# programs that exercise the major features of the language as well as continue your study of the.net environment. Introduction to Programming using Java I&C SCI X460.2 (1 unit) This course enables a person with no programming experience to understand programming concepts using Java programming language. It will teach you how to think like a programmer, introduce you to the algorithm design, user interaction, code reusability, and basics of Java programming language. You will learn all this through hands-on examples, fun exercises, quizzes, and creative projects. By the end of this course you will have a solid understanding of the foundations of programming, allowing you to move to more advanced programming courses in the future. Prerequisites: This course assumes no prior experience with programming. Upon completion of this course, students will be able to start I&C SCI X Java Programming 1. ce.uci.edu/mobileapps

5 Java Programming I I&C SCI X460.1 (3 units) Java is an excellent choice for those new to programming, wishing to enhance their current skillset or change their career. The aim of this course is to provide students with the knowledge and competencies to be able to write and design sophisticated professional programs using Java through extensive hands-on exercises. Included are core language concepts including fundamental data types, flow control, and standard function libraries. The course emphasizes object-oriented programming and modular design to support distributed development environments. Included are the design of classes and objects inheritance and polymorphism, and file I/O. The course also includes coverage of the Java Collections API, debugging, exceptions, and the Eclipse IDE. Optional modules throughout the course enforce basic concepts for those who are new to programming. After completion of this course, students are prepared for Java Programming II (I&CSCI X460.11). Java Programming II I&C SCI X (3 units) Expand your knowledge of Java and learn about several of the advanced features available in the Java programming environment. This course focuses on the development of advanced graphical user interfaces (GUIs) using Swing, multithreading and concurrency, Generics, basics of databases and Java Database Connectivity (JDBC), Servlets, Java Server Pages (JSPs), exception handling, debugging, and performance tuning. Students have an opportunity to practice implementing these and other Java features in this hands-on course. Java Web Services I&C SCI X (1.5 units) Java Web Services is a hands-on course that teaches you the concepts, implementation, and usage of different types of web services using Java technologies. You will learn to design, develop, and publish SOAP and REST web services with Java technologies. You will also learn how to write clients for calling these web services. The special emphasis is put on applying the architectural concepts and best practices for developing secure and scalable web services (SOA, standards, etc.). Prerequisites: Knowledge of Java programming language and XML. Basic knowledge of Java enterprise systems. Cloud Computing Platform as a Service (PaaS) I&C SCI X (1.5 units) The primary objective of this course is to provide the techniques and practices of cloud computing. Cloud computing refers to a set of services that provide companies and application developers with the means to scale their application's resource usage through the Internet on demand. This course will concentrate on building applications on Google App Engine and Microsoft Windows Azure. This course will also teach the students the knowledge of designing and implementing a cloud-based software system. In addition, this course will explore the current challenges facing cloud computing. Creating Websites for Mobile Devices I&C SCI X (1.5 units) This course looks at designing and developing websites specifically for mobile devices. As the number of smart phones and other mobile devices rapidly grow, web designers need to make sure their sites are usable and even optimized to be viewed on them. The topics range from design considerations to specific development steps. Prerequisite(s): I&C SCI X JavaScript Programming AND I&C SCI X Creating Web Applications with HTML5. Agile Software Design and Programming I&C SCI X (2.5 units) Learn the principles, practices and patterns that result in optimal software design and development. Utilize the best practices from object-oriented design and Agile techniques/frameworks to create design processes and culture that result in highly effective, clean software to improve organizational efficiency and create a competitive advantage for your company. You will review a variety of case studies from simple to complex in multiple programming languages, illustrating the fundamentals of Agile development and Agile design. Topics include: release and iteration planning, test-driven development, refactoring, Agile design (including design smells, code rot ), Single- Responsibility Principle (SRP), Open-Closed Principle (OCP), Liskov Substitution Principle (LSP), object and state diagrams, big software design issues, design patterns, class design, complexity management and package design, and the use of OOD and C++ in an Agile environment. Agile Project Management I&C SCI X (3 units) This course teaches management of projects using agile and lean methods with a detailed focus on SCRUM and Kanban. The course starts with foundational knowledge of traditional project management and moves on to address key concepts in agile and lean methods. Students will explore SCRUM roles, artifacts, events, and processes thereby learning how products can be delivered iteratively and how customers are brought in the loop of product development process. The use of information radiators such as sprints and release charts is also covered. Students learn Kanban and how this flow-based method is used to achieve efficient and smooth work management improving timeto-market. Through real-life examples, the course will elaborate on how agile and lean methods can perform side by side with traditional projects or in hierarchical organizational structures. Industry recognized software tools such as Rally Dev will be used in the class to help students understand how to effectively manage a project in an agile environment.

6 Ken Baldwin, President, GoingMobile Ralf Brockhaus, CEO, SmileFish Crista Lopes, Ph.D., Professor, Department of Informatics, Donald Bren School of information and Computer Sciences, University of California, Irvine Farhad Mafie, President and CEO, Savant Company Inc. Andrew Maltin, CEO, MEDL Mobile Wolf Paulus, Sr. Architect, Mobile Software Development, Hewlett-Packard Advisory Committee Jeffry Peacock, Owner, Wonkware John Petrone, SVP & CTO, Autobytel Mustafa Seifi, Senior Director of Development, Oracle Corp. Stefano Stefan, Ph.D., Director of Online Program Development, UCI Division of Continuing Education Aaron Stibel, SVP, Technology, Dun & Bradstreet Credibility Corp. Academic Management Dave Dimas, Ph.D., Director, Engineering, Sciences and Information Technologies Mobile Application Development Certificate Program Division of Continuing Education Jackie Badwah n (949) n jdbadwah@uci.edu ce.uci.edu/mobileapps

Search Engine Optimization Specialized Studies

Search Engine Optimization Specialized Studies Information Technologies Programs Search Engine Optimization Specialized Studies Accelerate Your Career ce.uci.edu/seo UCI Division of Continuing Education s professional certificate and specialized Improve

More information

Web Design and Development Certificate Program

Web Design and Development Certificate Program Information Technologies Programs Web Design and Development Certificate Program Accelerate Your Career ce.edu/webdesign UCI Division of Continuing Education's professional certificate and specialized

More information

Big Data Specialized Studies

Big Data Specialized Studies Information Technologies Programs Big Data Specialized Studies Accelerate Your Career extension.uci.edu/bigdata Offered in partnership with University of California, Irvine Extension s professional certificate

More information

Information Systems Security Certificate Program

Information Systems Security Certificate Program Information Technologies Programs Information Systems Security Certificate Program Accelerate Your Career ce.uci.edu/infosec UCI Division of Continuing Education s professional certificate and specialized

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

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

Embedded Systems Engineering Certificate Program

Embedded Systems Engineering Certificate Program Engineering Programs Embedded Systems Engineering Certificate Program Accelerate Your Career extension.uci.edu/embedded University of California, Irvine Extension s professional certificate and specialized

More information

Computer Science. Computer Science 211. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes

Computer Science. Computer Science 211. Degrees and Certificates Awarded. A.S. Computer Science Degree Requirements. Program Student Outcomes Computer Science 211 Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information

IBM Skills Academy. For <<Academy>> Career-based Education

IBM Skills Academy. For <<Academy>> Career-based Education IBM Skills Academy Providing students with a career-oriented training program on emerging technologies such as Mobile Computing, Cybersecurity, Business Analytics, Big Data, Cloud Computing, Cognitive

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

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

Embedded Systems Engineering Certificate Program

Embedded Systems Engineering Certificate Program Engineering Programs Embedded Systems Engineering Certificate Program Accelerate Your Career ce.uci.edu/embedded UCI Division of Cont inuing Education s professional certificate and specialized studies

More information

School of Computing and Information Sciences. Course Title: Mobile Application Development Date: 8/23/10

School of Computing and Information Sciences. Course Title: Mobile Application Development Date: 8/23/10 Course Title: Date: 8/3/10 Course Number: Number of Credits: 3 Subject Area: Mobile Computing Subject Area Coordinator: Kip Irvine email: irvinek@cs.fiu.edu Catalog Description: Design and development

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

Make Your Statement. Master of Management in Library and Information Science online. Graduate Certificate in Library and Information Management online

Make Your Statement. Master of Management in Library and Information Science online. Graduate Certificate in Library and Information Management online Make Your Statement Master of Management in Library and Information Science online Graduate Certificate in Library and Information Management online Help shape the future of your field. The Master of Management

More information

224 Computer Science. A.S. Degree Requirements. Department Offices. Faculty and Offices. Emeritus Faculty. Degrees and Certificates Awarded

224 Computer Science. A.S. Degree Requirements. Department Offices. Faculty and Offices. Emeritus Faculty. Degrees and Certificates Awarded 224 Computer Science Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information

Connect and Transform Your Digital Business with IBM

Connect and Transform Your Digital Business with IBM Connect and Transform Your Digital Business with IBM 1 MANAGEMENT ANALYTICS SECURITY MobileFirst Foundation will help deliver your mobile apps faster IDE & Tools Mobile App Builder Development Framework

More information

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups)

Syllabus INFO-GB Design and Development of Web and Mobile Applications (Especially for Start Ups) Syllabus INFO-GB-3322 Design and Development of Web and Mobile Applications (Especially for Start Ups) Fall 2015 Stern School of Business Norman White, KMEC 8-88 Email: nwhite@stern.nyu.edu Phone: 212-998

More information

Computer Science. Computer Science 207. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements

Computer Science. Computer Science 207. Faculty and Offices. Degrees and Certificates Awarded. AS Computer Science Degree Requirements Computer Science 207 Computer Science (See Computer Information Systems section for additional computer courses.) Degrees and Certificates Awarded Associate in Science Degree, Computer Science Certificate

More information

Computer Science. Computer Science 213. Faculty and Offices. Degrees, Certificates and Awards. AS Computer Science Degree Requirements

Computer Science. Computer Science 213. Faculty and Offices. Degrees, Certificates and Awards. AS Computer Science Degree Requirements Computer Science 213 Computer Science (See Computer Information Systems section for additional computer courses.) Degrees, Certificates and Awards Associate in Science Degree: Computer Science Certificate

More information

Business & Technology Department

Business & Technology Department Accounting & Management Introduction to Business Personal Finance+ Microsoft Office+ Accounting 1 Accounting 2+ Accounting 3*+ Business Management Entrepreneurship: Virtual Enterprise International** Business

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

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

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP AT UNC CHARLOTTE OVERVIEW: FULL STACK FLEX PROGRAM Prepare for a career as an end-to-end web developer at The Coding Boot Camp at UNC Charlotte. Our Full Stack Flex course gives you

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

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

ios Application Development Course Details

ios Application Development Course Details ios Application Development Course Details By Besant Technologies Course Name Category Venue ios Application Development Mobile Application Development Besant Technologies No.24, Nagendra Nagar, Velachery

More information

ANDROID APPLICATION DEVELOPMENT COURSE Training Program

ANDROID APPLICATION DEVELOPMENT COURSE Training Program ANDROID APPLICATION DEVELOPMENT COURSE Training Program This Android Application Development Course is a 24 Hours Training Program with Certification. The program is to be developed for Matriculated, Intermediate

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

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG COMPUTER INFORMATION SYSTEMS CIS Mike Holtzclaw, Senior Dean San Ramon Campus Division San Ramon Campus Possible career opportunities Training in computer information systems prepares students for a broad

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

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

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

COMPUTER INFORMATION SYSTEMS

COMPUTER INFORMATION SYSTEMS Credentials COMPUTER INFORMATION SYSTEMS Information Technology Foundation skills certificate 15-16 cr. Cisco Networking Academy skills certificate 16 cr. Networking Specialist Certificate 34 cr. Networking

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

A Review of Kids Tutor

A Review of Kids Tutor A Review of Kids Tutor Monali Kumbhare, Ashwini Rajput, Bhavna Daswani Department of CSE, Jhulelal Institute of Technology,Lonara Nagpur Prof. Priyanka Dudhe Assistant Professor, Department of CSE, Jhulelal

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

CATALOG 2018/2019 BINUS UNIVERSITY. Computer Science. Introduction. Vision. Mission

CATALOG 2018/2019 BINUS UNIVERSITY. Computer Science. Introduction. Vision. Mission Computer Science Introduction In the new millennium and the global era, the role of information and automation in the various domains and activities of the business industry are becoming more important.

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF WASHINGTON CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM GW CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM THE CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development professional.

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

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

Copyright 2012, Oracle and/or its affiliates. All rights reserved.

Copyright 2012, Oracle and/or its affiliates. All rights reserved. 1 Copyright 2012, Oracle and/or its affiliates. All rights reserved. Developing Mobile Applications for ios and Android the Oracle Way Frédéric Desbiens Principal Product Manager Application Development

More information

Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1

Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1 2016-2018 Updated with information about the new certificate programs THE KU MSIT HANDBOOK 1 THE KU MSIT HANDBOOK 2 MS in Information Technology (MSIT) School of Engineering The University of Kansas According

More information

FULL STACK FLEX PROGRAM

FULL STACK FLEX PROGRAM UNIVERSITY OF RICHMOND CODING BOOT CAMP FULL STACK FLEX PROGRAM CURRICULUM OVERVIEW The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Oracle Mobile Application Framework

Oracle Mobile Application Framework Oracle Mobile Application Framework Oracle Mobile Application Framework (Oracle MAF) is a hybrid-mobile development framework that enables development teams to rapidly develop single-source applications

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

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

MSc Digital Marketing

MSc Digital Marketing MSc Digital Marketing Become a 2 YEARS PART-TIME Digital Marketing Master STUDY ONLINE www.imarcomms.com Validated by the Industry Advisory Council. Including members from Content MSc Digital Marketing

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated August 22, 2018 CCNA Routing and Switching Scope and Sequence Last updated August 22, 2018 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

More information

Copyright 2014, Oracle and/or its affiliates. All rights reserved.

Copyright 2014, Oracle and/or its affiliates. All rights reserved. 1 Introduction to the Oracle Mobile Development Platform Dana Singleterry Product Management Oracle Development Tools Global Installed Base: PCs vs Mobile Devices 3 Mobile Enterprise Challenges In Pursuit

More information

COMPUTER INFORMATION SYSTEMS

COMPUTER INFORMATION SYSTEMS Credentials Information Technology Foundation skills certificate Cisco Networking Academy skills certificate Networking Specialist Certificate Networking Specialist AAS degree Computer Systems Support

More information

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments.

The course also includes an overview of some of the most popular frameworks that you will most likely encounter in your real work environments. Web Development WEB101: Web Development Fundamentals using HTML, CSS and JavaScript $2,495.00 5 Days Replay Class Recordings included with this course Upcoming Dates Course Description This 5-day instructor-led

More information

Mobile Application Development by Lynn Rosier TEA 126.39 http://ritter.tea.state.tx.us/rules/tac/chapter126/ch126c.html#126.39 9-11:15 Mobile apps overview, software, possible projects, and an intro to

More information

Course 1: Microsoft Professional Orientation: Front-End Web Developer

Course 1: Microsoft Professional Orientation: Front-End Web Developer Course 1: Microsoft Professional Orientation: Front-End Web Developer This orientation course is the first course in the Web Front-End Developer, Microsoft Professional Program curriculum. The orientation

More information

Course 1: Microsoft Professional Orientation: Front-End Web Developer

Course 1: Microsoft Professional Orientation: Front-End Web Developer Course 1: Microsoft Professional Orientation: Front-End Web Developer This orientation course is the first course in the Web Front-End Developer, Microsoft Professional Program curriculum. The orientation

More information

SAFe AGILE TRAINING COURSES

SAFe AGILE TRAINING COURSES SAFe AGILE TRAINING COURSES INDEX INTRODUCTION COURSE Implementing SAfe Leading SAFe SAFe for Teams SAFe Scrum Master CERTIFICATION SAFe Program Consultant SAFe Agilist SAFe Practitioner SAFe Scrum Master

More information

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated November 2, 2016

CCNA Routing and Switching Courses. Scope and Sequence. Target Audience. Curriculum Overview. Last updated November 2, 2016 CCNA Routing and Switching Scope and Sequence Last updated November 2, 2016 Target Audience The Cisco CCNA Routing and Switching curriculum is designed for Cisco Networking Academy students who are seeking

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

High School PLTW Computer Science A Curriculum

High School PLTW Computer Science A Curriculum Grade 9th - 12th, 1 Credit Elective Course Prerequisites: PLTW Computer Science and Software Engineering High School PLTW Computer Science A Curriculum Course Description: Computer Science A (CSA) builds

More information

ANDROID. Curriculum LOCATION CONTACT US SCHEDULE. TurnToTech 40 Rector St. 10th Floor New York, NY

ANDROID. Curriculum LOCATION CONTACT US SCHEDULE. TurnToTech 40 Rector St. 10th Floor New York, NY Curriculum ANDROID SCHEDULE Full-time Immersive 10AM to 6:30PM LOCATION TurnToTech 40 Rector St. 10th Floor New York, NY 10006 CONTACT US nyc@turntotech.io +1-212-924-8324 Page 1 of 1 CURRICULUM OVERVIEW:

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

Information Brochure Information Brochure. An ISO 9001:2015 Institute. ADMEC Multimedia Institute. Web Master Plus. Designing Development Promotion

Information Brochure Information Brochure. An ISO 9001:2015 Institute. ADMEC Multimedia Institute. Web Master Plus. Designing Development Promotion Information Brochure Information Brochure An ISO 9001:2015 Institute ADMEC Multimedia Institute Designing Development Promotion 18 Designing Development Promotion Months Course is an 18 months advanced

More information

GRADUATE PROGRAMS IN ENTERPRISE AND CLOUD COMPUTING

GRADUATE PROGRAMS IN ENTERPRISE AND CLOUD COMPUTING GRADUATE PROGRAMS IN ENTERPRISE AND CLOUD COMPUTING MASTER OF SCIENCE DOCTORAL DEGREE GRADUATE CERTIFICATES STEVENS.EDU/GRAD-ECC MASTER OF SCIENCE IN Enterprise and Cloud Computing Enterprise and cloud

More information

Graduate Certificate in Internet Business

Graduate Certificate in Internet Business Graduate Certificate in Internet Business Looking for a Career in Internet Business? Since the past decade, internet and web-based technologies have evolved to become a fundamental part of operations in

More information

Developing Applications for ios

Developing Applications for ios Developing Applications for ios Lecture 1: Mobile Applications Development Radu Ionescu raducu.ionescu@gmail.com Faculty of Mathematics and Computer Science University of Bucharest Evaluation Individual

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

Pick A Winner! In What Tool Should I Develop My Next App?

Pick A Winner! In What Tool Should I Develop My Next App? Pick A Winner! In What Tool Should I Develop My Next App? Mia Urman, CEO, AuraPlayer Inc. @miaurman @auraplayer Who is Mia Urman? miaurman@auraplayer.com Oracle ACE Director & Development Geek for over

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

Certified Manager Certification

Certified Manager Certification Certified Manager Certification Get Trained Get Certified Get Recognized www.hr-pulse.org In Partnership With HR Pulse has the Learning Solutions to Empower Your People & Grow Your Business About ICPM

More information

CCNA (Routing & Switching) Program Overview

CCNA (Routing & Switching) Program Overview Table of Contents 1. Introduction 2. Target Audience 3. Curriculum Overview 4. Course Sequence 5. Prerequisites 6. Target Certification 7. Industry Certification 8. Discount Voucher 9. Course Outlines

More information

CATALOG 2016/2017 BINUS UNIVERSITY

CATALOG 2016/2017 BINUS UNIVERSITY Computer Science Introduction In the new millennium and the global era, the role of information and automation in the various domains and activities of the business industry are becoming more important.

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

Contextual Android Education

Contextual Android Education Contextual Android Education James Reed David S. Janzen Abstract Advances in mobile phone hardware and development platforms have drastically increased the demand, interest, and potential of mobile applications.

More information

INFORMATION SYSTEMS AND ANALYTICS DEPARTMENT

INFORMATION SYSTEMS AND ANALYTICS DEPARTMENT Information Systems and Analytics Department 1 INFORMATION SYSTEMS AND ANALYTICS DEPARTMENT Concentration in Information Systems Objectives To provide students with the information technology skills required

More information

Programming in C# for Experienced Programmers

Programming in C# for Experienced Programmers Programming in C# for Experienced Programmers Course 20483C 5 Days Instructor-led, Hands-on Introduction This five-day, instructor-led training course teaches developers the programming skills that are

More information

College Of. Technological Innovation

College Of. Technological Innovation College Of Technological Innovation Contact Us 00971-2-5993111 (Abu Dhabi) 00971-4-4021111 (Dubai) 00971-4-4021408 (College of Technological Innovation) @Zayed_U zayeduniversity ZayedU www.zu.ac.ae Introduction

More information

Our trainings can be delivered as an Onsite Classroom Training or as an Instructor-Led Live Online Training(ILT).

Our trainings can be delivered as an Onsite Classroom Training or as an Instructor-Led Live Online Training(ILT). About Shristi Shristi Technology Labs is an emerging Software Training solution provider for high end technologies. We are passionate about innovation, learning & development and quality. Our vision is

More information

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE

ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE ROJECT ANAGEMENT PROGRAM AND COURSE GUIDE PROJECT MANAGEMENT CERTIFICATE PROGRAM Further your career and gain an understanding of what it takes to lead a project to successful completion functional skills,

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

ITM DEVELOPMENT (ITMD)

ITM DEVELOPMENT (ITMD) ITM Development (ITMD) 1 ITM DEVELOPMENT (ITMD) ITMD 361 Fundamentals of Web Development This course will cover the creation of Web pages and sites using HTML, CSS, Javascript, jquery, and graphical applications

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

Introduction to Programming Nanodegree Syllabus

Introduction to Programming Nanodegree Syllabus Introduction to Programming Nanodegree Syllabus Learn to Code Before You Start Prerequisites: In order to succeed, we recommend having experience using the web, being able to perform a search on Google,

More information

COMPUTER INFORMATION SYSTEMS

COMPUTER INFORMATION SYSTEMS COMPUTER INFORMATION SYSTEMS COMPUTER INFORMATION SYSTEMS As existing and emerging technologies become more ubiquitous, and industry becomes more and more dependent on technology, there is a growing need

More information

The Novell Certified Training Salesperson (NCTS) Course 2008 Edition. Example excerpt

The Novell Certified Training Salesperson (NCTS) Course 2008 Edition. Example excerpt The Novell Certified Training Salesperson (NCTS) Course 2008 Edition Example excerpt Introduction NCTS Objectives At the conclusion of this course, you will be familiar with the following: The training

More information

IT Training Catalog Attend face-to-face in the classroom, remotelive, on-demand or on site at your facility

IT Training Catalog Attend face-to-face in the classroom, remotelive, on-demand or on site at your facility 978.250.4983 www.software-skills-training.com IT Training Catalog Instructor-Led, Hands- On, Training Courses Including: SQL Programming, SQL Server, Business Intelligence ASP.NET, MVC, WPF, WCF, Web Forms,

More information

Bootcamp Curriculum. Mobile Application Development - 7 Weeks. Training Curriculum. Mobile Application Development Curriculum 1. Cross Platform Design

Bootcamp Curriculum. Mobile Application Development - 7 Weeks. Training Curriculum. Mobile Application Development Curriculum 1. Cross Platform Design Bootcamp Curriculum Mobile Application Development - 7 Weeks Training Curriculum Orientation (1 day) UI & UX Fundamentals Learning C# for Mobile Development (7 days) Building Cross Platform Applications

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

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

Tamkang University Academic Year 105, 1st Semester Course Syllabus

Tamkang University Academic Year 105, 1st Semester Course Syllabus Tamkang University Academic Year 105, 1st Semester Course Syllabus Course Title SOCIAL MEDIA APPS PROGRAMMING Instructor DAY, MIN-YUH Course Class TLMXM1A MASTER'S PROGRAM, DEPARTMENT OF INFORMATION MANAGEMENT,

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

INFORMATION TECHNOLOGY (IT)

INFORMATION TECHNOLOGY (IT) INFORMATION TECHNOLOGY (IT) 202 Old Union Hall, (309) 438-8338 IT.IllinoisState.edu School Director: Mary Elaine Califf. Office: 202 Old Union. Graduate Program Director: Bee Lim. Graduate Faculty: Califf,

More information

PROGRAM OUTLINE. Information Technology with Co-op, System Programming. PROGRAM DESCRIPTION Concentration 1: DELIVERY METHODS PROGRAM DURATION

PROGRAM OUTLINE. Information Technology with Co-op, System Programming. PROGRAM DESCRIPTION Concentration 1: DELIVERY METHODS PROGRAM DURATION PROGRAM DESCRIPTION This co-op diploma program focuses on preparing you to work as a programmer requiring the application of current programming policies, practices, procedures and tools. This co-op diploma

More information

Endorsement: Business & Industry

Endorsement: Business & Industry Endorsement: Business & Industry Students will learn about a variety of IT concepts including computer software, computer hardware, careers in IT, and how to prepare and give presentations. Students will

More information

OBJECT-ORIENTED PROGRAMMING (OOP)

OBJECT-ORIENTED PROGRAMMING (OOP) OBJECT-ORIENTED PROGRAMMING (OOP) PROFESSIONAL CERTIFICATE PROGRAM 2004 PROFESSIONAL CERTIFICATE PROGRAM Suggested Prerequisite: Introduction to C Programming Required Courses Java Programming Java Web

More information

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM

Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Tecnológico de Monterrey Coding Boot Camp LIVE ONLINE PROGRAM Curriculum Overview The digital revolution has transformed virtually every area of human activity and you can be part of it as a web development

More information

Endorsement: Business & Industry

Endorsement: Business & Industry Endorsement: Business & Industry Students will learn about a variety of IT concepts including computer software, computer hardware, careers in IT, and how to prepare and give presentations. Students will

More information

CONCENTRATIONS: HIGH-PERFORMANCE COMPUTING & BIOINFORMATICS CYBER-SECURITY & NETWORKING

CONCENTRATIONS: HIGH-PERFORMANCE COMPUTING & BIOINFORMATICS CYBER-SECURITY & NETWORKING MAJOR: DEGREE: COMPUTER SCIENCE MASTER OF SCIENCE (M.S.) CONCENTRATIONS: HIGH-PERFORMANCE COMPUTING & BIOINFORMATICS CYBER-SECURITY & NETWORKING The Department of Computer Science offers a Master of Science

More information

Computer Science 209. A.S. Degree Requirements. Department Offices. Faculty & Offices. Emeritus Faculty. Degrees & Certificates Awarded

Computer Science 209. A.S. Degree Requirements. Department Offices. Faculty & Offices. Emeritus Faculty. Degrees & Certificates Awarded Computer Science 209 Computer Science (See Computer Information Systems section for additional computer courses.) We are in the Computer Age. Virtually every occupation in the world today has an interface

More information