CS111 Computer Programming

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Parts There are many parts that work together to make a computer work.
What is Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see. A motherboard, a CPU, a keyboard and a.
Basic Computer Hardware and Software.
Parts & Functions of a Computer. 2 Functions of a Computer.
Hardware Devices and Their Uses Modified excerpt from: GO! with Microsoft ® Office 2003 Brief, 2 nd Edition.
Chapter 4 The Components of the System Unit
Computer Parts There are many parts that work together to make a computer work.
IC3 GS3 Standard Computing Fundamentals Module
Prepared by Careene McCallum-Rodney Hardware specification of a computer system.
Unit 3: Hardware Components & Software Concepts
COMPONENTS OF THE SYSTEM UNIT
1-1 Introduction to Computer Science Computer Hardware Components: CPU, Memory, and I/O What is the typical configuration of a computer sold today? Minia.
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
How Computers Work. A computer is a machine f or the storage and processing of information. Computers consist of hardware (what you can touch) and software.
 Chasis / System cabinet  A plastic enclosure that contains most of the components of a computer (usually excluding the display, keyboard and mouse)
Basic Computer Structure and Knowledge Project Work.
Computer Hardware Mr. Richard Orr Technology Teacher Bednarcik Jr. High School.
CPU (CENTRAL PROCESSING UNIT): processor chip (computer’s brain) found on the motherboard.
Intro to Digital Technology HARDWARE CONCEPTS. IT-IDT-4 Identify, describe, evaluate, select, and use appropriate technology. IT-IDT-5 Understand, communicate,
Translate the following message:
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware.
Motherboard (Main board)
A+ Guide to Managing and Maintaining your PC, 6e Chapter 1 Introducing Hardware v0.95.
Computer Components Checklist There are many parts that work together to make a computer work.
The Computer System  Components Hardware Software  Electronic device  Follows instructions Comparisons Addition Subtraction Storage.
Lesson 3 — How a Computer Processes Data Unit 1 — Computer Basics.
Parts of the computer.
INSIDE THE COMPUTER. What is Computer ? Computer is Electronic device which work on electricity. OR An electronic device for storing and processing data,
There are many parts that work together to make a computer work. System Unit Computer Parts.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
Click once to reveal the definition. Think of the answer. Then click to see if you were correct. HARDWARE Physical parts of the computer.
How are they called?.
Computer Parts There are many parts that work together to make a computer work.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Chapter 2.
Computer Parts - Hardware There are many parts that work together to make a computer work.
Computer Hardware & Processing Inside the Box CSC September 16, 2010.
Basic Computer Hardware and Software.
Computer Parts There are many parts that work together to make a computer work.
General Concepts of ICT. Be able to identify the main components of a general- purpose computer:  central processing unit (CPU)  main/internal memory.
 Input - A device, such as a keyboard, used to enter information into a computer  Output - Electronic or electromechanical equipment connected to.
INTRODUCTION TO COMPUTERS. A computer system is an electronic device used to input data, process data, store data for later use and produce output in.
COMPUTER PARTS INSIDE - OUTSIDE. Computer Parts There are many parts that work together to make a computer work.
Computer Hardware Introduction What’s inside that box?
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Power Supply.
Computer Components.
Computer systems is a 10-credit unit
Basic Computer Hardware & Software
TexPREP Summer Camp Computer Science
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Computers (Hardware and Software)
Lecture 3 The Hardware.
Introduction to Computing Lecture # 1
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
المحور 3 : العمليات الأساسية والمفاهيم
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Hardware Components & Software Concepts
Computer Parts There are many parts that work together to make a computer work.
ICT Programming Lesson 2:
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
Computer Parts There are many parts that work together to make a computer work.
4. Computer system.
Presentation transcript:

CS111 Computer Programming Introduction to Programming environment

Outline Quick Recap Computers and its Components Operating System Linux Commands and Controls

Recap Base Poisitional Number System Signed, Unsigned, Floating Point Interconversion between Number Systems Arithmatic on Number Systems

Hardware & Software Hardware All of the electronic and mechanical equipment in a computer is called the hardware. Examples include: Motherboard Hard disk RAM Power supply Processor Case Monitor Keyboard Mouse

PC Components Computer system - collection of electronic and mechanical devices operating as a unit. The main parts are: System unit Monitor Keyboard Mouse Speakers 2 3 4 5 1

System Unit The main container for system devices. It protects the delicate electronic and mechanical devices from damage. Motherboard CPU (Processor) Memory Disk drives Ports - USB etc. Power supply  Expansion cards - sound card, network card, graphics card etc.

Peripherals Peripherals are devices that connect to the system unit using cables or wireless technologies. Typical peripherals include: Monitor Keyboard Printer Plotter Scanner Speakers   Plotter

System Devices Processor An integrated circuit (IC) supplied on a single silicon chip. It’s function is to control all the computers functions. The main processor manufacturers are: AMD - Athlon and Turion (mobile) Intel - Pentium and Centrino (mobile) AMD Processor

System Devices Computer program - a series of instructions. When a program is run, the processor carries out these instructions in an orderly fashion. Typical instructions include: Arithmetic - addition, subtraction etc Logical - comparing data and acting according to the result Move - move data from place to place within the computer system - memory to the processor for addition - memory to a printer or disk drive etc.

System Devices Processor speed - measured in megahertz (MHz) or Gigahertz (GHz) 1 MHz - 1 million clock ticks every second 1 GHz - 1 billion clock ticks every second Latest trend - multi-core processors  

System Devices Random Access Memory (RAM) Primary storage - main computer memory. Data, programs currently in use are held in RAM Volatile - contents of memory are lost if the computer is turned off Module - memory IC’s on a circuit board IC’s Memory Module

System Devices Memory is sold in modules: DIMM’s (dual inline memory module) for desktop computers SODIMM’s (small outline dual inline memory module) for notebook computers.   DIMM Module SODIMM Module

System Devices DIMM’s and SODIMM’s are available in modules of 256MB, 512MB, 1GB, 2GB The current technology is called DDR (double data RAM) and there are three types: DDR3, DDR4 Any particular computer system is only compatible with one type. Module name Module capacity Module type Module speed

System Devices Motherboard Mainboard or system board - the main circuit board for the computer system.   Processor Socket Memory Sockets Ports PCI Slots Graphics Slot Chipset

System Devices

System Devices Input device - uses point and click technology There are two main types: Ball mouse - uses a ball to roll across the surface and move rollers attached to sensors inside Optical mouse - camera takes thousands of images per second and sends them for digital processing. Optical mouse Ball mouse

Software Systems Editors, IDE, Entertaintment Windows, Linux, iOS