1 / 14

The Launch into Cyberspace: Pre-Flight Briefing

This lecture introduces the fundamentals of computer programming, covering the layers of computer systems, the von Neumann model, CPU chips and their main parts, memory (ROM and RAM), operating systems, bootstrapping, client-server computing, and today's challenges in application development.

sylviaclark
Download Presentation

The Launch into Cyberspace: Pre-Flight Briefing

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Programming FundamentalsAnne Marchant, Ph.D.Instructor, CS DepartmentGeorge Mason Universityamarchan@gmu.edu

  2. Lecture 1 The Launch into Cyberspace Pre-Flight Briefing

  3. The computer is like an onionNot because it makes youcry:-), but because it is in layers Applications Operating System Hardware

  4. The “von Neumann” Model: Memory RAM|ROM INPUT OUTPUT CPU CU|ALU

  5. Chips: • CPU- central processing unit, the brain of the computer • Pentium • Athlon • Celeron • Power PC

  6. Chips: silicon technology • The CPU is divided into two main parts: • CU- control unit • ALU - arithmetic logic unit

  7. ROM • Read onlymemory • Non-volatile memory Contains the BIOS:Basic Input/Output System

  8. RAM • Random access memory • Volatile memory • Fast memory used to run applications and the operating system • Measured in MB (128-256 MB)

  9. Operating System • Manages Memory • Manages Tasks • Manages I/O (Input/Output) • Manages Disks and Files • Manages Security

  10. Some Operating Systems • Linux • Unix • Windows • MacOs

  11. Bootstrapping on/off switch ROM system disk RAM Operating System is Loaded • CMOS is accessed for system • configuration and hardware • diagnostics are performed

  12. Client-Server Computing • In today’s networked environments, computing is often split between the local user’s PC (client) and a network server. • Example: using a web browser (client) to access www.gmu.edu (server)

  13. Today’s Challenges • To create secure applications that are “platform independent”. • To create applications that can meet increasing demand and that can be upgraded and modified over time.

  14. Summary • Be sure that you understand the relationship between computer hardware and software. • Be sure that you can define the terms: client-server computing, operating system, platform independent. • Familiarize yourself with basic Unix and HTML.

More Related