Lecture 2 “Structure of computer” Informatics. Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical.

Slides:



Advertisements
Similar presentations
Hardware Lesson 3 Inside your computer.
Advertisements

Basic Computer Vocabulary
Review of Computer Hardware, Operating Systems, and Media EDUC 286: Educational Technology II: Professional Tools Fall 2009.
The Central Processing Unit: What Goes on Inside the Computer.
Computer Hardware.
 The central processing unit (CPU) interprets and executes instructions.  The “brains” of the computer.  The speed of the processor is how fast it.
Essential Computer Concepts
Computer Components.
Why do we need to learn about computers? Hardware & Software Windows95 Desktop - GUI? Mice? Internet Explorer & Netscape Microsoft Applications: –Excel.
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Introduction to Computer Terminology
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers Essential Understanding of Computers and Computer Operations.
ICAICT101A Operate a Personal Computer. A computer is an electronic device that allows you to process and store data (information)… 2.
What is Information Technology?
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.
Understanding Computer Basics. Computer Case- The part of a computer system that houses the microprocessor, the RAM (Random Access Memory), and the Motherboard.
GENERAL COMPUTER Jeopardy ABCDE Points A What is this? Go back.
Computer Parts There are many parts that work together to make a computer work.
Introduction to Computers
Introduction to Computers
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computers Parts/Types. Topics Definition Types of Computers Parts of Computer System Impact on Society.
1 Introduction to Computers Lect 1 Won’t tell you much you don’t know. (Misleading– the course gets more conceptual as we create webpages.) Will go into.
Computer Basics By: Nicole Hayes. Purposes of Computers Business – Track inventory. – Calculate payroll. – Maintain databases. Personal – Surf the web.
Computer Parts. Two Basic Parts Hardware & Software.
Intro to Computers Computer Apps 1.
Computer Basics 2.
Chapter 1 Intro to Computer Department of Computer Engineering Khon Kaen University.
Inside your computer. Hardware Review Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Inside your computer. Hardware Motherboard Processor / CPU Bus Bios chip Memory Hard drive Video Card Sound Card Monitor/printer Ports.
Introduction to Computer Architecture. What is binary? We use the decimal (base 10) number system Binary is the base 2 number system Ten different numbers.
GCSE Information Technology Computer Systems 2 Hardware is the name that is given to any part of a computer that you can actually touch. An individual.
Computer Guts and Operating Systems CSCI 101 Week Two.
BAT3O / BTX4C. Definition: A computer is an electronic machine that 1) takes in data and instructions (input) 2) works with the data (processing) 3) puts.
Click here to download this powerpoint template : Colorful Networks Free Powerpoint TemplateColorful Networks Free Powerpoint Template For more : Powerpoint.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
COMPUTER BASICS Computer Technology. WHAT IS A COMPUTER?  Electronic  Accepts data and instructions  Manipulates, processes, and displays the information.
Parts of the Computer System
Computers - The Journey Inside continues…
The Computer System CS 103: Computers and Application Software.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
BMTS 242: Computer and Systems Lecture 2: Memory, and Software Yousef Alharbi Website
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Computers Inside & Out. How have computers affected your life? How has technology affected your life?
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
How does a computer works Hyoungshick Kim Department of Computer Science and Engineering College of Information and Communication Engineering Sungkyunkwan.
Basic Computer Components Unit 2. What is a computer?  A computer is an electronic device that accepts raw data and processes it into information that.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Software, programming language, operating system
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
David Kauchak CS 52 – Spring 2017
An Overview of the Computer System
Computer Basics 1 Computer Basics.
Computer Hardware and Software
Introduction to Computer Architecture
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
COMPUTER MEMORY & DATA STORAGE
Introduction to Computers
COMPUTER MEMORY & DATA STORAGE
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
STORAGE DEVICES Towards the end of this unit you will be able to identify the type of storage devices and their storage capacity.
Introduction to Computers
Computer Hardware.
Computing Essentials Module 1.
Windows.
Computing Essentials Module 1.
Presentation transcript:

Lecture 2 “Structure of computer” Informatics

Computer is  general purpose device that can be programmed to carry out a set of arithmetic or logical operationsprogrammed  (Examples: cameras, phones)  Two main parts of computer:  Hardware refers to the physical parts of the computer  Example: piano is a harware  Software refers to the code that runs on the computer  Example: the music is the sofware

Computer Hardware There are 3 major parts that make up computer: CPU RAM Persistent Storage

CPU  CPU- Central Processing Unit  The brains  Performs simple operations e.g. Add two numbers

RAM  RAM- Random Access Memory  Temporary, working storage bytes  RAM is “volatile”, not “persistent”,… gone when power goes out Byte  Byte-unit of information storage  All measured in bytes, despite being very different hardware  1 byte is enough to hold 1 letter  Kilobyte, KB, about 1 thousand bytes  Megabyte, MB, about 1 million bytes  Gigabyte, GB, about 1 billion bytes

Persistent Storage: Hard Drive, Flash Drive HARD DRIVE  Stores bytes as a magnetic pattern on a spinning disk FLASH DRIVE  Stores bytes as electrons in a chip e.g. usb key, SD card in camera, flash chips built into a phone or tablet

Computer Software  Software –code that runs on the hardware  Software is machine code  CPU implements “machine code” instructions

Operating System  Operating system is set of supervisory programs, run when computer first starts  Starting/managing/ending other programs

Modern operating systems: functions ● Program execution ● Memory management ● Multitasking ● Disk access and file systems ● Networking ● Security

Operating Systems  There are three main families of operating systems:  Linux  Windows  MacOS

Linux Fedora, Ubuntu, RedHat, Suse mostly free mostly open-source (customizable)

Windows Most widespread operating system Windows 3.1, Windows 98, Windows ME, Windows XP, Windows Vista, Windows 7, Windows 8 Operating system is a property of Microsoft

MacOS bundled in Mac computers cannot work with other computers well-known for its’ pretty and intuitive user interface

Drivers  A device driver or software driver is a computer program allowing OS to interact with a hardware device