Free Essay

Bits, Bytes, Mega, Giga, Tera

In: Computers and Technology

Submitted By rixxb
Words 545
Pages 3
Bits, Bytes, Kilo, Mega, Giga, Tera

1 bit = a 1 or 0 (b)
4 bits = 1 nybble (or nibble)
8 bits = 1 byte (B)
-------------------------------------------
1024 bytes = 1 Kilobyte (KB) Left / Up = Multiply
1024 Kilobytes = 1 Megabyte (MB) Right / Down = Divide
1024 Megabytes = 1 Gigabyte (GB)
1024 Gigabytes = 1 Terabyte (TB)

Common prefixes:
- kilo, meaning 1,000. (one thousand) 10^3 (Kilometer, 1,000 meters)
- mega, meaning 1,000,000. (one million) 10^6 (Megawatt, 1,000,000 watts)
- giga, meaning 1,000,000,000 (one billion) 10^9 (Gigawatt, 1,000,000,000 watts)
- tera, meaning 1,000,000,000,000 (one trillion) 10^12

The smallest amount of transfer is one bit. It holds the value of a 1, or a 0. (Binary coding). Eight of these 1's and zero's are called a byte.

Why eight? The earliest computers could only send 8 bits at a time, it was only natural to start writing code in sets of 8 bits. This came to be called a byte.

A bit is represented with a lowercase "b," whereas a byte is represented with an uppercase "b" (B). So Kb is kilobits, and KB is kilobytes. A kilobyte is eight times larger than a kilobit.

A simple 1 or 0, times eight of these 1's and 0's put together is a byte. The string of code: 10010101 is exactly one byte. So a small gif image, about 4 KB has about 4000 lines of 8 1's and 0's. Since there are 8 per line, that's over (4000 x 8) 32,000 1's and 0's just for a single gif image.

How many bytes are in a kilobyte (KB)? One may think it's 1000 bytes, but its really 1024. Why is this so? It turns out that our early computer engineers, who dealt with the tiniest amounts of storage, noticed that 2^10 (1024) was very close to 10^3 (1000); so based on the prefix kilo, for 1000, they created the KB. (You may have heard of kilometers (Km) which is 1000 meters). So in actuality, one KB is really 1024 bytes, not 1000. It's a small difference, but it adds up over a while.

The MB, or megabyte, mega meaning one million. Seems logical that one mega (million) byte would be 1,000,000 (one million) bytes. It's not however. One megabyte is 1024 x 1024 bytes. 1024 kilobytes is called one Megabyte. So one kilobyte is actually 1024 bytes, and 1024 of those is (1024 x 1024) 1048576 bytes. In short, one Megabyte is really 1,048,576 bytes.

There is a difference of about 48 KB, which is a decent amount. If you have a calculator, you will notice that there is actually a 47KB difference. There is a difference of 48,576 bytes, divided by 1024, and you get the amount of real kilobytes... 47.4375

All of this really comes into play when you deal with Gigabytes, or roughly one billion bytes. One real Gigabyte is actually 1024 bytes x 1024 bytes x 1024 bytes...1,073,741,824. However, most people like to simplify this by simply saying that one Gigabyte is only 1,000,000,000 (one billion) bytes; which makes sense because the prefix Giga means one billion.

Similar Documents

Premium Essay

Digital Technology Assignment 1

...CET3116 Assignment 1 – Spring 2015 1 Note: It is recommended that you save your response as you complete each question. Question 1 (1 point) Which of the following was the first type of switch used within computers? a) Transistor b) Vacuum Tube c) Integrated circuit d) None of the above Question 2 (1 point) _____Moore’s____ law states that the number of transistors on an integrated circuit doubles every 18 months. Question 2 options: Moore’s Question 3 (1 point) Which of the following is the alternative name for an integrated circuit? a) Vacuum Tube b) Chip c) Binary device d) Transistor CET3116 Assignment 1 – Spring 2015 2 Question 4 (1 point) The power of a modern computer is essentially governed by the number of ____. Question 4 options: a) Vacuum tubes b) Keyboards c) Interconnections d) Transistors Question 5 (1 point) Who was the co-founder of Intel? a) Michael Dell b) John Fleming c) Bill Gates d) Gordon Moore Question 6 (1 point) Which type of signal varies smoothly and continuously over time? a) b) c) Digital signal Analog signal All of the above d) None of the above CET3116 Assignment 1 – Spring 2015 3 Question 7 (1 point) There are a(n) _______Infinite____ number of signal values within an analog signal. Infinite Question 8 (1 point) Which of the following is a term that refers to a countable number of measurements? a) b) c) Analog Discrete All of the above d) None of the above Question 9 (1 point) ...

Words: 1250 - Pages: 5

Premium Essay

Computer

...functions.  Accept the data and instructions from the outside world.  Convert it to a form that the computer can understand.  Supply the converted data to the computer system for further processing. Storage Unit: The storage unit of the computer holds data and instructions that are entered through the input unit, before they are processed. It preserves the intermediate and final results before these are sent to the output devices. It also saves the data for the later use. Memory Size: All digital computers use the binary system, i.e. 0’s and 1’s. Each character or a number is represented by an 8 bit code. The set of 8 bits is called a byte. A character occupies 1 byte space. A numeric occupies 2 byte space. Byte is the space occupied in the memory. The size of the primary storage is specified in KB (Kilobytes) or MB (Megabyte). One KB is equal to 1024 bytes and one MB is equal to 1000KB. The size of the primary storage in a typical PC usually starts at 16MB. PCs having 32 MB, 48MB, 128 MB, 256MB memory are quite common. Output Unit: The output unit of a computer provides the information and results of a computation to outside world. Printers, Visual Display Unit...

Words: 9444 - Pages: 38

Free Essay

Something

...Unsigned And And Immediate Branch On Equal addi 1 CORE INSTRUCTION SET FORNAME, MNEMONIC MAT OPERATION (in Verilog) add Add R R[rd] = R[rs] + R[rt] I I R[rt] = R[rs] + SignExtImm R[rt] = R[rs] + SignExtImm Add Imm. Unsigned addiu addu and andi beq OPCODE / FUNCT (Hex) (1) 0 / 20hex (1,2) (2) 8hex 9hex 0 / 21hex 0 / 24hex (3) (4) (4) (5) (5) chex 4hex 5hex 2hex 3hex 0 / 08hex (2) (2) (2,7) (2) 24hex 25hex 30hex fhex 23hex 0 / 27hex 0 / 25hex (3) dhex 0 / 2ahex R R[rd] = R[rs] + R[rt] R R[rd] = R[rs] & R[rt] I I I J J R[rt] = R[rs] & ZeroExtImm if(R[rs]==R[rt]) PC=PC+4+BranchAddr if(R[rs]!=R[rt]) PC=PC+4+BranchAddr PC=JumpAddr R[31]=PC+8;PC=JumpAddr Branch On Not Equal bne Jump Jump And Link Jump Register j jal jr Load Byte Unsigned lbu Load Halfword Unsigned Load Linked Load Upper Imm. Load Word Nor Or Or Immediate Set Less Than lhu ll lui lw nor or ori slt R PC=R[rs] R[rt]={24’b0,M[R[rs] I +SignExtImm](7:0)} R[rt]={16’b0,M[R[rs] I +SignExtImm](15:0)} I R[rt] = M[R[rs]+SignExtImm] I I R[rt] = {imm, 16’b0} R[rt] = M[R[rs]+SignExtImm] R R[rd] = ~ (R[rs] | R[rt]) R R[rd] = R[rs] | R[rt] I I R[rt] = R[rs] | ZeroExtImm R R[rd] = (R[rs] < R[rt]) ? 1 : 0 OPCODE / FMT /FT FOR/ FUNCT NAME, MNEMONIC MAT OPERATION (Hex) bc1t FI if(FPcond)PC=PC+4+BranchAddr (4) 11/8/1/-Branch On FP True Branch On FP False bc1f FI if(!FPcond)PC=PC+4+BranchAddr(4) 11/8/0/-div R Lo=R[rs]/R[rt]; Hi=R[rs]%R[rt] 0/--/--/1a Divide divu Divide Unsigned R Lo=R[rs]/R[rt]; Hi=R[rs]%R[rt]...

Words: 2042 - Pages: 9

Premium Essay

Computer T

...Design issues • Architect’s view • Implementer’s view 2003 • • • • Input/Output Interconnection: The glue Historical Perspective Technological Advances Chapter 1: Page 2 © S. Dandamudi To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer-Verlag, 2003. Introduction • Some basic terms ∗ ∗ ∗ ∗ ∗ ∗ ∗ ∗ 2003 Computer architecture Computer organization Computer design Computer programming User’s view Programmer’s view Architect’s view Implementer’s view © S. Dandamudi Chapter 1: Page 3 • Various views of computer systems To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer-Verlag, 2003. Introduction (cont’d) Term K (kilo) M (mega) G (giga) T (tera) P (peta) 2003 Decimal 103 106 109 1012 1015 © S. Dandamudi Binary 210 220 230 240 250 Chapter 1: Page 4 To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer-Verlag, 2003. A User’s View of Computer Systems 2003 © S. Dandamudi Chapter 1: Page 5 To be used with S. Dandamudi, “Fundamentals of Computer Organization and Design,” Springer-Verlag, 2003. A Programmer’s View • Depends on the type and level of language used • A hierarchy of languages ∗ ∗ ∗ ∗ Machine language Assembly language High-level language Application programs increasing level of abstraction • Machine-independent ∗ High-level languages/application programs • Machine-specific ∗ Machine and...

Words: 2516 - Pages: 11

Free Essay

Solar

...COMPUTER APPLICATIONS (86) The Aim: 1. To empower students by enabling them to build their own applications. 2. To introduce students to some effective tools to enable them to enhance their knowledge, broaden horizons, foster creativity, improve the quality of work and increase efficiency. 3. To enable students to learn to use the World Wide Web in order to gather knowledge and communicate with students and the academic community all over the world. 4. To enable students to learn to process words and numbers, analyze data, communicate ideas effectively and make the optimum use of computer resources. 5. To help students learn fundamental concepts of computing using object oriented approach in one computer language. 6. To provide students with a clear idea of ethical issues involved in the field of computing. CLASS IX There will be one written paper of two hours duration carrying 100 marks and Internal Assessment of 100 marks. The paper will be divided into two sections A & B. Section A (Compulsory – 40 marks) will consist of compulsory short answer questions covering the entire syllabus. Section B (60 marks) will consist of questions which will require detailed answers and there will be a choice of questions in this section. THEORY - 100 Marks 1. Operating System i) Command User Interface The need for an Operating System, the Booting Process, Directory handling, Absolute and Relative path names, File handling, Disk handling Commands, Batch Files. ii) Graphic User Interface...

Words: 3398 - Pages: 14

Free Essay

Archi

...ARCHITECTURE ET TECHNOLOGIE DES ORDINATEURS Sylvain TISSERANT Université de la Méditerranée Ecole Supérieure d’Ingénieurs de Luminy - Département d’informatique 2003 S. Tisserant – ESIL – Architecture et Technologie des Ordinateurs - 2003 2 Introduction I.1 Architecture des ordinateurs I.1.a L'informatique aujourd'hui Apparue au milieu du 20ème siècle, l'informatique a connu et connaît une évolution extrêmement rapide. A sa motivation initiale qui était de faciliter et d'accélérer le calcul, se sont ajoutées de nombreuses fonctionnalités, comme l'automatisation, le contrôle et la commande de pratiquement tout processus, la communication ou le partage de l'information. Dans nos sociétés occidentales elle omniprésente. Après avoir été un outil réservé aux centres de recherche, elle s'est implantée dans l'industrie et depuis les années 80 elle envahit nos foyers. Au départ nous n'avions que des systèmes centraux, puis sont apparus les postes de travail individuels, très rapidement reliés en réseaux locaux. Tous, ou presque, sont maintenant connectés à la "Toile". Nombreux sont les projets actuels d'utilisation et de gestion d'une puissance de calcul énorme distribuée sur un grand nombre de sites disséminés de par le monde. L'informatique est en grande partie responsable de la profonde transformation que connaît actuellement la civilisation des pays riches. Les évolutions techniques sont telles que la durée de vie des matériels est relativement courte. Le marché...

Words: 5614 - Pages: 23

Free Essay

Examination

...COMPUTER CAPSULE Dear Readers, We are presenting you the Computer Capsule. As per our commitments towards the needs of every student, this capsule contains all the important facts and details that can be asked in the Upcoming Exams IBPS Exams. We are starting this with the introduction of the Syllabus. Let us begin now : Syllabus of The Computer Section 1. Fundamentals of the Computer : i) Hardware and Software ii) Memory and Memory Units iii) Number System 2. Internet 3. Microsoft Office (MS-Office) 4. Networking 5. DBMS (Database Management System) 6. Programming Languages 7. Full Forms/Abbreviations and Important Terms 8. Shortcut Keys 9. Miscellaneous (Latest in Computers and Mobile Technology) Distribution Of Marks In IBPS Exams 1. Fundamentals 2. MS-Office 3. 4. Full Forms/Abbreviations Important Terms 5. Shortcut Keys 6. Internet 7. Networking 8. DBMS 9. Programming Languages Miscellaneous 10. www.bankersadda.com | www.careerpower.in 16-17 Marks 3-4 Marks | www.sscadda.com Page 1 COMPUTER FUNDAMENTALS  A Computer is a general purpose device that can be programmed to carry out a set of arithmetic or logical operations automatically. Since a sequence of operations can be readily changed, the computer can solve more than one kind of problem.  A general purpose computer has four main components: the arithmetic logic unit (ALU), the control unit, the memory, and the...

Words: 11667 - Pages: 47

Premium Essay

Heuy2Kj4

...the essentials of Linda Null and Julia Lobur JONES AND BARTLETT COMPUTER SCIENCE the essentials of Linda Null Pennsylvania State University Julia Lobur Pennsylvania State University World Headquarters Jones and Bartlett Publishers 40 Tall Pine Drive Sudbury, MA 01776 978-443-5000 info@jbpub.com www.jbpub.com Jones and Bartlett Publishers Canada 2406 Nikanna Road Mississauga, ON L5C 2W6 CANADA Jones and Bartlett Publishers International Barb House, Barb Mews London W6 7PA UK Copyright © 2003 by Jones and Bartlett Publishers, Inc. Cover image © David Buffington / Getty Images Illustrations based upon and drawn from art provided by Julia Lobur Library of Congress Cataloging-in-Publication Data Null, Linda. The essentials of computer organization and architecture / Linda Null, Julia Lobur. p. cm. ISBN 0-7637-0444-X 1. Computer organization. 2. Computer architecture. I. Lobur, Julia. II. Title. QA76.9.C643 N85 2003 004.2’2—dc21 2002040576 All rights reserved. No part of the material protected by this copyright notice may be reproduced or utilized in any form, electronic or mechanical, including photocopying, recording, or any information storage or retrieval system, without written permission from the copyright owner. Chief Executive Officer: Clayton Jones Chief Operating Officer: Don W. Jones, Jr. Executive V.P. and Publisher: Robert W. Holland, Jr. V.P., Design and Production: Anne Spencer V.P., Manufacturing and...

Words: 118595 - Pages: 475

Premium Essay

Research

...Australia • Brazil • Japan • Korea • Mexico • Singapore • Spain • United Kingdom • United States SEVENTH EDITION Data Communications and Computer Networks A Business User’s Approach Curt M. White DePaul University Australia • Brazil • Japan • Korea • Mexico • Singapore • Spain • United Kingdom • United States Data Communications and Computer Networks: A Business User’s Approach, Seventh Edition Curt M. White Editor-In-Chief: Joe Sabatino Senior Acquisitions Editor: Charles McCormick, Jr. Senior Product Manager: Kate Mason Editorial Assistant: Courtney Bavaro Marketing Director: Keri Witman Marketing Manager: Adam Marsh Senior Marketing Communications Manager: Libby Shipp Marketing Coordinator: Suellen Ruttkay Media Editor: Chris Valentine Art and Cover Direction, Production Management, and Composition: PreMediaGlobal Cover Credit: © Masterfile Royalty Free Manufacturing Coordinator: Julio Esperas © 2013 Course Technology, Cengage Learning ALL RIGHTS RESERVED. No part of this work covered by the copyright herein may be reproduced, transmitted, stored or used in any form or by any means—graphic, electronic, or mechanical, including but not limited to photocopying, recording, scanning, digitizing, taping, Web distribution, information networks, or information storage and retrieval systems, except as permitted under Section 107 or 108 of the 1976 United States Copyright Act—without the prior written permission of the publisher. For product information and technology assistance...

Words: 234459 - Pages: 938

Premium Essay

Intro to Linux

...A Practical Guide to Linux Commands, Editors, and Shell Programming SECOND EDITION ® Mark G. Sobell Upper Saddle River, NJ • Boston • Indianapolis • San Francisco New York • Toronto • Montreal • London • Munich • Paris • Madrid Capetown • Sydney • Tokyo • Singapore • Mexico City Many of the designations used by manufacturers and sellers to distinguish their products are claimed as trademarks. Where those designations appear in this book, and the publisher was aware of a trademark claim, the designations have been printed with initial capital letters or in all capitals. The author and publisher have taken care in the preparation of this book, but make no expressed or implied warranty of any kind and assume no responsibility for errors or omissions. No liability is assumed for incidental or consequential damages in connection with or arising out of the use of the information or programs contained herein. The publisher offers excellent discounts on this book when ordered in quantity for bulk purchases or special sales, which may include electronic versions and/or custom covers and content particular to your business, training goals, marketing focus, and branding interests. For more information, please contact: U.S. Corporate and Government Sales (800) 382-3419 corpsales@pearsontechgroup.com For sales outside the United States, please contact: International Sales international@pearson.com Visit us on the Web: informit.com/ph Library of Congress Cataloging-in-Publication...

Words: 228961 - Pages: 916

Free Essay

Si Units

...—————————————————————————— Bureau International des Poids et Mesures The International System of Units (SI) 8th edition 2006 —————————————————— Organisation Intergouvernementale de la Convention du Mètre 94 Note on the use of the English text To make its work more widely accessible, the International Committee for Weights and Measures has decided to publish an English version of its reports. Readers should note that the official record is always that of the French text. This must be used when an authoritative reference is required or when there is doubt about the interpretation of the text. Translations, complete or partial, of this brochure (or of its earlier editions) have been published in various languages, notably in Bulgarian, Chinese, Czech, English, German, Japanese, Korean, Portuguese, Romanian, and Spanish. The ISO and numerous countries have also published standards and guides to the use of SI units. 95 The BIPM and the Metre Convention The International Bureau of Weights and Measures (BIPM) was set up by the Metre Convention signed in Paris on 20 May 1875 by seventeen States during the final session of the diplomatic Conference of the Metre. This Convention was amended in 1921. The BIPM has its headquarters near Paris, in the grounds (43 520 m2) of the Pavillon de Breteuil (Parc de Saint-Cloud) placed at its disposal by the French Government; its upkeep is financed jointly by the Member States of the Metre Convention. The task of...

Words: 36954 - Pages: 148

Premium Essay

Management Information Systems

...Course Technology’s Management Information Systems Instructor and Student Resources Introduction to IS/MIS Principles of Information Systems, Eighth Edition • Stair, Reynolds Fundamentals of Information Systems, Fourth Edition • Stair, Reynolds Management Information Systems, Sixth Edition • Oz Information Technology in Theory • Aksoy, DeNardis Office Applications in Business Problem-Solving Cases in Microsoft Access & Excel, Sixth Annual Edition • Brady, Monk Succeeding in Business Applications with Microsoft Office 2007 • Bast, Gross, Akaiwa, Flynn, et.al Succeeding in Business with Microsoft Office Excel 2007 • Gross, Akaiwa, Nordquist Succeeding in Business with Microsoft Office Access 2007 • Bast, Cygman, Flynn, Tidwell Databases Database Systems, Eighth Edition • Rob, Coronel Concepts of Database Management, Sixth Edition • Pratt, Adamski Data Modeling and Database Design • Umanath, Scamell A Guide to SQL, Seventh Edition • Pratt A Guide to MySQL • Pratt, Last Guide to Oracle 10g • Morrison, Morrison, Conrad Oracle 10g Titles Oracle9i Titles Enterprise Resource Planning Concepts in Enterprise Resource Planning, Third Edition • Monk, Wagner Data Communications Data Communications and Computer Networks: A Business User’s Approach, Fourth Edition • White Systems Analysis and Design Systems Analysis and Design in a Changing World, Fifth Edition • Satzinger, Jackson, Burd Object-Oriented Analysis and Design with the Unified Process • Satzinger, Jackson, Burd Systems Analysis and...

Words: 223685 - Pages: 895

Premium Essay

Managing Information Technology (7th Edition)

...CONTENTS: CASE STUDIES CASE STUDY 1 Midsouth Chamber of Commerce (A): The Role of the Operating Manager in Information Systems CASE STUDY I-1 IMT Custom Machine Company, Inc.: Selection of an Information Technology Platform CASE STUDY I-2 VoIP2.biz, Inc.: Deciding on the Next Steps for a VoIP Supplier CASE STUDY I-3 The VoIP Adoption at Butler University CASE STUDY I-4 Supporting Mobile Health Clinics: The Children’s Health Fund of New York City CASE STUDY I-5 Data Governance at InsuraCorp CASE STUDY I-6 H.H. Gregg’s Appliances, Inc.: Deciding on a New Information Technology Platform CASE STUDY I-7 Midsouth Chamber of Commerce (B): Cleaning Up an Information Systems Debacle CASE STUDY II-1 Vendor-Managed Inventory at NIBCO CASE STUDY II-2 Real-Time Business Intelligence at Continental Airlines CASE STUDY II-3 Norfolk Southern Railway: The Business Intelligence Journey CASE STUDY II-4 Mining Data to Increase State Tax Revenues in California CASE STUDY II-5 The Cliptomania™ Web Store: An E-Tailing Start-up Survival Story CASE STUDY II-6 Rock Island Chocolate Company, Inc.: Building a Social Networking Strategy CASE STUDY III-1 Managing a Systems Development Project at Consumer and Industrial Products, Inc. CASE STUDY III-2 A Make-or-Buy Decision at Baxter Manufacturing Company CASE STUDY III-3 ERP Purchase Decision at Benton Manufacturing Company, Inc. CASE STUDY III-4 ...

Words: 239887 - Pages: 960