Computer Skills & Programming Concepts I Lectures 1-6 PDF
Document Details
Uploaded by DivineNephrite126
Pharos University in Alexandria
Mohamed Ismail Badawi
Tags
Summary
This document is a set of lecture notes for a course in computer skills and programming concepts. The document covers topics like computer architecture, memory types, types of input/output devices, the role of the RAM and ROM, and other key hardware aspects.
Full Transcript
Computer Skills & Programming Concepts I UEC01 – PCD104 – PCC104 – HGCP101 Lectures 1-6 Course Coordinator: Assoc. Prof. Mohamed Ismail Badawi 0 2 PUA – Computer Center – UEC01 Comp...
Computer Skills & Programming Concepts I UEC01 – PCD104 – PCC104 – HGCP101 Lectures 1-6 Course Coordinator: Assoc. Prof. Mohamed Ismail Badawi 0 2 PUA – Computer Center – UEC01 Computer Skills & Programming Concepts I UEC01 – PCD104 – PCC104 – HGCP101 I. Computer Essentials Lectures 1-6 Course Coordinator: Assoc. Prof. Mohamed Ismail Badawi PUA – Computer Center – UEC01 Course Coordinator: Assoc. Prof. Mohamed Ismail Badawi Instructors: ▪Eng. Mohamed Ahmed Taha ▪Eng. Maher Habashy ▪Eng. Angy Saleh ▪Eng. Yasser Abd El Aziz ▪Eng. Reham Refaat ▪Eng. Nehal Essam 4 PUA – Computer Center – UEC01 Lecture 5 5 PUA – Computer Center – UEC01 Processing Is Done In Memory (Primary Storage) Types Of Memory RAM ROM 6 PUA – Computer Center – UEC01 Computer Architecture 7 PUA – Computer Center – UEC01 Random Access Memory RAM Temporary volatile storage that holds the input to be processed and the results of the processing. Contains the programs to control the computer and manipulate input into output. The RAM within your computer is where the operating system is loaded to when you switch on your computer and also where your applications are copied to when you start any application, as a word processor. When you create data, (e.g. letters and pictures), these are initially created and held in RAM and then copied to disk when you save the data. 8 PUA – Computer Center – UEC01 Read Only Memory- Basic Input Output System (ROM-BIOS) ROM (Read Only Memory): non-erasable chips located on the motherboard into which data or programs have been permanently stored; retrieved by the computer when needed. ROM-BIOS contains software which is required to make your computer work with your operating system, for instance it is responsible for copying part of your operating system into RAM when you switch on your computer. 9 PUA – Computer Center – UEC01 Input/output ports A connector on the exterior of a computer’s system unit to which a device may be attached with Plug and Play standard. Desktop computer ports include: Power connector, VGA monitor, Network, USB, Audio, and HDMI Others include IrDA (Infra Red) and Bluetooth ports, eSATA ports, Thunderbolt ports & fire wire (Apple devices) Portable computers and Smartphones have more limited ports as USB port, Network port, HDMI port, and/or flash memory card slot with the Secure Digital (SD) format. 10 PUA – Computer Center – UEC01 Input/output ports cont’d 11 PUA – Computer Center – UEC01 Universal Serial Bus (USB) Port To plug in devices designed for the USB. Such as printers, scanners and digital cameras. Memory sticks can also be plugged into a USB port allowing you to copy data to or from your hard disk. Network Port RJ-45 Plug To plug a network cable into your computer which then lets you communicate with other computers connected to your local network or to other computers via the Internet. 12 PUA – Computer Center – UEC01 Monitor (VGA) Port A Video Graphics Array (VGA) connector is a three-row 15-pin connector. The 15-pin VGA connector was provided on many video cards, computer monitors, laptop computers, projectors, and high definition television sets. Monitor (HDMI) Port High-Definition Multimedia Interface (HDMI) such as a display controller, a compatible computer monitor, video projector, digital television, or digital audio device. 13 PUA – Computer Center – UEC01 FireWire Port FireWire is an interface from Apple Inc. that allows high data transfer between your computer and a compatible device such as a digital camera. Audio Port Audio connectors is electrical connectors (or optical connectors) - plugs and sockets - for carrying audio signal. Back 14 PUA – Computer Center – UEC01 2. Input devices Keyboard Web camera Mouse Digital camera Tracker Ball Microphones Touch pad Light pen Gaming devices Control buttons& wheels 15 PUA – Computer Center – UEC01 Input devices Cont’d Pens/Styluses Stylus: Pen-like device used to draw or write electronically on the screen. Pen-Based Computers and Mobile Devices Pen input used with Smart Phones devices and tablet and Desktop Computers 16 PUA – Computer Center – UEC01 Input devices Cont’d Perceptual Computing: Users control devices with 3D gestures, voice commands, and facial expressions. Allows for full body input and input from a slight distance away. 17 PUA – Computer Center – UEC01 Input devices Cont’d Scanners Scanners (Optical Scanners) 18 PUA – Computer Center – UEC01 Input devices Cont’d Readers used in recognition systems: Barcode Readers read barcodes. Barcodes are Machine-readable codes that represent data as a set of bars. Magnetic Ink Character Recognition (MICR) Readers. 19 PUA – Computer Center – UEC01