From b66af1811bfedf3a6334de3b568b02f80c99b36a Mon Sep 17 00:00:00 2001 From: "@andatoshiki" Date: Tue, 2 Apr 2024 10:55:53 -0700 Subject: [PATCH] doc(cis105): add lecture note for lecture & chapter 13 on information systems in business with affiliated corresponding sidebar component hyperlink entries --- docs/.vitepress/config/sidebar.ts | 4 ++ .../cis105/cis105-l13-lecture-note.md | 66 +++++++++++++++++++ 2 files changed, 70 insertions(+) create mode 100644 docs/academic/cis105/cis105-l13-lecture-note.md diff --git a/docs/.vitepress/config/sidebar.ts b/docs/.vitepress/config/sidebar.ts index fa9d2a87..eac2045e 100644 --- a/docs/.vitepress/config/sidebar.ts +++ b/docs/.vitepress/config/sidebar.ts @@ -222,6 +222,10 @@ export const sidebar: DefaultTheme.Config['sidebar'] = { text: 'Lect 12: Introduction to SQL', link: '/academic/cis105/cis105-l12-lecture-note', }, + { + text: 'Lect 13: Information Systems in Business', + link: '/academic/cis105/cis105-l13-lecture-note', + } ], }, ], diff --git a/docs/academic/cis105/cis105-l13-lecture-note.md b/docs/academic/cis105/cis105-l13-lecture-note.md new file mode 100644 index 00000000..b44b4478 --- /dev/null +++ b/docs/academic/cis105/cis105-l13-lecture-note.md @@ -0,0 +1,66 @@ +# CIS105: Computer Applications & Information Systems Lect. 13 + +## Chapter 13: Information Systems in Business + +### 13.1: Business Functions + +- What is the definition of a business + - Accounting + - Human Resources + - Marketing + - Research and Development (R&D) + - Production + - **Collaboration is key** + +### 13.2: The Accounting Department + +- "The mathematics of business" +- Generally Accepted Accounting Principles (GAAP) +- Sarbanes-Oxley Act of 2002 (SOX) + +### 13.3: The Human Resources Department + +- Management of employees +- What is the most important asset of any business? + +### 13.4: The Marketing Department + +- Promotion of a business' products +- The Four P's of Marketing - E. Jerome McCarthy + - Products + - Pricing + - Promotion + - Placement + +### 13.5: The Research & Development Department + +- If a business isn't growing, it's dying +- Creative and systematic approach + - AKA Brainstorming +- Is this idea feasible? + +### 13.6: The Production Department + +- The makers of the business +- Tangible vs. Intangible + +### 13.7: Information System Collaboration + +- Electronic Computing Tols + - Discussion Boards + - Instant Messaging + - Texting +- Video Conferencing Software + - Webinar +- Project Management Software + - Microsoft Project + - Gantt Chart + - System Development Life Cycle (SDLC) + - Unified Modeling Language (UML) +- Knowledge Management Systems +- Online Application Software + + + + +