Data Type And Variables In Visual Basic full report
#1

[attachment=2640]

DATA TYPES & VARIABLES IN VISUAL BASIC

Presented By: Aman Bhatia


DATA TYPES

Defination of Data Type: A value stored in a variable is interpreted is known as Data Type from language to language.
Visual Basic variables are of variant data types. The variant data type can store numeric, date/time or string data.


DATA TYPES


The fundamental data types in Visual Basic including variant are integer, long, single, double, string, currency, byte and boolean.
Visual Basic supports a vast array of data types.
Each data type has limits to the kind of information and the minimum and maximum values it can hold.

NUMERIC DATA TYPE

Data types Range
Byte Store integer values in the range of 0 - 255
Integer Store integer values in the range of (-32,768) - (+ 32,767)
Long Store integer values in the range of (- 2,147,483,468) - (+ 2,147,483,468)
Single Store floating point value in the range of (-3.4x10-38) - (+ 3.4x1038)
Double Store large floating value which exceeding the single data type value
Currency store monetary values. It supports 4 digits to the right of decimal point and 15 digits to the left

STRING DATA TYPE


String Data Type use to store alphanumeric values. A variable length string can store approximately 4 billion characters

DATE DATA TYPE

Use to store date and time values. A variable declared as date type can store both date and time values and it can store date values 01/01/0100 up to 12/31/9999

BOOLEAN DATA TYPE


Boolean data types hold either a true or false value. These are not stored as numeric values and cannot be used as such. Values are internally stored as -1 (True) and 0 (False) and any non-zero value is considered as true.


VARIANT DATA TYPE

Stores any type of data and is the default Visual Basic data type. In Visual Basic if we declare a variable without any data type by default the data type is assigned as default

VARIABLES

Defination of Variable: Variables are the memory locations which are used to store values temporarily.
A variable name must begin with an alphabet letter and should not exceed 255 characters.
It should not contain any special character like %, &, !, #, @ or $.
Reply

Important Note..!

If you are not satisfied with above reply ,..Please

ASK HERE

So that we will collect data for you and will made reply to the request....OR try below "QUICK REPLY" box to add a reply to this page
Popular Searches: gi fi basic architecture, defination of lintels, visual basic seminar topics, radar obj type q ans, list abstract data type c, bluetooth seminar in visual basic, unitary type plc disadvantages**per,

[-]
Quick Reply
Message
Type your reply to this message here.

Image Verification
Please enter the text contained within the image into the text box below it. This process is used to prevent automated spam bots.
Image Verification
(case insensitive)

Possibly Related Threads...
Thread Author Replies Views Last Post
  computer networks full report seminar topics 8 42,007 06-10-2018, 12:35 PM
Last Post: jntuworldforum
  OBJECT TRACKING AND DETECTION full report project topics 9 30,647 06-10-2018, 12:20 PM
Last Post: jntuworldforum
  Block Chain and Data Science jntuworldforum 0 7,957 06-10-2018, 12:15 PM
Last Post: jntuworldforum
  imouse full report computer science technology 3 24,889 17-06-2016, 12:16 PM
Last Post: ashwiniashok
  Implementation of RSA Algorithm Using Client-Server full report seminar topics 6 26,603 10-05-2016, 12:21 PM
Last Post: dhanabhagya
  Optical Computer Full Seminar Report Download computer science crazy 46 66,326 29-04-2016, 09:16 AM
Last Post: dhanabhagya
  ethical hacking full report computer science technology 41 74,434 18-03-2016, 04:51 PM
Last Post: seminar report asees
  broadband mobile full report project topics 7 23,311 27-02-2016, 12:32 PM
Last Post: Prupleannuani
  Data Encryption Standard (DES) seminar class 2 9,331 20-02-2016, 01:59 PM
Last Post: seminar report asees
  steganography full report project report tiger 15 41,325 11-02-2016, 02:02 PM
Last Post: seminar report asees

Forum Jump: