Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store.

Slides:



Advertisements
Similar presentations
Computer Architecture. Central Processing Unit (CPU)- micro processor The Personal Computer.
Advertisements

Per. 2 – Erik, Julianne, Steven. True False or EasyMultiple Choice or Medium Fill in the Blank or Hard $100 $200 $300.
Processing Data.
Representing Information as Bit Patterns Lecture 4 CSCI 1405, CSCI 1301 Introduction to Computer Science Fall 2009.
1 Chapter Overview Computer Communication The Computer Bus Objectives  Understand how a computer transmits and receives information.  Explain the principles.
Data Representation (in computer system) Computer Fundamental CIM2460 Bavy LI.
IT-101 Section 001 Lecture #4 Introduction to Information Technology.
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Representing Information in Binary (Continued)
CREATED BY, MS. JENNIFER DUKE BITS, BYTES, AND UNITS OF MEASUREMENT.
Bits, Bytes, KiloBytes, MegaBytes, GigaBytes & TeraBytes.
Bits and Bytes.
Communications Technology 2104 Mercedes Lahey. Bit 1. bit=From a shortening of the words “binary digit” 2. the basic unit of information for computers.
5th Meeting “BITS AND BYTES” BIT A bit or binary digit is the basic unit of information in computing and telecommunications. It is the amount of information.
Data and Program Representation
MAC OS – Unit A Page: 10-11, Investigating Data Processing Understanding Memory.
Data Representation Int 2 Computing Unit 1 – Computer Systems St Kentigern’s Academy.
Chapter 2 Computer Hardware
Copyright © 2003 by Prentice Hall Module 5 Central Processing Unit 1. Binary representation of data 2. The components of the CPU 3. CPU and Instruction.
Personal Computer Adapted by Dr. Semmes from Mrs. Jungman’s Hardware Presentation and Mrs. Belisle’s Class Notes.
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,
Eng.Samra Essalaimeh Philadelphia University 2013/ nd Semester PIC Microcontrollers.
Hardware Data Storage.
Data Representation and Storage Lecture 5. Representations A number value can be represented in many ways: 5 Five V IIIII Cinq Hold up my hand.
Advanced Diploma 1 Backing Storage. Advanced Diploma 2 Aims Understand how data is stored Be able to use the binary system to represent ASCII characters.
What is a computer? A computer is a device that:
Getting to know Storage Media 1.Stores information 2.Retrieve information for later use.
Numerical Representation Intro to Computer Science CS1510, Section 2 Dr. Sarah Diesburg 1.
1 3 Computing System Fundamentals 3.2 Computer Architecture.
Bits and Bytes IGCSE. A binary number is either a 0 or a 1 and is known as a 'bit' or b inary dig it. However, the CPU cannot deal with just one bit at.
 Bits & Bytes Bits & Bytes  Units of data Units of data  Storage devices Storage devices  Storage Types Storage Types  Secondary Storage Secondary.
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.
GCSE ICT Storing data - Internal memory, backing storage, and measuring memory.
Data Representation (in computer system). Data Representation How do computers represent data? b The computers are digital Recognize.
Computers - The Journey Inside continues…
Business Programming I Fall – 2000 By Jim Payne Lecture 05Jim Payne - University of Tulsa2 Alphanumeric Storage Numbers that are not numbers? Alphabetic.
2.1.4 Data Representation Units.
Unit C-Hardware & Software1 GNVQ Foundation Unit C Bits & Bytes.
ASCII AND EBCDIC CODES By : madam aisha.
HNC COMPUTING - COMPUTER PLATFORMS 1 Micro Teach Binary.
 Computers are 2-state devices › Pulse – No pulse › On – Off  Represented by › 1 – 0  BINARY.
HNC COMPUTING - COMPUTER PLATFORMS 1 Computer Platforms Week 2 Backing Storage.
Understanding Computers
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.
Numerical Representation Intro to Computer Science CS1510 Dr. Sarah Diesburg 1.
1.4 Representation of data in computer systems Character.
Nat 4/5 Computing Science Data Representation Lesson 3: Storing Text
Binary and Hard Disk PEOPLE Program
Understanding binary Understanding Computers.
Data Representation.
How do Computers Work ?.
BINARY CODE.
Storage Hardware This icon indicates the slide contains activities created in Flash. These activities are not editable. For more detailed instructions,
Numerical Representation
Data Transfer ASCII FILES.
Memory Parts of a computer
What is Binary? Binary is a two-digit (Base-2) numerical system, which computers use to process and store data. The reason computers use the binary system.
How do computers work? Storage.
Numerical Representation
Information Representation
Presenting information as bit patterns
Numerical Representation
Chapter Four Data Representation in Computers By Bezawit E.
Learning Intention I will learn how computers store text.
LO1 – Understand Computer Hardware
Numerical Representation
Presentation transcript:

Fill in the blanks: (1) _________ has only two possible values 0 and 1. (2) There are __________bits in a byte. (3) 1 kilobyte of memory space can store _________ bites. (4) 1 gigabyte = ___________ megabytes. (5) Using only 7 bits initially, the number of printing and non-printing characters that ASCII code could represent was _________. (6) The decimal value of the space character in the ASCII code is _________. (7) In the ASCII code, the decimal values of the capital letters of the English alphabet range from ___________ to ___________.

Fill in the blanks: (1) Binary number system has only two possible values 0 and 1. (2) There are 8 bits in a byte. (3) 1 kilobyte of memory space can store 8192 bites. (4) 1 gigabyte = 1024 megabytes. (5) Using only 7 bits initially, the number of printing and non-printing characters that ASCII code could represent was 128. (6) The decimal value of the space character in the ASCII code is 32 . (7) In the ASCII code, the decimal values of the capital letters of the English alphabet range from 65 to 90 .

Name the following: (1) The smallest unit of digit storage and information . bit (2) A group of 8 bits treated as a unit. 1 byte (3) A group of 2, 4, or 8 bytes treated as a unit. Word

State True or False: False (1) The term bit is coined from binary information technique. False (2) In a binary number, the place-value of the bit to the left of the unit position is 10. (3) The 8-bit for bit is the lower case letter b. Truebyte can represent only 128 numbers. (4) The abbreviation (5) 1 kilobyte = 8192 bits. True (6) Computers store text documents in RAM and on hard disk using ASCII codes. (7) The ASCII standard code was developed by the American Standard code for information interchange.

What is the decimal system? Ans: The number system with base 10 is called decimal system.

What is the binary system? Ans: The number system with base 2 is called binary system.

Write any two points of difference between the decimal and binary number systems. Decimal number system Binary number system 1) The number system with base 10 is called decimal system. 1)The number system with base 2 is called binary system. 2) In decimal number system each of 10 digits are 0,1,2,3,4,5,6,7,8,9. 2) In binary number system each of 2 digits are 0,1.

) What is the place-value of each bit in the binary notation? Ans: In the binary notation, the place-value of each successive bit to the left of the unit position indicates a multiple of successive power of 2.

What is the byte? Ans: A group of 8 bit treated as a unit by computer hardware is called by a byte.

What is a word to a microprocessor? Ans: The memory and cpu of a computer use a still larger unit called a word. The number of bits in a word can be 16, 32 or 64; this is , a computer may use a 2 byte , 4 byte or 8 byte word. Computer reads has a 64 bit processor with 4GB RAM and 250GB hard disk is saying that the microprocessor uses 64 bit word.

What is meant by ASCII code? Ans: ASCII code stands for American Standard Code for Information Interchange developed as a standard a table of 7 bit binary code to represent text.