Hardware and Software 6 th Grade Advanced Robotics 2.

Slides:



Advertisements
Similar presentations
Computer Parts.
Advertisements

Using Computers CS French Chapter 1.
What Is A Computer System?
Computer Parts There are many parts that work together to make a computer work.
Computer Systems 1 Fundamentals of Computing
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.
Bellringer Do you think students should study computers? Why or why not?
Stuart Cunningham - Computer Platforms COMPUTER PLATFORMS Input, Output, and Storage & Introduction to Basic Computer Architecture Week 2.
INFORMATION PROCESSING CYCLE Solid Blue Boxes with Video Cameras or pictures are actually links to videos. Click on them to advance to the web to watch.
Chapter 3 Computer Hard ware
Computer Parts When you build your own computer, choose from these parts…
Translate the following message:
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computer Components Checklist There are many parts that work together to make a computer work.
The 4 functions of a computer are 1.Input 2.Output 3.Storage 4.Processing.
Computer Hardware Introduction. Computer Hardware Introduction The basic form of a computer is this: PROCESSING MEMORY INPUTOUTPUT But let’s look inside.
The Four Parts of a Computer. Definition of a Computer A computer is an electronic device used to process data, converting the data into information that.
INFORMATION PROCESSING CYCLE. What is a computer? A computer is a machine that receives data and processes that data in some way to produce information.
TheTeacher Computing Data Storage Computing. TheTeacher Computing Primary Storage One of the fundamental properties of a computer is that it can store.
The Guts. CPU CPU Socket The CPU is generally a 2 inch ceramic square with a silicon chip located inside. The chip usually about the size of a thumbnail.
COMPUTER HARDWARE Made By Anila Bhatti DA Public School (O&A Levels) - Seaview 1.
Computer Basic Vocabulary
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.
Unit 2 - Hardware Data Storage. How is data stored? ● Data is stored as a combination of 0’s and 1’s (bits). We will learn more about this later! ● Bits.
1 Objectives Discuss reasons for taking this course on computers Outline the scope of this course Define the computer Differentiate between hardware and.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computer Special Thanks S.W.A.ShahNIST.
COMPUTER COMPONENTS Ms Jennifer Computer Components.
COMPUTER HARDWARE & SOFTWARE INTRODUCTION TO LIBRARY & INFORMATION SCIENCES (5501) WORKSHOP SPRING 2013 By: Huma Malik Librarian, Preston University, Islamabad.
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 Graphics HARDWARE. Computers  Computers are automatic, electronic machines that –accept data & instructions from a user (INPUT) –store the data.
Computer Parts There are many parts that work together to make a computer work.
Computer Architecture and Number Systems
Introduction to Computers
Basics of Computer A Computer is Electronic device that can
Computer Components ICS 3U0.
Computer systems is a 10-credit unit
An Overview of the Computer System
introduction to computer
Drill Translate the following message:
Computer Case Houses computer components
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Business Computer Technology
Introduction to Computers
Computer Parts There are many parts that work together to make a computer work.
Basic Computer Hardware and Software.
Looking Inside the machine (Types of hardware, CPU, Memory)
Introduction to Computing Lecture # 1
An Overview of the Computer System
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
Storage Keywords Secondary Storage
Introduction to Computers
Computer Parts There are four main equipment functions of a computer system: Input, Processing, Storage and Output. Input: the transferring of information.
National Diploma in Computer Studies
What is Computer A computer is a general purpose device that can be programmed to carry out a finite set of arithmetic or logical operations. Since a sequence.
Computer Parts There are many parts that work together to make a computer work.
Computer Peripheral Devices - Definition, Examples & Types
Logical Computer System
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 components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Networks & I/O Devices.
Computer Electronic device Accepts data - input
Computer Applications Unit A
Presentation transcript:

Hardware and Software 6 th Grade Advanced Robotics 2

Computer hardware is typically electronic equipment that responds in well-dened ways to specific commands. Over the years, a collection of useful kinds of hardware has developed:

Central processing unit (CPU) - a specialized integrated circuit that accepts certain electronic inputs and, through a series of logic circuits, produces measurable computational outputs. CPU

Random access memory (RAM) - stores information in integrated circuits that reset if power is lost. The CPU has fast access to this information and uses it for \short-term" memory during computation. RAM

Mechanical Hard disk drive (HDD) - stores information on magnetized platters that spin rapidly. Information is stored and retrieved by a collection of arms that swing back and forth across the surfaces of the platters touching down periodically to read from or write to the platters. These devices fall into the category of \secondary storage" because the CPU does not have direct access to the information. Typically, information from the HDD must be loaded into RAM before being processed by the CPU. Reading andwriting information from HDD's is slower than RAM. HDD

A solid-state drive (SSD), sometimes called a solid- state disk or electronic disk, is a data storage device that uses solid-state memory to store persistent data with the intention of providing access in the same manner of a traditional block I/O hard disk drive. SSDs are distinguished from traditional magnetic disks such as hard disk drives (HDDs) or floppy disk, which are electromechanical devices containing spinning disks and movable read/write heads. In contrast, SSDs use microchips that retain data in non-volatile memory chips[1] and contain no moving parts.[1] Compared to electromechanical HDDs, SSDs are typically less susceptible to physical shock, are silent, have lower access time and latency, but are more expensive per gigabyte (GB). SSDs use the same interface as hard disk drives, thus easily replacing them in most applications SSD

Other kinds of secondary storage - optical disks like CD's or DVD's where light (lasers) are used to read information from disks; flash memory where information is stored in integrated circuits that, unlike RAM, do not reset if power is lost; all of these are slower than HDD's or RAM. USB Drives are easy to use, fast and portable. SECONDARY STORAGE

Motherboard - a collection of interconnected slots that integrates and facilitates the passing of information between other standardized pieces of hardware. The channels of communication between the CPU and the RAM lie in the motherboard. The rate at which information can travel between different hardware elements is not only determined by the hardware elements themselves, but by the speed of the interconnections provided by the motherboard. MOTHERBOARD

Interfaces - include the equipment humans use to receive information from or provide information to a computing device. For example, we receive information through the video display, printer, and the sound card. We provide information through the keyboard, mouse, microphone, or touchscreen. INTERFACES

In robotics, some of these terms take on expanded meanings. The most significant being the definition of interface. Robots are designed to interface with some aspect of the physical world other than humans (motors, sensors).. EXPANDED MEANING

Software is a collection of abstract (intangible) information that represents instructions for a particular collection of hardware to accomplish a specic task.

Writing instructions relies on knowing the capabilities of the hardware, the specific commands necessary to elicit those capabilities, and a method of delivering those commands to the hardware. Generally, software instructions may be written at three different levels: SOFTWARE

Machine language - not human readable and matches exactly what the CPU expects in order to elicit a particular capability-think 0's and 1's MACHINE LANGUAGE

Assembly language: human readable representations of CPU instructions. While assembly language is human readable, its command set, like the CPU's, is primitive. Even the simplest instructions, like those required to multiply two numbers, can be quite tedious to write. Most modern CPU's and/or motherboards have interpreters that translate assembly language to machine language before feeding instructions to the CPU. ASSEMBLY LANGUAGE

High-level language - human readable and usually has a much richer set of commands available (though those commands necessarily can only be combinations of assembly commands). Translating the high-level language to machine language is too complicated for the CPU's built in interpreter so a separate piece of software called a compiler is required. A compiler translates the high-level instructions to assembly or machine instructions which are then fed to the CPU for execution. Examples of high-level languages are: C, C++, Fortran, or RobotC to name a few. HIGH LEVEL LANGUAGE