Practical Oriented Theory

Slides:



Advertisements
Similar presentations
Computer Vocabulary Words to know and remember for the semester.
Advertisements

Lesson 6. The Computer Operation Computer Operating Systems GUI vs. Command line The Microsoft Windows Family File Systems – How Computers Manage Data.
Parts of a Computer.
P3- Represent how data flows around a computer system
Starting Out with C++, 3 rd Edition 1 Chapter 1. Introduction to Computers and Programming.
MCT260-Operating Systems I Operating Systems I Introduction to Operating Systems.
Computer Hardware.
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
KEY COMPONENTS OF A COMPUTER SYSTEM ANDREW LOLAVAR.
BLOCK DIAGRAM OF COMPUTER
What is a Hardware? Hardware is the physical parts of the computer system – the parts that you can touch and see.
Chapter 1 – Introduction to Computer Systems & QBasic
Chapter 2: Computer System Components
INTRODUCTION TO COMPUTER OPERATION AN OVERVIEW HARDWARE SOFTWARE PERIPHERALS MOTHERBOARD CPU MEMORY OS APPLICATIONS.
How computers work Learning objective 2: Explain the four basic functions of a computer.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
What is a Computer? An, electrical machine, that can be programmed to accept data (input), process it into useful information (output) and store it away.
Intro to Computers Computer Apps 1.
Stages of Processing.  When a computer is given instructions, a series of tasks must take place in order for a result to be accomplished  To accomplish.
Intro to Computers Computer Applications. What is a Computer? Initially the term computer referred to an individual whose job it was to perform mathematical.
Internal Lab Registeration labreg/lab/signup.aspxhttp:// labreg/lab/signup.aspx
Stefan Thorvaldsson – Can you touch it? HardwareSoftware KeyboardMonitorProcessorSpeakersMouse Fixed hard drives ROM/RAMPrinter Web.
J. Stover, CSD-HS.  A computer is an electronic device that is programmed to accept data (input), process it into useful information (output), and store.
Parts of the Computer System
ICT IGCSE Theory – Revision Presentation 1.2 The Main Components of Computer Systems Chapter 1: Types and components of computer systems
Hardware and Software Programming. COMP104 Lecture 2 / Slide 2 Hardware and Software l Why should we bother with hardware, while we are having a programming.
Computer Hardware. What is Hardware? Hardware is any part of a computer you can touch There are 2 categories: Inside the computer Peripherals connected.
Three Jobs of a Computer 1. Input 2. Processing 3. Output.
A.Abhari CPS1251 Topic 1: Introduction to Computers Computer Hardware Computer components Connecting Computers Computer Software Operating System (OS)
Basic Computer Organization Rashedul Hasan.. Five basic operation No matter what shape, size, cost and speed of computer we are talking about, all computer.
Senem KUMOVA METİN // Fall CS 115 Introduction to Programming Introduction to Computing.
Parts of a Computer. Two Basic Components of a Computer System Hardware Parts of the Computer System you can physically touch Software Computer Instructions.
Chapter1: Basic Concepts in Information Technology Chapter2: Hardware Chapter3: Memory, Storage and Performance Chapter4: Software.
Introduction To Computers
Computer Fundamentals. Examples of Computers Hand-held (HPC)PDATablet PCLaptop/Notebook DesktopTowerWorkstation Computer Basics.
Operating System. What is Operating System OS is system software, which may be viewed as collection of software consisting of procedures for operating.
1 Chapter 1 Basic Structures Of Computers. Computer : Introduction A computer is an electronic machine,devised for performing calculations and controlling.
MS-DOS is an acronym for MicroSoft Disk Operating System It is a CUI based operating system. It provides user with a command prompt (generally called.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Overview of Computer MANDAVI CLASSES PRESENTED BY.
Hardware & Software Lesson 1 Computer Systems & Components
Computer Fundamentals 1
The CPU is the brain of the computer
An Introduction to Computers and Visual Basic
TYPES AND COMPONENTS OF COMPUTER SYSTEM
Course Name: Computer Application Topic: Central Processing Unit (CPU)
CPU & its Components CPU stands for central Processing Unit
Computer Organization
An Introduction to Computers and Visual Basic
08/28/06 parts of the computer.
The Computer Work Stations
Objective 2.01: Classify computer components
Keyboarding Class LHMS Ms. Key © Mr. Thrasher
Objective 2.01: Classify computer components
Information Processing Cycle
Processing Computer Components.
Computer components.
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.
All examples are based upon Visual C++, version 5
Computer Basics: How Do Computers Work? Part II
Logical Computer System
An Introduction to Computers and Visual Basic
Objective 2.01: Classify computer components
COMPUTER FUNDAMENTALS i
Basic Computer Organization
Objective 4.01: Classify computer components
Overview of Computer system
08/28/06 parts of the computer.
Computer System.
Computer components.
Presentation transcript:

Practical Oriented Theory Day 6 Practical Oriented Theory 1st 30 Minutes Previous day discussion Command to parent directory CD.. ↩ Command to go to root directory CD\↩ Command to create file COPY CON BIRPARA.TXT↩ Command to save file F6 or CTRL+Z ↩ Command to edit file EDIT BIRPARA.TXT↩

2nd 30 Minutes Command to copy only file COPY source to Destination Example COPY D:\iotech\birpara.txt d:\falakata↩ Command to copy file with directory XCOPY/s IOTech d:\falakata↩ Command to move file or directory MOVE IOTech D:\falakata ↩ Command to delete file DEL BIRPARA.TXT↩ Command to remove an empty directory RD IOTech↩ Command to clear the screen CLS↩ Command to close DOS window Exit↩

3rd 30 Minutes

Input Unit CPU (Central Processing Unit) This unit contains devices with the help of which we enter data into computer. This unit makes link between user and computer. The input devices translate the information into the form understandable by computer. CPU (Central Processing Unit) CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results and instructions(program). It controls the operation of all parts of computer. CPU itself has following three components ALU(Arithmetic Logic Unit) Memory Unit Control Unit Output Unit Output unit consists of devices with the help of which we get the information from computer. This unit is a link between computer and users. Output devices translate the computer's output into the form understandable by users.

Computer - CPU (Central Processing Unit) CPU consists of the following features: CPU is considered as the brain of the computer. CPU performs all types of data processing operations. It stores data, intermediate results and instructions(program). It controls the operation of all parts of computer.

CPU itself has following three components. Memory or Storage Unit Control Unit ALU(Arithmetic Logic Unit)

Memory or Storage Unit Functions of memory unit are: This unit can store instructions, data and intermediate results. This unit supplies information to the other units of the computer when needed. It is also known as internal storage unit or main memory or primary storage or Random access memory(RAM). Its size affects speed, power and capability. Primary memory and secondary memory are two types of memories in the computer. Functions of memory unit are: It stores all the data and the instructions required for processing. It stores intermediate results of processing. It stores final results of processing before these results are released to an output device. All inputs and outputs are transmitted through main memory.

Have You Any Problem See You Next Class