NEW FOLDER Gjpa /Nghy;lh;. COMPUTER AN INTERVIEW: A Computer is an Electronic Machine, which is capable of receiving data as INPUT and PROCESS the given.

Slides:



Advertisements
Similar presentations
Basic Computer Vocabulary
Advertisements

What’s the computer?? computer is an electronic device that stores, processes, inputs, and outputs data to produce a result.
What does a computer do? Accepts data through inputting Processes data Stores data Outputs data.
Basic Computer Components
What Is A Computer System?
1 Hardware - devices for Input. 2 Hardware - devices for Input Processing.
Introduction to Computers
Chapter 1- Visual Basic Schneider1 Chapter 1 An Introduction to Computers and Visual Basic.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
Starting Out with C++: Early Objects 5/e © 2006 Pearson Education. All Rights Reserved Starting Out with C++: Early Objects 5 th Edition Chapter 1 Introduction.
Information Technology Ms. Abeer Helwa. Computer Generations First Generation (Vacuum Tubes) -They relied on the machine language to perform operations.
Alternate Version of STARTING OUT WITH C++ 4 th Edition Chapter 1 Introduction to Computers and Programming.
BLOCK DIAGRAM OF COMPUTER
Operating Systems What do you have left on your computer after you strip away all of the games and application programs you bought and installed? Name.
Instructor: Li Ma Department of Computer Science Texas Southern University, Houston August, 2011.
Chapter 3 Computer Hard ware
Present. A computer system includes a computer, peripheral devices, and software Computer refers to a device that accepts input, processes data, stores.
Lesson No: 3 Hardware, Software and Printer
INTRODUCTION TO COMPUTER PROGRAMMING itc-314 LECTURE 01.
Computer Literacy for IC 3 Unit 1: Computing Fundamentals © 2010 Pearson Education, Inc. | Publishing as Prentice Hall.1 Chapter 1: Identifying Types of.
Learning Targets Identify the external parts of the computer Identify examples of input devices Identify examples of output devices Define basic computer.
Computer Systems. Basic Components Auxiliary Storage OutputProcessor Main Memory Input.
Unit - 1 Basic Computer Architecture P. Sugin Benzigar.
Introduction to Computers
Computer Parts and Terminology
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Chapter 1 1.  The computer system consists of: 1. Hardware: Physical Components, like the system unit,monitor,keyboard, mouse, camera, printer … etc.
Introduction to Computers
What is a Computer ? What is the application of computer in Our Daily Life ? What is the application of computer in Teaching Field?
Introduction to Computers
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.
Introduction to the Computer System. What is a computer ? A computer is an electronic device that can accept data and instruction, process them or store.
Introduction to Computer System
Computer Programming 12 Mr. Jean February 11 th, 2012.
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.
IT Groundwork ICS3UC - Unit 1 Hardware. Overview of Computer System.
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.
Computer Architecture
Computers Are Your Future Chapter 1 Slide 1 Introduction to the Computers & Internet Chapter 1 Concepts of Information Technology IT.
SKILL AREA: 1.2 MAIN ELEMENTS OF A PERSONAL COMPUTER.
Information Technology Basic Computer Architecture Adnan Khalid.
Microsoft Office XP Illustrated Introductory, Enhanced with Programs, Files, and Folders Working.
Components of a Computer System
General Computer Knowledge COE 201- Computer Proficiency.
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,
ICS2O-What is Computer and Information Science There is a wide variety of definitions for what a computer is or what it does. Our definition for the computer.
1 Introduction to Computers Prof. Sokol Computer and Information Science Brooklyn College.
©2013 Pearson Education, Inc. Upper Saddle River, NJ. All Rights Reserved. Introduction to Computers and Computing.
Feb Welcome To TU170 Arab Open University Jeddah Regional Branch.
Computer Performance & Storage Devices Computer Technology 1.
Introduction To Computer Programming – 1A Computer Parts, Words, and Definition Herriman High School.
24/06/20161 Hardware Processor components & ROM. 224/06/2016 Learning Objectives Describe the function and purpose of the control unit, memory unit and.
Class Activity Quiz – Practice Exam Questions. a) True b) False.
Introduction to Programming. Key terms  CPU  I/O Devices  Main memory  Secondary memory  Operating system  User interface  Application  GUI 
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Computer Architecture and Number Systems
Introduction to Computers
UNDERSTANDING YOUR COMPUTER
Information Technology
Introduction to Computers
Lesson 1 The Computer Mohamed Zaki Principal Lecturer
Computer Electronic device Accepts data - input
instructor Sami Aleswi Faculty of Computing and Information Technology
Computer Based Technology:
Basic Computer Organization
Introduction to Computers
Computer components.
COMPUTER FUNDAMENTALS i
Windows.
Computer components.
Presentation transcript:

NEW FOLDER Gjpa /Nghy;lh;

COMPUTER AN INTERVIEW: A Computer is an Electronic Machine, which is capable of receiving data as INPUT and PROCESS the given data by programs and gives the OUTPUT result as useful information. It helps us to do our work with easy & makes our life easy. Computer is used to play games, write letters, do calculations, draw, etc.,

PARTS OF THE COMPUTER CPU - CENTRAL PROCESSING UNIT VDU (MONITOR)- VISUAL DISPLAY UNIT KEYBOARD MOUSE UPS- UNINTERRUPTED POWER SUPPLY PRINTER SPEAKER JOYSTICK

1.INPUT UNIT 2.PROCESSING UNIT (CPU) 3.OUTPUT UNIT The computer parts can be grouped as three units:-

COMPUTER INPUT UNIT To get data and instruction from the user and transmit them into computer memory. Ex- Keyboard, Mouse. PROCESSING UNIT (CPU) It is the heart of the computer. It consists of 1.Memory Unit 2.ALU (Arithmetic & Logic Unit) 3.Control Unit. OUTPUT UNIT To get the output result from the memory and give it to the user in human readable form. Ex-Monitor, Printer, Speaker.

Arithmetic and Logic Unit Control Unit Auxiliary memory Main Memory Input UnitOutput Unit CPU

1.MEMORY UNIT This unit stores data and instructions. 2.ALU (Arithmetic and Logic Unit) It does all arithmetic (addition, subtraction, multiplication, division) and Logical operation (comparison of data). 3.CONTROL UNIT It is the supervisor of all the other unit. Main function are GGive command to transfer data from the input device to the memory and from memory to ALU. TTransfer the results from memory to the output device. SStores the program in memory. Take instruction one by one from memory, understand and give command to other units.

MEMORY P rimary / Main Memory The memory unit of a computer is called Primary / Main Memory. Data, instructions and programs are stored in this memory in binary form. Information stored in this memory can be erased and rewritten. Information stored in main memory are directly processed by the computer at a very great speed. It is volatile memory. The memory capacity is limited. S econdary Memory The primary memory of a computer is limited and also volatile. So, we need secondary memories like floppy disk or hard disk. We can store large amount of information in secondary memory. Information stored in this memory are permanent. They can be got back any time.

Units of Measurements of Memory Bit Bit means Binary digIT. It is either the digit 0 (OFF state) or the digit 1 (ON state). Data and instruction are stored in memory as a combination of 0’s and 1’s. 0,1-Each one bit 8 bits-1 Byte 1024 Bytes-1 Kilo Byte (KB) 1024 KB-1 Mega Byte (MB) 1024 MB-1 Giga Byte (GB)

Various Semi-Conductor Memories RAM RAM means Random Access Memory. It is also known as read and write memory. Information stored in this memory can be erased and rewritten. It is a volatile memory. This memory lost when power goes off. ROM ROM means Read Only Memory. It is non-volatile memory. Information stored in this memory are not lost when the power goes off. Writing into ROM is done only once.

OPERATING SYSTEM (OS) DEFINITION Operating system is a collection of programs which controls the activities of the computer. It is stored in the Hard Disk / Floppy Disk. It is loaded into the memory when the power is switch ON. Without operating system, no can do any work on the computer. Examples- DOS, WINDOWS, LINUX, UNIX. windows,

WINDOWS Windows is an operating system. It is useful for maintaining and managing user files. Today most of the softwares are developed for windows operating system. The various versions of windows are  Windows 3.1  Windows 95  Windows 98  Windows ME (Millennium Edition)  Windows XP (Experience)  Windows Vista

DESKTOP TASKBAR ICONS START MENU

APPLICATION WINDOW TITLE BAR MENU BAR TOOL BAR SCROLL BAR STATUS BAR MAXIMIZE CLOSE MINIMIZE

TITLE BAR It contains the title of the application document. TOOL BAR It contains the tools. MENU BAR It contains menus. Each menu contains a list of commands. SCROLL BAR It has arrow buttons to move through a document left or right, up or down. STATUS BAR It has the current page details.

WINDOWS SHORTCUT KEYS 1.WINDOW + E-Open My Computer 2.F1-Help topic 3.ALT + F4-Close the window 4.ALT + Space bar + X-Maximize the window 5.ALT + Space bar + N-Minimize the window 6.ALT + Space bar + R-Restore the window 7.ALT + Space bar + S-Arrange the window size 8.ALT + Space bar + M-Move the window 9.ALT + Space bar + C-Close the window 10.WINDOW + D-To see the desktop 11.WINDOW + F-Search 12.ALT + TAB-Cycling action on the taskbar 13.WINDOW + Break-To see system properties 14.Shift + F10-Right Click option 15.F5-Refresh

Create New Folder RIGHT CLICK in any empty place Then click, N EW Then click, F OLDER

Rename the Folder Right click on the folder Then click, Rename Right click on the folder Then click, Delete Delete the Folder

TO CREATE NEW FOLDER Gjpa /Nghy;liu cUthf;f right click in any empty place ntw;wplj;jpy; itj;J iul; fpspf; nra;aTk;