Technology Fundamentals 6 th pd. Terms to know Decimal Binary Hexadecimal Input Output Operating system Printer firewall Hardware Software Data Mainframe.

Slides:



Advertisements
Similar presentations
 Prof. Dr. M. H. Assal Introduction to Computer AS 26/10/2014.
Advertisements

ICS103 Programming in C Lecture 1: Overview of Computers & Programming
Lecture 1: Overview of Computers & Programming
 Computer hardware components are the physical pieces of the computer.  The major hardware components of a computer are: – The central processing.
CSCI 1412 Tutorial 1 Introduction to Hardware, Software Parminder Kang Home:
Computer Components.
Using Computers CS French Chapter 1.
When selecting an operating system, you must consider the current and future requirements for application software to meet the needs of the organization.
Introduction to Computer Systems
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Information Technology, the Internet, and You computing ESSENTIALS.
Topic 1: Introduction to Computers and Programming
1 The development of modern computer systems Early electronic computers Mainframes Time sharing Microcomputers Networked computing.
Introduction to Computer Terminology
Computer Main Parts.
CS 0008 Day 2 1. Today Hardware and Software How computers store data How a program works Operators, types, input Print function Running the debugger.
Systems Software Operating Systems.
Types of software. Sonam Dema..
Mrs. Staniec. 1. Identify different types of computer devices. 2. Identify the role of the central processing unit. 3. Identify the difference between.
The Operating System. Operating Systems (F) What you need to know about –operating system as a program; –directory/folder.
Section 2.1 Identify hardware Describe processing components Compare and contrast input and output devices Compare and contrast storage devices Section.
Introduction to Computers Computer Applications. What is a Computer? An electronic machine that can  Receive data  Process data  Produce results 
© Paradigm Publishing Inc. 4-1 Chapter 4 System Software.
Computer Basics Diagram
Today’s Agenda: Computer Basics Review Hardware: The physical components of a computer, any internal or external computer part that you can touch. Software:
COMPUTER SOFTWARE Section 2 “System Software: Computer System Management ” CHAPTER 4 Lecture-6/ T. Nouf Almujally 1.
Chapter 4 System Software.
INTRODUCTION TO COMPUTING
Ch Review1 Review Chapter Microcomputer Systems Hardware, Software, and the Operating System.
Introduction to Computers Computer Applications. What is a Computer? An electronic machine that can  Receive data  Process data  Produce results 
What is a Computer ? Computers are Electronic Machines that process (performs calculation and manipulation) Data under the control of Set of Instructions.
2-3 note. 2 Peripheral Devices “Peripheral devices” are hardware plugged into ports or connected to a computer wirelessly. These devices can be for input,
Operating Systems CS3502 Fall 2014 Dr. Jose M. Garrido
Computer Parts There are many parts that work together to make a computer work.
An Introduction to Computers August 12, 2008 Mrs. C. Furman.
Computers Parts/Types. Topics Definition Types of Computers Parts of Computer System Impact on Society.
Course ILT Basics of information technology Unit objectives Define “information technology” (IT), distinguish between hardware and software, and identify.
INTRODUCTION TO COMPUTING Computer Basics. The Information Age Computers are useful in Society to advance: Business Education Art and Music Medicine and.
Component 6 - Health Management Information Systems Unit 2-1a - Hardware and Software Supporting Health Information Systems.
BTT1O Unit 1 Review.
Systems Software Operating Systems. What is software? Software is the term that we use for all the programs and data that we use with a computer system.
Fundamental Programming: Fundamental Programming K.Chinnasarn, Ph.D.
© Paradigm Publishing Inc. 4-1 OPERATING SYSTEMS.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
Computer Architecture
Foundation year Lec.3: Computer SoftwareLec.3: Computer Software Lecturer: Dalia Mirghani Year: 2014/2015.
Parts of the Computer System
Multimedia and Computers Introduction to Computers.
1 THE COMPUTER. 2 Input Processing Output Storage 4 basic functions.
© Paradigm Publishing, Inc. 4-1 Chapter 4 System Software Chapter 4 System Software.
General Computer Knowledge COE 201- Computer Proficiency.
Computer Systems. Bits Computers represent information as patterns of bits A bit (binary digit) is either 0 or 1 –binary  “two states” true and false,
Health Management Information Systems Unit 2 Hardware and Software Supporting Health Information Systems Component 6/Unit21 Health IT Workforce Curriculum.
Lecture 1: Network Operating Systems (NOS) An Introduction.
PARTS OF A COMPUTER 2 Hardware Computer Hardware is any of the physical parts of the computer you can touch. There are 4 categories: 1. Input Devices.
Digital Literacy Lesson 2. Hardware Hardware: the physical components of a computer. Includes input devices, processing devices, storage devices, and.
Week1: Introduction to Computer Networks. Copyright © 2012 Cengage Learning. All rights reserved.2 Objectives 2 Describe basic computer components and.
COMPUTER ARCHITECTURE & OPERATIONS I Instructor: Yaohang Li.
Introduction  Program: Set of sequence instruction that tell the computer what to do.  Software: A collection of programs, data, and information. 
361 Hardware, Software, and Computer Performance Lec 2.
Sebastián Álvarez Henao.. It refers to all physical parts of a computer system; its components are: electrical, electronic, electromechanical and mechanical.
CHAPTER 1 COMPUTER SCIENCE II. HISTORY OF COMPUTERS (1.1) Eniac- one of the worlds first computers Used more electricity than an entire city block of.
Introduction to Information Technology László Kajdocsi Department of Information Technology.
Five Components of a Computer Input Device – keyboard, scanner, PDA/stylus, digital camera, mouse, MP3 player, fax machine, microphone Storage Device –
Computer and Internet Basics
Computer Science II Chapter 1.
Introduction
Computer Science I CSC 135.
Chapter 1: How are computers organized?
Fundamental of computer
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Presentation transcript:

Technology Fundamentals 6 th pd

Terms to know Decimal Binary Hexadecimal Input Output Operating system Printer firewall Hardware Software Data Mainframe Cache LAN, WAN Programming language Analog/digital

Number systems Binary numbers, as with decimal, octal, and hexadecimal numbers, are organized into columns. To learn binary math, we first need to understand how number systems operate. Let's take a look at the decimal system first, since it is simple and easier to think about. We can consider the number "1234" as Which means, 1234 = 1x x x10 + 4x1 ThousandsHundredsTensOnes 1234

Numbers continued… The decimal system, as with decimal math, operates in "base 10" (dec being the Latin prefix for ten) using the digits 0-9 to represent numbers, whereas the binary system, as well as its math, operates in "base 2" (bi being the Latin prefix for two) using the digits 0-1 to represent numbers. The base is also known as the radix. In other words, the table above can be represented as, ThousandsHundredsTensOnes Decimal10^310^210^110^0 Binary2^32^22^12^0

Decimal v. Binary DecimalBinary

Input/Output Mouse Keyboard Microphone Bar code reader Monitor Printer Speaker

Operating Systems An operating system (OS) is software, consisting of programs and data, that runs on computers, manages computer hardware resources, and provides common services for execution of various application software. The operating system is the most important type of system software in a computer system. Without an operating system, a user cannot run an application program on their computer, unless the application program is self booting.software programsdatacomputerscomputer hardwareapplication softwaresystem software Examples of popular modern operating systems include Android, iOS, Linux, Mac OS X, and Microsoft Windows.AndroidiOSLinuxMac OS XMicrosoft Windows

Firewall A firewall is a device or set of devices designed to permit or deny network transmissions based upon a set of rules and is frequently used to protect networks from unauthorized access while permitting legitimate communications to pass.

Data v. Information Data are plain facts. When data are processed, organized, structured or presented in a given context so as to make them useful, they are called information. Data has no context. Data is the computer’s language. Information is our translation of this language.

Programming languages An artificial language designed to communicate instructions to a machine. Can be used to create programs that control the behavior of a machine. Examples: BASIC, C++, DOS, COBOL

Types of Software System software : Windows OS, Linux Application software : MS Office, Internet Explorer Utility software : Drivers, Compiler, Interpreter

System Software System software is a computer software which manages and controls computer hardware so that application software can perform a task. System software performs tasks like transferring data from memory to disk, disk to memory, or rendering text onto a display device. System software performs the following functions: File editing Resource accounting I/O management Storage management Complete stages of computer processing like – linking, editing, relocation.

What is cache? Cache memory is fast memory that is used to hold the most recently accessed data in slower main memory. The idea is that frequently used data will stay in cache, which allows the CPU to access it more quickly. L1 cache is primary cache – it is the fast memory on CPU. (internal to CPU) L2 cache is slightly larger and slower than L1 cache. (external)

LAN Local Area Network – supplies networking capability to a group of computers in close proximity to each other such as in a building, a school or a home. A LAN is useful for sharing resources like files, printers, or other applications.

WAN Wide Area Networks is a tele- communication network that covers a broad area. WANs are used to connect LANs together. Many WANs are built for one particular organization and are private.

Analog v. digital AnalogDigital Uses electrical, mechanical, hydraulic quantities to solve a problem. Do not have the ability to store data in large quantities. Process measured data Represent changing quantities incrementally as and when their values change Do have the ability to store data in large quantities. Process discrete data (digits)