SlideShare a Scribd company logo
&& (and) || (or) != (xor) ! (not)
Boolean true or false
Byte 8-bit signed two's complement integer (-2^7 to 2^7-1, inclusive)
Short 16-bit signed two's complement integer (-2^15 to 2^15-1,
inclusive)
Int 32-bit two's complement integer (-2^31 to 2^31-1, inclusive)
Long 64-bit two's complement integer (-2^63 to 2^63-1, inclusive)
Float 32-bit IEEE 754 single-precision float
Double 64-bit IEEE 754 double-precision float
Char 16-bit unsigned Unicode character (0 to 2^16-1, inclusive)
String a sequence of Chars
long 64 –9,223,372,036,854,775,808 to
9,223,372,036,854,775,807
int 32 –2,147,483,648 to 2,147,483,647
short 16 – 32,768 to 32,767
byte 8 – 128 to 127

More Related Content

PPTX
Adder Basic
PPTX
Huffman Coding Algorithm Presentation
PPTX
BCH CODE AND DECODING BCH
PDF
Using Cipher Key to Generate Dynamic S-Box in AES Cipher System
PPTX
Parallel Adder and Subtractor
PDF
Fpga implementation of (15,7) bch encoder and decoder for text message
PDF
Aes128 bit project_report
Adder Basic
Huffman Coding Algorithm Presentation
BCH CODE AND DECODING BCH
Using Cipher Key to Generate Dynamic S-Box in AES Cipher System
Parallel Adder and Subtractor
Fpga implementation of (15,7) bch encoder and decoder for text message
Aes128 bit project_report

Viewers also liked (15)

DOCX
Menu
DOCX
Menu 12323
DOCX
Promedio de exam
DOCX
Raiz cuadrada
DOCX
Mostrar valor mayor
DOCX
Funciones de ostia puta
PDF
Jinchao demo
PDF
Verde AgriTech February 2016
DOC
Kenneth Gillig Value Profile
PDF
Total FM.
PPTX
Ελεύθερο Λογισμικό
PDF
Mapa conceptual gerencia maestria
PPTX
La cooperativa y el consejo comunal
PPT
04 lecture outline
PDF
Menu
Menu 12323
Promedio de exam
Raiz cuadrada
Mostrar valor mayor
Funciones de ostia puta
Jinchao demo
Verde AgriTech February 2016
Kenneth Gillig Value Profile
Total FM.
Ελεύθερο Λογισμικό
Mapa conceptual gerencia maestria
La cooperativa y el consejo comunal
04 lecture outline
Ad

More from htmrk (13)

TXT
Nxvzdjkcafm
TXT
Fdmkdmfasmeofqw
TXT
Efnsjdnfsuies
TXT
Swrewer nuevo hoy
TXT
123
TXT
123
DOCX
Mostrar valor menor
DOCX
Media12132
DOCX
Edades
DOCX
Incrementos
PDF
Lec11 metodos
PDF
Lec10 j estrcontrol
PPTX
2rias5me
Nxvzdjkcafm
Fdmkdmfasmeofqw
Efnsjdnfsuies
Swrewer nuevo hoy
123
123
Mostrar valor menor
Media12132
Edades
Incrementos
Lec11 metodos
Lec10 j estrcontrol
2rias5me
Ad

Recently uploaded (20)

PDF
Salesforce Agentforce AI Implementation.pdf
PDF
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
PDF
Website Design Services for Small Businesses.pdf
PPTX
GSA Content Generator Crack (2025 Latest)
PDF
iTop VPN Crack Latest Version Full Key 2025
PPTX
Computer Software and OS of computer science of grade 11.pptx
PPTX
Trending Python Topics for Data Visualization in 2025
PPTX
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
PPTX
Cybersecurity: Protecting the Digital World
PDF
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
PPTX
chapter 5 systemdesign2008.pptx for cimputer science students
PDF
Types of Token_ From Utility to Security.pdf
PDF
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
PPTX
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
PPTX
"Secure File Sharing Solutions on AWS".pptx
PDF
MCP Security Tutorial - Beginner to Advanced
PDF
Digital Systems & Binary Numbers (comprehensive )
DOCX
How to Use SharePoint as an ISO-Compliant Document Management System
PPTX
Monitoring Stack: Grafana, Loki & Promtail
PDF
AI/ML Infra Meetup | LLM Agents and Implementation Challenges
Salesforce Agentforce AI Implementation.pdf
Ableton Live Suite for MacOS Crack Full Download (Latest 2025)
Website Design Services for Small Businesses.pdf
GSA Content Generator Crack (2025 Latest)
iTop VPN Crack Latest Version Full Key 2025
Computer Software and OS of computer science of grade 11.pptx
Trending Python Topics for Data Visualization in 2025
Embracing Complexity in Serverless! GOTO Serverless Bengaluru
Cybersecurity: Protecting the Digital World
Product Update: Alluxio AI 3.7 Now with Sub-Millisecond Latency
chapter 5 systemdesign2008.pptx for cimputer science students
Types of Token_ From Utility to Security.pdf
How to Make Money in the Metaverse_ Top Strategies for Beginners.pdf
WiFi Honeypot Detecscfddssdffsedfseztor.pptx
"Secure File Sharing Solutions on AWS".pptx
MCP Security Tutorial - Beginner to Advanced
Digital Systems & Binary Numbers (comprehensive )
How to Use SharePoint as an ISO-Compliant Document Management System
Monitoring Stack: Grafana, Loki & Promtail
AI/ML Infra Meetup | LLM Agents and Implementation Challenges

Llllllllllllllllllllllllllllllll

  • 1. && (and) || (or) != (xor) ! (not) Boolean true or false Byte 8-bit signed two's complement integer (-2^7 to 2^7-1, inclusive) Short 16-bit signed two's complement integer (-2^15 to 2^15-1, inclusive) Int 32-bit two's complement integer (-2^31 to 2^31-1, inclusive) Long 64-bit two's complement integer (-2^63 to 2^63-1, inclusive) Float 32-bit IEEE 754 single-precision float Double 64-bit IEEE 754 double-precision float Char 16-bit unsigned Unicode character (0 to 2^16-1, inclusive) String a sequence of Chars long 64 –9,223,372,036,854,775,808 to 9,223,372,036,854,775,807 int 32 –2,147,483,648 to 2,147,483,647 short 16 – 32,768 to 32,767 byte 8 – 128 to 127