SlideShare uma empresa Scribd logo
1 de 18
Introduction
 As the number of bits increases there are two
important benefits.
 More bits means that data can be processed in
larger chunks which also means more accurately.
 More bits means our system can point to or address
a larger number of locations in physical memory.
 32-bit systems could address (point to) 4 Gigabytes
of memory in one go. 64-bit systems are now
becoming more attractive because they can
potentially address up to 4 billion times that many
locations.
32 Bits
 Computers, operating systems, or software
programs capable of transferring data 32-bits at a
time. With computer processors, (e.g. 80386, 80486,
and Pentium) they were 32-bit processors, which
means the processor were capable of working with
32 bit binary numbers (decimal number up to
4,294,967,295). Anything larger and the computer
would need to break up the number into smaller
pieces.
 Example of 32 bit Operating systems:
 Windos 95 and Windows 2000
64 Bit
 Replacement for the older x86 or 32-bit platform, 64-
bit is a computer or software program that is capable
of transferring 64-bits at a time. With respect to
hardware, 64-bit is referencing the width of the
registers on a computer's microprocessor or the
computer bus; sometimes called WOW64 and x64.
 Examples of 64-bit processors
 AMD Opteron, Athlon 64, Turion 64, Sempron,
Phenom, FX, and Fusion.
 Intel Celeron and Pentium 4 processors since
Prescott.
 Intel Pentium Dual-Core, Core i3, Core i5, and Core
i7 processors.
Computer can be divided into
three layers
 Their are three layers with the processor
or CPU as the central or lowest layer
and the application as the outermost or
highest layer as shown below:
 To run a 64-bit operating system you
need support from the lower level: the
64-bit CPU.
 To run a 64-bit application you need
support from all lower levels: the 64-bit
OS and the 64-bit CPU.
What 32-bit and 64-bit combinations are
compatible and will work together?
 The main reason that 32-bit will always
run on 64-bit is that the 64-bit
components have been designed to
work that way. So the newer 64-bit
systems are backward-compatible with
the 32-bit systems (which is the main
reason most of us haven't moved to 64-
bit software).
Virtualization
Some questions about 32-bit
and 64-bit systems
 Will a 64-bit CPU run a 32-bit program on a 64-bit
version of an OS?
Yes it will. 64-bit systems are backward-compatible with
their 32-bit counterparts.
 Will a 64-bit OS run a 32-bit application on a 64-bit
processor?
Yes it will. Again, this is because of backward
compatibility.
 Can 64-bit applications contain 32-bit code?
Yes, many times 64-bit software will contain portions of
32-bit code.
Similarly 32-bit software (usually very old programs) can
have some code in 16-bit which is why those 32-bit
applications will usually fail to run properly on a 64-bit OS.
 Can 16-bit applications or code run on 64-bit
systems?
No, as we said previously. 16-bit code will NOT run
on 64-bit OS because the designers did not provide
backward-compatibility. This is one reason why some
32-bit programs will not work on 64-bit operating
systems.
 Can a 64-bit CPU with a 32-bit host OS run a
virtual machine (VM) for a 64-bit guest OS?
Yes. It all depends upon the level of virtualization.
With software virtualization it is hardly likely to work,
or if it does work it may be very slow.
Hardware virtualization will need to be supported by
the CPU (e.g. with Intel-VT or AMD-V) and the BIOS.
Some questions about 32-
and 64-bit Windows
 Can I run Windows 2000 and Windows XP
on a 64-bit CPU, and use old software?
Yes, a 32-bit OS (Windows 2000 or XP) will
run on a 64-bit processor. You should also be
able to run older 32-bit software on a 64-bit
OS.
 How do find out if my system is 64-bit?
It is very simple, You have first right click on
My Computer and the select properties, a
window will open having information about the
your system. Here you can see your processor
is 32 bit or 64 bit.
 Will my old device drivers work in Windows
64-bit
Many device drivers that work in Windows 32-
bit will not work in Windows 64-bit.
 How do I run 32-bit software once I have
installed 64-bit Windows?
Windows 64-bit provides a 32-bit compatibility
mode called WOW32 (Windows 32-bit on
Windows 64-bit) that should run most if not all
your applications. But 32-bit Windows
applications are not automatically Windows
64-bit compatible. There are several reasons
for this: they have 16-bit code.
 How can I tell if my application is 32-
bit or 64-bit?
 Windows installs your programs to these
folders on your system drive:
• 'Program Files' for 64-bit programs
• 'Program Files (x86)' for 32-bit programs
 In Task Manager, 32-bit processes will
usually have a suffix of '*32' and 64-bit
processes will not.
AMD64 Features
 The AMD64 architecture includes these features:
 • Register Extensions (see Figure 1-1 on page 2):
- 8 additional general-purpose registers (GPRs).
- All 16 GPRs are 64 bits wide.
- 8 additional YMM/XMM registers.
- Uniform byte-register addressing for all GPRs.
- An instruction prefix (REX) accesses the extended
registers.
 • Long Mode (see Table 1-1 on page 2):
- Up to 64 bits ofvirtual address.
- 64-bit instruction pointer (RIP).
- Instruction-pointer-relative data-addressing mode.
- Flat address space.
operating systems and releases support
the x86-64 architecture in long mode
 DragonFly BSD
 FreeBSD
 NetBSD
 OpenBSD
 DOS
 Linux
 OS X
 Solaris
 Windows

Mais conteúdo relacionado

Mais procurados

Cmp104 lec 3 component of computer
Cmp104 lec 3 component of computerCmp104 lec 3 component of computer
Cmp104 lec 3 component of computerkapil078
 
Operating system components
Operating system componentsOperating system components
Operating system componentsSyed Zaid Irshad
 
Presentation on Computer Processor
Presentation on Computer ProcessorPresentation on Computer Processor
Presentation on Computer ProcessorMoizAlSamad
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devicesRizwan Qamar
 
Operating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / OutputOperating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / OutputPeter Tröger
 
Expansion cards and slots
Expansion cards and slotsExpansion cards and slots
Expansion cards and slotsJibin Varghese
 
Chapter 3 Motherboard and BIOS
Chapter 3 Motherboard and BIOSChapter 3 Motherboard and BIOS
Chapter 3 Motherboard and BIOSaskme
 
Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Subhasis Dash
 
BIOS basic input output system
BIOS basic input output systemBIOS basic input output system
BIOS basic input output systemVipul Buchade
 
Basic Computer Architecture
Basic Computer ArchitectureBasic Computer Architecture
Basic Computer ArchitectureYong Heui Cho
 
Multiprocessor Systems
Multiprocessor SystemsMultiprocessor Systems
Multiprocessor Systemsvampugani
 
Presentation about computer hardware
Presentation about computer hardwarePresentation about computer hardware
Presentation about computer hardwaremahmood saqy
 
How to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptHow to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptViney Dhiman
 
Operating system
Operating systemOperating system
Operating systemvivek anand
 

Mais procurados (20)

Computer Hardware
Computer Hardware Computer Hardware
Computer Hardware
 
Operating System.pdf
Operating System.pdfOperating System.pdf
Operating System.pdf
 
Cmp104 lec 3 component of computer
Cmp104 lec 3 component of computerCmp104 lec 3 component of computer
Cmp104 lec 3 component of computer
 
Operating system components
Operating system componentsOperating system components
Operating system components
 
Presentation on Computer Processor
Presentation on Computer ProcessorPresentation on Computer Processor
Presentation on Computer Processor
 
Computer storage devices
Computer storage devicesComputer storage devices
Computer storage devices
 
Bios vs uefi
Bios vs uefiBios vs uefi
Bios vs uefi
 
Operating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / OutputOperating Systems 1 (11/12) - Input / Output
Operating Systems 1 (11/12) - Input / Output
 
Expansion cards and slots
Expansion cards and slotsExpansion cards and slots
Expansion cards and slots
 
Chapter 3 Motherboard and BIOS
Chapter 3 Motherboard and BIOSChapter 3 Motherboard and BIOS
Chapter 3 Motherboard and BIOS
 
Architecture of Linux
 Architecture of Linux Architecture of Linux
Architecture of Linux
 
Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1) Computer Organisation & Architecture (chapter 1)
Computer Organisation & Architecture (chapter 1)
 
BIOS basic input output system
BIOS basic input output systemBIOS basic input output system
BIOS basic input output system
 
Basic Computer Architecture
Basic Computer ArchitectureBasic Computer Architecture
Basic Computer Architecture
 
Multiprocessor Systems
Multiprocessor SystemsMultiprocessor Systems
Multiprocessor Systems
 
Presentation about computer hardware
Presentation about computer hardwarePresentation about computer hardware
Presentation about computer hardware
 
Bios
BiosBios
Bios
 
How to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command PromptHow to create windows 10 bootable usb drive from iso using Command Prompt
How to create windows 10 bootable usb drive from iso using Command Prompt
 
Operating system
Operating systemOperating system
Operating system
 
Computer ports
Computer portsComputer ports
Computer ports
 

Semelhante a What is-32-bit-and-64-bit

How to determine if cpu is 32bitor64bit
How to determine if cpu is 32bitor64bitHow to determine if cpu is 32bitor64bit
How to determine if cpu is 32bitor64bitAshwin Pawar
 
run 64 bit on 32 bit
run 64 bit on 32 bitrun 64 bit on 32 bit
run 64 bit on 32 bitssuser1eca7d
 
64 bit computing
64 bit computing64 bit computing
64 bit computingAnkita Nema
 
Lesson 1. What 64-bit systems are
Lesson 1. What 64-bit systems areLesson 1. What 64-bit systems are
Lesson 1. What 64-bit systems arePVS-Studio
 
Seven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemSeven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemAndrey Karpov
 
Seven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemSeven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemPVS-Studio
 
Introduction into 64 bits for the beginners or where's again the 64-bit world?
Introduction into 64 bits for the beginners or where's again the 64-bit world?Introduction into 64 bits for the beginners or where's again the 64-bit world?
Introduction into 64 bits for the beginners or where's again the 64-bit world?PVS-Studio
 
Cpu 64x architecture
Cpu 64x architectureCpu 64x architecture
Cpu 64x architectureAmmAr mobark
 
Driver Development for Windows 64-bit
Driver Development for Windows 64-bitDriver Development for Windows 64-bit
Driver Development for Windows 64-bitPVS-Studio
 
Lesson 19. Pattern 11. Serialization and data interchange
Lesson 19. Pattern 11. Serialization and data interchangeLesson 19. Pattern 11. Serialization and data interchange
Lesson 19. Pattern 11. Serialization and data interchangePVS-Studio
 
CO&AL-lecture-04 about the procedures in c language (1).pptx
CO&AL-lecture-04 about the procedures in c language (1).pptxCO&AL-lecture-04 about the procedures in c language (1).pptx
CO&AL-lecture-04 about the procedures in c language (1).pptxgagarwazir7
 
Reprint - 64 bit computing
Reprint - 64 bit computingReprint - 64 bit computing
Reprint - 64 bit computingChuck Thompson
 
Lesson 27. Peculiarities of creating installers for a 64-bit environment
Lesson 27. Peculiarities of creating installers for a 64-bit environmentLesson 27. Peculiarities of creating installers for a 64-bit environment
Lesson 27. Peculiarities of creating installers for a 64-bit environmentPVS-Studio
 
Optimization of 64-bit programs
Optimization of 64-bit programsOptimization of 64-bit programs
Optimization of 64-bit programsPVS-Studio
 
The reasons why 64-bit programs require more stack memory
The reasons why 64-bit programs require more stack memoryThe reasons why 64-bit programs require more stack memory
The reasons why 64-bit programs require more stack memoryPVS-Studio
 
Richard_Baker-Intel_I-32_Processor_Architecture_Overview
Richard_Baker-Intel_I-32_Processor_Architecture_OverviewRichard_Baker-Intel_I-32_Processor_Architecture_Overview
Richard_Baker-Intel_I-32_Processor_Architecture_OverviewRichard Baker
 

Semelhante a What is-32-bit-and-64-bit (20)

How to determine if cpu is 32bitor64bit
How to determine if cpu is 32bitor64bitHow to determine if cpu is 32bitor64bit
How to determine if cpu is 32bitor64bit
 
run 64 bit on 32 bit
run 64 bit on 32 bitrun 64 bit on 32 bit
run 64 bit on 32 bit
 
64 bit computing
64 bit computing64 bit computing
64 bit computing
 
Lesson 1. What 64-bit systems are
Lesson 1. What 64-bit systems areLesson 1. What 64-bit systems are
Lesson 1. What 64-bit systems are
 
Seven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemSeven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit System
 
Seven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit SystemSeven Steps of Migrating a Program to a 64-bit System
Seven Steps of Migrating a Program to a 64-bit System
 
64 bits for developers
64 bits for developers64 bits for developers
64 bits for developers
 
Operating system
Operating systemOperating system
Operating system
 
Introduction into 64 bits for the beginners or where's again the 64-bit world?
Introduction into 64 bits for the beginners or where's again the 64-bit world?Introduction into 64 bits for the beginners or where's again the 64-bit world?
Introduction into 64 bits for the beginners or where's again the 64-bit world?
 
Cpu 64x architecture
Cpu 64x architectureCpu 64x architecture
Cpu 64x architecture
 
Driver Development for Windows 64-bit
Driver Development for Windows 64-bitDriver Development for Windows 64-bit
Driver Development for Windows 64-bit
 
Lesson 19. Pattern 11. Serialization and data interchange
Lesson 19. Pattern 11. Serialization and data interchangeLesson 19. Pattern 11. Serialization and data interchange
Lesson 19. Pattern 11. Serialization and data interchange
 
CO&AL-lecture-04 about the procedures in c language (1).pptx
CO&AL-lecture-04 about the procedures in c language (1).pptxCO&AL-lecture-04 about the procedures in c language (1).pptx
CO&AL-lecture-04 about the procedures in c language (1).pptx
 
Reprint - 64 bit computing
Reprint - 64 bit computingReprint - 64 bit computing
Reprint - 64 bit computing
 
64 bits
64 bits64 bits
64 bits
 
Lesson 27. Peculiarities of creating installers for a 64-bit environment
Lesson 27. Peculiarities of creating installers for a 64-bit environmentLesson 27. Peculiarities of creating installers for a 64-bit environment
Lesson 27. Peculiarities of creating installers for a 64-bit environment
 
Optimization of 64-bit programs
Optimization of 64-bit programsOptimization of 64-bit programs
Optimization of 64-bit programs
 
The reasons why 64-bit programs require more stack memory
The reasons why 64-bit programs require more stack memoryThe reasons why 64-bit programs require more stack memory
The reasons why 64-bit programs require more stack memory
 
Richard_Baker-Intel_I-32_Processor_Architecture_Overview
Richard_Baker-Intel_I-32_Processor_Architecture_OverviewRichard_Baker-Intel_I-32_Processor_Architecture_Overview
Richard_Baker-Intel_I-32_Processor_Architecture_Overview
 
64 bit arch
64 bit arch64 bit arch
64 bit arch
 

Mais de IGZ Software house (20)

Window server 2008
Window server 2008Window server 2008
Window server 2008
 
Types of server
Types of serverTypes of server
Types of server
 
Types of network
Types of networkTypes of network
Types of network
 
Ip address and subnetting
Ip address and subnettingIp address and subnetting
Ip address and subnetting
 
Group policy management window server 2008r2
Group policy management window server 2008r2Group policy management window server 2008r2
Group policy management window server 2008r2
 
FSMO
FSMO FSMO
FSMO
 
Active directory domain services
Active directory domain servicesActive directory domain services
Active directory domain services
 
17 roles of window server 2008 r2
17 roles of window server 2008 r217 roles of window server 2008 r2
17 roles of window server 2008 r2
 
Raid and its levels
Raid and its levelsRaid and its levels
Raid and its levels
 
Introduction Network security
Introduction Network securityIntroduction Network security
Introduction Network security
 
Firewalls
FirewallsFirewalls
Firewalls
 
Encryption
EncryptionEncryption
Encryption
 
Cryptography
CryptographyCryptography
Cryptography
 
Authentication techniques
Authentication techniquesAuthentication techniques
Authentication techniques
 
X86 Architecture
X86 Architecture X86 Architecture
X86 Architecture
 
Window architecture
Window architecture Window architecture
Window architecture
 
Virtual machine
Virtual machineVirtual machine
Virtual machine
 
Compiler
Compiler Compiler
Compiler
 
Interpreter
InterpreterInterpreter
Interpreter
 
Competitor analaysis
Competitor analaysisCompetitor analaysis
Competitor analaysis
 

Último

18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionSafetyChain Software
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxpboyjonauth
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting DataJhengPantaleon
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersChitralekhaTherkar
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsanshu789521
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 

Último (20)

Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝Model Call Girl in Bikash Puri  Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Bikash Puri Delhi reach out to us at 🔝9953056974🔝
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Mastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory InspectionMastering the Unannounced Regulatory Inspection
Mastering the Unannounced Regulatory Inspection
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdfTataKelola dan KamSiber Kecerdasan Buatan v022.pdf
TataKelola dan KamSiber Kecerdasan Buatan v022.pdf
 
Introduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptxIntroduction to AI in Higher Education_draft.pptx
Introduction to AI in Higher Education_draft.pptx
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data_Math 4-Q4 Week 5.pptx Steps in Collecting Data
_Math 4-Q4 Week 5.pptx Steps in Collecting Data
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Micromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of PowdersMicromeritics - Fundamental and Derived Properties of Powders
Micromeritics - Fundamental and Derived Properties of Powders
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Presiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha electionsPresiding Officer Training module 2024 lok sabha elections
Presiding Officer Training module 2024 lok sabha elections
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 

What is-32-bit-and-64-bit

  • 1.
  • 2. Introduction  As the number of bits increases there are two important benefits.  More bits means that data can be processed in larger chunks which also means more accurately.  More bits means our system can point to or address a larger number of locations in physical memory.  32-bit systems could address (point to) 4 Gigabytes of memory in one go. 64-bit systems are now becoming more attractive because they can potentially address up to 4 billion times that many locations.
  • 3. 32 Bits  Computers, operating systems, or software programs capable of transferring data 32-bits at a time. With computer processors, (e.g. 80386, 80486, and Pentium) they were 32-bit processors, which means the processor were capable of working with 32 bit binary numbers (decimal number up to 4,294,967,295). Anything larger and the computer would need to break up the number into smaller pieces.  Example of 32 bit Operating systems:  Windos 95 and Windows 2000
  • 4. 64 Bit  Replacement for the older x86 or 32-bit platform, 64- bit is a computer or software program that is capable of transferring 64-bits at a time. With respect to hardware, 64-bit is referencing the width of the registers on a computer's microprocessor or the computer bus; sometimes called WOW64 and x64.  Examples of 64-bit processors  AMD Opteron, Athlon 64, Turion 64, Sempron, Phenom, FX, and Fusion.  Intel Celeron and Pentium 4 processors since Prescott.  Intel Pentium Dual-Core, Core i3, Core i5, and Core i7 processors.
  • 5. Computer can be divided into three layers  Their are three layers with the processor or CPU as the central or lowest layer and the application as the outermost or highest layer as shown below:
  • 6.  To run a 64-bit operating system you need support from the lower level: the 64-bit CPU.  To run a 64-bit application you need support from all lower levels: the 64-bit OS and the 64-bit CPU.
  • 7. What 32-bit and 64-bit combinations are compatible and will work together?
  • 8.  The main reason that 32-bit will always run on 64-bit is that the 64-bit components have been designed to work that way. So the newer 64-bit systems are backward-compatible with the 32-bit systems (which is the main reason most of us haven't moved to 64- bit software).
  • 10. Some questions about 32-bit and 64-bit systems  Will a 64-bit CPU run a 32-bit program on a 64-bit version of an OS? Yes it will. 64-bit systems are backward-compatible with their 32-bit counterparts.  Will a 64-bit OS run a 32-bit application on a 64-bit processor? Yes it will. Again, this is because of backward compatibility.  Can 64-bit applications contain 32-bit code? Yes, many times 64-bit software will contain portions of 32-bit code. Similarly 32-bit software (usually very old programs) can have some code in 16-bit which is why those 32-bit applications will usually fail to run properly on a 64-bit OS.
  • 11.  Can 16-bit applications or code run on 64-bit systems? No, as we said previously. 16-bit code will NOT run on 64-bit OS because the designers did not provide backward-compatibility. This is one reason why some 32-bit programs will not work on 64-bit operating systems.  Can a 64-bit CPU with a 32-bit host OS run a virtual machine (VM) for a 64-bit guest OS? Yes. It all depends upon the level of virtualization. With software virtualization it is hardly likely to work, or if it does work it may be very slow. Hardware virtualization will need to be supported by the CPU (e.g. with Intel-VT or AMD-V) and the BIOS.
  • 12. Some questions about 32- and 64-bit Windows  Can I run Windows 2000 and Windows XP on a 64-bit CPU, and use old software? Yes, a 32-bit OS (Windows 2000 or XP) will run on a 64-bit processor. You should also be able to run older 32-bit software on a 64-bit OS.  How do find out if my system is 64-bit? It is very simple, You have first right click on My Computer and the select properties, a window will open having information about the your system. Here you can see your processor is 32 bit or 64 bit.
  • 13.  Will my old device drivers work in Windows 64-bit Many device drivers that work in Windows 32- bit will not work in Windows 64-bit.  How do I run 32-bit software once I have installed 64-bit Windows? Windows 64-bit provides a 32-bit compatibility mode called WOW32 (Windows 32-bit on Windows 64-bit) that should run most if not all your applications. But 32-bit Windows applications are not automatically Windows 64-bit compatible. There are several reasons for this: they have 16-bit code.
  • 14.  How can I tell if my application is 32- bit or 64-bit?  Windows installs your programs to these folders on your system drive: • 'Program Files' for 64-bit programs • 'Program Files (x86)' for 32-bit programs  In Task Manager, 32-bit processes will usually have a suffix of '*32' and 64-bit processes will not.
  • 15. AMD64 Features  The AMD64 architecture includes these features:  • Register Extensions (see Figure 1-1 on page 2): - 8 additional general-purpose registers (GPRs). - All 16 GPRs are 64 bits wide. - 8 additional YMM/XMM registers. - Uniform byte-register addressing for all GPRs. - An instruction prefix (REX) accesses the extended registers.  • Long Mode (see Table 1-1 on page 2): - Up to 64 bits ofvirtual address. - 64-bit instruction pointer (RIP). - Instruction-pointer-relative data-addressing mode. - Flat address space.
  • 16.
  • 17.
  • 18. operating systems and releases support the x86-64 architecture in long mode  DragonFly BSD  FreeBSD  NetBSD  OpenBSD  DOS  Linux  OS X  Solaris  Windows