[academia_course_sections title=”Information Technology Undergraduate Certificate”][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 3001: Personal Computer Fundamentals” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
Fundamentals of personal computers are examined with an emphasis on current application software. Provides an overview of personal computers, operating systems, and Internet technologies. Includes extensive and valuable hands-on experience using several applications in the Microsoft Office Suite.
Objectives
- Explain the fundamentals of computer hardware and computer software.
- Demonstrate fundamental techniques within a word-processing application.
- Demonstrate fundamental desktop-publishing techniques by designing the layout for a professional file.
- Perform fundamental data-manipulation techniques.
PreRequisites
None
Textbook(s)
Microsoft official academic course: Microsoft Office: 2013 edition
Publisher: Wiley (2015)
Author: Gambrel, B. (Ed.)
ISBN: 978-0-470-13306-4
Price: $114.40
8.91
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 3450: Introduction to Data Communication” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
An examination of data communications fundamentals, including the transmission and reception of data signals, networking and network architecture, and communications protocols. Provides a baseline level of knowledge for success in industry and preparation for networking certifications, including the Network , Microsoft Certified Systems Administrator (MCSA), Microsoft Certified Systems Engineer (MCSE), Certified Novell Administrator (CNA), and Cisco Certified Network Associate (CCNA) designations.
Objectives
- Differentiate between several data networking standards, including the seven layers of the Open Systems Interconnection (OSI) reference model and the Transmission Control Protocol/Internet Protocol (TCP/IP) stack.
- Classify common network hardware and utilities used for troubleshooting.
- Examine the concepts of switching and routing, regarding local area network servers (LANs) and wide area network solutions (WANs).
- Explain how Microsoft Windows network communication protocols are implemented in a TCP/IP network.
- Illustrate network diagrams for network topologies.
PreRequisites
- ITC 3001
Textbook(s)
Data communications & computer networks: A business user’s approach (Rev: 8th ed.)
Publisher: Cengage Learning (2016)
Author: White, C. M.
ISBN: 978-1-305-11663-4
Price: $204.71
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 4010: System Analysis and Design” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
Exploration of structured systems analysis and design terminology and techniques. Presents a foundation in systems design and documentation necessary for effective communication and career advancement for all technology professionals.
Objectives
- Identify Information Technology tools and services that satisfy the needs of various organizational structures.
- Recognize design methodologies, to include prototyping, development life cycle and structured analysis.
- Examine the use of data flow diagrams, data dictionary definitions, and Structured English as used in the Information Technology field.
- Apply techniques of system analysis and design to an information systems problem.
- Assess the value of information technology when addressing global, national, and local industry needs.
PreRequisites
- ITC 3001
Textbook(s)
Systems analysis and design (Rev: 11th ed.)
Publisher: Cengage Learning (2017)
Author: Tilley, S., & Rosenblatt, H.
ISBN: 9781337687157
Price: (No information available)
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 4150: Database Design and Implementation” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
A comprehensive coverage of database systems design, development, and implementation. Examines the tools and techniques necessary in creating data models and subsequent database designs. Provides hands-on experience using diagramming tools.
Objectives
- Examine the relevance and components of relational databases.
- Create documentation throughout the database development lifecycle.
- Identify business rules, entities, relationships, and attributes for a specific database scenario.
- Create a logical and physical database design.
- Demonstrate database normalization techniques.
- Utilize Structured Query Language (SQL) to create and interact with a database.
- Apply solutions to identified database security Issues.
PreRequisites
- ITC 3001
Textbook(s)
Hands on database: An introduction to database design and development (Rev: 2)
Publisher: Pearson (2014)
Author: Conger, S.
ISBN: 978-0133024418
Price: $78.46
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 4210: Programming Concepts and Problem Solving” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
An introduction to solving computer programming problems using Visual Basic. Includes principles that translate easily to many other modern programming languages. Focuses on user interfaces, program structure, language syntax, and implementation details. Requires Visual Basic.
Objectives
- Demonstrate the ability to use the fundamental functions within programming software.
- Utilize a programmer’s problem-solving process toward creating solutions.
- Develop a user interface for a computer program.
- Write an expression containing arithmetic operators by declaring variables, declaring constants, and formatting a program’s numeric output.
- Locate and resolve syntax and logic errors by stepping through the code and by using breakpoints.
- Write an If…Then…Else statement as an integral part of a computer program.
- Compose both a nested selection structure and also a multiple-alternative selection structure.
- Utilize testing methods within a computer program to both verify the program’s functionality and also detect and prevent unwanted user input.
- Construct a looping condition for a computer program by using an InputBox function, a Do…Loop statement, and an arithmetic assignment operator.
- Develop a complete computer program for the purpose of solving a problem by determining a control structure, using major functions, and preparing an appropriate user interface.
PreRequisites
- ITC 4010
Textbook(s)
Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 (Rev: 3)
Publisher: Course Technology (2014)
Author: Zak, D.
ISBN: 978-1-285-08410-7
Price: $161.30
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 4230: Programming Concepts and Problem Solving II” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
An advanced study of programming-related problem solving using Visual Basic. Covers object-oriented concepts such as classes, reusability, and encapsulation. Requires Microsoft Visual Basic.
Objectives
- Write the syntax for a computer program to perform advanced loops.
- Create a sub procedure and a function procedure.
- Use a two-dimensional array to store, access, and search for elements within a computer program.
- Utilize structures and sequential-access files as integrated components of a computer program.
- Perform string-manipulation techniques within a computer program.
- Connect an application to a Microsoft Access database.
- Create a new class by using the syntax in Microsoft Visual Basic.
- Create a Web application by using ASP.NET.
PreRequisites
- ITC 4210
Textbook(s)
Clearly Visual Basic: Programming with Microsoft Visual Basic 2012 (Rev: 3)
Publisher: Course Technology (2014)
Author: Zak, D.
ISBN: 978-1-285-08410-7
Price: $161.30
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][academia_course_lesson icon_type=”fontawesome” icon_fontawesome=”fa fa-file-text” badge=”lecture” title=”ITC 4310: Web Design and Development” icon_tool_tip=”TEXT” estimate_time=”3 HOURS”]
Description
Presents web design principles and techniques coupled with practical experience in the design and creation of websites. Includes coverage of the latest tools, trends, and issues relating to computers and technology.
Objectives
- Explain the interactive and multimedia elements of a web page.
- Analyze the phases of the web development life cycle.
- Demonstrate the use of common web page formatting features.
- Recommend solutions to compatibility and accessibility issues.
- Apply web design principles to the design and creation of a website.
- Examine current trends in website design and development.
PreRequisites
None
Textbook(s)
Integrated Learning Resource
Publisher: (No information available)
Author: (No information available)
ISBN: (No information available)
Price: (No information available)
* Disclaimer: Textbooks listed are based on the last open revision of the course. Prior revisions and future revisions may use different textbooks. To verify textbook information, view the course syllabus or contact the AU Bookstore at [email protected]
[/academia_course_lesson][/academia_course_sections]