CS 552 -Final Study Guide Summer 2015

Size: px
Start display at page:

Download "CS 552 -Final Study Guide Summer 2015"

Transcription

1 CS 552 -Final Study Guide Summer 2015 TRUE/FALSE 1. Most people feel comfortable purchasing complex devices, such as cars, home theater systems, and computers. 2. To make an informed choice when purchasing a computer, you must know your preferences and requirements, such as the application software you plan to use and whether you plan to discard or upgrade the computer in a year or two. 3. Large computer systems and the software that runs on them use more complex technology than smaller ones do. 4. Under the UP, an information system is built in a series of 3- to 5-week repeated steps. 5. Each iteration of the UP includes whatever activities are needed to produce testable models or working software. 6. The mix of activities in each iteration of the UP is tailored to each development project. 7. Efforts in each discipline of the UP are generally distributed across all of the iterations in the same way for each project. 8. Responsibilities associated with specific job titles are generally consistent from organization to organization. 9. Developers of application software for technical areas, such as robotics, flight navigation, and scientific instrumentation, typically have degrees in computer science or some branch of engineering. 10. The database administrator can be responsible for many tasks other than operating and maintaining the network, including installing and maintaining end-user software and assisting management in selecting and acquiring software and hardware. 11. Mechanical computation devices cannot perform complex calculations. 12. A machine capable of addition can perform multiplication by executing the addition function multiple times. 13. The biggest impetus for the change to electronic computing devices came during World War I. 14. Electronic computers addressed most shortcomings of mechanical computation. 15. Light can be used as a basis for computation. 16. Optics have little advantage in most areas of computing technology. 17. Optical processors might be easier to fabricate than current processors and are better matched to

2 optical communication technologies. 18. In classical physics, a subatomic particle, such as a photon, can be in multiple places at one time. 19. Understanding data representation is key to understanding hardware and software technologies. 20. Automated data processing combines physics and mathematics. 21. Decimal and binary notations are alternative forms of a logical numbering system. 22. In numbering systems other than the decimal numbering system, the term radix point is used for the period or comma. 23. The number of digits needed to represent a value decreases as the numbering system s base decreases. 24. Generally, a byte is the largest unit of data that can be read from or written to a storage device. 25. The representation format for each data type balances compactness, range, accuracy, ease of manipulation, and standardization. 26. Twos complement notation is simple to understand for most people. 27. With any fixed-width data storage format, it s possible that the result of a computation will be too large to fit in the format. 28. To avoid overflow and increase accuracy, some computers and programming languages define additional numeric data types called long-precision data formats. 29. The read/write mechanism is the device used to read or write data to and from the storage medium. 30. Wait states increase CPU and computer system performance. 31. Primary storage extends the limited capacity of CPU registers. 32. The CPU moves data and instructions continually between registers and primary storage. 33. With current technology, secondary storage speed is typically faster than primary storage speed. 34. Block size is normally stated in bytes and is generally the same between storage devices, especially in a single storage device. 35. A 512-byte block is the most common data transfer unit for magnetic disks. 36. Volatility is a matter of degree and conditions. 37. Magnetic tape and disk are considered volatile storage media. 38. The physical structure of a storage device s read/write mechanism and storage medium determines the ways in which data can be accessed. 39. Serial access time depends on the current position of the read/write mechanism and the position of the target data item in the storage medium.

3 40. A system bus connects computer system components, including the CPU, memory, storage, and I/O devices. 41. A system bus can be conceptually or physically divided into specialized subsets, including the data bus, the address bus, and the control bus. 42. With serial communication lines in a bus, each line carries only one bit value or signal at a time, and many lines are required to carry data, address, and control bits. 43. Until the 2000s, system buses were always constructed with serial electrical lines. 44. Serial channels in buses are more reliable than parallel channels at very high speeds. 45. Performance is improved if storage and I/O devices can transmit data between themselves with explicit CPU involvement. 46. Peer-to-peer bus protocols are substantially less complex but more expensive than master-slave bus protocols. 47. The memory bus has a much higher data transfer rate than the system bus because of its shorter length, higher clock rate, and (in most computers) large number of parallel communication lines. 48. Secondary storage devices are much faster than the system bus. 49. Devices with low data transfer demand can use a single lane, and devices with higher requirements can increase their available data transfer rate by using additional lanes. 50. The CPU communicates with a peripheral device by moving data to or from an I/O port s dedicated bus. 51. A PC usually transmits data one bit at a time over a wireless connection, and a laser printer prints an entire page at once. 60. A monochrome display can display black, white, and many shades of gray in between, so it requires 8 bits per pixel. 61. An IDL can represent image components as embedded fonts, vectors, curves and shapes, and embedded bitmaps. 62. IDLs are a simple form of compression. 63. LCD displays have less contrast than other flat panel displays because color filters reduce the total amount of light passing through the front of the panel. 64. Early plasma displays accepted the same analog video signals as CRTs. 65. Because plasma displays actively generate colored light near the display surface, they re brighter and have a wider viewing angle than LCDs. 66. OLED displays combine many of the best features of LCD and plasma displays. 67. Impact technology began with dot matrix printers. 68. The process of designing and constructing software translates users information-processing needs into CPU instructions that, when executed, address these needs.

4 69. User needs are stated in general or abstract terms in basic computer language. 70. Software has surpassed hardware to become the most costly component of most information systems. 71. Reduced productivity, dissatisfied customers, and poor managerial decisions are just a few indirect costs of software that doesn t address users needs completely or correctly. 72. Class models and other types of diagrams document user and system requirements. 73. UP design models include package diagrams, interaction diagrams, and deployment diagrams. 74. Unlike 2GL programs, 3GL programs must be translated into binary CPU instructions before the program is executed. 75. A 5GL program contains nonprocedural rules that mimic the rules people use to solve problems. 76. C++ was the first commercial OOP language. 77. The storage I/O control layer processes service calls from the command layer or application program and issues commands to the storage I/O control layer to interact with hardware. 78. An FMS provides command-layer functions and utility programs for users and system administrators to manage files, directories, and secondary storage devices. 79. Users and applications view secondary storage logically as a collection of files organized in directories and storage volumes. 80. On larger computers, a volume can span multiple physical disks. 81. A typical computer has up to a few hundred storage volumes. 82. The logical file structure is dependent on the physical device on which it s stored. 83. A server manages system resources and provides access to these resources through a well-defined communication interface. 84. Servers can be offline or idle except when needed to access client resources. 85. The client/server architectural model can be applied in many ways. Multiple Choice 91. When actual hardware, network, and system software components are acquired and installed, they make up a(n) infrastructure for one or more information systems. a. information assurance c. data services b. information services d. information technology 92. design activities are narrower in scope and constrained by the information architecture compared to the remaining design activities.

5 a. Reference c. Detailed b. Architectural d. Functional 93. The discipline of the UP includes all activities for building, acquiring, and integrating application software components. a. implementation c. architecture b. design d. requirements 94. The discipline includes activities that verify correct functioning of infrastructure and application software components and ensure that they satisfy system requirements. a. architecture c. testing b. design d. implementation 95. The term describes the structure, interaction, and technology of computer system components. a. systems design c. information architecture b. enterprise architecture d. systems architecture 96. Storing data optically involves using a(n) and an optical disc s reflective coating. a. laser c. lamp b. LED d. magnet 97. Early mechanical computation devices were built to perform. a. text processing c. repetitive mathematical calculations b. mathematical simulation d. repetitive mechanical operations 98. In a computation device, a(n) is driven by a spring and pendulum, and each swing of the pendulum allows a gear to move one step under pressure from the spring. a. kerosene clock c. aluminum clock b. analog clock d. mechanical clock 99. A particle of light is called a. a. muon c. quantum b. photon d. meson 100. Data can be represented as and stored directly, such as an image as a hologram. a. waves of particles c. pulses of light b. waves of light d. pulses of radiation 101. Most application software is used by. a. end users c. engineers b. programmers d. administrators The one-to-many (1:N) relationship between later-generation programming statements and the CPU actions implementing them is called. a. instruction explosion c. mnemonic explosion

6 b. instruction expansion d. instruction compression A uses mnemonics to represent instructions, variables, and labels and has a degree of instruction explosion higher than 1:1. a. next-generation language c. third-generation language b. second-generation language d. fifth-generation language A is a nonprocedural language suitable for developing software that mimics human intelligence. a. fifth-generation language c. third-generation language b. fourth-generation language d. second-generation language A is a request to execute a specific method and return a response. a. conduit c. path b. message d. function The plays a dual role as a high-level manager and a tireless low-level worker. a. application system c. system manager b. operating system d. BIOS The is the user interface to the OS. a. shell c. transaction monitor b. GUI d. desktop manager Through the layer, a user or system administrator can run application and OS utility programs and manage system resources, such as files, folders, and I/O devices. a. service c. hypervisor b. kernel d. command A set of commands and syntax requirements is called a. a. command structure c. command language b. command database d. command layer The of the OS contains thousands of reusable components that provide functions ranging from file and folder manipulation to accessing I/O devices, starting and stopping programs, and creating, moving, and resizing GUI windows. a. service layer c. command layer b. kernel layer d. metering layer The is the OS portion that manages resources and interacts directly with computer hardware. a. core c. hypervisor b. kernel d. scheduler The resources consumed by resource allocation procedures are sometimes referred to as. a. system bloat c. system underpinnings b. system requirements d. system overhead 147. The collection of system software that performs file and secondary storage management and access functions is known as a. a. disk management system c. file management system b. storage management system d. control management system

7 148. The is the part of the kernel that accesses storage locations and manages data movement between storage devices and memory. a. store I/O control manager c. disk I/O control layer b. storage I/O control layer d. disk I/O control supervisor 149. The layer is the bridge between logical and physical views of secondary storage. a. file control c. storage I/O control b. disk control d. block control 150. On a desktop or laptop computer, a is usually an entire physical disk, a partition of the disk, or a removable storage medium, such as a DVD or flash drive. a. page c. sector b. block d. volume 151. Each record in a data file is composed of multiple. a. tuples c. fields b. columns d. records 152. A usually contains information about a single person, thing, or event. a. record c. table b. field d. column

1. Most people feel comfortable purchasing complex devices, such as cars, home theater systems, and computers.

1. Most people feel comfortable purchasing complex devices, such as cars, home theater systems, and computers. 1. Most people feel comfortable purchasing complex devices, such as cars, home theater systems, and computers. F PTS: 1 REF: 2 2. To make an informed choice when purchasing a computer, you must know your

More information

Systems Architecture, Sixth Edition. Chapter 2 Introduction To Systems Architecture

Systems Architecture, Sixth Edition. Chapter 2 Introduction To Systems Architecture Systems Architecture, Sixth Edition Chapter 2 Introduction To Systems Architecture Chapter Objectives In this chapter, you will learn to: Discuss the development of automated computing Describe the general

More information

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication

4) Apple's OS X and Microsoft Windows are examples of software. A) utility B) application C) operating system D) communication Technology in Action Complete, 13e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) Computers use language consisting of 0s and 1s. A) symbol B) binary C) byte D) system 2) In

More information

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review

General Computing Concepts. Coding and Representation. General Computing Concepts. Computing Concepts: Review Computing Concepts: Review Coding and Representation Computers represent all information in terms of numbers ASCII code: Decimal number 65 represents A RGB: (255,0,0) represents the intense red Computers

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

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

Computer Principles and Components 1

Computer Principles and Components 1 Computer Principles and Components 1 Course Map This module provides an overview of the hardware and software environment being used throughout the course. Introduction Computer Principles and Components

More information

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23

FILE SYSTEMS. CS124 Operating Systems Winter , Lecture 23 FILE SYSTEMS CS124 Operating Systems Winter 2015-2016, Lecture 23 2 Persistent Storage All programs require some form of persistent storage that lasts beyond the lifetime of an individual process Most

More information

Chapter Three. Hardware Basics: Peripherals

Chapter Three. Hardware Basics: Peripherals Chapter Three Hardware Basics: Peripherals After reading this chapter, you should be able to: List examples of input devices and explain how they can make it easier to get different types of information

More information

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer

Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer Name Date Chapter 0: IT Essentials Introduction Chapter 1: Introduction to the Personal Computer After completion of this chapter, students should be able to: Explain IT industry certifications and technician

More information

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system

2) Computers use a language consisting of 0s and 1s. A) symbol B) binary C) byte D) system Technology In Action, Complete, 14e (Evans et al.) Chapter 2 Looking at Computers: Understanding the Parts 1) What is the difference between data and information? A) Data represents a fact. Information

More information

Chapter 2: Computers: The Machines Behind Computing

Chapter 2: Computers: The Machines Behind Computing MIS 5 5th Edition Bidgoli Test Bank Full Download: http://testbanklive.com/download/mis-5-5th-edition-bidgoli-test-bank/ Chapter 2: Computers: The Machines Behind Computing TRUE/FALSE 1. An object code

More information

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware)

Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware From Wikipedia, the free encyclopedia (Redirected from Computer hardware) Personal computer hardware are component devices which are typically installed into or peripheral to

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

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

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

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

Arithmetic/logic Unit (ALU)

Arithmetic/logic Unit (ALU) 3D Printer Arithmetic/logic Unit (ALU) Barcode Barcode Printer Barcode Reader Biometric Reader BIOS (Basic input/output system) Bit Bus Bus Interface Unit A printer that uses molten plastic during a series

More information

1. Computers have gone through drastic changes in a short time. 2. Computers are excellent at correcting incorrect data that is sent to programs.

1. Computers have gone through drastic changes in a short time. 2. Computers are excellent at correcting incorrect data that is sent to programs. Chapter 2: Computers: The Machines Behind Computing TRUE/FALSE 1. Computers have gone through drastic changes in a short time. T PTS: 1 REF: 21 2. Computers are excellent at correcting incorrect data that

More information

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc.

Some popular Operating Systems include Linux Operating System, Windows Operating System, VMS, OS/400, AIX, z/os, etc. An Operating System (OS) is an interface between computer user and computer hardware. An operating system is software which performs all the basic tasks like file management, memory management, process

More information

Operating Systems. Operating Systems

Operating Systems. Operating Systems The operating system defines our computing experience. It is the first software we see when we turn on the computer, and the last software we see when the computer is turned off. It's the software that

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

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Fall 2016 Lecture 2 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 2 System I/O System I/O (Chap 13) Central

More information

Programming Principles and Techniques

Programming Principles and Techniques Aptech Ltd Version 1.0 Page 1 of 11 Table of Contents Aptech Ltd Version 1.0 Page 2 of 11 Application Software Assembler American Standard Code for Information Interchange Arithmetic Logic Unit (ALU) Algorithm

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

Identify Components of the. Motherboard

Identify Components of the. Motherboard Identify Components of the Chipset Motherboard Collection of chips that work together to provide the switching circuitry needed to move data throughout the computer 2013 Pearson Education, Inc. Publishing

More information

Introduction. Computer System Organization. Languages, Levels, Virtual Machines. A multilevel machine. Sarjana Magister Program

Introduction. Computer System Organization. Languages, Levels, Virtual Machines. A multilevel machine. Sarjana Magister Program Computer System Organization Sarjana Magister Program Introduction Tb. Maulana Kusuma Week 1 Session 1 Languages, Levels, Virtual Machines A multilevel machine 1 Contemporary Multilevel Machines A six-level

More information

Chapter 10: Mass-Storage Systems

Chapter 10: Mass-Storage Systems COP 4610: Introduction to Operating Systems (Spring 2016) Chapter 10: Mass-Storage Systems Zhi Wang Florida State University Content Overview of Mass Storage Structure Disk Structure Disk Scheduling Disk

More information

About the Presentations

About the Presentations About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning of each presentation. You may customize the presentations

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1A Name _ Midterm Review Part 1 Lesson 1 and 2 True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. A computer is an electronic device that receives data (input),

More information

True/False Indicate whether the statement is true or false. Bubble A for True and B for False

True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1 Name Midterm Review Part 1 Lesson 1 and 2 "B" True/False Indicate whether the statement is true or false. Bubble A for True and B for False 1. Eight bits are equal to one byte. 2. A computer is an electronic

More information

Chapter. IT Infrastructure: Hardware and Software

Chapter. IT Infrastructure: Hardware and Software Chapter 4 IT Infrastructure: Hardware and Software My First Love! Year: 1985 My Heart Beats Still IT Infrastructure: Computer Hardware IT infrastructure: provides platform for supporting all information

More information

Understanding Virtual System Data Protection

Understanding Virtual System Data Protection Understanding Virtual System Data Protection Server virtualization is the most important new technology introduced in the data center in the past decade. It has changed the way we think about computing

More information

Module 2: Computer-System Structures. Computer-System Architecture

Module 2: Computer-System Structures. Computer-System Architecture Module 2: Computer-System Structures Computer-System Operation I/O Structure Storage Structure Storage Hierarchy Hardware Protection General System Architecture Operating System Concepts 2.1 Silberschatz

More information

CS370 Operating Systems

CS370 Operating Systems CS370 Operating Systems Colorado State University Yashwant K Malaiya Spring 2018 Lecture 2 Slides based on Text by Silberschatz, Galvin, Gagne Various sources 1 1 2 What is an Operating System? What is

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

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

Chapter 1: Introduction. Chapter 1: Introduction

Chapter 1: Introduction. Chapter 1: Introduction Chapter 1: Introduction Chapter 1: Introduction What Operating Systems Do Computer-System Organization Computer-System Architecture Operating-System Structure Operating-System Operations Process Management

More information

Computer-System Organization (cont.)

Computer-System Organization (cont.) Computer-System Organization (cont.) Interrupt time line for a single process doing output. Interrupts are an important part of a computer architecture. Each computer design has its own interrupt mechanism,

More information

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1

Connectivity. Module 2.2. Copyright 2006 EMC Corporation. Do not Copy - All Rights Reserved. Connectivity - 1 Connectivity Module 2.2 2006 EMC Corporation. All rights reserved. Connectivity - 1 Connectivity Upon completion of this module, you will be able to: Describe the physical components of a networked storage

More information

Bits and Bytes. Here is a sort of glossary of computer buzzwords you will encounter in computer use:

Bits and Bytes. Here is a sort of glossary of computer buzzwords you will encounter in computer use: Bits and Bytes Here is a sort of glossary of computer buzzwords you will encounter in computer use: Bit Computer processors can only tell if a wire is on or off. Luckily, they can look at lots of wires

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

1 Digital tools. 1.1 Introduction

1 Digital tools. 1.1 Introduction 1 Digital tools 1.1 Introduction In the past few years, enormous advances have been made in the cost, power, and ease of use of microcomputers and associated analog and digital circuits. It is now possible,

More information

OPERATING SYSTEM. Functions of Operating System:

OPERATING SYSTEM. Functions of Operating System: OPERATING SYSTEM Introduction: An operating system (commonly abbreviated to either OS or O/S) is an interface between hardware and user. OS is responsible for the management and coordination of activities

More information

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software.

Computer Basics 1/6/16. Computer Organization. Computer systems consist of hardware and software. Hardware and Software Computer Basics TOPICS Computer Organization Data Representation Program Execution Computer Languages Computer systems consist of hardware and software. Hardware includes the tangible

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

7/20/2008. What Operating Systems Do Computer-System Organization

7/20/2008. What Operating Systems Do Computer-System Organization Introduction to Operating Systems Introduction What Operating Systems Do Computer-System Organization Computer-System Architecture Operating-System Structure Operating-System Operations Process Management

More information

Computer Architecture and Organization: L10: I/O Organization

Computer Architecture and Organization: L10: I/O Organization Computer Architecture and Organization: L10: I/O Organization By: A. H. Abdul Hafez Abdul.hafez@hku.edu.tr, ah.abdulhafez@gmail.com, hafez@research.iiit.ac.in 1 CAO, by Dr. A.H. Abdul Hafez, CE Dept. HKU

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

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix A+ Guide to Hardware Managing, Maintaining, and Troubleshooting Fourth Edition (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 3-6 Pages

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-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications

Computer-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications Computer-System Architecture (cont.) Symmetrically Constructed Clusters (cont.) Advantages: 1. Greater computational power by running applications concurrently on all computers in the cluster. Disadvantages:

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 Chapter 1: Introduction 1. What Operating Systems Do 2. Computer-System Organization 3. Computer-System

More information

Introduction. What is an Operating System? A Modern Computer System. Computer System Components. What is an Operating System?

Introduction. What is an Operating System? A Modern Computer System. Computer System Components. What is an Operating System? Introduction CSCI 315 Operating Systems Design Department of Computer Science What is an Operating System? A Modern Computer System Computer System Components Disks... Mouse Keyboard Printer 1. Hardware

More information

Computer Applications Final Review COMPUTER BASICS REVIEW

Computer Applications Final Review COMPUTER BASICS REVIEW Computer Applications Final Review COMPUTER BASICS REVIEW Look at the following picture and complete each statement below: 1. Label a above is referring to the: A. mouse B. Case C. CPU D. RAM 2. Label

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

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Chapter 1: Introduction What Operating Systems Do Computer-System Organization Computer-System Architecture Operating-System Structure Operating-System Operations Process Management

More information

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11

Technology in Action. Chapter Topics. Participation Question. Participation Question. Participation Question 8/8/11 Technology in Action Chapter 6 Understanding and Assessing Hardware: Evaluating Your System 1 Chapter Topics To buy or to upgrade? Evaluating your system CPU RAM Storage devices Video card Sound card System

More information

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview

COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY Computing Overview COURSE OUTLINE AND SCHEDULE: ASSIGNMENTS ARE DUE EACH MONDAY WEDNESDAY JANUARY 22 1.0 Computing Overview 1.1 Course Introduction 1.1.1 PC Pro and A+ Certification (9:03) 1.2 Using the Simulator 1.2.1 Using

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

Sahalsoftware college. Welcome To understanding Basic Computer Concept

Sahalsoftware college. Welcome To understanding Basic Computer Concept Welcome To understanding Basic Computer Concept 1 Chapter1: Understanding Computer Concepts What is a computer? A computer is a machine that takes in data, processes if following a set of instructions

More information

National 5 Computing Science Software Design & Development

National 5 Computing Science Software Design & Development National 5 Computing Science Software Design & Development 1 Stages of Development 2 Analysis 3 Design 4 Implementation 5 Testing 6 Documentation 7 Evaluation 8 Maintenance 9 Data Types & Structures 10

More information

Chapter 1. Computer Fundamentals-I

Chapter 1. Computer Fundamentals-I 1. Input Devices: Chapter 1. Computer Fundamentals-I The devices which are used to input the data and the programs in the computer are known as "Input Devices" or Input device can read data and convert

More information

ATIKASCHOOL.COM Form Three Term 1 Computer Studies 26-Mar-16 Terminal

ATIKASCHOOL.COM Form Three Term 1 Computer Studies 26-Mar-16 Terminal ATIKASCHOOL.COM Form Three Term 1 Computer Studies 26-Mar-16 Terminal ADM#:... NAME:... CLASS:... Section A Instructions: It's Strongly Recommended that you answer all the questions provided 1. State four

More information

MGT Fall 2009 Exam #1

MGT Fall 2009 Exam #1 MGT 337 - Fall 2009 Exam #1 Short Answer (5 points each): 1. What is the data transfer rate of a disk drive with a 4 ms. average access time and 512 byte sector size? 2. Write a name or brief description

More information

1/17/2012. What is an Operating System? Operating systems: From a user s perspective: System goals: What is system software? Operating systems:

1/17/2012. What is an Operating System? Operating systems: From a user s perspective: System goals: What is system software? Operating systems: Rensselaer Polytechnic Institute CSC 432 Operating Systems David Goldschmidt, Ph.D. What is an Operating System? The software interface between hardware and its users Operating systems: Execute user and

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

Module 1: Introduction

Module 1: Introduction Module 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming Batched Systems Time-Sharing Systems Personal-Computer Systems Parallel Systems Distributed Systems Real-Time Systems

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

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware

A+ Guide to Hardware: Managing, Maintaining, and Troubleshooting, 5e. Chapter 1 Introducing Hardware : Managing, Maintaining, and Troubleshooting, 5e Chapter 1 Introducing Hardware Objectives Learn that a computer requires both hardware and software to work Learn about the many different hardware components

More information

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems

A+ Guide to Managing and Maintaining your PC, 6e. Chapter 2 Introducing Operating Systems A+ Guide to Managing and Maintaining your PC, 6e Chapter 2 Introducing Operating Systems Objectives Learn about the various operating systems and the differences between them Learn how an OS interfaces

More information

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts

Types of Data. PE 231 Education Media AND Technology. Information. Assessment. Information Concepts Types of Data Data Represented by PE 231 Education Media AND Technology Alphanumeric data Image data Audio data Numbers, letters, and other characters Graphic images or pictures Sound, noise, tones Video

More information

Part A: Multiple Choice Choose the option with the best fit. [20 Marks]

Part A: Multiple Choice Choose the option with the best fit. [20 Marks] Part A: Multiple Choice Choose the option with the best fit. [20 Marks] 1. Who were the original computer users with problems to solve? A. Business professionals B. Programmers C. Graduate students D.

More information

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together

A+ Guide to Managing and Maintaining Your PC. How Hardware and Software Work Together A+ Guide to Managing and Maintaining Your PC Fifth Edition Chapter 2 How Hardware and Software Work Together You Will Learn About operating systems, what they are, and what they do How an OS interfaces

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

Module 1: Introduction. What is an Operating System?

Module 1: Introduction. What is an Operating System? Module 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming Batched Systems Time-Sharing Systems Personal-Computer Systems Parallel Systems Distributed Systems Real-Time Systems

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

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

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction Chapter 1: Introduction What Operating Systems Do Computer-System Organization Computer-System Architecture Operating-System Structure Operating-System Operations Process Management

More information

Operating Systems (2INC0) 2017/18

Operating Systems (2INC0) 2017/18 Operating Systems (2INC0) 2017/18 Memory Management (09) Dr. Courtesy of Dr. I. Radovanovic, Dr. R. Mak (figures from Bic & Shaw) System Architecture and Networking Group Agenda Reminder: OS & resources

More information

Computer Hardware. Lect 3: Input / System Unit/Output & Storage

Computer Hardware. Lect 3: Input / System Unit/Output & Storage Computer Hardware Lect 3: Input / System Unit/Output & Storage 1 Input Devices: Giving Commands Input is any data or instructions that are entered into a computer. An input device is a type of hardware

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

Computer Systems A Background Review

Computer Systems A Background Review Computer Systems A Background Review Ravindranath Jaglal Thursday 9 th 2012 Table of Contents I 2.1 The Computer System 2.1.1 Computer System Overview 2.1.2 Application 2.1.3 Sensors 2.1.4 Effectors 2.1.5

More information

Homeschool Enrichment. The System Unit: Processing & Memory

Homeschool Enrichment. The System Unit: Processing & Memory Homeschool Enrichment The System Unit: Processing & Memory Overview This chapter covers: How computers represent data and programs How the CPU, memory, and other components are arranged inside the system

More information

Computer Organization

Computer Organization Chapter 5 Computer Organization Figure 5-1 Computer hardware :: Review Figure 5-2 CPU :: Review CPU:: Review Registers are fast stand-alone storage locations that hold data temporarily Data Registers Instructional

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

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction What is an Operating System? Mainframe Systems Desktop Systems Multiprocessor Systems Distributed Systems Clustered System Real -Time Systems Handheld Systems Computing Environments

More information

Table 12.2 Information Elements of a File Directory

Table 12.2 Information Elements of a File Directory Table 12.2 Information Elements of a File Directory Basic Information File Name File Type File Organization Name as chosen by creator (user or program). Must be unique within a specific directory. For

More information

1) People: People are end users who use computers to make them- selves more productive.

1) People: People are end users who use computers to make them- selves more productive. 1 An information system has 5 parts: 1People: 1) People: People are end users who use computers to make themselves more productive. 2) Procedures: The rules or guidelines for people to follow when using

More information

Seminar 11: Design overview hardware, operating systems, software, networks. Objectives. IMS1501: Unit framework

Seminar 11: Design overview hardware, operating systems, software, networks. Objectives. IMS1501: Unit framework IMS 1501 Studio 1: Information Systems Foundations 1 Seminar 11: Design overview hardware, operating systems, software, networks Seminar 11.1-1,2005 Objectives At the end of this seminar and studio you

More information

Operating Systems. Overview. Dr Alun Moon. Computing, Engineering and Information Sciences. 27th September 2011

Operating Systems. Overview. Dr Alun Moon. Computing, Engineering and Information Sciences. 27th September 2011 Operating Systems Overview Dr Alun Moon Computing, Engineering and Information Sciences 27th September 2011 Dr Alun Moon (ceis:nu) Operating Systems 27th September 2011 1 / 16 Chapters 1 & 2 Galvin Silberschatz.

More information

DOS ELEMENTS. Abstract:

DOS ELEMENTS. Abstract: DOS ELEMENTS Smita Srivastava 1, Shweta Kurda 2, Priya Dubey 3 Information Technology Dronacharya College of Engineering, Gurgaon Abstract: This paper evaluates several hardware platforms and operating

More information

Chapter 1: Introduction

Chapter 1: Introduction Chapter 1: Introduction What is an operating system? Simple Batch Systems Multiprogramming Batched Systems Time-Sharing Systems Personal-Computer Systems Parallel Systems Distributed Systems Real -Time

More information

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers.

I.T. CHAPTER 6. A docking station may have PCI slots for expansion cards and speakers. I.T. CHAPTER 6 What is the difference between a docking station and a port replicator? A docking station has fewer ports. A docking station may have PCI slots for expansion cards and speakers. A docking

More information

COMPUTER ORGANIZATION & SKILLS

COMPUTER ORGANIZATION & SKILLS UNIVERSITY OF BABYLON 2018/ 2019 COLLEGE OF SCIENCE FOR WOMEN FIRST CLASS COMPUTER DEPARTMENT COMPUTER ORGANIZATION & SKILLS LECTURES PREPARED BY: LECTURER: Ahmed Mohammed Hussein 2018-2019 0University

More information

LabSim Mapping Matrix

LabSim Mapping Matrix LabSim Mapping Matrix (220-601) Mapping: Chapters to LabSims Chapter Page Number LabSim Chapter 1 Pages 2-3 Pages 2-3 Pages 4-6 Pages 4-6 Pages 3-6 Pages 7-25 1.3.1 Computing Basics 1.3.2 Computing Facts

More information

Computer Organization and Structure. Bing-Yu Chen National Taiwan University

Computer Organization and Structure. Bing-Yu Chen National Taiwan University Computer Organization and Structure Bing-Yu Chen National Taiwan University Storage and Other I/O Topics I/O Performance Measures Types and Characteristics of I/O Devices Buses Interfacing I/O Devices

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

Lesson 5 Computer Hardware

Lesson 5 Computer Hardware Computer Hardware Computer Literacy BASICS: A Comprehensive Guide to IC 3, 5 th Edition 1 Objectives Describe how a computer represents data. Identify system components for input and output. Define input

More information

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices

Sir Sadiq s computer notes for class IX. Chapter no 3. Input/Output Devices 12 Q: What are Input Devices? Ans: Input Devices: Input devices are physical equipment that read or translate data consisting of alphabets, numbers or other symbols into electronic impulses, which can

More information