Sawaal
     Powered by Bixee Crawl
Results 106 - 120 of about 10278 sawaal for "express"
Sort by: Recency | Relevancy

What is the difference between the megapixel of digital camera and handy cam? is both megapixel are same or different.

well, A megapixel is 1 million pixels, and is a term used not only for the number of pixels in an image, but also to express the number of image sensor elements of digital cameras or the number, but also to express the number of image sensor elements of digital cameras or the number of display elements of digital displays. For example, a camera/Handy cam with an array of 2048&215;1536 sensor

Posted in Computers & Technology by lovely monu at 4:06 AM on July 15, 2008

What is the name given to the temporary storage area that a web browser uses to store pages and graphics that it has recently opened?

communications channel in a fixed amount of time. For digital devices, the bandwidth is usually expressed in bits per second bps or bytes per second.Browsers A browser is actually more accurately termed a user of data that can be transmitted along a communications channel in a fixed amount of time. For digital devices, the bandwidth is usually expressed in bits per second bps or bytes per second.Browsers A

Posted in Computers & Technology by Aryan Gusain at 8:46 PM on July 11, 2008

What is the different between a integrated nforce 750a and a integrated geforce 8300 motherboard.which one is better?

NVIDIA nForce&174; 750a SLI&174; MCPs deliver NVIDIA&174; SLI&174; technology for gaming performance at a great price. With PCI Express 2.0 for twice the bandwidth and NVIDIA&174; Hybrid at a great price. With PCI Express 2.0 for twice the bandwidth and NVIDIA&174; HybridPower technology for low-power quiet operation, nForce 750a SLI is the price/performance solution for the DirectX 10

Posted in Computers & Technology by Deepak Aryan at 12:29 PM on June 11, 2008

what is the differnce between microsoft outlook and outlookexpress?

The fundamental difference is Outlook and Outlook Express had been designed by different programming teams for different audiences with different needs. Outlook Express was developed as part of Internet Explorer with the home user in mind while Outlook was developed as part of Microsoft Office with the corporate user in mind. Outlook Express is a basic Internet mail program that is part of Internet

Posted in Computers & Technology by V. Manohar at 10:22 PM on February 07, 2008
Tags

What is a for loop in c language?

the while statement ends when the logical expressions in the while loop becomes false. the for statement is more general loop. the general form isfor expression; expression 2; expression3statement;or for expression; expression 2; expression3statement1;st atement2;""the for statement uses 3 expression while it can execute one or more statement in the loop. the first time for statement is executed

Posted in Computers & Technology by muralidhar p at 10:20 PM on November 27, 2008
Tags loop, language

How do you add a html signature to outlook 2003?

...Creating an Email Signature in Outlook ExpressThe email signature tab in Outlook Express optionsBy default, Outlook Express does not enable any of its signature settings, and you will have to manually type your name for every email.To create an email signature, go to the Tools menu, from Outlook Express main window, and click Options. On the Options dialog that opens, select the Signature tab.From this tab, you

Posted in Computers & Technology by chinni. at 7:52 PM on November 04, 2008

Which are the are nine modes for expression of Bhakthi?

items such as flowers, incense, food, light etc. while chanting corresponding mantras in order to express our love and devotion to a certain aspect of the divine.6. VandanamVandanam is prostration. The yogi expresses his respect and love to God by prostrating physically to the ground thereby developing humility. There are different techniques but the main thing is to touch the floor with the forehead.7

Posted in Puja & Rituals by My creations at 6:38 PM on September 30, 2008

What is bandwidth ?

of bandwidth is usually expressed in bits of data per second bps.Occasionally, its expressed as bytes per second Bps. A modem that works at 57,600 bps hastwice the bandwidth of a modem that works at 28,800 bps is the width of the range or band of frequencies that an electronic signal uses on a given transmission medium.In this usage, bandwidth is expressed in terms of the difference between the highest

Posted in Computers & Technology by Priya Raman at 5:01 AM on September 28, 2008
Tags bandwidth

What is DAML ?

greater capacity than XML for describing objects and the relationships between objects, to express semantics, and to create a higher level of interoperability among Web sites. As the central research greater capacity than XML for describing objects and the relationships between objects, to express semantics, and to create a higher level of interoperability among Web sites. As the central research

Posted in Computers & Technology by Priya Raman at 4:54 AM on September 28, 2008
Tags daml

i want to buy a new pc can you tell me the over all cost.......core2duo 1.8ghz,1 gb ddr2,dvd writer,19"TFT monitor,160 gb hdd,nvidiacard

notebook PC is powered by 2.5 GHz Intel Core 2 Duo Processor T9300 code named Penryn, with 2-MB L2 Cache and 667 MHz FSB and it features Intel 945PM Express Chipset mainboard, 2-GB PC2-5300 DDR2 533 MHz and it features Intel 945PM Express Chipset mainboard, 2-GB PC2-5300 DDR2 533 MHz SDRAM 4-GB maximum in 2 slots, 160-GB Serial-ATA 150 Mbps 5400 rpm 2.5-inch customer removable hard drive and 8X SuperMulti Light

Posted in Computers & Technology by sameer at 2:55 AM on June 01, 2008
Tags computer

Should LINUX be done first and then one should do CCNA or it is ok to do CCNA .....first

!Searching for, identifying, updating, using and deploying software assets can be a difficult challenge.eKit: Rational Build Forge ExpressAccess valuable resources to help you increase staff productivity, compress, updating, using and deploying software assets can be a difficult challenge.eKit: Rational Build Forge ExpressAccess valuable resources to help you increase staff productivity, compress development cycles

Posted in Computers & Technology by Raj Shekhar at 6:41 PM on May 29, 2008
Tags linux, done, first, ccna

whats the use of 2s complement and 1s complement in digital electronics ? do we use 2s complement for displaying negative numbers.

code, the signed-magnitude code or the 2s complement code. It is well known that the 2s complement code sytem is advantageous in that the negative numbers can be easily expressed and operated so complement number of the binary number to be added. It should be noticed in advance that a 2s complement number can be obtained by adding 1 to the 1s complement of a number. This relation can be expressed

Posted in Computers & Technology by yikes bikers at 5:26 AM on May 29, 2008
Tags

How can I read / send e-mail in Microsoft Outlook Express?

The default e-mail program available to Microsoft Windows users is Microsofts Outlook Express. In addition to the pre-installed e-mail client, Microsoft Windows can run dozens of other e-mail clients many with more options and capabilities. This document also contains additional information about each of those programs for users interested in alternatives.Opening Microsoft Outlook Express1.Click

Posted in Computers & Technology by Surand at 7:41 AM on February 14, 2008
Tags bca

Should my constructors use "initialization lists" or "assignment"?

constructor that initializes member object x using an initialization list: Fred::Fred : xwhatever . The most common benefit of doing this is improved performance. For example, if the expression whatever is the same type as member variable x, the result of the whatever expression is constructed directly inside x the compiler does not make a separate copy of the object. Even if the types are not the same

Posted in Computers & Technology by surajkumar at 11:53 PM on November 13, 2008

What are the different COLUMN functions ?

average.The argument to a column function can be a field name or an expression. NotesSQL supports the following Column functions:FunctionDescriptionA VGReturns the average of the values in a numeric field or expression. For example, AVGSALES returns the average of all values in the "SALES" column.COUNTReturns the number of values in any field expression.MAXReturns the highest value in any field

Posted in Computers & Technology by joydeepbhat at 3:34 AM on November 11, 2008
Refine By Date
Refine By Categories
Search ibibo