Languages of Computing Alan Blackwell CU Computer Laboratory.

Slides:



Advertisements
Similar presentations
Calera High School Dawn Bone
Advertisements

Computer Systems I’m ONLY a machine!.
 2002 Prentice Hall Hardware Basics: Inside The Box Chapter 2.
Basic Computer Hardware and Software.
Understanding Essential Computer Concepts
Hardware. Basic Computer System Central Processing Unit Input Devices Output Devices Backing Storage Devices.
Computer Hardware Introduction. Computer System Components Input Keyboard, Mouse, Camera, Touch Pad Processing CPU Output Monitor, Printer Storage Floppy,
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Main Memory Lecture 2 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
Chapter 4 The Components of the System Unit
Computers Chapter 4 Inside the Computer © 2005 Prentice-Hall, Inc.Slide 2.
Computer Hardware Information Technology Week 5 and 6
V Material obtained from summer workshop in Guildford County.
Computer Hardware Basics By the end of this lesson you will be able to: 1. Identify external hardware components and peripherals 2. Identify internal hardware.
Computer Hardware Computer Technology Jeopardy Review By C. Lyman © July 2007.
WHAT IS A COMPUTER??? An electronic device that accepts: n Input n Processes the input n Stores the results of the processing n provides Output Computers.
What is Information Technology?
FIRST COURSE Essential Computer Concepts. 2 Objectives Compare the types of computers Describe the components of a computer system Describe input and.
Computer Systems I’m ONLY a machine! Standard Grade Revision.
LIBS 100 Mr. Ed Rossman Essential Computing Concepts.
Lesson 03: Computer Lab Management. LEARNING AREA : Computer Parts & Components.
CSCI 1200 Julie Benoit Introduction to Computing.
Chapter 2 IT Foundation Data: facts about objects Store data in computer: – binary data – bits – bytes Five types of data.
Computers: Information Technology in Perspective By Long and Long Copyright 2002 Prentice Hall, Inc. Computers: Information Technology in Perspective.
1 Inside the Computer Chapter 6 Copyright Prentice-Hall, Inc
Computer Basics COMPUTER TECHNOLOG Y 1. What Is a Computer? An electronic device Accepts data and instructions Manipulates, processes, and displays the.
Computers Inside and Out
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
How to use a computer and not lose your mind
Computer Hardware Information Technology Week 5 and 6
1 Computer Systems. A computer is...  A purely digital device  Definition: Digital is a type of electronic signal that is processed, sent and stored.
Internal Computer Parts Desiree Robinson. Input Devices Getting information onto the computer Keyboard Microphone Scanner Mouse Video Camera Webcam Touch.
Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Computer Systems. This Module Components Home PC Inputs Processor Memory Motherboards Auxiliary Storage Outputs.
Computer Hardware.
Computer Fundamentals/ Organizing Your Work/ 1 of 16.
Semester One 2001/2002 Sheffield Hallam University1 What does a PC do? computers collect, process, store, and communicate information Collect via input.
The Computer System CS 103: Computers and Application Software.
Systems Comparing Devices. Decisions have to be made if you have to choose between two different devices. Each different device will have a number of.
REST OF THE COMPUTER BEFORE THE INTERNET. Understand Your Computer  Bit  Binary digit  0 or 1  Byte  8 bits  Unique combinations of 8 bits of 0s.
© 2003 Prentice Hall, Inc.A-1 Appendix A Information Systems Hardware Information Systems Today Leonard Jessup and Joseph Valacich.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Basic Computer Hardware and Software. Guilford County SciVis V
Memory The term memory is referred to computer’s main memory, or RAM (Random Access Memory). RAM is the location where data and programs are stored (temporarily),
Basic Computer Hardware and Software.
Basic Computer Terms & Concepts. Computer System A collection of devices, each with a special function. Four components of a computer system: »Input »Output.
Computer Systems I’m ONLY a machine! Ashkarali P Asst. Professor GCM Wayanad Ashkarali, GCM.
Lifting the Lid: How Computers Work. CPU  The Central Processing Unit  Sometimes called the microprocessor  Carries millions of electrical signals.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Computers Mrs. Flowers University High School.
Basic Computer Hardware and Software.
Computing Fundamentals
Basic Computer Hardware and Software.
Computer Hardware and Software
The physical parts of the computer
Computer Systems Computer Systems.
Computer Systems Computer Systems 9/16/2018
Computers © 2005 Prentice-Hall, Inc. Slide 1.
Hardware Vocabulary.
Business Computer Technology
Introduction to Computers
Basic Computer Hardware and Software.
المحور 3 : العمليات الأساسية والمفاهيم
Hardware.
Introduction to Computers
Standard Grade Revision
Presentation transcript:

Languages of Computing Alan Blackwell CU Computer Laboratory

Part 1 Languages for storing data

Binary digits (bits) = 1 = 0

Bits =

Bytes

Encoding text = “A” = “l” = “a” = “n” = “ ” = “B” etc …

RAM chip

RAM chip (kilobytes (kb) = 1000’s of bytes)

RAM circuit board (c.a. 1980)

Magnetic drum storage

Magnetic tape storage

IBM mainframe

Cassette tape

Apple II

BBC Micro

5.25 inch floppy disk (200 kb)

IBM PC

3.5 inch floppy disk

Floppy disk drive 1.4 megabytes= 1.4 million bytes = 1,400,000 bytes = 1,400 kilobytes

Hard disk drive

Hard disk drive (gigabytes)

400 gigabytes= 400 billion bytes = 400,000,000,000 bytes = 400,000,000 kilobytes = 400,000 megabytes

External hard drive (terabytes)

1 terabyte= 1 trillion bytes = 1,000,000,000,000 bytes = 1,000,000,000 kilobytes = 1,000,000 megabytes = 1,000 gigabytes

CD-ROM (megabytes)

DVD-ROM (4 gigabytes)

Flash card

SIM card (kilobytes)

USB flash drive (8 gigabytes)

Geek speak checklist bit, byte, RAM kilobyte(kB)= 1,000 bytes megabyte(MB)= 1,000,000 bytes gigabyte(GB)= 1,000,000,000 bytes terabyte(TB)= 1,000,000,000,000 bytes ASCII

Part 2 Types of data language

Plain text

Numbers 0 = = = = … 254 = =

Numbers

Encoding colour (= 200 Red) (= 100 Green) (= 200 Blue)

Picture elements (pixels) 900 pixels (30 x 30)

Compression 36,000 pixels (180 x 200) JPEG level 12 (high quality) File size: 40 kB 36,000 pixels (180 x 200) JPEG level 0 (low quality) File size: 14 kB

Resolution A 10 kPixel camera (100 x 100 greyscale)

Encoding sound 0 | 0 | 237 | 10 | 56 | 235 | 12 | 3 | 45 | ….WAV[e] file or (compressed) MP3

Encoding programs = MOV AX,0x0082E984H or, “get the data at memory address ” (in the particular language of Intel microprocessors)

Central Processor Unit Once millions of instructions per second (MIPS) Now, billions of clock ticks per second (GigaHertz, GHz)

Geek speak checklist plain text resolution compression GIF, JPEG, MP3, WAV, MPEG ARM GigaHertz

Part 3 Collecting and presenting data

Input: Keyboard

Input: Sound card

Input: Flatbed scanner 1000 dpi (dots per inch)

Input: Digital camera 4000 x 3000 = 12 Megapixels

Input: Digital video camera 640 x 480 pixels (VGA)

Input: Webcam 352 x 288 pixels (VGA)

Output: Monitor 1024 x 768 pixels (XGA)

Output: Printer 800 dpi (dots per inch)

Output: Powered speakers

Output: Data projector (“beamer”) 800 x 600 pixels (SVGA)

Geek speak checklist VGA, SVGA, XGA DPI

Part 4 Internal communication

Motherboard

Expansion RAM (SIMM)

Part 5 External communication

VGA connector

HDMI connector

DVI connector

VGA/DVI Adapter (“Dongle”)

RJ-11 connectors Don’t confuse Ethernet and Phone!

USB connector No confusion possible – all peripherals are interchangeable!

Practical exercises Homework Research into file sizes Market research (Currys, Staples) Specify your own computer