Sawaal
     Powered by Bixee Crawl
Results 121 - 135 of about 17197 sawaal for "function"
Sort by: Recency | Relevancy

What kinds of testing should be considered in the development of a software ?

Black box testing - not based on any knowledge of internal design or code. Tests are based on requirements and functionality. White box testing - based on knowledge of the internal logic of an applications code. Tests are based on coverage of code statements, branches, paths, conditions. unit testing - the most micro scale of testing; to test particular functions or code modules. Typically done

Posted in Computers & Technology by Sonam Kalra at 3:28 AM on August 11, 2008

What are the features of Windows Vista?

:Hope it will help you out....Well , Some of best features of Vista are : 1 The start menu has evolved in Vista. At any time one can type search words, resulting in Search-As-You-Type functionality. This search leverages the broader search functions built into Vista. It functions in a very similar fashion to the MSN Desktop Search deskbar - but is integrated directly into the Start Menu. It is actually quite useful

Posted in Computers & Technology by Jammy Boy at 12:48 AM on July 11, 2008

How does exception handling work in Java?

. A lot are contained in the default package, java.lang; however, when you start using more functionality such as AWT, Swing, or java.io, the packages may also contain additional exceptions thrown by those libraries. As you start expanding the functionality, it might be a good idea to look at potential exceptions in the package and when they might be thrown in the course of your application

Posted in Computers & Technology by rocky singh at 3:38 AM on June 26, 2008

Hi, I want know about HTC mobiles, Is it Good Stuff? Ur Views/Comments Pls....

text messages.Unlike the HTC Touchs TouchFLO user interface that partially covers up the fiddly Windows Mobile UI, the Diamonds TouchFLO 3D adds much more, making it easier to access most functions alike will really appreciate not having to use a stylus for this function.The Diamonds large 71mm 2.8-inch touchscreen has a higher resolution VGA than any previous HTC phone and looks much sharper

Posted in Computers & Technology by Roshen Joy at 4:43 PM on June 11, 2008

What mysqlfetcharray in php?

The mysqlfetcharray function fetch a result row as an associative array, a numeric array, or both.This function gets a row from the mysqlquery function and returns an array on success, or FALSE on failure or when there are no more rows.Syntaxmysqlfetcharray data,arraytypeNote: After the data is retrieved, this function moves to the next row in the recordset. Each subsequent call to mysqlfetcharray

Posted in Computers & Technology by Sharad Singh at 9:09 PM on May 15, 2008
Tags php

Does PL/SQL support "overloading"? Explain

The concept of overloading in PL/SQL relates to the idea that you can define procedures and functions with the same name. PL/SQL does not look only at the referenced name, however, to resolve a procedure or function call. The count and data types of formal parameters are also considered.PL/SQL also attempts to resolve any procedure or function calls in locally defined packages before looking

Posted in Computers & Technology by Vinay at 12:44 AM on October 23, 2008

hii...cn ny1 tell me how to find windows directory....

Return the Windows directory.Private Function WindowsDirectory As StringDim windowsdir As StringDim length As Long Get the Windows directory.windowsdir = SpaceMAXPATHlength = GetWindowsDirectorywindowsdi r, LenwindowsdirWindowsD irectory = Leftwindowsdir, lengthEnd Function...Ankit use the GetWindowsDirectory API function to get the Windows directory. The leftmost character will give you the drive

Posted in Computers & Technology by ankit kapoor at 6:15 PM on August 03, 2008
Tags tell, find, windows

what is java RMI?

Remote Method Invocation RMI facilitates object function calls between Java Virtual Machines JVMs. JVMs can be located on separate computers - yet one JVM can invoke methods belonging to an object signify both the API and JRMP, whereas the term RMI-IIOP, read RMI over IIOP, denotes the RMI interface delegating most of the functionality to the supporting CORBA implementation.The original RMI API

Posted in Computers & Technology by Fazil at 3:46 PM on June 22, 2008
Tags java rmi

Logic about noise effect add & remove which is known as dithering & not dithering in image in VB.NET

;image/gif"quantized.Save Response.Outp utStream, ImageFormat.GifEnd Sub...Public Class ConvertToPalette<DllImport "TrueColorToPalette.dll" , CharSet:=CharSet.Auto> Public Overloads Shared Function ConvertColors As Int32 As Int32End FunctionPublic Function ConvertToPalByVal bitmap As Bitmap, ByVal dither As Int32, ByVal dwColors As Int32 As BitmapDim bitmapPalette As BitmapDim rect As RectangleDim index As Int32

Posted in Computers & Technology by Nisha Pal at 5:26 PM on June 05, 2008

What is event in Visual Basic?

-oriented function pointer that allows a function to be invoked indirectly by way of a reference to the function.In This SectionEvents and Event Handlers Provides an overview of events, event handlers, and associated announcing that something has happened. Events are implemented using delegates, a form of object-oriented function pointer that allows a function to be invoked indirectly by way of a reference to the function

Posted in Computers & Technology by Rakesh Singh at 6:38 PM on April 28, 2008

In terms of Cryptography, what is MAC ?

much less reliable gauge of message integrity....Checksums and cyclic redundancy checks CRCs are quite distinct from cryptographic hash functions, and are used for different applications. If used match one theyve already seen; they are used to prevent attackers forging messages, among other uses. Though it is sometimes referred to as a "keyed hash function", a MAC serves a very different

Posted in Computers & Technology by Sonam Kalra at 1:26 AM on July 26, 2008
Tags terms

can you tell me whats carrier opportiunies in oracle

. OCM is only available for DBA. Oracle offers 3 types of certification:developer, iAS administrator and DBA.The short story here is that if you want to be on the functional/business side, learn functional in apps got there.If you want to be a technical apps consultant, it helps to have specific knowledge of the functional area, i.e. HR, financial, public sector, etc. It also helps to have extensive

Posted in Computers & Technology by ravi mainali at 12:50 AM on June 10, 2008

Explain Call by value

Call by value is the term used when the functions are called. Whenever a function is called by passing the values of the variable, it is termed as Call by value. Whenever the parameters are passed top a function by using the variables. By this what we mean is, on calling a function we are passing values of a variables to it. The examples of call by vakue is:sum=calsuma,b,c;...Call by value

Posted in Computers & Technology by Sid at 10:34 PM on February 01, 2008

What are the advantages of using inline functions?

Inline functions are faster because you dont need to push and pop things on/off the stack like parameters and the return address; however, it does make your binary slightly larger.Does it make a that it will be inline. Its just a suggestion to the compiler. Sometimes its not possible such as when you have a virtual function, or when there is recursion involved. And sometimes the compiler just chooses not to use

Posted in Computers & Technology by gilli... at 1:53 AM on November 10, 2008

What is Fully Functional dependency?

i An attribute is fully functionally dependent on a set of attributes X if it is a functionally dependent on X, and b not functionally dependent on any proper subset of X. Employee Address has a functional dependency on Employee ID, Skill, but not a full functional dependency, for it is also dependent on Employee ID. http://www.answers.com/topic/da tabase-normalization...It is based on concept of full

Posted in Computers & Technology by Vinay at 6:26 PM on October 27, 2008
Refine By Date
Refine By Categories
Search ibibo