Free Essay

Syllabus

In:

Submitted By yorizen
Words 1870
Pages 8
GUYNES’s CLASS RULES

During the lecture portion of the class [the first 2 hours], all laptops, all cellphones, all Ipads, all PDAs, etc. must be turned off and put away. They cannot be on the desktop, and absolutely no texting is allowed during class. Bring paper and pencil and your text to take notes in.

We will break every 50 minutes [2:50-3:00 and 3:50-4:00], so that you can catch up on your texting and phone calls, but then come back to class and turn everything back off.

During the lab portion of class [the last hour] you may have your laptops turned on to do BCIS 3630 work, or you may work in the COB computer labs. Please do not distract your classmates!!

COURSE WEBSITE

http://www.coba.unt.edu/itds/courses/bcis3630/bcis3630.htm

Instructor: Dr. Guynes
Office: BLB 312H
Phone: (940) 565-3110
Office Hours: By Appointment
Email: steve.guynes@unt.edu

TEXTBOOK:

Starting Out with JAVA, 5th Edition, by Tony Gaddis
ISBN:0-132-85583-6 buy at bookstore or at Amazon:

http://www.amazon.com/Starting-Out-Java-Control-Structures/dp/0132855836/ref=la_B001I9Q67I_1_3?ie=UTF8&qid=1344106024&sr=1-3

COURSE OBJECTIVES:

This course is an introduction to business computer programming and design in a corporate environment. The primary focus is on the information systems function in support of corporate activities. Students will learn business problem solving using JAVA PROGRAMMING in a microcomputer environment.

JAVA TOPICS COVERED

JAVA program types, creating an application, applets, syntax, variables, literals and identifiers, methods, expressions, swing, , print, println. primitive data types, arithmetic operators, cast operation, final, string class, dialog boxes, joptionpane, scope, scanner class methods, , decision structures, if-else, relational operators, nested ifs, logical operators, precedence, switch and the case structure, decimal format class, printf method, selection, exception handling, try/catch, repetition, formatting, loops, while loop, nested loop, file input and output, methods, passing arguments, local variables, classses, instance fields, constructors, overloading methods and constructors, scope of instance fields, packages, import statements, iteration, instance, string arrays, arrays of objects, arrays, loops, external classes, table/arrays, arraylist class

Be CERTAIN to install JAVA in:

C:\Program Files\Java OR IN

C:\Program Files (x86)\Java

Do not install it anywhere else or JGrasp will not work !!!!!!!!!

If you messed up - uninstall it - and reinstall it.

CLICK BELOW TO DOWNLOAD AND INSTALL JAVA http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download-432126.html ---------------------------------------------------

CLICK THE LINK BELOW TO DOWNLOAD AND INSTALL THE JGRASP IDE WHICH WE WILL USE TO RUN ALL OF OUR JAVA PROGRAMS:

http://www.jgrasp.org/ -------------------------------------------------------------------------------------

Do not miss class the first 3 weeks or you will be 'HOPELESSLY LOST'.

REMEMBER - BE CERTAIN THAT YOU download and install Java ONLY in :

C:\Program Files\Java. or (x86)

if not uninstall it - and reinstall it, BECAUSE the “bin” folder and the "lib" folder
MUST BE INSTALLED under: C:\Program Files\Java\jdk1.7.0_46\bin or (x86) * and C:\Program Files\Java\jdk1.7.0_46\lib or (x86) * *You may use ANY jdk1.7.0_20 … 45, etc. INSTEAD OF jdk1.7.0_46

NEXT:

Open Control Panel on your Windows Computer - [Start--->Control Panel]

Click the “System Icon [or the word "system"] Click the “Advanced” tab [or the words "advanced system setings"]

Click the “Environment Variables” button at the bottom of the box Under “System variables” look for a variable named “Path” [Note “System variables” is the bottom dialog box NOT the first one.]

Path tells software programs such as JGrasp where to find the “JAVA” executable file. Path variables are separated by a ‘ ; ’. Click on the “Path” variable under “System variables” and click Edit

Go to the end of the text in the “Variable value” field and type the following :

" ;C:\Program Files\Java\jdk1.7.0_46\bin; " or (x86)

Please be very careful that you add the text to the End of the existing information that you see, and be sure that you type the " ; " along with the rest of the information stated above. Click OK The next step is to set the CLASSPATH variable. IF the “CLASSPATH” variable ALREADY EXISTS do the following: Click on the “CLASSPATH” variable under “System variables” and click Edit Go to the end of the text in the “Variable value” field and type the following : " ;C:\Program Files\Java\jdk1.7.0_46\lib; " or (x86) Please be very careful that you add the text to the end of the existing information that you see, and be sure that you type the " ; " along with the rest of the information stated above. Click OK

IF the “CLASSPATH” variable DOES NOT EXISTS do the following:
Click the New button below the “System variables” dialog box

Type “CLASSPATH” in the Variable name field

Type the following in the Variable value field:

" C:\Program Files\Java\jdk1.7.0_46\lib; " or (x86) Click OK, OK, OK -----------------------------------------------------------------------

JGRASP software basics

1. Open the .java file you want to compile, so you can run it or debug it for logic errors.

2. Click the ‘Toggle line numbers’ ICON to turn on line numbering.

3. Click the ‘Compile file’ ICON to check for syntax errors. [fix any errors you find]

4a. When you have NO syntax errors, click the ‘Run application for current file’ ICON.

5a. If you still have a LOGIC error, set a breakpoint on the line where you want to start

debugging and then click the’Run debugger on current file’ ICON.

-----------------------------------------------------------------------------------------

PUT EACH PROBLEM IN A FOLDER AND ZIP IT AND NAME IT: JW_JONES_PROB_ONE. [your last name in front with initials]

THE CHALLENGES WITHIN A PROBLEM FOLDER MUST BE NAMED:
PROB1_CHAL_1 & PROB1_CHAL_5 & PROB1_CHAL_8 & PROB1_CHAL_10

YOU MAY NAME THE .java FILES WHATEVER YOU WISH
----------------------------------------------------------------------------------------------
Example for problem one:

Do programming challenges 1, 5, 8, 10

[PROB1_CHAL1 & PROB1_CHAL5 & PROB1_CHAL8 & PROB1_CHAL10]

PROBLEM ONE [JW_JONES_PROB_ONE] name of zipped folder

ALL 4 are in the above named folder

SCHEDULE:

JAN 14 Downloading and installing JDK and setting PATH variables SEE NOTES ABOVE INSTALLING JGRASP FOR DEBUGING

LECTURE from INTRODUCTORY EXAMPLES programs that you downloaded and printed

Start Lecture from Gaddis chapters 1 and 2

21 Finish Lecture from Gaddis chapters 1 and 2

----------------------------------------------------------------------------------------------------------- 28 Start Lecture on Gaddis chapter 3 problem ONE due from gad CH 2

FEB 4 Finish Lecture from Gaddis chapter 3 problem TWO due from gad CH 3

----------------------------------------------------------------------------------------------------------- 11 StartLecture from Gaddis chapter 4 problem THREE due from gad CH 3

18 Finish Lecture from Gaddis chapter 4 problem FOUR due From gad ch 4

------------------------------------------------------------------------------------------------------------ 25 Start Lecture from Gaddis chapter 5 problem FIVE due from gad ch 4

------------------------------------------------------------------------------------------------- MAR 4 Finish Lecture from Gaddis chapter 5 problem SIX due from gad ch 5

18 DAILY QUIZ ONE problem SEVEN due GADDIS CH. 1, 2, 3, 4 from gad CH 5

25 Start Lecture from Gaddis chapter 6

APR 1 Finish Lecture from Gaddis chapter 6 problem EIGHT due from gad ch 6

8 Start Lecture from Gaddis chapter 7 problem NINE due from gad ch 6

15 Finish Lecture from Gaddis chapter 7

22 Lecture from Gaddis chapter 8 problem TEN due from gad ch 7

29 DAILY QUIZ TWO TAKE HOME FINAL GADDIS CH. 5, 6, 7, 8 and LOOPS from 4 due from gad ch 8
HOMEWORK ASSIGNMENTS MUST BE DOWNLOADED FROM THE BCIS 3630 Website
-------------------------------------------------------

Point Distribution for Assignments

PROBLEM ONE ch 2 10

PROBLEM TWO ch 3 5

PROBLEM THREE ch 3 5

PROBLEM FOUR ch 4 5

PROBLEM FIVE ch 4 10

PROBLEM SIX ch 5 10

PROBLEM SEVEN ch 5 12.5

PROBLEM EIGHT ch 6 10

PROBLEM NINE ch 6 12.5

PROBLEM TEN ch 7 15 __

TOTAL 95

TAKE HOME FINAL ch 8 5

***************************************************************************** NO MAKE-UP QUIZZES WILL BE GIVEN DURING THE SEMESTER. *****************************************************************************

Grading System

DAILY QUIZ ONE 200 points in class exam DAILY QUIZ TWO 200 points in class exam TAKE HOME FINAL 5 points HOMEWORK 95 points

TOTAL 500 points

A. YOU CANNOT WORK AS A TEAM. [CANNOT SHARE CODE]

B. IF YOU WORK WITH A STUDY PARTNER, IT MUST BE OVER CONCEPTS [NOT CODE].

JAVA ASSIGNMENTS FOR BCIS 3630

----------------------------------------------------------------------------------------------
PROBLEM ONE - 10 points

From Gad chapter 2:
Work thru the examples in the chapter and then:

Do programming challenges 1, 5, 8, 10

A. In order to get credit for the SALES TAX problem [#8] at the end of Gaddis chapter 2, you must use JOPTIONPANE to input the amount of a purchase.

B. In order to get credit for the TEST AVERAGE problem [#10] at the end of Gaddis chapter 2, you must use SCANNER to input the grades.

TURN IN ALL 4in a single zipped folder

------------------------------------------------------------------------------------------------
PROBLEM TWO - 5 points

From Gad chapter 3:

Work thru the examples in the chapter and then:

Do programming challenge 4 and 8
[Use the IF statement to solve both]

TURN IN both in a single zipped folder

------------------------------------------------------------------------------------------------
PROBLEM THREE - 5 points

From Gad chapter 3:

Work thru the examples in the chapter and then:

Do programming challenge 13 and 15
[Use char and switch in 13, use IF in 15]

TURN IN both in a single zipped folder
PROBLEM FOUR - 5 points

From Gad chapter 4:
Work thru the examples in the chapter and then:
Do programming challenges 1 and 2
[Use while in 1 and 2]
TURN IN both in a single zipped folder

------------------------------------------------------------------------------------------

PROBLEM FIVE - 10 points

From Gad chapter 4:
Work thru the examples in the chapter and then:
Do programming challenges 3 and 15
[use while in 3 and 15]

TURN IN both in a single zipped folder

PROBLEM SIX - 10 points

From Gad chapter 5:
Work thru the examples in the chapter and then:
Do programming challenges 2 and 3

TURN IN both in a single zipped folder
______________________________________________________

PROBLEM SEVEN - 12.5 points

From Gad chapter 5:
Work thru the examples in the chapter and then:
Do programming challenges 7 and 9

TURN IN both in a single zipped folder

PROBLEM EIGHT - 10 points

From Gad chapter 6:
Work thru the examples in the chapter and then:

Do programming challenge 1 and 2

TURN IN both in a single zipped folder

PROBLEM NINE - 12.5 points

From Gad chapter 6:
Work thru the examples in the chapter and then:

Do programming challenge 4 and 5

TURN IN both in a single zipped folder
PROBLEM TEN - 15 points

From Gad chapter 7:

Work thru the examples in the chapter and then:

Do programming challenge 2 using the UML diagram I gave you

Turn in both the Payroll class [which you write] and the PayrollDemo.java program [that I gave you] which uses the Payroll class that you write - this is discussed in the problem statement at the the top of page 491

PROBLEM 11 IS : TAKE HOME FINAL - 5 points

From Gad chapter 8
Work thru the examples in the chapter and then:

Do programming challenge 3 using the UML diagram in fig. 8-21

Turn in both the RoomCarpet class [that I gave you] and the RoomDimension class [which you write] and the RoomDemo.java program [that I gave you] which uses the two above classes that you write - this is discussed in the problem statement on page 556.

Similar Documents

Free Essay

Student Resources

...websites and tools that can assist you in completing assignments, connecting to other students, and searching for careers. Instructions Complete the following Scavenger Hunt Matrix regarding student resources provided by the university. In the first column, list the steps used to locate each resource. In the second column, explain how each resource might contribute to your success. Scavenger Hunt Matrix |Student resource |List the specific steps you used to locate |Explain how you can use each resource to support your | | |each resource. |academic, career, or personal success. | |Course syllabus |The course syllabus is located in the |The class syllabus is useful because it is a listing of| | |classroom. 1st location is on class home |all of the required study materials, tasks to complete,| | |and from the current class list on your |and exercises. It lists your assignments and their due | | |ecampus home page |dates. You can check off completed items. | |Academic policies |These are found on the class home page on |The academic policy has a wide range of very important | | |the right hand side of the screen above the|information. It...

Words: 1025 - Pages: 5

Premium Essay

Asss

...LISTENING REACTION PAPER [pic] Speech 100 – all sections. Assignment Instructions: The Listening Exercise takes place in class. You must be in class doing the exercise to be able to write this short paper. Type a double-spaced, two page paper (see ”Format” in the class syllabus for instructions on margins, etc.) Type full pages – don’t skimp! It’s worth points to fill the page. NUMBER your answers and answer the following: 1. As you listened to a classmate in a “duo” or a “trio” in class, were you “empathically” listening? Explain. 2. Discuss your personal “barriers” to listening (p. 29-31 in the workbook “Communicate.”) How well did you listen? Discuss difficulties you may have experienced during the exercise. 3. Consider page 31 in the workbook – what steps did you take while listening to another person? 4. Do page 37-38 in the Communicate workbook, “Analysis of my listening effectiveness” – and tell me what your results were. What did your results tell you? 5. Finally, when it was YOUR turn to talk and have another person listen to you: (a) Discuss how it felt to have someone listen to you – really listen, without judging, without offering advice, or without trying to ”fix” it. (b) How could you tell they were listening to you? 6. What did you think of this exercise? ** This paper is worth 20 points – points are awarded on the QUALITY and also the required length of the paper, as well as...

Words: 256 - Pages: 2

Premium Essay

Syllabus

...[pic] College of Arts & Sciences Course Syllabus GEN/200 | Version r1 Foundations for General Education and Professional Success Please print a copy of this syllabus for handy reference. Whenever there is a question about what assignments are due, please remember this syllabus is considered the ruling document. Copyright Copyright ©2011 by University of Phoenix. All rights reserved. University of Phoenix© is a registered trademark of Apollo Group, Inc. in the United States and/or other countries. Microsoft©, Windows©, and Windows NT© are registered trademarks of Microsoft Corporation in the United States and/or other countries. All other company and product names are trademarks or registered trademarks of their respective companies. Use of these marks is not intended to imply endorsement, sponsorship, or affiliation. Edited in accordance with University of Phoenix© editorial standards and practices. Please print a copy of this syllabus for handy reference. Whenever there is a question about what assignments are due, please remember this syllabus is considered the ruling document. GENERAL COURSE INFORMATION COURSE NUMBER: GEN200 COURSE TITLE: Foundations for General Education and Professional Success COURSE START DATE: 05/17/2011 COURSE END DATE: 06/20/2011 REQUIRED READING: Students are required to read all materials available...

Words: 1978 - Pages: 8

Free Essay

Syllabus

...SCHEME OF EXAMINATION FOR MASTER OF COMPUTER APPLICATIONS (MCA) (SIX-SEMESTER Programme) |Semester – I | |Paper |Title of the Paper |Duration |Maximum Marks |Total | |No. | |Of Exam | | | | | | |Theory |Sessional* | | |MCA-101 |Computer Fundamentals and Problem Solving Using C |3 Hours |80 |20 |100 | |MCA-102 |Computer Organisation |3 Hours |80 |20 |100 | |MCA-103 |Discrete Mathematical Structures |3 Hours |80 |20 |100 | |MCA-104 |Software Engineering |3 Hours |80 |20 |100 | |MCA-105 |Computer Oriented Numerical and Statistical Methods |3 Hours |80 |20 |100 | |MCA-106 |Software Laboratory - I |3 Hours | | |100 | | |C (Based on MCA-101) |...

Words: 13848 - Pages: 56

Premium Essay

Syllabus

...Syllabus Page 1 of 34 Draft: Please download latest upon course launch. Syllabus This is a single, concatenated file, suitable for printing or saving as a PDF for offline viewing. Please note that some animations or images may not work. Course Description This module (allpages.htm) is also available as a concatenated page, suitable for printing or saving as a PDF for offline viewing. MET CS669 Database Design and Implementation for Business This course uses the latest database tools and techniques for persistent data and object-modeling and management. Students gain extensive hands-on experience with exercises and a term project using Oracle, SQL Server, and other leading database management systems. Students learn to model persistent data using the standard Entity-Relationship model (ERM) and how to diagram those models using EntityRelationship Diagrams (ERDs), Extended Entity-Relationship Diagrams (EERDs), and UML diagrams. Students learn the standards-based Structured Query Language (SQL) and the extensions to the SQL standards implemented in Oracle and SQL Server. Students learn the basics of database programming, and write simple stored procedures and triggers. The Role of this Course in the MSCIS Online Curriculum This is a core course in the MSCIS online curriculum. It provides students with an understanding and experience with database technology, database design, SQL, and the roles of databases in enterprises. This course is a...

Words: 10777 - Pages: 44

Premium Essay

Syllabus

...11th Grade Afro-Asian Literature Course Syllabus | Educ 508 – Principles of College Teaching | Submitted by:Jonathan Jay F. BaniagaSubmitted to: Dr. Wilhelmina Q. Tomas | LONDON.MANILA.TOKYO.SEOUL Tomoeda Academy Tomoeda Academy Julia Vargas Avenue, Ortigas, Pasig City 11th Grade World Literature Course Syllabus Mr. Jonathan Jay F. Baniaga 2015- 2016 I.Subject Code: English 101a II. Subject Description: Afro-Asian Literature III. Credit Units: 3 IV. Pre-Requisite: none V. Duration: 18 weeks (54 hours) – 1 meeting per week (3 hours per class session) VI. Course Overview: Afro-Asian Literature is a survey course in reading and writing. The text focuses on selected works of Afro -Asian literature ranging from 3,000 B.C. to the present and is augmented with a wide array of novels and other supplemental materials. All literary genres will be covered. Students are expected to critically read all genres of literature and write cohesive, clear, and well-structured analyses/critiques about what they have read. Students will write a variety of rhetorical modes and for a variety of purposes including narration, information, and persuasion. Students’ papers will reflect a sophisticated level of original analysis and include references to the read text or to outside sources where appropriate. VII. Course Objectives: Students...

Words: 1741 - Pages: 7

Free Essay

Syllabus

...Operating Systems: Course Syllabus Chapter 2: System Structures  General OS task: resource mgmt     Abstraction from details Sharing, fairness, ... Protection Interfaces: shells, API, system calls, ... Layered system design Microkernels Modularized approach  Architecture of OSs     Virtual Machines  System Boot process Operating System Principles Syllabus.2 Silberschatz, Galvin and Gagne ©2005 Chapter 3: Processes Operating System Principles Syllabus.3 Silberschatz, Galvin and Gagne ©2005 Chapter 4: Threads Operating System Principles Syllabus.4 Silberschatz, Galvin and Gagne ©2005 Chapter 5: CPU Scheduling Operating System Principles Syllabus.5 Silberschatz, Galvin and Gagne ©2005 Chapter 6: Process Synchronization   What is the problem? Give examples! Mutual exclusion  Critical sections Different solutions, on different levels of abstraction  „Correctness“ criteria (mut.ex., progress/non-starvation, fairness, bounded waiting)  Busy wait vs. Sleep   Classical synchronization problems  Bounded Buffers Readers/writers  Dining Philosophers   Atomic transactions (cf. databases)  Logging, UNDO/REDO recovery  Concurrency Control, Serializability, Locking Time-Stamping Operating System Principles Syllabus.6 Silberschatz, Galvin and Gagne ©2005 Chapter 7: Deadlocks  Define the problem, give necessary conditions!  Graph-based models (single vs. multiple resources...

Words: 624 - Pages: 3

Premium Essay

Syllabus

...Section 0 COURSE CODE COURSE TITLE UNITS / TYPE EEC201L CIRCUITS 2 LABORATORY 1 / LAB Section 1 INSTITUTION MISSION STATEMENT The FEU Institute of Technology is a premier technology educational institution in the Philippines. INSTITUTION VISION STATEMENT The FEU Institute of Technology commits itself to be an institution of quality education and relevant partnership with the larger community, producing competent and principled professionals who will contribute significantly to the betterment of society. DEPARTMENT MISSION STATEMENT The Electrical and Electronics Engineering (EEE) Department commits itself to provide students with industry-grade and outcomes-based education in electrical, electronics and communications engineering that will allow the students to develop a greater sense of professional responsibility, social awareness and high competitiveness in industry or in graduate work. DEPARTMENT VISION STATEMENT The Electrical and Electronics Engineering (EEE) Department envisions itself as a center of excellence, leadership, and an internationally recognized institution in electrical and electronics engineering education and technology. Section 2 PROGRAM OUTCOMES a. ability to apply knowledge of mathematics and science to solve engineering problems b. ability to design and conduct experiments, as well as to analyze and interpret data c. ability to design a system, component, or process to meet desired needs within realistic constraints such as economic, environmental...

Words: 1551 - Pages: 7

Premium Essay

Syllabus

...[pic] ISOM 491, Section 001 - Managerial Statistics Fall Quarter 2013, Monday 6:00 – 9:00 PM, Maguire Hall Room 330 Quinlan School of Business Policies: Class by Class/Week by Week Course Outline for ISOM 491 Tentative Course Outline: First Class (August 26, 2013) Chapter Topic Session (Week) 1 Introduction 1 Ethical Guidelines for Statistical Practice American Statistical Association (Handout) 2 Summarizing Data 1 3 Describing Data - Numerically…… 2 4 Describing Data – Exploring…….. 2 (Introduce concept of Stable Model) 5. Survey of probability ………… 3 (Emphasis - cross tabbing, (Omit Bayes' Theorem, i.e., Contingency Tables) pp 167-171) 6 Discrete Probability Distributions 3 (Emphasis Binomial) (Omit hypergeometric and poisson sections, pp 204-212) 7 Continuous Probability Distributions...

Words: 1377 - Pages: 6

Free Essay

Syllabus

...BMGT 301: INTRODUCTION TO INFORMATION SYSTEMS Section 0601 Mon, Wed 5:00PM - 6:15PM (VMH 1412) Section 0701 Mon 7:00PM - 9:40PM (VMH 1303) Instructor: David J McCue Teaching Assistant: -djmccue@rhsmith.umd.edu 0000 Van Munching Hall Mobile phone: (571) 212-9300 Office Hrs: Wednesday 6:30 PM – 7:30 PM and By Appointment NA Description This course integrates management concepts and information systems and technology. We will discuss how information systems are used for competitive advantage. We will learn how information systems are used by successful marketers, accountants, and finance and operations executives and more. Because our readings are online and current, we will learn how key business theories explain and enable what is happening today in business when information systems are being used. We will learn how to apply management concepts to understand the opportunities created by, and threats arising from, the effective use of information systems. We will discuss how to analyze and design information systems for business and how those systems are used in different businesses and business functions. We will cover the use of spreadsheets and databases for analysis and decision making. We will learn about key technologies such as telecommunications. Course Perspective When you read a business publication website such as the Wall Street Journal, Fortune, Business Week, or even a general publication such as the Washington Post or the New York Times, you will see...

Words: 4524 - Pages: 19

Premium Essay

Syllabus

...20th May, 2014 Important Announcement Attention: Intermediate (IPC) and Final Course students- May 2015 examinations and onwards Subject: Revision of the syllabus for May 2015 examinations and onwards pursuant to enactment of the Companies Act, 2013 As students may be aware, the Companies Act, 2013 has been notified in the Official Gazette on 30th August, 2013 stating that different dates may be appointed for enforcement of different provisions of this Act through notification of the Central Government in this regard. Having regard to the above development, the Council at its 333th meeting, revised the syllabus in a comprehensive manner in the following papers of Intermediate (IPC) and Final Course(s) as annexed herewith (shown in Bold cum Italics): Intermediate (IPC) Course Paper 1: Accounting (Group I) Paper 2: Business Laws, Ethics and Communication (Group I) Paper 5: Advanced Accounting (Group II) Paper 6: Auditing and Assurance (Group II) Final Course Paper 3: Advanced Auditing and Professional Ethics (Group I) Paper 4: Corporate and Allied Laws (Group I) Director, Board of Studies Annexure SYLLABUS PAPER 1: ACCOUNTING (One paper – Three hours – 100 Marks) Level of Knowledge : Working Knowledge Objectives : (a) To lay a foundation for the preparation and presentation of financial statements, (b) To gain working knowledge of the principles and procedures of accounting and their application to different practical situations, (c) To gain the ability to solve simple problems...

Words: 3005 - Pages: 13

Premium Essay

Syllabus

...Orientation Syllabus UNIV/100 Version 9 1 Orientation Syllabus UNIV/100 Version 9 University of Phoenix Orientation Workshop Copyright © 2011, 2010, 2009 by University of Phoenix. All rights reserved. Course Description This 3-week orientation workshop helps students be successful in college. Students practice using the Online Learning System (OLS), learn techniques to be successful in college, and identify useful university services and resources. Policies In every course at the University of Phoenix, faculty and students will be held responsible for understanding and adhering to all policies contained within the following two documents: • • University policies: You must be logged into the student website to view this document. Instructor policies: This document may be accessed from the student website. University policies are subject to change. Be sure to read the policies at the beginning of each class. Policies may be slightly different depending on the modality in which you attend class. If you have recently changed modalities, read the policies governing your current class modality. Course Materials All electronic materials are available on the student website at https://ecampus.phoenix.edu. Adobe® Flash® download: http://get.adobe.com/flashplayer/ Adobe® Shockwave® download: http://get.adobe.com/shockwave/ Week One: Online Learning System (OLS) Details Objectives Nongraded Activities and Preparation UNIV/100 Course Page Overview 1.1 Use the Online Learning...

Words: 3920 - Pages: 16

Premium Essay

Syllabus

...|[pic] |Course Syllabus | | |College of Humanities | | |HUM/130 Version 6 | | |Religions of the World | Copyright © 2009, 2007, 2006 by University of Phoenix. All rights reserved. Course Description This course studies the major religions of the world. Topical areas include Buddhism, Christianity, Confucianism, Hinduism, Indigenous Cultures, Islam, Judaism, and Taoism. Students will be objectively studying the origins and major figures and comparing...

Words: 2195 - Pages: 9

Free Essay

Syllabus

...BMGT 301: INTRODUCTION TO INFORMATION SYSTEMS Section 0601 Mon, Wed 5:00PM - 6:15PM (VMH 1412) Section 0701 Mon 7:00PM - 9:40PM (VMH 1303) Instructor: David J McCue Teaching Assistant: -djmccue@rhsmith.umd.edu 0000 Van Munching Hall Mobile phone: (571) 212-9300 Office Hrs: Wednesday 6:30 PM – 7:30 PM and By Appointment NA Description This course integrates management concepts and information systems and technology. We will discuss how information systems are used for competitive advantage. We will learn how information systems are used by successful marketers, accountants, and finance and operations executives and more. Because our readings are online and current, we will learn how key business theories explain and enable what is happening today in business when information systems are being used. We will learn how to apply management concepts to understand the opportunities created by, and threats arising from, the effective use of information systems. We will discuss how to analyze and design information systems for business and how those systems are used in different businesses and business functions. We will cover the use of spreadsheets and databases for analysis and decision making. We will learn about key technologies such as telecommunications. Course Perspective When you read a business publication website such as the Wall Street Journal, Fortune, Business Week, or even a general publication such as the Washington Post or the New York Times, you will see...

Words: 4524 - Pages: 19

Premium Essay

Syllabus

...PSYCHOLOGY 1301 INTRODUCTION TO PSYCHOLOGY Fall 2015 Syllabus Section: 001 Time: T & TH 12:30-1:45 Room: LLCT2 Instructor: Office: Office Hours: Tuesday & Thursday from 8:30-9:20 & 10:50-12:00 & Wednesday from 1:00-2:00. E-Mail: Text: The Science of Psychology: An Appreciative View 3rd ed. By Laura A. King Course Description and Objectives: This course is designed to teach the student basic principles that effect the behavior of animals and humans. The wide varieties of topics found in psychology today are introduced and the underlying theories discussed. The course is meant to be a foundation course for those planning to major in psychology as well as an interesting elective for non-majors. This class also completes a general education requirement. Course Objectives: to help you expand your abilities and knowledge in the following broad areas as they pertain to psychology: the process of inquiry, critical reasoning, major concepts and methodologies, current developments within psychology, applications of psychological principles to the real world, comprehension and understanding of psychological theory and research design, and respect for the commonality and diversity of human experience. Learning Objectives: By the end of this course, students should have a basic understanding of: the dynamics of psychological research, how the science of psychology has come to be a field of its own, the importance and contribution of the Nature...

Words: 2186 - Pages: 9