Introduction to Computers Part II

Slides:



Advertisements
Similar presentations
Introduction to Computers Chapter 2 §Computers are common in every facet of human activity. §They overcome the shortcomings of conventional radiography.
Advertisements

An Overview of the Computer System
Vocabulary Electronic pulses Transistors Decimal numbers
1 Chapter 2 The Digital World. 2 Digital Data Representation.
Digital Data Representation
FIRST COURSE Essential Computer Concepts. New Perspectives on Microsoft Office 2007: Windows XP Edition 2 Objectives Compare the types of computers Describe.
Basic Computer Components
Binary Expression Numbers & Text CS 105 Binary Representation At the fundamental hardware level, a modern computer can only distinguish between two values,
Introduction to Computer Terminology
Unit 3—Part A Computer Memory
Computer System Alanoud Al Saleh. Computer systems Are defined as: A machine for solving problems. Specifically the modern computer is high-speed electronic.
Bits and Bytes.
1 Machine Architecture and Number Systems Topics Major Computer Components Bits, Bytes, and Words The Decimal Number System The Binary Number System Converting.
Computer System.
Computer Systems Chapter 1 Pages Hardware-physical pieces Key hardware components in a computer system: The physical parts. – Central processing.
Data Representation S2. This unit covers how the computer represents- Numbers Text Graphics Control.
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Windows XP Basics By Jane Maringer-Cantu CSIS 572.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Chapter 2 Computer Hardware
Data Representation A series of eight bits is called a byte. A byte can be used to represent a number or a character. As you’ll see in the following table,
Slide 1 Wednesday, October 07, 2015 Low Level Machine.
Hardware Data Storage.
What do computers know?  All they really know is on or off.  Kind of like a light switch  Computers aren’t nearly as smart as you are!
Computer Parts. Two Basic Parts Hardware & Software.
Machine Architecture CMSC 104, Section 4 Richard Chang 1.
COMPUTER MAINTENANCE REPAIR & TROUBLESHOOTING Powered by DeSiaMore1.
Robert Crawford, MBA West Middle School.  Explain how the binary system is used by computers.  Describe how software is written and translated  Summarize.
Computer Basics Terminology - Take Notes. What is a computer? well, what is the technical definition A computer is a machine that changes information.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Computer Science in Medicine MDCS 134 Lecture 2. What is a Software? Its step by step instructions telling the computer how to process data, execute operations.
Unit 2—Part A Computer Memory Computer Technology (S1 Obj 2-3)
FIRST COURSE Essential Computer Concepts. XP New Perspectives on Microsoft Office 2007: Windows XP Edition2 What Is a Computer? A computer is an electronic.
Computer Science Binary. Binary Code Remember the power supply that is inside your computer and how it sends electricity to all of the components? That.
Data Representation. What is data? Data is information that has been translated into a form that is more convenient to process As information take different.
Computer Software Operating Systems – Programs. Computer Language - Review We learnt that computers are made up of millions of tiny switches that can.
Know what a computer is used for Understand the difference between hardware and software Be able to describe the way that data is stored in a computer.
COMPUTER SYSTEM A computer system is define as combination of components designed to process data and store files. A computer system consists of four.
What is Binary Code? Computers use a special code of their own to express the digital information they process. It's called the binary code because it.
Understanding Computers
Binary a. express numbers in binary, binary-coded decimal (BCD), octal and hexadecimal;
Binary Numbers. Base 10 and Base 2  We normally work with numbers in base 10.  In base 10 we use the digits 0, 1, 2, 3, 4, 5, 6, 7, 8 and 9.  Everything.
CC111 Lec#2 The System Unit The System Unit: Processing and Memory Lecture 2 Binary System.
Number systems. Binary system. Bits and bytes. Modern computers “speak” in a digital language composed of 2 digits. The machine language of modern computers.
Understanding Binary Understanding Computers. Understanding Computers L3 – Understanding Binary Learning Objectives All will Understand why all data is.
Information Technology (IT). Information Technology – technology used to create, store, exchange, and use information in its various forms (business data,
Programmable Logic Controller
Understanding binary Understanding Computers.
Computer basics.
An Overview of the Computer System
Data Representation N4/N5.
UNDERSTANDING YOUR COMPUTER
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Computer Hardware and Software
Introduction to Computers
Computer Hardware Flash Card Review
Unit 2 Computer Memory Computer Technology (S1 Obj 2-3)
Unit 3—Part A Computer Memory
Looking Inside the machine (Types of hardware, CPU, Memory)
An Overview of the Computer System
How do computers work? Storage.
Unit 3—Part A Computer Memory
Ch2: Data Representation
Chapter 3 Hardware and software 1.
Chapter 3 Hardware and software 1.
Chapter Four Data Representation in Computers By Bezawit E.
Information Technology Department
Technology 3 Bits & Bytes.
Computer components.
Presentation transcript:

Introduction to Computers Part II

Software

Software Computer software generally consists of three types: Programming Software Application Software System software

Programming Software The programming software is commonly used computer software. As the name suggests, the software aids the programmers to write codes and programs for computers.

Application Software Application Software is also known as an application or an "app", and is designed to help the user to perform singular or multiple related specific tasks. Examples of application software include: Microsoft Word, Microsoft PowerPoint, Adobe Photoshop, Adobe Illustrator etc.

System Software System software is computer software designed to operate the computer hardware and to provide a platform for running application software The most basic types of system software are: • The computer BIOS and device firmware, which provide basic functionality to operate and control the hardware connected to or built into the computer. • The operation system (prominent examples being Microsoft Windows, Mac OS X and Linux) and it also provides a platform to run high-level system software and application software Utility software which helps to analyze, configure, optimize and maintain the computer.

Operating System 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. The operating system performs many essential tasks for your computer. 

It controls the memory needed for computer processes, manages disk space, controls peripheral devices, and allows you to communicate with the computer without knowing exactly how a computer works. Without an operating system, a computer is useless. Examples of popular modern operating systems are: Linux, Mac OS X, Microsoft Windows and UNIX

Bits and Bytes

Binary Code Computers use a special code of their own to express the digital information they process. It's called the BINARY CODE because it consists of only two symbols - 0’s and 1’s. (The "bi" in "binary" means two.) Why 0’s and 1’s? Because those are the only two numbers you need to express the flow of electricity through a transistor. It's either on or it's off. On is 1, off is 0. Everything you say to a computer has to be put in terms of these two numbers. People use all kinds of symbols, sounds, colors and body motions to express themselves. These expressions are, in a sense, codesムsignals we use to communicate with one another. Computers have a special code too, though it never changes and its not really a secret. Information in a computer can only be represented by one's and zero's. This code is called digital information. Why one's and zero's? Because those are the only two numbers you need to reflect the flow of electricity. Its either on, or its off. On is '1', off is '0'. Everything you say to a computer has to be put in terms of these two numbers.

Binary Code - BIT For a computer to or respond to a command, it has to be translated into the only language a computer knows: the 0’s and 1’s of the binary number system. The 0’s and 1’s represent the on and off of the transistors. What do you call one of these 0’s or 1’s? A bit. Which makes sense when you see how many of these bits it takes to represent a word, number, color, graphic or sound. They really are just a "bit" of something bigger.

How Computers Work With Pictures Picture this. A computer is made up of millions of electronic switches (transistors). They're either on or off, open or closed. Now picture this. Your computer screen has hundreds of thousands of dots arranged in rows and columns. Each dot is a picture element or pixel. Each of these pixels displays some combination of red/green/blue according a device called a Video Graphic Array (VGA) The VGA translates binary-coded information (0s and 1s) into the color combinations required to make up an image on your computer screen.

Activity 1 and 2 http://www97.intel.com/en/TheJourneyInside/Explore TheCurriculum/EC_DigitalInformation/DILesson3 /DIL3_Activity1/ Visit this site and complete the activity. Once you complete this activity click NEXT to complete the second activity.

Binary Numbers The binary system that computers use to store and process information is a base 2 system. It needs only two symbols, 0 and 1. In fact, "binary" comes from the Latin word for two. Compare this to the decimal system you use. The decimal system is a base 10 system. ("Decimal" comes from the Latin word for ten.) It has 10 symbols (0, 1, 2, 3, 4, 5, 6, 7, 8, 9). In decimal (base 10) numbers, you have a 1s place, a 10s place, a 100s place, and so on, to represent value. Hundreds Tens Ones 1 3

Binary Numbers So how do you count in a binary system? How do you represent numbers like 103? The binary system has places or columns too. Because you're in base 2, instead of each place being 10 times greater than the place before it, each place is only double (2 times) the one before it. 256 128 64 32 16 8 4 2 1 Therefore, 103 = 001100111 (conversion from decimal to binary)

Decimal to Binary Conversion How do you convert a decimal number to binary code? To convert a decimal number to binary, first subtract the largest possible power of two, and keep subtracting the next largest possible power from the remainder, marking 1s in each column where this is possible and 0s where it is not. Example 1 - Convert decimal 44 to binary

More Examples

Converting Binary to Decimal Let’s convert the binary number 10011011 to a decimal number Move through each digit of the binary number. If the digit is a 1, write its corresponding power of two below the line, under the digit. If the digit is a 0, write a 0 below the line, under the digit.

Converting Binary to Decimal Add the numbers written below the line. The sum should be 155. This is the decimal equivalent of the binary number 10011011. Or, written with base subscripts: 100110112 = 15510

Examples

Bits and Bytes Remember that a bit is a single numeric value, either 1 or 0. It takes eight bits to make up an individual character (letter, number, or symbol) used in the English language. Each individual character is called as a byte. Therefore, eight bits equal one byte. Example: How many bits in the word ‘October’? There are 56 bits in the word October (7 letters x 8 bits in each character) = 56 Example: How may bytes in the word ‘October’? There are 7 bytes in the word ‘October’ because there are seven characters in the word October or if I know that there are 56 bits, then I know that 56÷8=7

What does 32-bit and 64-bit mean? 32-bit systems utilize data in 32-bit pieces while 64-bit systems utilize data in 64-bit pieces. In general, the more data that can be processed at once, the faster the system can operate. There are several other advantages to a 64-bit system as well, most practically the ability to use significantly greater amounts of physical memory. Most new processors today are based on the 64-bit architecture and support 64-bit operating systems. These processors are also fully compatible with 32-bit operating systems.Most editions of Windows 7 and Windows Vista are available in 64-bit format. Only Windows XP Professional is available in 64-bit. All editions of Windows 7, Windows Vista, and Windows XP are also available in 32-bit.

KB, MB, GB, TB 1 Kilobyte (KB) = 1,000 bytes (approximately 1/3 of a page of text) 1 Megabyte (MB) = 1,000 KB (approximately 365 pages of text) 1 Gigabyte (GB) = 1,000 MB (approximately 395,000 pages of text) 1 Terabyte (TB) = 1,000 GB (approximately 400 million pages of text)

Homework Complete the homework questions that are posted online