COMPUTER REFRESHER FOR IBPS RRB

Size: px
Start display at page:

Download "COMPUTER REFRESHER FOR IBPS RRB"

Transcription

1 COMPUTER REFRESHER FOR IBPS RRB What is a computer? An electronic device which is capable of receiving data in a particular form and of performing a sequence of operations in accordance with a predetermined but variable set of procedural instructions (program) to produce a result in the form of information. Structure of a computer INPUT 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.

2 Following are few of the important input devices which are used in a computer: Keyboard, Mouse, Joy Stick,Light pen, Track Ball, Scanner, Graphic Tablet Microphone, Magnetic Ink Card Reader(MICR),Optical Character Reader(OCR), Bar Code Reader, Optical Mark Reader(OMR). The QWERTY keyboard was invented in 1875, by Christopher Latham Scholes. A standard keyboard has 101 keys. The Computer mouse was invented in 1960, by Douglas Engelbart 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. Following are few of the important output devices which are used in a computer. Monitors, Graphic Plotter, Printer CENTRAL PROCESSING UNIT (CPU): 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 Arithmetic & Logic Unit (ALU) Memory Unit Control Unit ARITEMATIC&LOGIC UNIT (ALU):

3 ALU is the part of a computer that performs all arithmetic computations, such as addition and multiplication and all comparison operations. MEMORY UNIT: Computer memory is the storage space in computer where data is to be processed and instructions required for processing are stored. CONTROL UNIT: This unit controls the operations of all parts of computer but does not carry out any actual data processing operations. Functions of this unit are: It is responsible for controlling the transfer of data and instructions among other units of a computer. It manages and coordinates all the units of the computer. It obtains the instructions from the memory, interprets them, and directs the operation of the computer. It communicates with Input/Output devices for transfer of data or results from storage. It does not process or store data. CPU Special Registers The CPU contains a number of special-purpose registers: Instruction Register (IR): The instruction register holds the instruction currently being executed. Memory Data Register (MDR): The memory data register (also known as the memory buffer register or data buffer) holds the piece of data that has been fetched from memory. Memory Address Register (MAR): The memory address register holds the address of the next piece of memory to be fetched.

4 Program Counter (PC): The program counter holds the location of the next instruction to be fetched from memory. It is automatically incremented between supplying the address of the next instruction and the instruction being executed. Accumulator: The accumulator is an internal CPU register used as the default location to store any calculations performed by the arithmetic and logic unit. Generation of Computers Generation in computer terminology is a change in technology a computer is/was being used. There are totally five computer generations known till date. S.N. Generation & Description 1 First Generation The period of first generation: Vacuum tube based. 2 Second Generation The period of second generation: Transistor based. 3 Third Generation The period of third generation: Integrated Circuit based. 4 Fourth Generation The period of fourth generation: VLSI microprocessor based. 5 Fifth Generation The period of fifth generation: 1980-onwards. ULSI microprocessor based

5 Types of computer: Sr. No. Type Specifications 1 PC (Personal Computer) It is a single user computer system having moderately powerful microprocessor 2 WorkStation It is also a single user computer system which is similar to personal computer but have more powerful microprocessor. 3 Mini Computer It is a multi-user computer system which is capable of supporting hundreds of users simultaneously. 4 Main Frame It is a multi-user computer system which is capable of supporting hundreds of users simultaneously. Software technology is different from minicomputer. 5 Supercomputer It is an extremely fast computer which can execute hundreds of millions of instructions per second. Charles Babbage is called the "Father" of the computer. The First mechanical computer designed by Charles Babbage was called Analytical Engine. World s first Supercomputer were introduced in the 1960s, by Seymour Cray at Control Data Corporation (CDC). Performance of a supercomputer is measured in floating point operations per second (FLOPS). Supercomputer with fastest speed is NUDT Tianhe-2 manufactured by China in PARAM 8000 is considered India's first supercomputer. It was indigenously built in 1990 by Centre for Development of Advanced Computing.

6 Latest Supercomputer in India developed by Indian Institute of Science, Bangalore name SahasraT (SERC - Cray XC40) speed FLOPS world rank 79. Computer Hardware Hardware represents the physical and tangible components of a computer i.e. the components that can be seen and touched. Examples of Hardware are following: Input devices -- keyboard, mouse etc. Output devices -- printer, monitor etc. Secondary storage devices -- Hard disk, CD, DVD etc. Internal components -- CPU, motherboard, RAM etc. Computer Software Software is a set of programs, which is designed to perform a well-defined function. A program is a sequence of instructions written to solve a particular problem. What is open source software? Open source software is software whose source code is available for modification or enhancement by anyone. Example: Linux, Apache, Firefox, MYSQL, PHP, Thunderbird What is Closed Source Software? Closed source software can be defined as proprietary software distributed under a licensing agreement to authorized users with private modification, copying and republishing restrictions. Example: Mac OS X, Photoshop, Windows 7, Skype, Adobe Flash Player, Internet Explorer

7 Types of software Difference between application software and system software Subject Application Software System Software Definition Application software is System software is computer computer software designed to help the user to perform specific tasks. software designed to operate the computer hardware and to provide a platform for running application software. Purpose Application software is System software is computer

8 computer software designed to help the user to perform specific tasks. software designed to operate the computer hardware and to provide a platform for running application software. Purpose It is specific purpose software. It is general-purpose software. Classification Package Program, Time Sharing, Customized Program Resource Sharing, Client Server Batch Processing Operating System Real time Operating System Multi-processing Operating System Multi-programming Operating System Distributed Operating System Environment Essentiality Number It executes as and when required. Application is not essential for a computer. The number of application software is much more than system software. It executes all the time in computer. System software is essential for a computer The number of system software is less than application software. Operating System

9 An operating system (OS) is a collection of software that manages computer hardware resources and provides common services for computer programs. The operating system is a vital component of the system software in a computer system. An operating system is a program that acts as an interface between the software and the computer hardware. It is an integrated set of specialised programs that are used to manage overall resources and operations of the computer. It is specialised software that controls and monitors the execution of all other programs that reside in the computer, including application programs and other system software. Relationship between Hardware and Software Hardware and software are mutually dependent on each other. Both of them must work together to make a computer produce a useful output. Software cannot be utilized without supporting hardware. Hardware without set of programs to operate upon cannot be utilized and is useless. To get a particular job done on the computer, relevant software should be loaded into the hardware Hardware is a one-time expense. Software development is very expensive and is a continuing expense. Different software applications can be loaded on a hardware to run different jobs. A software acts as an interface between the user and the hardware. If hardware is the 'heart' of a computer system, then software is its 'soul'. Both are complimentary to each other. MEMORY

10 Cache Memory Cache memory is a very high speed semiconductor memory which can speed up CPU. It is used to hold those parts of data and program which are most frequently used by CPU. Advantages The advantages of cache memory are as follows: Cache memory is faster than main memory. It consumes less access time as compared to main memory. It stores the program that can be executed within a short period of time. It stores data for temporary use.

11 Disadvantages The disadvantages of cache memory are as follows: Cache memory has limited capacity. It is very expensive. Function of different register SI No. Name of register Function 1 Memory Address(MAR) Holds address of the active memory location. 2 Memory Buffer(MBR) Holds information on its way to and from memory. 3 Program Control(PC) Holds address of the next instruction to be executed. 4 Accumulator(A) Accumulates result and data to be operated from. 5 Instruction(I) Holds an instruction while it is being executed. 6 Input/Output(I/O) Communicates with I/O devices. Difference between Primary memory and Secondary memory Primary memory Secondary memory Speed Fast Slow Cost Expensive Cheap Capacity Low capacity Large capacity

12 Relation with Works directly with the Not connected directly to Processor processor the processor Primary memory is divided into two subcategories RAM and ROM. Difference between RAM and ROM RAM ROM Stands for Random Access Memory Read only memory Use Volatility Types RAM allows the computer to read data quickly to run applications. It allows reading and writing. RAM is volatile i.e. its contents are lost when the device is powered off. The two main types of RAM are static RAM and dynamic RAM. ROM stores the program required to initially boot the computer. It only allows reading. It is non-volatile i.e. its contents are retained even when the device is powered off. The types of ROM include PROM, EPROM and EEPROM. Difference between SRAM and DRAM SRAM DRAM

13 Definition It is a type of RAM. SRAM essentially uses latches to store charge. It is also a type of RAM. DRAM makes use of capacitors to store bits in the form of charge. Speed Faster Slower Size Bigger Smaller Capacity Less 5 to 10 times more than SRAM Applications Generally in smaller applications like CPU Commonly used as the main memory in personal computers cache memory and hard drive buffers Access Easy Harder Power Consumption Less More Rom has mainly three types: PROM,EPROM and EEPROM. PROM (Programmable Read only Memory) PROM is read-only memory that can be modified only once by a user. EPROM (Erasable and Programmable Read Only Memory) During programming, an electrical charge is trapped in an insulated gate region. For erasing this charge, ultra-violet light is passed through a quartz crystal window(lid). This exposure to ultra-violet light dissipates the charge. EEPROM (Electrically Erasable and Programmable Read Only Memory) The EEPROM is programmed and erased electrically. It can be erased and reprogrammed about ten thousand times. The process of re-programming is flexible but slow.

14 Secondary Memory This type of memory is also known as external memory or non-volatile. It is slower than main memory. These are used for storing data/information permanently. For example : Hard disk, CD-ROM, DVD etc. Characteristic of Secondary Memory These are magnetic and optical memories It is known as backup memory. It is non-volatile memory. Data is permanently stored even if power is switched off. It is used for storage of data in a computer. Computer may run without secondary memory. Slower than primary memories. Hard disk It is used as main storage device of the computer. It uses 2-4 metallic disk (platter). The disk is usually made of aluminum. It has the storage capacity of few mega bytes to tera byte. CD It stands for Compact Disk. It has storage capacity of 700 MB or approximately 90 minutes of standard audio. Types of CD are CD-R is a blank CD in which data can be stored once. After storing data it is converted into CD- ROM. CD-ROM It cannot be erased or updated CD-RW it can be erased and used for multiple times. DVD

15 It stands for Digital Versatile Disk. It has the storage capacity of 4.7GB to 17GB. Its shape and size is similar to CD but the difference in storage capacity is due to different chemical component and data is compressed before storing. Pen drive It is a flash memory. It is a semi-conductor memory. It is mainly used for transferring data. It has faster read/write speed compared to magnetic memory. Pen drive has storage capacity of few MB-GB. A pen drive is a plug and play device. A pen drive can be connected with the computer through USB port. Computer languages A programming language is a special language use to develop applications, scripts, or other set of instructions for computers to execute. Machine Language Machine language or machine code is a set of instructions executed directly by a computer's central processing unit (CPU). Assembly Language Assembly language is a low-level programming language for a computer or other programmable device specific to a particular computer architecture in contrast to most high-level programming languages, which are generally portable across multiple systems. Difference between High-Level & Low-Level Language High-level Language Low-level languages Learning Understanding Execution Modification Uses High-level languages are easy to learn. High level languages are near to human languages. Programs in high-level languages are slow in execution. Programs in high-level languages are easy to modify. These languages are normally used to write application programs. Low-level languages are difficult to learn. Low-level languages are far from human languages. Programs in low-level languages are fast in execution. Programs in low-level languages are difficult to modify. These languages are normally used to write hardware programs.

16 Special purpose language A special purpose language is a program language that was designed for a specific function. For example, LISP is an example of a special purpose programming language designed to create artificial intelligence. Examples of High level languages are BASIC, COBOL, C, C++, Pascal, Prolog and JAVA COBOL stands for Common Business Oriented Language for business data processing. Fortran: The name FORTRAN is an acronym for FORmula TRANslation, because it was designed to allow easy translation of math formulas into code. The C is a general-purpose, procedural, imperative computer programming language developed in 1972 by Dennis M. Ritchie at the Bell Telephone Laboratories to develop the UNIX operating system. Difference between source code and objet code S. No. Source code Object code 1 Source code is written in highlevel or assembly language. 2 Source code is easy to understand. Object code is written in machine language through compilers. Object code is difficult to understand 3 Source code is easy to modify. Object code is difficult to modify 4 Source code contains fewer statements than object code. Object code contains more statements than source code. Language translator Language translator is a program that translates a program of high level language of computer understands only machine language. A program written in high-level or assembly language cannot be run on a computer directly. It must be converted into machine language before execution.

17 Types of translators 1. Compiler A compiler is a program that converts the instruction of a high level language into machine language as a whole. Or, The compiler converts the source program into machine code as a whole. 2. Interpreter An interpreter is a program that converts one statement of a program into machine at one time. The advantage of interpreters over compilers is that an error is found immediately. So the programmer can correct errors during program development. The disadvantage of interpreter is that it is not very efficient. 3. Assembler An assembler is translating program that translates the instruction of a assembly language into machine language. Microsoft word Word Processing Software Word processing software is used to manipulate a text document, such as a resume or a report. Some of the functions of word processing software include: Creating, editing, saving and printing documents. Copying, pasting, moving and deleting text within a document. Formatting text, such as font type, bolding, underlining or italicizing. Creating and editing tables. Inserting elements from other software, such as illustrations or photographs. Correcting spelling and grammar. Microsoft word shortcut keys: Shortcut Ctrl + N Ctrl + W Ctrl + S Ctrl + P Ctrl + F Description Starts a new blank document Close the active document Save a document Display the print dialog box. Open find box.

18 Ctrl + Page Up Ctrl + Page Down Backspace Ctrl + Backspace Deletes Ctrl + Delete Ctrl + Z Ctrl + Y Ctrl + X Ctrl + C Ctrl + V Ctrl + A Ctrl + B Ctrl + I Ctrl + U Ctrl + Shift + L Ctrl + Shift + F Ctrl + Shift + > Ctrl + ] Ctrl + Shift + < Ctrl + [ Ctrl + <left arrow> Ctrl + <right arrow> Ctrl + <up arrow> Ctrl + <down arrow> Ctrl + Shift + F6 Ctrl + Shift + F12 F1 F7 F12 Shift + Alt + D Shift + Alt + T Move to the previous edit location Move to the next edit location Deletes one character to the left Deletes one word to the left Deletes one character to the right Deletes one word to the right Undo last action. Redo the last action performed. Cut selected text. Copy selected text. Paste. Select all contents of the page. Bold highlighted selection. Italic highlighted selection. Underline the selected text. Quickly create a bullet point. Change the font. Increase selected font +1pts up to 12pt and then increase font +2pts. Increase selected font +1pts. Decrease selected font -1pts if 12pt or lower; if above 12, decreases font by +2pt. Decrease selected font -1pts. Moves one word to the left. Moves one word to the right. Moves to the beginning of the line or paragraph. Moves to the end of the paragraph. Switches to another open Microsoft Word document. Prints the document. Open Help. Spellcheck and grammar check selected text or document. Save As. Insert the current date. Insert the current time. Computer network and security Difference between Internet and Intranet. Internet 1. Internet is network of Computers which is open for all.

19 2. Internet itself contains a large number of intranets. 3. Unlimited number of users. 4. Visitors traffic is unlimited. 5. Contains unlimited source of information. 6. Collection of various LANs, WANs and MANs. Intranet 1. Intranet is network of Computers designed for a specific group of users. 2. Intranet can be accessed from Internet but with restrictions. 3. Limited number of Users. 4. Limited visitors traffic. 5. Contains only specific group purpose information. 6. Mostly any of LAN or MAN or WAN. LAN MAN Difference Between LAN, MAN and WAN 1. LAN (Local Area Network) is a group of computers and other network devices which are connected together. 2. All the devices that are part of LAN are within a building or multiple building. 3. LAN network has very high speed mainly due to proximity of computer and network devices. 4. LAN connection speeds can be 10Mbps or 100Mbps or 1000Mpbs also. 5. LAN uses Guided Media 1. MAN ((Metropolitan Area Network) is a larger network of computers and other network devices which are connected together usually spans serveral buildings or large geographical area. 2. All the devices that are part of MAN are span across buildings or small town. 3. MAN network has lower speed compared to LAN. 4. MAN connection speeds can be 10Mbps or 100Mbps. 5. MAN uses Guided Media or Unguided media. WAN 1. WAN (Wide Area Network) is a group of computers and other network devices which are connected together which is not restricted to a geographical location. Internet is WAN 2. All the devices that are part of WAN have no geographical boundaries.

20 3. WAN speed varies based on geographical location of the servers. WAN connects several LANs 4. WAN connection speeds can be 10Mbps or 100Mbps. 5. WAN mainly uses Guided Media or Unguided media. Its long distance communications, which may or may not be provided by public packet network. Open Systems Interconnection (OSI) model OSI (Open Systems Interconnection) is reference model for how applications can communicate over a network. The purpose of the OSI reference model is to guide vendors and developers so the digital communication products and software programs they create will interoperate, and to facilitate clear comparisons among communications tools. There are seven layers in the OSI model, each having a different task. Difference Between Virus and Worm

21 How does it infect a computer system? How can it spread? Does it infect files? whose speed is more? Definition Virus It inserts itself into a file or executable program. It has to rely on users transferring infected files/programs to other computer systems. Yes, it deletes or modifies files. Sometimes a virus also changes the location of files. Virus is slower than worm. The virus is the program code that attaches itself to application program and when application program run it runs along with it. Worm It exploits a weakness in an application or operating system by replicating itself. It can use a network to replicate itself to other computer systems without user intervention. Usually not. Worms usually only monopolize the CPU and memory. Worm is faster than virus. Eg.The code red worm affected 3 lakhs PCs in just 14 Hrs. The worm is code that replicate itself in order to consume resources to bring it down. Trojan horse In computers, a Trojan horse is a program in which malicious or harmful code is contained inside apparently harmless programming or data in such a way that it can get control and do its chosen form of damage, such as ruining the file allocation table on your hard disk. What is Anti-Virus Software? Anti-virus software is a program or set of programs that are designed to prevent, search for, detect, and remove software viruses, and other malicious software like worms, trojans, adware, and more.

MEMORY BHARAT SCHOOL OF BANKING- VELLORE

MEMORY BHARAT SCHOOL OF BANKING- VELLORE A memory is just like a human brain. It is used to store data and instructions. Computer memory is the storage space in computer where data is to be processed and instructions required for processing are

More information

1. This memory is for short term storage and is lost when the computer is turned off. A. Icon B. CPU C. Hard drive D. RAM 2. This input device will

1. This memory is for short term storage and is lost when the computer is turned off. A. Icon B. CPU C. Hard drive D. RAM 2. This input device will 1. This memory is for short term storage and is lost when the computer is turned off. A. Icon B. CPU C. Hard drive D. RAM 2. This input device will allow the user to move the pointer on the screen. A.

More information

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

BANK EXAMS COMPUTER KNOWLEDGE A) BASIC B) FORTRAN C) COBOL D) PASCAL E) JAVA

BANK EXAMS COMPUTER KNOWLEDGE A) BASIC B) FORTRAN C) COBOL D) PASCAL E) JAVA 1. Fourth Generations Computer were based on BANK EXAMS COMPUTER KNOWLEDGE A) BASIC B) FORTRAN C) COBOL D) PASCAL E) JAVA 2. Which of the following is first generation of computer? A) EDSAC B) IBM-1401

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

Memory Study Material

Memory Study Material Computer memory refers to the devices that are used to store data or programs on a temporary or permanent basis for use in a computer. Any data or instruction entered into the memory of a computer is considered

More information

Components of a personal computer

Components of a personal computer Components of a personal computer Computer systems ranging from a controller in a microwave oven to a large supercomputer contain components providing five functions. A typical personal computer has hard,

More information

Computer Fundamentals

Computer Fundamentals Computer Fundamentals Computers have made great inroads in our everyday life and thinking. They are put to use for all sorts of application ranging from complex calculations in the field or frontline research,

More information

Chapter 7: Processor and Memory

Chapter 7: Processor and Memory Slide 1/27 Learning Objectives In this chapter you will learn about: Internal structure of processor Memory structure Determining the speed of a processor Different types of processors available Determining

More information

COMPUTER HARDWARE RAYMOND ROSE

COMPUTER HARDWARE RAYMOND ROSE COMPUTER HARDWARE RAYMOND ROSE LEARNING OUTCOMES 1.1 Identify types of computer how they process information, and the purpose and function of different hardware components. Understanding the computer and

More information

Q1. Describe C.P.U and its subunits with the help of diagram?

Q1. Describe C.P.U and its subunits with the help of diagram? Q1. Describe C.P.U and its subunits with the help of diagram? Ans. C.P.U (CENTRAL PROCESSING UNIT) Book page # 27 The C.P.U is the brain of computer.it controls and supervises all the units. Processing

More information

1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine

1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine Quiz Questions 1.The First Instrument known in the history of computers was. a) Pascal s adding machine b) Napier s bones c) Abacus d) Analytical Engine 5/1/2006 Computer Programming TA 103 BE I year 2

More information

Copyright 2006 Prentice-Hall. All rights reserved. 1

Copyright 2006 Prentice-Hall. All rights reserved. 1 PC Basics CPSC 100 Hardware Software Networking Copyright 2006 Prentice-Hall. All rights reserved. 1 Objectives Identify basic components of a computer (hardware) Gain insight into how computers work (software)

More information

TNBEDCSVIP.IN. S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System:

TNBEDCSVIP.IN. S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System: S.No CONTEND Page No 1. NUMBER SYSTEM AND BASE CONVERSIONS TYPES OF NUMBER SYSTEM 1. Binary Number System: 2. Octal Number System 3. Decimal Number System 4. Hexadecimal Number System 2. DIGITAL LOGIC

More information

Basic Computer Hardware Notes in PDF

Basic Computer Hardware Notes in PDF Basic Computer Hardware Notes in PDF Computer Awareness is tested in almost every exam. Some exams like SBI PO, SBI Clerk, IBPS PO, IBPS Clerk, SSC CGL, Railways RRB etc. require you to have Basic Computer

More information

Basic Computer Information Technology-I

Basic Computer Information Technology-I SYLLABUS Class B.Com. V Sem. Subject Basic Computer Information Technology-I Basic Computer Information Technology-I Unit-I Unit-II Unit-III Unit-IV Unit-V INTRODUCTION TO COMPUTER ORGANIZATION-I : History

More information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

More information

Parts of Computer hardware Software

Parts of Computer hardware Software Parts of Computer Parts of Computer If you use a desktop computer, you might already know that there is not any single part called the "computer." A computer is really a system of many parts working together.

More information

Computer Organization and Assembly Language (CS-506)

Computer Organization and Assembly Language (CS-506) Computer Organization and Assembly Language (CS-506) Muhammad Zeeshan Haider Ali Lecturer ISP. Multan ali.zeeshan04@gmail.com https://zeeshanaliatisp.wordpress.com/ Lecture 2 Memory Organization and Structure

More information

Computer Organization

Computer Organization INF 101 Fundamental Information Technology Computer Organization Assistant Prof. Dr. Turgay ĐBRĐKÇĐ Course slides are adapted from slides provided by Addison-Wesley Computing Fundamentals of Information

More information

P-2 Digital Design & Applications

P-2 Digital Design & Applications P-2 Digital Design & Applications Semiconductor Memory (Unit-V) By: A K Verma SOS in Electronics & Photonics Pt. Ravishankar Shukla University, Raipur (C.G.) 1 What is Memory? In computing, memory refers

More information

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar

Explain the functions of the main components of a basic computer system (Part 2) S. Neebar Explain the functions of the main components of a basic computer system (Part 2) S. Neebar The System Unit The system unit is made up of the computer case or chassis and all the internal electronic components

More information

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Question Bank. Fundamentals Of Computer FYBCA (SEM - I) Question Bank Fundamentals Of Computer FYBCA (SEM - I) 1) Choose the appropriate option (1 Marks Questions) 1) COBOL is an example of level language. a) low level b) middle level c) high level d) both

More information

Basic Computer Architecture

Basic Computer Architecture Basic Computer Architecture Some of slides are referred to: [1] Basic Computer Architecture, slideshare. Yong Heui Cho @ Mokwon University Basic Computer Design 1. History of Computers 2. Introduction

More information

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices

Sir Sadiq s computer notes for class IX. Chapter no 4. Storage Devices 17 Q: Define Computer memory or storage. Ans: Memory: Memory refers to the place where data is kept for later use. For example, a human being has a memory where he/she stores the things that can be recalled

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors

COMP2121: Microprocessors and Interfacing. Introduction to Microprocessors COMP2121: Microprocessors and Interfacing Introduction to Microprocessors http://www.cse.unsw.edu.au/~cs2121 Lecturer: Hui Wu Session 2, 2017 1 1 Contents Processor architectures Bus Memory hierarchy 2

More information

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University

Memory Overview. Overview - Memory Types 2/17/16. Curtis Nelson Walla Walla University Memory Overview Curtis Nelson Walla Walla University Overview - Memory Types n n n Magnetic tape (used primarily for long term archive) Magnetic disk n Hard disk (File, Directory, Folder) n Floppy disks

More information

THE MICROCOMPUTER SYSTEM CHAPTER - 2

THE MICROCOMPUTER SYSTEM CHAPTER - 2 THE MICROCOMPUTER SYSTEM CHAPTER - 2 20 2.1 GENERAL ASPECTS The first computer was developed using vacuum tubes. The computers thus developed were clumsy and dissipating more power. After the invention

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

Computer System Overview

Computer System Overview Computer System Overview based on CBSE curriculum Class 11 By- Neha Tyagi PGT CS KV 5 Jaipur II Shift, Jaipur Region Neha Tyagi, KV 5 Jaipur II Shift Introduction Computer is a machine which brought resolution

More information

What is the typical configuration of a computer sold today? 1-1

What is the typical configuration of a computer sold today? 1-1 What is the typical configuration of a computer sold today? 1-1 Computer Hardware Components In this chapter: How did the computer become known as the stored-program computer? Do they all have the same

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

More information

COMPUTER - GENERATIONS

COMPUTER - GENERATIONS COMPUTER - GENERATIONS http://www.tutorialspoint.com/computer_fundamentals/computer_generations.htm Copyright tutorialspoint.com Generation in computer terminology is a change in technology a computer

More information

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result.

machine cycle, the CPU: (a) Fetches an instruction, (b) Decodes the instruction, (c) Executes the instruction, and (d) Stores the result. Central Processing Unit (CPU) A processor is also called the CPU, and it works hand in hand with other circuits known as main memory to carry out processing. The CPU is the "brain" of the computer; it

More information

Characteristics of Computers

Characteristics of Computers The word computer comes from word compute, which means to calculate. A computer is a programmable machine (or more precisely, a programmable sequential state machine) that operates on data and is used

More information

5 Computer Organization

5 Computer Organization 5 Computer Organization 5.1 Foundations of Computer Science ã Cengage Learning Objectives After studying this chapter, the student should be able to: q List the three subsystems of a computer. q Describe

More information

An Overview of the Computer System. Kafui A. Prebbie 24

An Overview of the Computer System. Kafui A. Prebbie 24 An Overview of the Computer System Kafui A. Prebbie -kafui@kafui.com 24 The Parts of a Computer System What is a Computer? Hardware Software Data Users Kafui A. Prebbie -kafui@kafui.com 25 The Parts of

More information

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102

Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Semiconductor Memory Types Microprocessor Design & Organisation HCA2102 Internal & External Memory Semiconductor Memory RAM Misnamed as all semiconductor memory is random access Read/Write Volatile Temporary

More information

Concept of Memory. The memory of computer is broadly categories into two categories:

Concept of Memory. The memory of computer is broadly categories into two categories: Concept of Memory We have already mentioned that digital computer works on stored programmed concept introduced by Von Neumann. We use memory to store the information, which includes both program and data.

More information

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah

Pharmacy college.. Assist.Prof. Dr. Abdullah A. Abdullah The kinds of memory:- 1. RAM(Random Access Memory):- The main memory in the computer, it s the location where data and programs are stored (temporally). RAM is volatile means that the data is only there

More information

ZONAL EDUCATION OFFICE - JAFFNA

ZONAL EDUCATION OFFICE - JAFFNA ZONAL EDUCATION OFFICE - JAFFNA SECOND TERM EXAMINATION - 2014 Information and Communication Technology Grade 10 Time : 3 Hours Answer all the questions Part I 01. Which of the following is correct chronological

More information

Memory classification:- Topics covered:- types,organization and working

Memory classification:- Topics covered:- types,organization and working Memory classification:- Topics covered:- types,organization and working 1 Contents What is Memory? Cache Memory PC Memory Organisation Types 2 Memory what is it? Usually we consider this to be RAM, ROM

More information

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer

Padasalai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t et t et w Pai.Net s Computer Instructor TRB Exam Study Material Chapter One Introduction to Computer t t t t Computer A computer is an electronic device, operating under the control of instructions stored

More information

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows

Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows Agenda Computer Hardware Input Devices Output Devices Secondary Storage Computer Software System Software Application Software Working with Windows A Computer is a device which allows you to Input raw

More information

Computer Technology Flash Card 2

Computer Technology Flash Card 2 Computer Technology Flash Card 2 Mouse An input device that allows the user to manipulate objects on the screen by moving the mouse along the surface of a desk. Data Refers to the symbols that represent

More information

Mother Board And Its Components By :- IMRAN QURESHI

Mother Board And Its Components By :- IMRAN QURESHI Mother Board And Its Components By :- IMRAN QURESHI ARYAN COLLEGE 1 Mother Board Conte nts:- Components of mother board. Central Processing Unit. Bios function Capacitors. External Device. Internal Device.

More information

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data.

Zimmer CSCI /24/18. CHAPTER 1 Overview. COMPUTER Programmable devices that can store, retrieve, and process data. CHAPTER 1 Overview COMPUTER Programmable devices that can store, retrieve, and process data. COMPUTER DEVELOPMENTS- Smaller size - processors (vacuum tubes -> transistors ->IC chip) Microprocessor - miniaturized

More information

Chapter 1. Computer System Organization

Chapter 1. Computer System Organization Chapter 1 Computer System Organization Prepared By: Manish Kumar Prajapati PGT (Comp.Sc.) (First Shift) Kendriya Vidyalaya Bailey Road Patna-14 What is Computer? A computer is an electronic device that

More information

The Central Processing Unit

The Central Processing Unit The Central Processing Unit All computers derive from the same basic design, usually referred to as the von Neumann architecture. This concept involves solving a problem by defining a sequence of commands

More information

Hardware and Software - Revision Summary

Hardware and Software - Revision Summary Hardware and Software - Revision Summary Complete this worksheet to provide a study tool for this chapter. Hardware Hardware is Peripheral hardware includes Hardware Functions Function Description Examples

More information

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software

Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software Parts are adapted from Windows 98 by Mark Twain Media, Inc. A Computer System has Hardware and Software All the parts--monitor, printer, hard drive, etc.-- cables, cabinets, and programs that make a computer

More information

Introduction to Computers. Joslyn A. Smith

Introduction to Computers. Joslyn A. Smith Introduction to Computers Joslyn A. Smith March 9, 2010 5/18/2011 1 What is a Computer? An electronic device that has the capability of performing the following tasks: Responds to input. Processes the

More information

**GE6151 COMPUTER PROGRAMMING**

**GE6151 COMPUTER PROGRAMMING** UNIT 1 INTRODUCTION TO COMPUTERS 1. What is a computer? The computer is an electronic machine that takes input from the user and processes it to generate the output in the form of useful information. 2.

More information

Main Memory (RAM) Organisation

Main Memory (RAM) Organisation Main Memory (RAM) Organisation Computers employ many different types of memory (semi-conductor, magnetic disks, USB sticks, DVDs etc.) to hold data and programs. Each type has its own characteristics and

More information

QUESTIONS ABOUT COMPUTERS

QUESTIONS ABOUT COMPUTERS 1. What is a computer? QUESTIONS ABOUT COMPUTERS A computer is a machine that processes information, in other words, it receives and stores data, performs calculations with this data and presents the results

More information

Computers in Business: Concepts in Hardware and Software

Computers in Business: Concepts in Hardware and Software Computers in Business: Concepts in and Software University for Development Studies (UDS) January 31, 2012 NB: Listen to what I say, What matters is not what is in the notes. Assignments are very essential

More information

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية

Introduction to Computers. Computer Science Department 101COMP حال - 3 للكليات العلمية Introduction to Computers Computer Science Department 101COMP-3 101 حال - 3 للكليات العلمية )الطب, الهندسة, الحاسب, العلوم, ادارة األعمال, اللغة االنجليزية( 1 1.1 What is Computer? Computer is a programmable,

More information

Test Bank for Prelude to Programming Chapter 0

Test Bank for Prelude to Programming Chapter 0 Test Bank for Prelude to Programming Chapter 0 MULTIPLE CHOICE 1. Which of the following is not an attribute of a computer? a. can act on intermediate results without human intervention b. has its roots

More information

Fundamental of digital computer

Fundamental of digital computer Introduction to computer:- Fundamental of digital computer A computer is an electronic device that has the ability to accept data, store data, perform mathematical and logical operations, and report the

More information

Allahabad Bank Probationary Officers Exam., 2010 (Held on ) Computer Knowledge : Solved Paper

Allahabad Bank Probationary Officers Exam., 2010 (Held on ) Computer Knowledge : Solved Paper Allahabad Bank Probationary Officers Exam., 2010 (Held on 21-2-2010) Computer Knowledge : Solved Paper 1. A typically connects personal computers within a very limited geographical area, usually within

More information

Defining Computers. Defining Computers. Understanding Essential Computer Concepts

Defining Computers. Defining Computers. Understanding Essential Computer Concepts Understanding Essential Computer Concepts Defining Computers A high-speed idiot must be told exactly what to do by humans and programs step-by-step instructions An electronic device that accepts input,

More information

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as

5. a computer which CPU speed around 100 million instruction per second and with the word length of around 64 bits is known as 1. To locate a data item for storage is a. Field b. Feed c. Database d. Fetch 2. programs designed to perform specific tasks is known as a. system software b. application software c. utility programs d.

More information

lesson 3 Transforming Data into Information

lesson 3 Transforming Data into Information essential concepts lesson 3 Transforming Data into Information This lesson includes the following sections: How Computers Represent Data How Computers Process Data Factors Affecting Processing Speed Extending

More information

Chapter 1: Introduction to Computers and Programming

Chapter 1: Introduction to Computers and Programming Chapter 1: Introduction to Computers and Programming 1.1 Why Program? Why Program? Computer programmable machine designed to follow instructions Program instructions in computer memory to make it do something

More information

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis.

MEMORY. Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. MEMORY Computer memory refers to the hardware device that are used to store and access data or programs on a temporary or permanent basis. There are TWO TYPE of nature of memory in a computer. Temporary/

More information

8051 INTERFACING TO EXTERNAL MEMORY

8051 INTERFACING TO EXTERNAL MEMORY 8051 INTERFACING TO EXTERNAL MEMORY Memory Capacity The number of bits that a semiconductor memory chip can store Called chip capacity It can be in units of Kbits (kilobits), Mbits (megabits), and so on

More information

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI

COMPUTER BASICS LECTURER: ATHENA TOUMBOURI COMPUTER BASICS LECTURER: ATHENA TOUMBOURI WHAT IS A COMPUTER SCIENCE? The definition of computer science is a branch of engineering science that studies the technology and the principles of computers.

More information

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR.

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR. Q.1 Define MBR. MBR( Memory buffer register) A Memory Buffer Register (MBR) is the register in a computers processor that stores the data being transferred to and from the devices It allowing the processor

More information

CHAPTER 1 Introduction to Computers and Java

CHAPTER 1 Introduction to Computers and Java CHAPTER 1 Introduction to Computers and Java Copyright 2016 Pearson Education, Inc., Hoboken NJ Chapter Topics Chapter 1 discusses the following main topics: Why Program? Computer Systems: Hardware and

More information

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100

Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100 Motithang Higher Secondary School Thimphu Thromde Mid Term Examination 2016 Subject: Computer Studies Full Marks: 100 Class: XI Writing Time: 3 Hours... This paper consists of TWO sections: Section A and

More information

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory

Contents. Memory System Overview Cache Memory. Internal Memory. Virtual Memory. Memory Hierarchy. Registers In CPU Internal or Main memory Memory Hierarchy Contents Memory System Overview Cache Memory Internal Memory External Memory Virtual Memory Memory Hierarchy Registers In CPU Internal or Main memory Cache RAM External memory Backing

More information

Computer Organization

Computer Organization Objectives 5.1 Chapter 5 Computer Organization Source: Foundations of Computer Science Cengage Learning 5.2 After studying this chapter, students should be able to: List the three subsystems of a computer.

More information

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Angel International School - Manipay 1 st Term Examination November, 2015 ICT Grade 07 Angel International School - Manipay 1 st Term Examination November, 2015 ICT I. Underline the correct answer. Duration: 2 Hours Index No:- 1) Components of a computer CPU are (a) ALU, CU (b)

More information

1- What is a computer?

1- What is a computer? 1- What is a computer? A computer is an electronic device that has the ability to store, retrieve, and process data and perform mathematical and logical operations, and display the results of these operations

More information

UNIT:4 MEMORY ORGANIZATION

UNIT:4 MEMORY ORGANIZATION 1 UNIT:4 MEMORY ORGANIZATION TOPICS TO BE COVERED. 4.1 Memory Hierarchy 4.2 Memory Classification 4.3 RAM,ROM,PROM,EPROM 4.4 Main Memory 4.5Auxiliary Memory 4.6 Associative Memory 4.7 Cache Memory 4.8

More information

Chapter 1: Why Program? Main Hardware Component Categories 8/23/2014. Main Hardware Component Categories: Why Program?

Chapter 1: Why Program? Main Hardware Component Categories 8/23/2014. Main Hardware Component Categories: Why Program? Chapter 1: Introduction to Computers and Programming 1.1 Why Program? Why Program? Computer programmable machine designed to follow instructions Program instructions in computer memory to make it do something

More information

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T

INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T INTRODUCTION TO INFORMATION & COMMUNICATION TECHNOLOGY (ICT) LECTURE 2 : WEEK 2 CSC-111-T Credit : (2 + 1) / Week 2 TEXT AND REF. BOOKS Text Book: Peter Norton (2011), Introduction to Computers, 7 /e,

More information

Basic PC: How do you turn on this darn thing?

Basic PC: How do you turn on this darn thing? Basic PC: How do you turn on this darn thing? What is the computer? Basic PC: How do you turn on this darn thing? A computer is a device that accepts information and manipulates it for some result. It

More information

Instructor : Prof Saroj Kaushik Institure : IIT Delhi (CSE) cse.iitd.ernet.in Web Link :

Instructor : Prof Saroj Kaushik Institure : IIT Delhi (CSE)   cse.iitd.ernet.in Web Link : COL100: Introduction to Computers and Programming: Lecture 1: Introduction Instructor : Prof Saroj Kaushik Institure : IIT Delhi (CSE) Email : saroj@ cse.iitd.ernet.in Web Link : http://www.cse.iitd.ac.in/~saroj

More information

Q1. Briefly describe the characteristic features of input and output devices of a computer system.

Q1. Briefly describe the characteristic features of input and output devices of a computer system. Q1. Briefly describe the characteristic features of input and output devices of a computer system. Answer-> Characteristic of input and output devices of a computer system: Input Devices: An input device

More information

Chapter 1: Introduction to Computers and Java

Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

INFORMATION SYSTEM PARTS AND COMPUTER TYPES

INFORMATION SYSTEM PARTS AND COMPUTER TYPES INFORMATION SYSTEM PARTS AND COMPUTER TYPES PARTS OF INFORMATION SYSTEM People are end users who use computers to make themselves more productive. Hardware refers to the physical components of your computer

More information

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java

8/23/2014. Chapter Topics. Introduction. Java History. Why Program? Java Applications and Applets. Chapter 1: Introduction to Computers and Java Chapter 1: Introduction to Computers and Java Starting Out with Java: From Control Structures through Objects Fifth Edition by Tony Gaddis Chapter Topics Chapter 1 discusses the following main topics:

More information

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory

OPERATING SYSTEM. PREPARED BY : DHAVAL R. PATEL Page 1. Q.1 Explain Memory Q.1 Explain Memory Data Storage in storage device like CD, HDD, DVD, Pen drive etc, is called memory. The device which storage data is called storage device. E.g. hard disk, floppy etc. There are two types

More information

SAE5C Computer Organization and Architecture. Unit : I - V

SAE5C Computer Organization and Architecture. Unit : I - V SAE5C Computer Organization and Architecture Unit : I - V UNIT-I Evolution of Pentium and Power PC Evolution of Computer Components functions Interconnection Bus Basics of PCI Memory:Characteristics,Hierarchy

More information

MICROPROCESSOR MCQs. 1) What does the microprocessor comprise of? a. Register section b. One or more ALU c. Control unit d.

MICROPROCESSOR MCQs. 1) What does the microprocessor comprise of? a. Register section b. One or more ALU c. Control unit d. 1) What does the microprocessor comprise of? a. Register section b. One or more ALU c. Control unit 2) What is stored by a register? a. data b. operands c. memory MICROPROCESSOR MCQs 3) Accumulator based

More information

Multiple Choice Questions UNIT-I

Multiple Choice Questions UNIT-I Multiple Choice Questions Read the theory and programming part first. Then go for MCQs. Don t hit MCQs directly. Doing so is injurious to your score card. UNIT-I 1. Combination feature of RAM and ROM is

More information

Computer Systems Organization

Computer Systems Organization The IAS (von Neumann) Machine Computer Systems Organization Input Output Equipment Stored Program concept Main memory storing programs and data ALU operating on binary data Control unit interpreting instructions

More information

2011 Francisco Delgadillo

2011 Francisco Delgadillo 1800 s: Analytical Engine Charles Babbage Dawn of Human Concept of Numbers Abacus 1642: Pascal s Machine 1880: Mechanical Tabulator Herman Hollerith 1674: Leibniz Calculating Machine 1911: Hollerith s

More information

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT

PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT PRATHYUSHA INSTITUTE OF TECHNOLOGY AND MANAGEMENT DEPARTMENT OF INFORMATION TECHNOLOGY Staff Name: Prof. S. Athinarayanan UNIT IV PART A Branch: ECE / V Sem 1. Define Memory Access Time and Memory Cycle

More information

Memory memories memory

Memory memories memory Memory Organization Memory Hierarchy Memory is used for storing programs and data that are required to perform a specific task. For CPU to operate at its maximum speed, it required an uninterrupted and

More information

Chapter 4 The Components of the System Unit

Chapter 4 The Components of the System Unit Chapter 4 The Components of the System Unit The System Unit What is the system unit? Case that contains electronic components of the computer used to process data Sometimes called the chassis p. 184 Fig.

More information

Many persons can work at a time on Super Computer. The first generation computer was developed in 1975.

Many persons can work at a time on Super Computer. The first generation computer was developed in 1975. (I) State True or False- Class X BASIC COMPUTER SUBJECT CODE 221 Objective Type Questions 1. The technology of Artificial Intelligence was used in second generation computer. Many persons can work at a

More information

Q1. Describe the characteristic features of input and output devices of a computer system. [10]

Q1. Describe the characteristic features of input and output devices of a computer system. [10] Course: 1 st Sem. Of 3-year B.Sc. in H&HA Academic Year: 2017-2018 Q1. Describe the characteristic features of input and output devices of a computer system. [10] What is Topology? Discuss the various

More information

Week 0: Intro to Computers and Programming. 1.1 Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components

Week 0: Intro to Computers and Programming. 1.1 Why Program? 1.2 Computer Systems: Hardware and Software. Hardware Components Week 0: Intro to Computers and Programming Gaddis: Sections 1.1-3 and 2.1 CS 1428 Fall 2014 Jill Seaman 1.1 Why Program? Computer programmable machine designed to follow instructions Program instructions

More information

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming Topics C H A P T E R 1 Introduction to Computers and Programming Introduction Hardware and Software How Computers Store Data Using Python Introduction Computers can be programmed Designed to do any job

More information

Introduction To Computer Hardware. Hafijur Rahman

Introduction To Computer Hardware. Hafijur Rahman Introduction To Computer Hardware Lecture 2 Hafijur Rahman What is a Computer? A computer is an electronic device, which can input, process, and output data. input processing output A computer is a machine

More information