SlideShare a Scribd company logo
Computers
Guilford County SciVis
       V202.01
      With Terms
Computers




       Bits and Bytes
Bits and Bytes
    Bits -- Computers operate using
        the “base-2” number system, also
      known as the binary number system.
       We use binary numbers because it is
                easier to implement with current
     electronic technology.
       The word bit is short for the words “Binary
         digit.”
       Bits have only two possible values: 0 and 1.
         Therefore, a binary number is composed of
         only 0s and 1s like this: 1011.
Bits and Bytes
   Bits are rarely seen alone in
    computers. They are bundled
    together in 8 bit collections called
    bytes. The eight-bit byte is
    something that was settled on
    through trial and error over the
    past 50 years.
   With 8 bits in a byte (28), you can represent 256 values
    ranging from 0 to 255.
   You need 8 bits of information to allow enough
    combinations just to cover the keys on the keyboard
Bits and Bytes
   When you start talking about lots of bytes, you get into
    prefixes like Kilo, Mega and Giga. In decimal systems, kilo
    stands for 1,000, but in the binary system, a kilo is 1024 (2
    to the 10th power). Technically, a kilobyte is 1024 bytes,
    but it is often used loosely as a synonym for 1000. For
    example, a computer that has 256K memory can store
    approximately 256,000 bytes.


                                1.44 MB
CD: 700 MB
Bits and Bytes
   KiloK     210 = 1, 024                        thousand
   Mega M    220 = 1,048,576                     million
   Giga G    230 = 1,073,741,824                 billion
   TeraT     240 = 1,099,511,627,776             trillion
   Peta P    250 = 1,125,899,906,842,624
   Exa E     260 = 1,152,921,504,606,846,976

                                                  Hard Drive:
             DVD: 4.7 GB
                                                  30G-150G
                                                  who knows?
Bits and Bytes
   Conversions
     To convert bytes to kilobytes, divide the bytes by
      1000.
     To convert kilobytes to megabytes, divide the
      kilobytes by 1000.
     To convert megabytes to kilobytes, multiply the
      megabytes by 1000.
Hard Disk Drives and data storage
   The hard drive is where all of your programs and data
    are stored. The hard drive is the most important of the
    various locations of permanent storage. The hard
    drive differs from other primary storage in three ways:
    size (usually larger), speed (usually faster) and
    permanence (usually fixed in the PC and not
    removable).
Hard Disk Drives and data storage
   The hard drive plays a significant role in the
    following important aspects of the computer system:
       Performance -- the speed at which the PC boots up and
        programs load is directly related to hard disk speed. The
        hard disk’s speed is also critical when
        multitasking or when processing large
        amounts of data such as graphics
        work, sound and video editing,
        or databases work.
Hard Disk Drives and data storage
     Storage Capacity -- A bigger hard drive lets you store more
      programs and data. The storage capacity is extremely
      important when doing graphics and sound work as these
      mediums use tremendous amounts of storage.
     Software Support -- Newer software needs more space and
      faster hard disks to load
Hard Disk Drives and data storage


                              Read/Write Head




                   Platters
Platters
   A platter is a round
    magnetic plate that
    constitutes part of a hard
    disk. Hard disks typically
    contain up to a dozen
    platters. Most platters
    require two read/write heads, one for each side of
    the platter. When the platters are not spinning,
    the heads rub along the surface of the platters
    until sufficient speed is gained for them to “lift
    off” and float on a cushion of air.
Platters
    While the platters and                           heads
     are designed with                            the
     knowledge that this                         contact
     will occur, it still                    makes sense
     to avoid having                      this contact
     happen over an area of the disk where data is
     stored. For this reason, most disks set aside a
     special track that is designated to be where the
     heads will be placed for takeoffs and landings.
Platters
     Appropriately, this area is called the landing zone, and no
      data is placed there. The process of moving the heads to
      this designated area is called head parking. By having
      these zones, the head does not touch the disk where data
      is stored and thus prevents a loss of information
     “Crashing” -- A crash can also occur if even the smallest
      bit of dust makes its way onto the platter, the flight is
      disrupted and the head “crashes” into the platter,
      scratching it. The platters are stored in sealed containers
      to prevent dust from entering. A crash
      also can occur by bumping or moving
      the unit while it is running.
Platters
   The platters typically spin at 3,600
    to 7,200 rpm when the drive is
    operating. The arm that holds the                     read/
    write heads is controlled by the mechanism shown in
    the upper-left corner in the graphic above, which moves
    the heads from the hub to the edge of the drive. The
    arm on a typical hard-disk drive can move from hub to
    edge and back up to 50 times per second. The purpose
    of the read/write heads is to align the magnetic fields of
    the particles on the platters’ surfaces; the heads read
    data by detecting the polarities of particles that have
    already been aligned.
Platters
   The number of platters
    and the composition of
    the magnetic material
    coating them determine
    the capacity of the
    drive. Today’s platters,
    typically, are coated
    with an alloy that is
    about three millionths
    of an inch thick.
Hard Drives
   Tracks are concentric circles on
    the surface of a disk where data
    can be written. A typical floppy
    disk has 80 (double-density) or
    160 (high-density) tracks.
   Sectors are pie-shaped wedges
    on a track (dark area of
    illustration.) A sector is the
    smallest unit of space on the hard
    disk that any software can
    access. A sector contains a fixed
    number of bytes (i.e. 512).
Hard Drives
   Clusters or blocks are made up of two or more sectors.
    Occasionally, the operating system marks a cluster as
    being used even though it is not assigned to any file.
    This is called a lost cluster.
Hard Drives
   Disk Defragging is a process where data is relocated so that it
    can be accessed more quickly thus speeding up programs.
    This process is timely and should be performed over night or
    when time allows.
RAM and ROM
   RAM is an acronym for “random access memory”, a
    type of computer memory that can be accessed
    randomly; that is, any byte of memory can be
    accessed without touching the preceding bytes.
    RAM is the most common type of memory found in
    computers and other devices, such as printers.
   RAM is volatile, meaning that it loses its contents
    when the power is turned off. In common usage, the
    term RAM is synonymous with main memory, the
    memory available to programs.
RAM and ROM
   In contrast ROM (“read-only memory”) refers to special
    memory used to store programs that boot the computer
    and perform diagnostics.
RAM and ROM
   RAM is the workhorse behind the
    performance of your computer. It
    temporarily stores information from
    your operating system, applications,
    and data in current use. The amount
    of RAM you have determines how
    many programs can be executed at one time and how
    much data can be readily available to a program. It
    also determines how quickly your applications
    perform. The more RAM you have, the more
    programs you can run smoothly and simultaneously.
Computed!

More Related Content

What's hot

secondry storage ahsan warraich
secondry storage ahsan warraichsecondry storage ahsan warraich
secondry storage ahsan warraich
ahsaniftikhar19
 
Hard disk
Hard diskHard disk
Hard disk
HananMH
 
Chapter 7: Basic Disk Drives
Chapter 7: Basic Disk DrivesChapter 7: Basic Disk Drives
Chapter 7: Basic Disk Drivesaskme
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
University of Potsdam
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
py7rjs
 
Storage devices
Storage devicesStorage devices
Storage devicesTinku12345
 
How hard drive works ?
How hard drive works ?How hard drive works ?
How hard drive works ?
Saurabh Verma
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
ImranulHasan6
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical disk
Rashmi R Upadhya
 
DIRECT ACCESS STORAGE DEVICES
DIRECT ACCESS STORAGE DEVICESDIRECT ACCESS STORAGE DEVICES
DIRECT ACCESS STORAGE DEVICES
Staus Nyongesa
 
Storage devices
Storage devicesStorage devices
Storage devices
SyedAhmed Khizar
 
Memory and storage
Memory and storage Memory and storage
Memory and storage
Tapan Khilar
 
Harddisk
HarddiskHarddisk
Harddisk
Prem Sahu
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
Tristan Marcellana
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
Freelancer
 
Storage Devices
Storage DevicesStorage Devices
Storage DevicesPinky
 

What's hot (20)

secondry storage ahsan warraich
secondry storage ahsan warraichsecondry storage ahsan warraich
secondry storage ahsan warraich
 
Hard disk
Hard diskHard disk
Hard disk
 
Chapter 7: Basic Disk Drives
Chapter 7: Basic Disk DrivesChapter 7: Basic Disk Drives
Chapter 7: Basic Disk Drives
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
 
Chap2 hdd1
Chap2 hdd1Chap2 hdd1
Chap2 hdd1
 
Storage devices
Storage devicesStorage devices
Storage devices
 
How hard drive works ?
How hard drive works ?How hard drive works ?
How hard drive works ?
 
Storage System and Backup Media
Storage System and Backup MediaStorage System and Backup Media
Storage System and Backup Media
 
Hard disk and optical disk
Hard disk and optical diskHard disk and optical disk
Hard disk and optical disk
 
DIRECT ACCESS STORAGE DEVICES
DIRECT ACCESS STORAGE DEVICESDIRECT ACCESS STORAGE DEVICES
DIRECT ACCESS STORAGE DEVICES
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Memory and storage
Memory and storage Memory and storage
Memory and storage
 
Ch08
Ch08Ch08
Ch08
 
Harddisk
HarddiskHarddisk
Harddisk
 
Hard Disk Drive
Hard Disk DriveHard Disk Drive
Hard Disk Drive
 
Faizan Chap 07 Storage
Faizan Chap 07 StorageFaizan Chap 07 Storage
Faizan Chap 07 Storage
 
Secondary memory
Secondary memorySecondary memory
Secondary memory
 
Storage Devices
Storage DevicesStorage Devices
Storage Devices
 
Secondary Storage
Secondary StorageSecondary Storage
Secondary Storage
 

Similar to Computer with terms

COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT  COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT
imtiazalijoono
 
1f Backup
1f   Backup1f   Backup
1f BackupMISY
 
Hard Disk Drive.pptx
Hard Disk Drive.pptxHard Disk Drive.pptx
Hard Disk Drive.pptx
JasmineDelaCruzParat
 
General Information About Information Technologies
General Information About Information TechnologiesGeneral Information About Information Technologies
General Information About Information Technologiestechgajanan
 
Ch14 OS
Ch14 OSCh14 OS
Ch14 OSC.U
 
Chapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsChapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage Systems
Wayne Jones Jnr
 
Storage Devices .docx
Storage Devices                    .docxStorage Devices                    .docx
Storage Devices .docx
Kamran Abdullah
 
Chapter 2 part 1
Chapter 2 part 1Chapter 2 part 1
Chapter 2 part 1
Nasrullah Razali
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
Awais Alam
 
Storage devices
Storage devicesStorage devices
Storage devices
rabail asghar
 
Media Storage
Media StorageMedia Storage
Media Storage
NeilfieOrit2
 
Operating Systems: Device Management
Operating Systems: Device ManagementOperating Systems: Device Management
Operating Systems: Device Management
Damian T. Gordon
 
Hard Disk Componets
Hard Disk ComponetsHard Disk Componets
Hard Disk Componets
Pramod Ithape
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
George Ranson
 

Similar to Computer with terms (20)

COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT  COMPONENTS OF COMPUTER SYSTEM UNIT
COMPONENTS OF COMPUTER SYSTEM UNIT
 
1f Backup
1f   Backup1f   Backup
1f Backup
 
1.1 storage device
1.1  storage device1.1  storage device
1.1 storage device
 
Hard Disk Drive.pptx
Hard Disk Drive.pptxHard Disk Drive.pptx
Hard Disk Drive.pptx
 
General Information About Information Technologies
General Information About Information TechnologiesGeneral Information About Information Technologies
General Information About Information Technologies
 
Nachos Extra Points
Nachos Extra PointsNachos Extra Points
Nachos Extra Points
 
Ch14 OS
Ch14 OSCh14 OS
Ch14 OS
 
OSCh14
OSCh14OSCh14
OSCh14
 
OS_Ch14
OS_Ch14OS_Ch14
OS_Ch14
 
Chapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage SystemsChapter 12 - Mass Storage Systems
Chapter 12 - Mass Storage Systems
 
Storage Devices .docx
Storage Devices                    .docxStorage Devices                    .docx
Storage Devices .docx
 
Chapter 2 part 1
Chapter 2 part 1Chapter 2 part 1
Chapter 2 part 1
 
Hard disk drive
Hard disk driveHard disk drive
Hard disk drive
 
Storage devices
Storage devicesStorage devices
Storage devices
 
Media Storage
Media StorageMedia Storage
Media Storage
 
Operating Systems: Device Management
Operating Systems: Device ManagementOperating Systems: Device Management
Operating Systems: Device Management
 
Hard Disk Componets
Hard Disk ComponetsHard Disk Componets
Hard Disk Componets
 
Hard disk PPT
Hard disk PPTHard disk PPT
Hard disk PPT
 
Ch08 system administration
Ch08 system administration Ch08 system administration
Ch08 system administration
 
Nachos 2
Nachos 2Nachos 2
Nachos 2
 

More from Charles Flynt

Computer ethics
Computer ethicsComputer ethics
Computer ethics
Charles Flynt
 
Animation techniques
Animation techniquesAnimation techniques
Animation techniquesCharles Flynt
 
Basic rendering techniques
Basic rendering techniquesBasic rendering techniques
Basic rendering techniquesCharles Flynt
 
Interpret data for use in charts and graphs
Interpret data for use in charts and graphsInterpret data for use in charts and graphs
Interpret data for use in charts and graphsCharles Flynt
 
Displaying data using charts and graphs
Displaying data using charts and graphsDisplaying data using charts and graphs
Displaying data using charts and graphsCharles Flynt
 
2 d software applications
2 d software applications2 d software applications
2 d software applicationsCharles Flynt
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and softwareCharles Flynt
 
Technological advancements in sci vis
Technological advancements in sci visTechnological advancements in sci vis
Technological advancements in sci visCharles Flynt
 
History and impact of sci vis
History and impact of sci visHistory and impact of sci vis
History and impact of sci visCharles Flynt
 
Advanced 2 d concept
Advanced 2 d conceptAdvanced 2 d concept
Advanced 2 d conceptCharles Flynt
 
Advanced scientific visualization
Advanced scientific visualizationAdvanced scientific visualization
Advanced scientific visualizationCharles Flynt
 
Applying pixel values to digital images
Applying pixel values to digital imagesApplying pixel values to digital images
Applying pixel values to digital imagesCharles Flynt
 

More from Charles Flynt (20)

Computer ethics
Computer ethicsComputer ethics
Computer ethics
 
Plate tectonics
Plate tectonicsPlate tectonics
Plate tectonics
 
Animation techniques
Animation techniquesAnimation techniques
Animation techniques
 
Basic rendering techniques
Basic rendering techniquesBasic rendering techniques
Basic rendering techniques
 
3 d modeling part 3
3 d modeling part 33 d modeling part 3
3 d modeling part 3
 
3 d modeling part 1
3 d modeling part 13 d modeling part 1
3 d modeling part 1
 
3 d modeling part 2
3 d modeling part 23 d modeling part 2
3 d modeling part 2
 
Interpret data for use in charts and graphs
Interpret data for use in charts and graphsInterpret data for use in charts and graphs
Interpret data for use in charts and graphs
 
Displaying data using charts and graphs
Displaying data using charts and graphsDisplaying data using charts and graphs
Displaying data using charts and graphs
 
Vector or bitmap
Vector or bitmapVector or bitmap
Vector or bitmap
 
2 d software applications
2 d software applications2 d software applications
2 d software applications
 
Computer ethics
Computer ethicsComputer ethics
Computer ethics
 
Software
SoftwareSoftware
Software
 
Basic computer hardware and software
Basic computer hardware and softwareBasic computer hardware and software
Basic computer hardware and software
 
Careers in sci vis
Careers in sci visCareers in sci vis
Careers in sci vis
 
Technological advancements in sci vis
Technological advancements in sci visTechnological advancements in sci vis
Technological advancements in sci vis
 
History and impact of sci vis
History and impact of sci visHistory and impact of sci vis
History and impact of sci vis
 
Advanced 2 d concept
Advanced 2 d conceptAdvanced 2 d concept
Advanced 2 d concept
 
Advanced scientific visualization
Advanced scientific visualizationAdvanced scientific visualization
Advanced scientific visualization
 
Applying pixel values to digital images
Applying pixel values to digital imagesApplying pixel values to digital images
Applying pixel values to digital images
 

Recently uploaded

Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
g2nightmarescribd
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
Frank van Harmelen
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
DianaGray10
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
RTTS
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
Sri Ambati
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
Product School
 

Recently uploaded (20)

Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Generating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using SmithyGenerating a custom Ruby SDK for your web service or Rails API using Smithy
Generating a custom Ruby SDK for your web service or Rails API using Smithy
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*Neuro-symbolic is not enough, we need neuro-*semantic*
Neuro-symbolic is not enough, we need neuro-*semantic*
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4UiPath Test Automation using UiPath Test Suite series, part 4
UiPath Test Automation using UiPath Test Suite series, part 4
 
JMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and GrafanaJMeter webinar - integration with InfluxDB and Grafana
JMeter webinar - integration with InfluxDB and Grafana
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
GenAISummit 2024 May 28 Sri Ambati Keynote: AGI Belongs to The Community in O...
 
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdfFIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
FIDO Alliance Osaka Seminar: Passkeys at Amazon.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
From Siloed Products to Connected Ecosystem: Building a Sustainable and Scala...
 

Computer with terms

  • 1. Computers Guilford County SciVis V202.01 With Terms
  • 2. Computers Bits and Bytes
  • 3. Bits and Bytes  Bits -- Computers operate using the “base-2” number system, also known as the binary number system. We use binary numbers because it is easier to implement with current electronic technology.  The word bit is short for the words “Binary digit.”  Bits have only two possible values: 0 and 1. Therefore, a binary number is composed of only 0s and 1s like this: 1011.
  • 4. Bits and Bytes  Bits are rarely seen alone in computers. They are bundled together in 8 bit collections called bytes. The eight-bit byte is something that was settled on through trial and error over the past 50 years.  With 8 bits in a byte (28), you can represent 256 values ranging from 0 to 255.  You need 8 bits of information to allow enough combinations just to cover the keys on the keyboard
  • 5. Bits and Bytes  When you start talking about lots of bytes, you get into prefixes like Kilo, Mega and Giga. In decimal systems, kilo stands for 1,000, but in the binary system, a kilo is 1024 (2 to the 10th power). Technically, a kilobyte is 1024 bytes, but it is often used loosely as a synonym for 1000. For example, a computer that has 256K memory can store approximately 256,000 bytes. 1.44 MB
  • 6. CD: 700 MB Bits and Bytes  KiloK 210 = 1, 024 thousand  Mega M 220 = 1,048,576 million  Giga G 230 = 1,073,741,824 billion  TeraT 240 = 1,099,511,627,776 trillion  Peta P 250 = 1,125,899,906,842,624  Exa E 260 = 1,152,921,504,606,846,976 Hard Drive: DVD: 4.7 GB 30G-150G who knows?
  • 7. Bits and Bytes  Conversions  To convert bytes to kilobytes, divide the bytes by 1000.  To convert kilobytes to megabytes, divide the kilobytes by 1000.  To convert megabytes to kilobytes, multiply the megabytes by 1000.
  • 8. Hard Disk Drives and data storage  The hard drive is where all of your programs and data are stored. The hard drive is the most important of the various locations of permanent storage. The hard drive differs from other primary storage in three ways: size (usually larger), speed (usually faster) and permanence (usually fixed in the PC and not removable).
  • 9. Hard Disk Drives and data storage  The hard drive plays a significant role in the following important aspects of the computer system:  Performance -- the speed at which the PC boots up and programs load is directly related to hard disk speed. The hard disk’s speed is also critical when multitasking or when processing large amounts of data such as graphics work, sound and video editing, or databases work.
  • 10. Hard Disk Drives and data storage  Storage Capacity -- A bigger hard drive lets you store more programs and data. The storage capacity is extremely important when doing graphics and sound work as these mediums use tremendous amounts of storage.  Software Support -- Newer software needs more space and faster hard disks to load
  • 11. Hard Disk Drives and data storage Read/Write Head Platters
  • 12. Platters  A platter is a round magnetic plate that constitutes part of a hard disk. Hard disks typically contain up to a dozen platters. Most platters require two read/write heads, one for each side of the platter. When the platters are not spinning, the heads rub along the surface of the platters until sufficient speed is gained for them to “lift off” and float on a cushion of air.
  • 13. Platters  While the platters and heads are designed with the knowledge that this contact will occur, it still makes sense to avoid having this contact happen over an area of the disk where data is stored. For this reason, most disks set aside a special track that is designated to be where the heads will be placed for takeoffs and landings.
  • 14. Platters  Appropriately, this area is called the landing zone, and no data is placed there. The process of moving the heads to this designated area is called head parking. By having these zones, the head does not touch the disk where data is stored and thus prevents a loss of information  “Crashing” -- A crash can also occur if even the smallest bit of dust makes its way onto the platter, the flight is disrupted and the head “crashes” into the platter, scratching it. The platters are stored in sealed containers to prevent dust from entering. A crash also can occur by bumping or moving the unit while it is running.
  • 15. Platters  The platters typically spin at 3,600 to 7,200 rpm when the drive is operating. The arm that holds the read/ write heads is controlled by the mechanism shown in the upper-left corner in the graphic above, which moves the heads from the hub to the edge of the drive. The arm on a typical hard-disk drive can move from hub to edge and back up to 50 times per second. The purpose of the read/write heads is to align the magnetic fields of the particles on the platters’ surfaces; the heads read data by detecting the polarities of particles that have already been aligned.
  • 16. Platters  The number of platters and the composition of the magnetic material coating them determine the capacity of the drive. Today’s platters, typically, are coated with an alloy that is about three millionths of an inch thick.
  • 17. Hard Drives  Tracks are concentric circles on the surface of a disk where data can be written. A typical floppy disk has 80 (double-density) or 160 (high-density) tracks.  Sectors are pie-shaped wedges on a track (dark area of illustration.) A sector is the smallest unit of space on the hard disk that any software can access. A sector contains a fixed number of bytes (i.e. 512).
  • 18. Hard Drives  Clusters or blocks are made up of two or more sectors. Occasionally, the operating system marks a cluster as being used even though it is not assigned to any file. This is called a lost cluster.
  • 19. Hard Drives  Disk Defragging is a process where data is relocated so that it can be accessed more quickly thus speeding up programs. This process is timely and should be performed over night or when time allows.
  • 20. RAM and ROM  RAM is an acronym for “random access memory”, a type of computer memory that can be accessed randomly; that is, any byte of memory can be accessed without touching the preceding bytes. RAM is the most common type of memory found in computers and other devices, such as printers.  RAM is volatile, meaning that it loses its contents when the power is turned off. In common usage, the term RAM is synonymous with main memory, the memory available to programs.
  • 21. RAM and ROM  In contrast ROM (“read-only memory”) refers to special memory used to store programs that boot the computer and perform diagnostics.
  • 22. RAM and ROM  RAM is the workhorse behind the performance of your computer. It temporarily stores information from your operating system, applications, and data in current use. The amount of RAM you have determines how many programs can be executed at one time and how much data can be readily available to a program. It also determines how quickly your applications perform. The more RAM you have, the more programs you can run smoothly and simultaneously.