Data types, PHP Web Programming

Assignment Help:

A value, the data assigned to a variable, may contain any sort of data. Though, JavaScript considers data to fall into many possible types. Based on the type of data, certain operations may or may not be allowed on the values. For instance, you cannot multiply arithmetically two string values. Variables can be of following types:

Data Types

Description

 

 

 

 

 

 

 

Number

3 or 7.987 are the examples of Integer & floating-point numbers.

 

Integers can be positive, 0, or negative; Integers can be expressed in decimal (base 10), hexadecimal (base 16), and octal (base 8). A decimal integer literal contains a sequence of digits without a leading 0 (zero). A leading 0 (zero) onto an integer literal denote it is in octal; a leading 0x (or 0X) specified hexadecimal. Hexadecimal integers can include digits (0-9) and the letters a-f & A-F. Octal integers can include only the digits 0-7.

 

A floating-point number can contain either a decimal fraction, an "e" (uppercase or lowercase), that is used to represent "ten to the power of" in scientific notation, or both. The exponent part is an "e" or "E" followed by an integer, which can be signed (preceded by "+" or "-"). A floating-point literal ought to have at least one digit & either a decimal point or "e" (or "E").

Boolean

True or False. The possible Boolean values are true & false. These are special values, & not usable as 1 & 0. In a comparison, any expression which evaluates to zero is taken to be false, & any statement which evaluates to a number other than 0 is taken to be true.

String

"Hello World!" Strings are delineated through single or double quotation marks. (Employ single quotes to type strings that have quotation marks.)

Object

MyObj = new Object();

Null

Not the simialr as zero - no value at all. A null value is one which has no value and means nothing.

Undefined

A value which is undefined is a value held through a variable after it has been created, however before a value has been assigned to it.

 


Related Discussions:- Data types

Desire a fantasy sports programming, Fantasy Sports Programming I want a...

Fantasy Sports Programming I want a Fantasy sports program like yahoo's fantasy platform. I want my users to be able to create leagues, and have a draft of players. They want to

We need to create web chat application, We need to create Web Chat Applicat...

We need to create Web Chat Application Please read project requirements- general info- Its web chat application which supports audio as well as video chat - I do not want

Vbscript basics, It is a powerful & easy to learn tool which can be used to...

It is a powerful & easy to learn tool which can be used to insert interaction to your Web pages. The Web browser attains scripts along the rest of the Web document. The browser

Special characters in html, You have seen that there are definite character...

You have seen that there are definite characters which have special meaning in HTML code. For instance, the " " characters delimit tags. If you wished to display s

What is pear in php, What is PEAR in php? PEAR (PHP Extension and Appli...

What is PEAR in php? PEAR (PHP Extension and Application Repository) is a framework and repository for reusable PHP components. PEAR is a code repository comprising all kinds o

Need help to merge a plugin with a wordpress theme, Merge a plugin with a W...

Merge a plugin with a Wordpress theme I need to make plugins to work on theme as well I want to be able to use some of the extra plugins on the premium press theme. Desired S

Flex/flash/video streaming/wowza/php developers wanted, Flex/Flash/Video St...

Flex/Flash/Video Streaming/Wowza/PHP Developers Wanted Our company is in search of a couple of developers to join our team. We are a video streaming platform alike to Ustream.tv

Need help in shopify theme changes, Shopify Theme Changes I fundamentall...

Shopify Theme Changes I fundamentally have an existing responsive Shopify theme that works fine. Nevertheless I would like to tweak the look (layout) of it. Some things are v

I need speedometer and tachometer, We need to get working Speedometer and T...

We need to get working Speedometer and Tachometer for a car in latest Cryengine Sandbox. You will find how to make it using existing features of Sandbox, or make your own. Ca

Create the rollover image for navigation buttons, 1. In the Document window...

1. In the Document window, click on the second navigation button cell; then in the Common category of the Objects panel, click on the Insert Rollover Image icon. 2. Within the I

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd