GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  Microsoft  >  ASP
Go To First  |  Previous Question  |  Next Question 
 ASP  |  Question 25 of 146    Print  

What are the special sub-types in VBScript?
EMPTY: has no value
NULL: Value does not exist (conjunction with database)
OBJECT:



  
Total Answers and Comments: 1 Last Update: July 05, 2005   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 05, 2005 09:25:07   #1  
Siva Kumar        

RE: What are the special sub-types in VBScript?
Subtype Explanation 
Empty Variant is not initialized. Value is either zero for numeric variables or a zero-length string ("") for string variables. 
Null Variant intentionally contains no valid data. 
Boolean Contains either True or False. 
Byte Contains integer in the range zero to 255. 
Integer Contains integer in the range -32,768 to 32,767. 
Long Contains integer in the range -2,147,483,648 to 2,147,483,647. 
Single Contains a single-precision, floating-point number in the range -3.402823E38 to -1.401298E-45 for negative values; 1.401298E-45 to 3.402823E38 for positive values. 
Double Contains a double-precision, floating-point number in the range -1.79769313486232E308 to -4.94065645841247E-324 for negative values; 4.94065645841247E-324 to 1.79769313486232E308 for positive values. 
Date (Time) Contains a number that represents a date between January 1, 100 to December 31, 9999. 
String Contains a variable-length string that can be up to about 2 billion characters in length. 
Object Contains an OLE Automation object. 
Error Contains an error number.

 
Is this answer useful? Yes | No

 Related Questions


A. Relational data via Jet. B. Local or SQL data via Jet. C. Relational data via ODBC. D. Non-relational data via DSN-less ODBC. E. All types of data via OLE DB.  
Latest Answer : E is the right answer. i.e. All types of data using OLEDB ...

EMPTY: has no value NULL: Value does not exist (conjunction with database) OBJECT:  
Latest Answer : Subtype Explanation Empty Variant is not initialized. Value is either zero for numeric variables or a zero-length string ("") for string variables. Null Variant intentionally contains no valid data. Boolean Contains either True or False. Byte Contains ...

A. This applies only to Visual Basic, not VBScript. B. All variables must be dimensioned before use. C. All variables are dimensioned at run-time. D. Forces all controls to have a SELECTED option. 
Latest Answer : Option Explicit is used to trap the undeclared variables or to define the variable before use. To avoid duplicate variable declaration. ...

What does Internet Information Server (IIS) assume to be the default language for Active Server Pages?
A. Jscript B. JavaScript C. JAVA D. VBScript E. ECMAScript  

A. 3 B. 2 C. 1 D. 4  
Latest Answer : There are 2 types of cookies: (1) Session Based which expire at the end of the session.(2) Persistent cokkies which dont exipre(Stored in your hard disk). ...

• Static HTML – Browser uses HTTP to request HTML file from the Web Server • Dynamic HTML – Browser uses HTTP to request an executable application rather than a Static HTML file  
Latest Answer : There are two types of HTML,1.Static HTML        -for creating static pages.2.Dynamic HTML    -for creating dynamic pages using scripting languages like JavaScript,VBScript. ...

It permits to create more interactive Web Pages.  Validation, formatting of web pages can be done.  VBScript, JavaScript are some examples.  
Latest Answer : Its a high-level programming language that is interpreted by another program at runtime rather than compiled by the computer’s processor as other programming languages (such as C and C++) are These types of languages are client-side scripting languages, ...

VBScript  
Latest Answer : ANS: VBScript ...

Variant is the default data type in VBScript, which can store a value of any type.  
Latest Answer : Variant is the default data type. There is no arrangement in vbscript to specify particular datatype as other language. ...


 Sponsored Links

 
Related Articles

jQuery - Sorting Other Types of Data

Learning jQuery Sorting Other Types of Data Our sort routine should be able to handle not just the Title and Author columns but the Publish Dates and Price as well Since we streamlined our comparator function it can handle all kinds of data but the computed keys will need to be adjusted for other da
 

EDI Document Types

EDI Document Types EDI documents come in various forms each of which can appear differently depending on the company’ s internal computer system Also while each standard has code specificity each order may look very different a clothes company will send details of color and sizes while a f
 

Listening Skills - Types of Bad Listeners

Types of Bad Listeners What are the main types of bad listeners You might find in your work environment that some individuals are simply not very good at listening This can create a myriad of problems and make the performance of the most mundane day to day tasks nearly impossible to accomplish mosgo
 

C++ Function Passing Types

C Function Passing Types In this C tutorial you will learn about function passing types two types of arguments passing in functions passed by value  and  passed by reference are discussed here mosgoogle center The arguments passed to a function can be performed in two ways Passed
 

Types of Resumes and When to Use Them

Resumes are written to give our future employers an insight of who we are and why we should hire them. But resumes are more than just a collection of FYIs about you, it should be written in a way that highlights important things about yourself. Take note that you are not altering any information jus
 

SQL Data Types

SQL Data Types Overview In SQL, as in many other programming languages, every piece of data has a particular type. For example, 11 is an integer, and “Wall Street” is a text string. The SQL standard defines many data types to accommodate almost any type of data. Some cases aris
 

The Interview Snafu

How to turn someone else’s mistake to your advantage Your dream job is about to become reality. A recruiter gave you the heads up about the perfect position at Humungous Conglomerate, Inc. You went through five interviews as well as a battery of psychological tests mandated by their HR de
 

Winning a Job Interview with a Winning Resume

Does your resume unlock your potential, take your skills to the highest level and win you the interview and the job you want now? The job market today is highly competitive and even if you think you have what it takes to get an interview you won’t get over the line without a polished, prof
 

Types of IT Certification

For those that are considering an IT Certification, they may have found that there are several types to choose from.  Before deciding on a particular IT Certification, it is important to know what choices are available to you as well as what will be included in each of the types. 
 

Importance of Proper English during Job Interview

Importance of Proper English during Job Interview Your job interview is crucially important and it will determine whether or not you will get the job Depending on the type of job you re going for it is very important for you to use proper English In most cases jobs which offer higher salaries will h
 





About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape