Types of Computers. The System Configuration

Size: px
Start display at page:

Download "Types of Computers. The System Configuration"

Transcription

1 Types of Computers 1. Microcomputers These are the smallest family of the computer world. General features are low cost, general usage and high availability. Microcomputers can be further divided as palmtops, laptops and desktops. 2. Minicomputers (workstations) Minicomputers and workstations are higher in capacity than the desktop computers and they are suitable for advanced applications such as technical drawing, animation, video editing etc. Most business organisations use minicomputers to provide a better and efficient service to their customers. 3. Mainframe computers This is a powerful computer system used in large corporate and governmental organisations for high volume and critical data processing. A mainframe is a multiuser computer system where thousands of users can use it at the same time. It can be used via terminals. 4. Super computers Super computers are extremely powerful computer systems that are specifically designed for scientific, engineering and business applications requiring extremely high speeds for massive numeric computations. The use of supercomputers include weather forecasting, military defense systems, climate research, oil and gas exploration, astronomy, large scale data mining etc. The System Configuration Input devices are used to feed data into the system and the CPU processes the data. CPU is unable to hold data while processing. Hence, the RAM holds data while processing take place. Hence the capacity of the RAM directly affects the performance of the computer. The RAM keeps data as electrical signals. When the computer shuts down all data are deleted from the RAM and it does not have the capability to hold data permanently. Secondary storage devices are used to store data permanently in the computer system. Output devices are used to produce the results and communicate them to users. Introduction to Bits and Bytes Computer memory is represented in bits and bytes. The amount of information stored and transferred through a computer ranges into many millions of bytes Bytes = 1 Kilobyte (KB) 1024 KB = 1 Megabyte (MB) 1024 MB = 1 Gigabyte (GB) 1024 Gigabyte = 1 Terabyte (TB)

2 Data entered to the system in a human readable format is converted to a machine readable format, before it is processed and then the output is converted to a human readable format. Advantages of Data Entering Devices 1. Equipment and implementation cost is low 2. Easy to use Disadvantages of Data Entering Devices 1. Data entering speed is very low 2. Error rate is high 3. Types of data that can be entered is limited. Advantages of Data Capturing Devices 1. Data Entering speed is high 2. Error rate is low Disadvantages of Data Capturing Devices 1. Equipment and implementation cost is comparatively high 2. User requires training before using devices. Factors to consider in selecting input and output devices 1. analyse the purpose and usage of the device 2. analyse the intended audience who use the device 3. cost and allocated budget 4. durability, warranty period and after sales services Importance of CPU and its types CPU is the main component that controls devices connected to a computer system and processes instructions given to a computer system. It is the brain of the computer system. Hence the capability of the CPU directly affects the performance of a computer system. Although small in size this is the most

3 expensive part of a computer system. CPUs are classified based on manufacturer and performance. AMD and Intel brands are the most commonly used processors Factors to be considered when selecting a CPU 1. The clock speed - Clock speed is measured in Hertz (Hz). Greater the Hz number, higher the speed. 2. Number of Cores -The latest inclusion to the CPU industry is the inclusion of more logical CPU (Cores) in one physical CPU. Higher the number of cores, better the performance of the computer system. Intel Core 2 Duo processor has 2 cores and Intel Quad Core processor has four cores inside a physical processor. 3. Processor Architecture - 32 bit or 64 bit processor (bits of data). 64 bit is more powerful than 32 bit. Importance of RAM Random Access Memory(usually referred to as memory of the computer) provides space for the computer to read data on it and write data from it when processing is done by the CPU. When the RAM of the computer is increased, the number of times the CPU must read data from the hard disk will reduce. RAM is many times faster than the hard disk. RAM is volatile, so data stored in RAM stays there only as along as the computer is turned on. Factors to be considered in deciding RAM Capacity 1. RAM capacity should support the CPU. 2. RAM capacity requirement of different software. Different types of drives and media Secondary storage devices hold files that are not currently being used by the CPU. For a file to be used it must be first brought on to main memory. After modifications are done files must be saved to secondary storage so that it can be used again. Secondary storage can be damaged and files on them become corrupted. Hence backups needs to be taken regularly. 1. Read/write media versus Read-only mediaeg:-cd-rw vs CD-R 2. Sequential vs Random Access Storage - In sequential file access method, files are accessed in a sequential manner (Eg:- Magnetic tape). However in random access, wherever the file is located you can go to the exact location directly and retrieve it (Eg: - Hard disks and optical disks). 3. Magnetic vs Optical - A magnetic disk's medium contains iron particles, which can be polarised - given a magnetic charge - in one or two directions. Optical disk is a storage medium from which data is read and to which it is written to using laser beam. 4. Removable and Non-removable media - Hard disk versus Portable drives.

4 Discussion on storage devices (floppy disk, hard disk, CD-ROM, DVD, Flash Drive, External Hard Disk) Floppy disks - 3.5" single sided disks. Not used any more. Holds up to 1.4MB data. Limited capacity and slow, although cheap. Hard disk - Pack of disks permanently sealed inside a disk drive. The read/write heads do not actually touch the surface of the disk but fly over it on a cushion of air. It is possible to have more than one hard disk. The main one is called master and the second is called slave. Hard disk have tracks and sectors. Disk formatting means formatting tracks and sectors. CD ROM/ Digital Versatile Disk / Blu-ray Flash Memory - Electrically-Erasable Programmable Read-only Memory. Pen Drive/USB Drive/Flash drive have capacity ranging up to 32/64 GB. External Hard Disk - These are disks extending up to 500GB. Discussion on OS Operating system is the main and the most important program. A computer cannot do anything until the OS is loaded in to the main memory or RAM. When a computer is turned off, the OS is deleted from the main memory and CPU does not do anything. BIOS is the program used by a computer to get the computer system started after turning on a computer. BIOS is a set of programs, which controls the PC hardware and is stored in a memory chip on the motherboard. This chip is a Read Only Memory chip which keeps in contents even when the power is off. The ROM contains instructions for activating the CPU and OS during the boot up process of a computer. Components of OS The basic components of all operating systems consist of 4 managers and the user interface which will work closely in order to provide needed services. User Interface - The user interface provides the communication link between user and computer. They are either The Command-Line Interface or Graphical User Interface. Memory Manager - This is related to the management of computer memory. Virtual memory makes the system appear to have more memory than actually available by sharing it between competing processes as they need it. The main functions of the memory management system includes keep tracks of available memory, checks validity of request for memory, preserves allocated space to the operating system in main memory, allocates memory for execution and de-allocates memory after certain time. File Manager - This controls and supports all the files in the system. The main functions of a file manager include keeping track of each file, user policy for storing files and utilising storage spaces, allocates files for manipulation by operating the file and de-allocates files when the files are not in use. Process Manager - A job is a collection of instructions that is submitted for execution to the operating system. The important function of process manager is to keep track of the status of each job during execution and direct processor from execution of one job to another one. Device Manager - The device manager is a software that monitors utilisation of all peripheral devices of the system such as printers, terminals and disk drives. The main functions of device manager are

5 tracking the status of each device, determining which process will get a device and for how long, allocating a device and de-allocating a device. Advanced Features of OS Multitasking this refers to multiprogramming on single user operating systems such as those in microcomputers. This allows one person to run 2 or more programs concurrently on a single computer. Virtual Storage (Virtual Memory) Virtual Memory is a storage on the computer s hard disk that the operating system uses in conjunction with Random Access Memory (RAM). Time Sharing The time sharing capability allows many users to share computer processing resources simultaneously. Each user is allocated a tiny slice of computer time. Multiprocessing This is a capability of an operating system that allows to link 2 or more CPUs to work in parallel. While multiprogramming uses one CPU for concurrent processing, multiprocessing uses multiple CPUs for simultaneous processing. Networking Computer network is a collection of computers. There are two types of computers in a computer network. A client computer is a computer that requests services from a computer network. Server computer is a powerful computer that provides services and controls the network. (Refer for detailed discussion on operating system) Discussion on Utility Programs / System Support Programs A utility program is one that supports the user to us the computer, an application or a development environment. These applications play a supporting role and typically perform a limited number of tasks. The following are typical example for utility programs. - System monitors These are performance monitoring and security monitoring programs. - Anti-virus Software that protects the computer from malicious attacks. Antivirus software scans for virus and removes them. - Backup Backup software enables copying files or databases so that we can restore the original after a data loss due to equipment failure or a catastrophe. - Disk compression Agent This allows to save disk space by compressing files, or improve performance by changing the level of compression on the files. - ScanDisk Scan disk runs automatically in the event the operating system is shut down improperly. It detects corruptions when they are most likely to occur and corrects them.

6 Generations of Programming Languages - 1 st Generation languages Machine language / s - 2 nd Generation language Assembly language / rd Generation language High level language / th Generation language 4GL, AI / 1985 to to-date Basic Concepts in Programming Languages - Complier Compiler is a program that translates the instructions of higher-level languages in to a machine language. The complier translates the entire source code and translates it at once to the object program. - Interpreter This translates higher level language into machine language but takes one statement of higher-level language at a time, translate it into machine language and execute it immediately. - Assembler An assembler is a computer program used to translate a program written in an assembly language in to machine language. - Source Program This is the original program written by a programmer using a specific programming language. - Object Program The object program is equivalent of the source program translated in to machine language by a language translator like complier or assembler. Object program can be executed directly by the computer since it is in machine language. Factors to be considered in selecting system software - Features necessary features to match your needs. - Fit Compatibility with other IT products you already have and whether it supports the IT Strategy. - Future In line with future trends and get customer support - Flexibility ability to modify based on business changes - Budget software matches the budget - Return policies Ability to return the software/ availability of trial period - Training and Documentation availability of training and documentation Discussion on General Purpose Software - Word Processing - Spread sheets - Presentation Software - Web Browsers - Clients :- Microsoft Outlook, Eudora, Pegasus

7 - Personal Information Managers - Multi Media Players Discussion on Application Specific Software These are packages available to support specific applications of end users in various fields such as science and engineering, education and commerce etc. Discussion on Commercial Software, Freeware, Shareware & Open source Commercial Software These software are available to be purchased at a price. Eg MS Office, MS Windows Freeware Freeware are downloadable and distributable software free of charge Shareware This is a proprietary software that is provided to users without payment on a trial basis and is often limited by any combination of functionality, availability and convenience. Open Source These are software whose source code is published and made availableto the public, enabling anyone to copy, modify and redistribute the source code without paying royalties or fees. Open source code can evolve through community cooperation. Discussion on DBMS A database is an integrated collection of logically related tables (records or files) consolidated into a common pool that provides data for one or more multiple uses. Data hierarchy A field holds one fact (Eg:-Employee ID) A record is collection of related fields (Eg:- Employee Y Information) A table is a collection of related records (Eg:- Employee table) A database management system (DBMS) should be there to create databases, access and control. A DBMS is an independent program that can communicate with application programs and databases. Advantages Reduce data redundancy, increased consistency, greater data integrity, improved data access to users, improved data security, reduced costs. Disadvantages Complex, difficult and time consuming, higher initial costs, cumbersome conversion, initial training required, and damage to database affects all applications. Discussion on SQL SQL is the standard language used for creating and querying relational databases. SQL commands can be classified in to 3 types. Data Definition Language (DDL) CREATE, ALTER, DROP

8 Data Manipulation Language (DML) UPDATE, INSERT, MODIFY Data Control Language (DCL) used to control a database including administering priviledges. Eg: - SELECT Employee_ID, Employee_Name FROM Employee WHEREEmployee_Salary> 50,000 ORDER BY Employee_ID ASC GROUP BYEmployee_JOIN_DATE HAVING>01/01/2014 Advantage of Twisted Pair Cable 1. Easy to use 2. Lower cost Disadvantage of Twisted Pair Cable 1. Beyond 100m the signal becomes poorer. Only suitable for short distance. Coaxial Cable Single copper conductor in the middle. A plastic layer provides insulation between the center conductor and braided metal shield. Very rarely used computer network. Can transmit signals up to 500 meters. Fiber Optic Cable This consists of a center glass core surrounded by several layers of protective materials. It transmits light rather than electronic signals eliminating the problem of electrical interference. Advantage of Fiber Optic Cable - No electrical interference - Capability to carry out information at vast speeds - Possibility to include more services Disadvantages of Fiber Optic Cable - The cost is too expensive - Implementation is difficult and requires special skills. Radio Waves The transmission of signals through free space by modulation of electromagnetic waves with frequencies below those of visible light. Microwave Electromagnetic waves having frequencies between GHz are called microwaves. Microwaves require line-of-sight transmission and reception equipment. To increase the distance of transmission, a

9 system of repeaters can be installed with each antenna. Microwaves are used in cellular phones, satellite networks and wireless LANs. Infrared Infrared signals, with frequencies from 300 GHz to 400 GHz can be used for short range communication. Infrared signals cannot penetrate walls. Used in short distance communication between devices such as keyboards, mice, PCs and printers. Satellite Communication A satellite network is a combination of nodes that provides communication from one point on the earth to another. A node in the network can be satellite, an earth station or an end user terminal or telephone. Ring Topology The nodes of the networks is connected to two other nodes in the network and with the first and last nodes being connected to each other. Data is transmitted in a circular manner. Bus Topology Nodes are arranged along a side length of cable that can be extended at the ends. Star Topology Has a central node that connects each of the other nodes by a single, point-to-point link. Tree Topology Combines the characteristics of linear bus and star topologies. Personal Area Network PAN can be used for communication among the personal devices themselves or for connecting to a higher level network and the internet. PAN can be wired or unwired. The reach of PAN is few meters. Wide Area Network WANs are networks that generally span distances greater than one city. Some WANs are commercial, regulated while others are privately owned. Internet is an example of WAN. Local Area Network A LAN is a system for interconnecting two or more communicating devices within 2000 feet usually intra-organizational, privately owned, internally administered. LANs are usually medium to high speed and connects a large number of intelligent devices to share corporate resources. Metropolitan Area Network MAN is a large computer network that spans a metropolitan area. Its geographic scope falls between LAN and WAN. MANs can span up to 50 km. MANs provide internet connectivity to LANs.

10 Internet Internet is a global system of interconnected computer networks that use the standard Internet Protocol Suite (TCP/IP) to serve billions of users worldwide. The internet carries a vast array of information resources, services, most notably the inter-linked hypertext documents of the World Wide Web (WWW) and the infrastructure to support electronic mail. Internet has given rise to Voice over Internet Protocol (VoIP) and IPTV, newspaper websites, blogging and e-commerce. Intranet Intranet is the term for a collection of private computer networks within an organisation. An intranet uses network technologies as a tool to facilitate communication between people or work groups to improve the data sharing capability and overall knowledge base of an organisation's employees. Extranet An extranet is a computer network that allows controlled access from the outside for specific business or educational purposes. Extranets are extensions to, or segments of, private intranet networks that have been built in many corporations for information sharing and e-commerce. The level of access to the resources within the network can be set at different levels. Network Protocols A network protocol defines rules and conventions for communication between network devices. Network protocols include mechanisms for devices to identify and make connections with each other, as well as formatting rules that specify how data is packaged in to messages sent and received, enhances the performance of the network communication. Internet Protocols TCP/IP is used to connect hosts on the internet. IP takes care of the communication. TCP takes care of the communication between application software and the network software. HTTP and FTP are additional protocols that are packaged with a TCP/IP suite. File Transfer Protocol FTP is the protocol used for exchanging files over the internet. FTP uses internet's TCP/IP protocol to enable data transfer. FTP is mostly used to download or upload a file from the server. Domain Names When you publish your website, there should be a proper naming system to identify your website from other websites. eg:-www(service).casrilanka (name of the website).lk (domain category) Search Engines Search engine is a special website that provides searching facility in the web. It sorts by the key words from millions of websites. Eg:- Yahoo, Google.

11 Electronic Mail service provider allows to create an account for each user, to send and receive s. Depending on the service provider, the maximum capacity of the account differs. client software such as Microsoft outlook and eudora are available. Telecommuting Telecommuting is working from a remote location not in the same space as coworkers or people. News Group Newsgroup are a globally shared / distributed set of online forums where users can post messages to each other. Newsgroups can either be public or restricted. Discussion on Social Media Eg:-facebook, twitter and linkedin. These are used for business as well. Chat and Messaging Services Online chat is a way for 2 or more computer users connected to the internet to communicate with each other in real time. Skype is a commonly used chat software. There are 3 types of chat facilities available. - Text Chat - voice Chat - Video Chats/video conferencing Cable Modems Modems are used to convert digital computer signals into a analogue form to travel over a telephone line and vice versa at the other end. Wireless USB Modems (USB Dongles) Used to connect computers to the internet with a wireless USB modem. Has different data speeds. Network Interface Cards This is the card that physically makes the connection between the computer and the network cable in a LAN, to provide a dedicated, full-time connection to a network. Wireless LANs Wireless LANs use high frequency radio signals, infrared light beams, or lasers to communicate between the workstations and the access points. Long distance wireless communication takes place through cellular telephone technology, microwave transmission or satellite. Very useful for building where cabling is difficult.

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

It is the process of sharing data, programs, and information between two or more computers.

It is the process of sharing data, programs, and information between two or more computers. 1 Communications It is the process of sharing data, programs, and information between two or more computers. Numerous applications depend on communication systems: E-mail Instant messaging (IM) Internet

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Exercise 23 1.1.1 Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. 1.1.2 Which one of the following is a portable

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

Chapter 9 Introduction to Networks

Chapter 9 Introduction to Networks Chapter 9 Introduction to Networks 9.1 Uses of a network Networks are used in many situations. We can see networks in places like offices, airports and factories. In fact we use networks in many situations

More information

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan

Management Information Systems OUTLINE OBJECTIVES. Information Systems: Computer Hardware. Dr. Shankar Sundaresan Management Information Systems Information Systems: Computer Hardware Dr. Shankar Sundaresan (Adapted from Introduction to IS, Rainer and Turban) OUTLINE Introduction The Central Processing Unit Computer

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

Lecture #25: Networks and Communications. Communication and Networks. What will we learn?

Lecture #25: Networks and Communications. Communication and Networks. What will we learn? Lecture #25: Networks and Communications Communication and Networks What will we learn? How a communications system works What a network is What networks used for What network operating systems do What

More information

Which one of the following terms describes the physical components of a computer system?

Which one of the following terms describes the physical components of a computer system? Which one of the following terms describes the physical components of a computer system? a. Hardware. b. Freeware. c. Software. d. Courseware. Which one of the following can slow down the computers performance?

More information

HARDWARE AND OPERATING SYSTEMS

HARDWARE AND OPERATING SYSTEMS HARDWARE AND OPERATING SYSTEMS UNIT 2. IES MIGUEL ESPINOSA - MURCIA 3º ESO HARDWARE AND OPERATING SYSTEMS COMPUTERS LANGUAGE AND FUNCTION Binary System ASCII code Units of information Computer functions

More information

Part I: Hardware and communication

Part I: Hardware and communication Part I: Hardware and communication The following are a list of definitions for most things in the first section of the syllabus for CG1(Computing Theory). To test yourself on these items, you should attempt

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 SKILLS COMP101

COMPUTER SKILLS COMP101 COMPUTER SKILLS COMP101 Chapter 4 Introduction to Computer Networks Definitions and Terminologies Computer Network A network consists of two or more computers that are linked in order to share resources

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

St. Benedict s High School. Computing Science. Information Systems Design & Development. (Part 2 Computer Systems) National 5

St. Benedict s High School. Computing Science. Information Systems Design & Development. (Part 2 Computer Systems) National 5 Computing Science Information Systems Design & Development (Part 2 Computer Systems) National 5 Hardware & software Learning Intentions After studying this topic you should be able to understand and describe:

More information

Community Development and Training Centre Semester IT 245 Management Information Systems

Community Development and Training Centre Semester IT 245 Management Information Systems Community Development and Training Centre Semester 2 2006 IT 245 Management Information Systems Computer Hardware Chapter Summary Computer Systems. Major types and trends in computer systems are summarized

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

Terminology, Types of Computers & Computer Hardware

Terminology, Types of Computers & Computer Hardware Terminology, Types of Computers & Computer Hardware Basic Terminology 1.Computer A device that accepts input, processes data, stores data, and produces output, all according to a series of stored instructions.

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

The personal computer system uses the following hardware device types -

The personal computer system uses the following hardware device types - EIT, Author Gay Robertson, 2016 The personal computer system uses the following hardware device types - Input devices Input devices Processing devices Storage devices Processing Cycle Processing devices

More information

Introduction to Computers Chapter1

Introduction to Computers Chapter1 Introduction to Computers Chapter1 IS-IT-UOB 2013 Topics Covered Computer definition and main parts Computer Hardware Computer Software Computer Strengths Categories of Computers Computer Applications

More information

Introduction to computers

Introduction to computers Introduction to Computers 1 Introduction to computers You will learn what are the basic components of a computer system and the rudiments of how those components work. Are Computers Really So Confusing?

More information

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers

LECTURE SCHEDULE 2. Units of Memory, Hardware, Software and Classification of Computers LECTURE SCHEDULE 2 Units of Memory, Hardware, Software and Classification of Computers Units of Memory The memory unit is the principal storage of the computer. All the data and instructions that the computer

More information

TYPES OF COMPUTER NETWORKS

TYPES OF COMPUTER NETWORKS TYPES OF COMPUTER NETWORKS What is a Network? A network consists of two or more computers that are linked in order to share resources (such as printers and CDs), exchange files, or allow electronic communications.

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 4: Communication Technology. Solutions

Chapter 4: Communication Technology. Solutions Chapter 4: Communication Technology Solutions Summative Assessment Multiple-Choice Questions (MCQs) 1. Two examples of network are telephone and. a. Radio b. Transmission c. Globe d. All of the above 2.

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

Topic 4: Storage Devices

Topic 4: Storage Devices Topic 4: Storage Devices 4.1 Introduction A storage device is a computer peripheral which is used to store data and programs for a specific interval of time. A computer system usually contains several

More information

Discovering Computers Chapter 9 Communications and Networks

Discovering Computers Chapter 9 Communications and Networks Discovering Computers 2009 Chapter 9 Communications and Networks Chapter 9 Objectives Discuss the components required for successful communications Identify various sending and receiving devices Describe

More information

Chapter 7. Telecommunications, the Internet, and Wireless Technology

Chapter 7. Telecommunications, the Internet, and Wireless Technology Chapter 7 Telecommunications, the Internet, and Wireless Technology LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking technologies? What are the different

More information

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks

Lecture 8 Winter 2006 Enterprise and Personal Communications Networks Information Technology Lecture 8 Winter 2006 Enterprise and Personal Communications Networks 1 Objectives Identify the reasons that multiuser systems are used in business. Describe eight network service

More information

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle

Parts of the Computer System. Parts of the Computer System. Parts of the Computer System. Essential Computer Hardware. Information Processing Cycle Looking Inside the Computer System NOS 116, 118, 218, 222 Handout 10 Hardware & Software Computer systems have four parts Hardware Software Data User 1 1B-2 Hardware Mechanical devices in the computer

More information

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering

Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering Lecture -1- By lec. (Eng.) Hind Basil University of technology Department of Materials Engineering What is Computer? Computer is an advanced electronic device that takes raw data as input from the user

More information

CMSC 1513 Lecture 1.2

CMSC 1513 Lecture 1.2 Key Point: A computer is an electronic device that stores and processes data. Hardware Software Hardware comprises the visible, physical elements of the computer. Software provides the invisible instructions

More information

Types Of Computer Virus Sources Of Virus Virus Warning Signs Virus Detection(Anti-Virus) Virus Prevention and Removal

Types Of Computer Virus Sources Of Virus Virus Warning Signs Virus Detection(Anti-Virus) Virus Prevention and Removal DATA PROCESSING NOTES FOR SS THREE FIRST TERM 2016/2017 SESSION SCHEME OF WORK Week 3 Week 4 Continuation of Spreadsheet(Practical) Computer Virus Types Of Computer Virus Sources Of Virus Virus Warning

More information

What is Data Storage?

What is Data Storage? What is Data Storage? When we talk about storing data, we mean putting the data in a known place. We can later come back to that place and get our data back again. Writing data or saving data are other

More information

Discovering Computers 2008

Discovering Computers 2008 Discovering Computers 2008 Chapter 7 Storage 1 1 Chapter 7 Objectives Differentiate between storage devices and storage media Describe the characteristics of magnetic disks Describe the characteristics

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

Introduction to Computers. Chapter1

Introduction to Computers. Chapter1 Introduction to Computers Chapter1 ITBIS105 IS-IT-UOB 2016 IS-IT-UOB 2016 Topics Covered Computer Computer Computer Computer Categories of Computers Computer Applications in Networks definition and main

More information

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B

KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B KIBABII UNIVERSITY COLLEGE DEPARTMENT COMPUTER SCIENCE & IT TITLE: DATACOMMUNICATION COURSE CODE: 223 SECTION A: 30 Marks ANSWER ALL QUESTIONS IN SECTION A AND ANY TWO QUESTIONS IN SECTION B TIME ALLOWED:

More information

Computer Programming for Engineering

Computer Programming for Engineering Chapter 1 213301 Computer Programming for Engineering Introduction to Computer The Amazing Computer What will be known :- List a few profession in which computers are routinely used and the way computers

More information

COMPUTER SYSTEMS. Section 1

COMPUTER SYSTEMS. Section 1 COMPUTER SYSTEMS Section 1 BITS AND BYTES In order for information to flow through a computer system and be in a form suitable for processing, all symbols, pictures, or words must be reduced to a string

More information

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks

VISUAL SUMMARY COMMUNICATION CHANNELS COMMUNICATIONS. Communications and Networks Rev.Confirming Pages VISUAL SUMMARY Communications and Networks COMMUNICATIONS COMMUNICATION CHANNELS Communications is the process of sharing data, programs, and information between two or more computers.

More information

Typical Network Uses

Typical Network Uses Computer Networks Introduction The next Great Revolution - Computer Networks- computers connected together for exchanging information Our information-oriented society - applications in education, commerce,

More information

Chapter 12. Network Organization and Architecture

Chapter 12. Network Organization and Architecture Chapter 12 Network Organization and Architecture Chapter 12 Objectives Learn the basic physical components of networks. Become familiar with routing protocols. 2 Computer networks are often classified

More information

Computer Basics PC-100

Computer Basics PC-100 Computer Basics PC-100 Course Group Overview PC-100 Computer Basics PC-101 Intro to Operating Systems and Window s Basics PC-102 Computer Programs and File Management PC-103 Computer Security PC-104 The

More information

CSC 121 Computers and Scientific Thinking

CSC 121 Computers and Scientific Thinking CSC 121 Computers and Scientific Thinking David Reed Creighton University Computer Basics 1 What is a Computer? a computer is a device that receives, stores, and processes information different types of

More information

Introduction to the Personal Computer

Introduction to the Personal Computer Introduction to the Personal Computer 2.1 Describe a computer system A computer system consists of hardware and software components. Hardware is the physical equipment such as the case, storage drives,

More information

Brief Summary of the Chapter: CHAPTER 1 NETWORKING AND OPEN STANDARDS In this chapter we are going to study about computer Networks, associated terminology and related concept along with network devices.

More information

Objectives. Learn how computers are connected. Become familiar with different types of transmission media

Objectives. Learn how computers are connected. Become familiar with different types of transmission media Objectives Learn how computers are connected Become familiar with different types of transmission media Learn the differences between guided and unguided media Learn how protocols enable networking 2 Objectives

More information

Total Mark out of 35

Total Mark out of 35 University of Bahrain College of Information Technology Department of Information Systems ITBIS105 Test 1 Version 1 (35 points) 30 Oct 2013 @ 8:00-9:00 AM Student Name: Section: ID Number: Serial Number:

More information

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections

Computers: Tools for an Information Age. Chapter 7 Networking: Computer Connections Computers: Tools for an Information Age Chapter 7 Networking: Computer Connections Objectives Describe the basic components of a network Explain the methods of data transmission, including types of signals,

More information

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall

Chapter. 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall Chapter 6 Telecommunications, the Internet, and Wireless Technology 6.1 Copyright 2011 Pearson Education, Inc. publishing as Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components

More information

Computer Skills Revision. By: Rana Hammady

Computer Skills Revision. By: Rana Hammady Computer Skills Revision By: Rana Hammady 1 Chapter 1 2 Introduction to Computer and Information Technology Definitions Computer tasks Uses of computer system History of computers and computer generations

More information

Data Network and Telecommunications Systems

Data Network and Telecommunications Systems 1 Department of Computer Science and Information Systems, College of Business and Technology, Morehead State University Lecture 4 CIS 311 Introduction to Management Information Systems (Spring 2017) Data

More information

INFS 214: Introduction to Computing

INFS 214: Introduction to Computing INFS 214: Introduction to Computing Session 6 Storage Technologies Lecturer: Dr. Ebenezer Ankrah, Dept. of Information Studies Contact Information: eankrah@ug.edu.gh College of Education School of Continuing

More information

Information Communications Technology (CE-ICT) 6 th Class

Information Communications Technology (CE-ICT) 6 th Class Information Communications Technology (CE-ICT) 6 th Class Lecture 2: Computer Concepts (Part A) Lecturer: Objectives Hardware Concepts Types of Computer Components of a Computer System Computer Performance

More information

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2.

IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. IBPS Practice Exam 1. One megabyte equals approximately 1) 1,000 bits 2) 1,000 bytes 3) 1 million bytes 4) 1 million bits 5) 2,000 bytes 2. Data going into the computer is called? 1) Output 2) Algorithm

More information

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science

1.1 Bits and Bit Patterns. Boolean Operations. Figure 2.1 CPU and main memory connected via a bus. CS11102 Introduction to Computer Science 1.1 Bits and Bit Patterns CS11102 Introduction to Computer Science Data Storage 1.1 Bits and Their Storage 1.2 Main Memory 1.3 Mass Storage 1.4 Representation of information as bit patterns Bit: Binary

More information

ICT Glossary. NCTE Advice Sheet ICT Glossary Advice Sheet 30

ICT Glossary. NCTE Advice Sheet ICT Glossary Advice Sheet 30 ICT Glossary ADSL Application Anti-virus software Attachment Backup Bandwidth Bit BPS Broadband Buffer Bug Bus Byte Cache CAD Cards CAT-5 (Asymmetric Digital Subscriber Line) A high-speed technology that

More information

Networks. Computer Technology

Networks. Computer Technology Networks Computer Technology Network Two or more computers and other devices (printers or scanners) that are connected, for the purpose of sharing data and programs Advantages of Networks Communication

More information

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX

COMMUNICATION. Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX COMMUNICATION Exchange of ideas, messages, or information between two communicating parties. SIMPLEX HALF DUPLEX FULL DUPLEX SIMPLEX In simplex transmission, communication can take place in only one direction.

More information

Certificate in Purchasing and Supply Management

Certificate in Purchasing and Supply Management Certificate in Purchasing and Supply Management Cohort: ROD/CPSM/ 05 Year 1 Examinations for 2005 MODULE: COMPUTER FUNDAMENTALS MODULE CODE: BISE 010 Duration: 2 Hours Instructions to Candidates: 1. This

More information

Computer Components 1 CSC1103- Nouf AlJaffan Saturday, 02 February 2013

Computer Components 1 CSC1103- Nouf AlJaffan Saturday, 02 February 2013 Computer Components 1 Computer Definition A computer is a machine that is used to store and process data electronically 2 A Computer System User Hardware Software User Software Hardware 3 A Computer System

More information

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin

Computer chip: A very small pieces of silicon or other semi-conducting material onto which integrated circuits are embedded Circuit board: A thin INTRODUCTION We can divide the parts that make up a computer into three broad categories or subsystem: the central processing unit (CPU), the main memory, and the input/output subsystem. The next three

More information

COMPUTER NETWORKING. Terminology of Network:

COMPUTER NETWORKING. Terminology of Network: COMPUTER NETWORKING Network: A computer network is a collection of interconnected computers. Two computers are said to be interconnected if they are capable of sharing hardware, software and exchanging

More information

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC

Contents: Computer definition Computer literacy Computer components Computer categories Computer usage. Tablet PC bas design Prepared by: Assoc. Prof. Dr Bahaman Abu Samah Department of Professional Development and Continuing Education Faculty of Educational Studies Universiti Putra Malaysia Serdang Contents: Computer

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

Which type of computer is used to operate large corporate systems and databases

Which type of computer is used to operate large corporate systems and databases Module 1 Sample Part-Test 1.1 This is a sample test only. Test 1 1.1.1 Which type of computer is used to operate large corporate systems and databases 1. Desktop computer 2. Personal Digital Assistant

More information

COMPONENTS OF DATA COMMUNICATION

COMPONENTS OF DATA COMMUNICATION COMPONENTS OF DATA COMMUNICATION ANALOG AND DIGITAL TRANSMISSION An analog signal is one that is continuous with respect to time and may take on any value within a given range of values. Eg Human voice.

More information

Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy

Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy Masters of Computer Application (MCA) Entrance 2012 Computer Knowledge Paper I 1. All of the following are examples of real security and privacy risks EXCEPT: A. hackers. B. spam. C. viruses. D. identity

More information

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005

Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Introduction to Information Technology Turban, Rainer and Potter John Wiley & Sons, Inc. Copyright 2005 Network and Telecommunications Basics Chapter Outline The telecommunications system Network services

More information

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas.

This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Tú Teacher de Inglés 1 0B This is a list of vocabulary related to information and communication technology. Coloque el significado en español sobre las líneas. Anti-virus software = - A program that finds

More information

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall

Copyright 2012 Pearson Education, Inc. Publishing as Prentice Hall 1 Technology in Action Chapter 2 Looking at Computers: Understanding the Parts 2 Chapter Topics Functions of a computer Data versus information Bits and bytes Input devices Output devices Processing Storage

More information

2. Give advantages and disadvantages of computer network. (Any 2 advantages- 2 Marks, Any 2 disadvantages- 2 Marks) Answer: Advantages:

2. Give advantages and disadvantages of computer network. (Any 2 advantages- 2 Marks, Any 2 disadvantages- 2 Marks) Answer: Advantages: Summer-15 1. Compare human network and computer network. (Each point- 1 Mark, any two points) Human Network 1. Human Network is a network of human beings. 2.It consist of individuals,organizations, schools,

More information

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam

CSC 170 Fall 2017 Dr. R. M. Siegfried. Study Guide for Final Exam CSC 170 Fall 2017 Dr. R. M. Siegfried Study Guide for Final Exam Definitions to know: Lecture #1 1. Data 2. Digitization 3. Bit 4. Byte 5. Binary Numbers 6. How Are Characters Stored? a. ASCII b. Unicode

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

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance)

Computer Networks. Cables Radio signals (wireless/wifi) Telephone lines Satellite links (Long distance) COMPUTER NETWORKS Computer Networks A network is two or more computers connected together to allow them to share information and resources. Network connections are created by Cables Radio signals (wireless/wifi)

More information

Computer Concepts and C Programming. Unit I 06CCP13

Computer Concepts and C Programming. Unit I 06CCP13 Computer Concepts and C Programming () Unit I Unit Division Unit-I Introducing Computer Systems Interacting with Computer Unit-II Processing Data Storing Data Unit-III Using Operating Systems Networks

More information

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS

Introduction to Computer Networks INTRODUCTION TO COMPUTER NETWORKS INTRODUCTION TO COMPUTER NETWORKS Computer Networks Computer network connects two or more autonomous computers. The computers can be geographically located anywhere. LAN, MAN & WAN Network in small geographical

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

Storage. Chapter3 ITBIS105

Storage. Chapter3 ITBIS105 Storage Chapter3 ITBIS105 IS-IT-UOB 2013 Storage What is storage? Holds data, instructions, and information for future use Storage medium is physical material used for storage Also called secondary storage

More information

Internet. Class-In charge: S.Sasirekha

Internet. Class-In charge: S.Sasirekha Internet Class-In charge: S.Sasirekha COMPUTER NETWORK A computer network is a collection of two or more computers, which are connected together to share information and resources. Network Operating Systems

More information

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved.

16/06/56. Secondary Storage. Secondary Storage. Secondary Storage The McGraw-Hill Companies, Inc. All rights reserved. Distinguish between primary and secondary storage. Discuss the important characteristics of secondary storage, including media, capacity, storage devices, and access speed. Describe hard disk platters,

More information

Introduction To Computer Hardware

Introduction To Computer Hardware Introduction To Computer Hardware In this section of notes you will learn what are the basic parts of a computer and how they work. High Level View Of A Computer Buses Connect the different parts of the

More information

Grade 5 lesson 2 Computer storage and computer care and you

Grade 5 lesson 2 Computer storage and computer care and you Grade 5 lesson 2 Computer storage and computer care and you COMPUTER STORAGE 1 Storage is a means to hold and store data to present and future use. All computers have some sort of storage to function properly.

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

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

Chapter by Prentice Hall

Chapter by Prentice Hall Chapter 6 Tl Telecommunications, the Internet, and Wireless Technology 6.1 2007 by Prentice Hall STUDENT LEARNING OBJECTIVES What are the principal components of telecommunications networks and key networking

More information

Computer science..pharmacy college

Computer science..pharmacy college Is the facility to transfer data to remote locations quickly & conveniently, the data is transferred by means of a telecommunication network. Note: Data communication is the transmission of electronic

More information

INTRODUCTION TO ICT.

INTRODUCTION TO ICT. INTRODUCTION TO ICT. (Introducing Basic Network Concepts) Lecture # 24-25 By: M.Nadeem Akhtar. Department of CS & IT. URL: https://sites.google.com/site/nadeemcsuoliict/home/lectures 1 INTRODUCTION TO

More information

Computing 1: Computer Systems

Computing 1: Computer Systems U1 U2 U3 1 2 3 Computing 1: Computer Systems G: I know how to create strong passwords G: I know how to stay safe online and how to alert an adult if I am worried about anything G: I can list a range of

More information

Data Communication. Chapter # 1: Introduction. By: William Stalling

Data Communication. Chapter # 1: Introduction. By: William Stalling Data Communication Chapter # 1: By: Introduction William Stalling Data Communication The exchange of data between two devices via some form of transmission medium such as cable wire. For data communications

More information

Communications and Networks

Communications and Networks Information Technology Skills (DUT 122) CHAPTER 6: Communications and Networks Miss Wan Nor Ashiqin Wan Ali School of Human Development and Technocommunication Objectives Overview Discuss the purpose of

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

Form 4 ICT Literacy Modules Methodist Boys School Kuala Lumpur 1.0 PROCESSING DATA

Form 4 ICT Literacy Modules Methodist Boys School Kuala Lumpur 1.0 PROCESSING DATA 1.0 PROCESSING DATA 1. Name of module: 1.1 How computer processes data? 2. Learning outcomes: Students should be able to: a) understand and state how computer process data b) list down processing components

More information

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com

INTRODUCTION DATA COMMUNICATION TELECOMMUNICATIONS SYSTEM COMPONENTS 1/28/2015. Satish Chandra satish0402.weebly.com INTRODUCTION DATA COMMUNICATION Satish Chandra satish0402.weebly.com The term telecommunication means communication at a distance. The word data refers to information presented in whatever form is agreed

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

Chapter I The System Unit

Chapter I The System Unit Date :../. / Chapter I The System Unit Day :.. Mother Board System Unit Types Desktop System Units Notebook System Units Tablet PC System Units Handheld Computer System Units System Board " Motherboard"

More information

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on

Chapter 1: Introduction. Operating System Concepts 9 th Edit9on Chapter 1: Introduction Operating System Concepts 9 th Edit9on Silberschatz, Galvin and Gagne 2013 Objectives To describe the basic organization of computer systems To provide a grand tour of the major

More information