import{_ as i}from"./chunks/PageInfo.vue_vue_type_script_setup_true_lang.250b3e56.js";import{_ as o,o as r,c as l,H as s,k as e,a,Q as n}from"./chunks/framework.b7580407.js";import"./chunks/commonjsHelpers.725317a4.js";const P=JSON.parse('{"title":"CIS105: Computer Applications & Information Systems Lect. 5","description":"","frontmatter":{},"headers":[],"relativePath":"academic/cis105/cis105-l5-lecture-note.md","filePath":"academic/cis105/cis105-l5-lecture-note.md","lastUpdated":1712870707000}'),m={name:"academic/cis105/cis105-l5-lecture-note.md"},c=e("h1",{id:"cis105-computer-applications-information-systems-lect-5",tabindex:"-1"},[a("CIS105: Computer Applications & Information Systems Lect. 5 "),e("a",{class:"header-anchor",href:"#cis105-computer-applications-information-systems-lect-5","aria-label":'Permalink to "CIS105: Computer Applications & Information Systems Lect. 5"'},"")],-1),d=e("h2",{id:"chapter-5-operating-system",tabindex:"-1"},[a("Chapter 5: Operating System "),e("a",{class:"header-anchor",href:"#chapter-5-operating-system","aria-label":'Permalink to "Chapter 5: Operating System"'},"")],-1),u=e("h3",{id:"_5-1-operating-system-fundamentals",tabindex:"-1"},[a("5.1: Operating System Fundamentals "),e("a",{class:"header-anchor",href:"#_5-1-operating-system-fundamentals","aria-label":'Permalink to "5.1: Operating System Fundamentals"'},"")],-1),p=e("ul",null,[e("li",null,[a("1980: Bill Gates and Paul Allen leased IBM a Personal Computer (PC) called MS-DOS (Microsoft Disk Operating System) for a one-time fee of "),e("span",{class:"katex"},[e("span",{class:"katex-mathml"},[e("math",{xmlns:"http://www.w3.org/1998/Math/MathML"},[e("semantics",null,[e("mrow",null,[e("mi",{mathvariant:"normal"},"$"),e("mn",null,"50"),e("mo",{separator:"true"},","),e("mn",null,"000")]),e("annotation",{encoding:"application/x-tex"},"\\$50,000")])])]),e("span",{class:"katex-html","aria-hidden":"true"},[e("span",{class:"base"},[e("span",{class:"strut",style:{height:"0.9444em","vertical-align":"-0.1944em"}}),e("span",{class:"mord"},"$50"),e("span",{class:"mpunct"},","),e("span",{class:"mspace",style:{"margin-right":"0.1667em"}}),e("span",{class:"mord"},"000")])])]),a(". "),e("ul",null,[e("li",null,"Gates Kept the copyright for MS-DOS")])]),e("li",null,[a("1984: Steve Jobs and Steve Wozniak created Mac OS "),e("ul",null,[e("li",null,'Advertised on "More user-friendly"')])])],-1),h=n('
5.2: Understanding Operating Systems
- System software: Software that automatically runs to configure a computer (no human intervention)
- Operating system (AKA Platform): A collection of computer programs that administer the hardware and software of a computer so that they work properly
- Microsoft Windows, Mac OS, UNIX, Linux
- Application software cannot run or be installed without a operating system.
5.3: Memory Management
Operating system coordinate: Computers memory
- Cache, Random Access Memory (RAM), registers, and virtual memory
- Disk Storage
CPU Cache: A small, very quick memory that stores copies of information and data from the most regularly-used parts of main memory
- Helps decrease the time it takes to access memory.
Random Access Memory (RAM): Volatile memory
Disk Storage: Non-volatile memory
volatile memory stores data when a computer is on but erases it as soon as the computer is switched off, whereas non-volatile memory remains in a computer even after the system shuts off.
5.4: Memory Management Contd.
- Registers: Small memory locations used to quicken the implementation of computer programs
- Customization towards the device including wallpaper setting which is referred the process of registering.
- Virtual Memory: Memory the OS uses to coordinate, track and efficiently allocate the use of CPU cache, registers, RAM and disk storage.
- The messenger between volatile and non-volatile storage.
5.5: Disk Management
- OS is responsible for saving information as efficiently as possible
- Creates a table of contents of FAT (File Allocation Table)
- Defragmentation: A program the reorganizes the hard drive
- Hard Disk Drive (HDD)
- Pros: More affordable, good for standard business procedures
- Cons: more prone to damage
- Solid State Drives (SSD)
- Pros: N moving parts, more reliable
- Cons: More expensive.
5.6: File Management
- File manager are made up of Hierarchy of Directories, more commonly referred to as folders
- Can be compared to a physical storage
5.7: Networks
- Network: 2 or more computers connected together
- Transmission control protocol and internet protocol (TCP/IP): A set of rules for transferring information from one computer to another
- Transfers info by breaking up files into packates
- The internet is the world's largest network
5.8: Device Drivers
- Device Driver: Allows the OS to communicate with peripheral devices
- Modern OS have plug-and-play capability
- 1996: USB developed and considered industry standard
5.9: embedded Operating Systems
- Embedded Operating System: OS installed on devices and appliances that rely on computing
- Ex; Cash registers, automatic teller machines (ATM), microwaves, and specialized handled devices
- Embedded OS cannot be modified in most cases
- Embedded OS used on most cell pones
- Google, Android, and iPhone
5.10: Mac or PC?
- The answer is baed on the needs of the business
- Ask yourself: Which one are your end-users comfortable or have experiencing using? Which one gives you a clear competitive advantage?
5.11: Major Operating Systems
- Microsoft Windows: Windows 10
- Windows 11 available for download
- Mac Operating System (AKA Mac OS)
- Linux: An open-source OS that can be modified, used, and redistributed by anyone freely
- Created by Linux Torvalds
- UNIX: Popular for large processing applications like credit card transactions and approvals.
5.12: Open-Source OS
- Proprietary software vs. open-source
- Why doesn't everyone use open-source
- Diffusion: A product or software is widely accepted
',22);function g(f,y,b,_,S,v){const t=i;return r(),l("div",null,[c,s(t,{readTime:"3",words:"602"}),d,u,p,h])}const O=o(m,[["render",g]]);export{P as __pageData,O as default};