answersLogoWhite

0


Best Answer

Microsoft Sam Does A Few Abbreviations And On Of Them Is ch For Chapter

User Avatar

Wiki User

14y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why does Microsoft Sam pronounce 'ch' as chapter?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Computer Science

What is the extension of a Swiss website?

The extension is .ch


Why is catch Exception almost always a bad idea?

Well, if at that point you know that an error has occurred, then why not write the proper code to handle that error instead of passing a new Exception object to the catch block? Throwing your own exceptions signifies some design flaws in the project. I think the bigger point is that if you are catching the Exception superclass, then you have no idea which type of exception is being thrown and will thus not be able to recover from specific problems. It's almost always better to write this: try { InputStream in = new FileInputStream("myfile.txt"); int ch; while ((ch = in.read()) != -1) { System.out.print((char) ch); } in.close(); } catch (FileNotFoundException ex) { } catch (IOException ex) { } Than it is to write this: try { InputStream in = new FileInputStream("myfile.txt"); int ch; while ((ch = in.read()) != -1) { System.out.print((char) ch); } in.close(); } catch (Exception ex) { // We have no idea what went wrong here. }


What is the thing in front of a mic in a studio?

a pop filter The pop filter is a screen, typically round in shape, that redirects or "filters" the plosive sounds such as p's and b's k's and t's. When pronouncing words which have these sounds such as in "Bob pretty much likes to play baseball." the B, P, CH, and K sounds cause the microphones membrase to overvibrate cause a distortion or "popping" sound. The filter also helps somewhat for "essing" or the hiss sound made by pronouncing s's and sh's and ch's. Pop filters either suppresses the plosive breath (such as when using foam cloth or nylon) or with some angular cut holes, redirect the sound away from the mic. Filters can be bought manufactured, or can often be made from items such as stretching nylon (as from hosiery) over a frame and setting in front of the mic. With practice, the speaker/singer learns how close the filter should be to the mic and how close the mouth should be to the filter to give the best audible sound but yet filter out the pops most effectively.


What are the Advantages and disadvantages of Secure Electronic Transactions?

AdvantagesIt is secure enough to protect user's credit-card numbers and personal information from attackshardware independentworld-wide usageConfidentiality of informationIntegrity of dataCardholder account authenticationMerchant authenticationDisadvantagesUser must have credit cardIt is not cost-effective when the payment is smallNone of anonymity and it is traceableNetwork effect - need to install client software (an e-wallet).Cost and complexity for merchants to offer support, contrasted with the comparatively low cost and simplicity of the existing SSL based alternative.Client-side certificate distribution logistics.


Are they still making HD DVD?

HD DVD (short for High-Definition/Density DVD) is a discontinued high-density optical disc format for storing data and high-definition video.[1] Supported principally by Toshiba, HD DVD was envisioned to be the successor to the standard DVD format. However, in February 2008, after a protracted high definition optical disc format war with rival Blu-ray, Toshiba abandoned the format, announcing it would no longer develop or manufacture HD DVD players or drives.[1] However, the HD DVD physical disk specifications (but not the codecs) are still in use as the basis for the CBHD (China Blue High-Definition Disc) formerly called CH-DVD. The HD DVD Promotion Group was dissolved on March 28, 2008.[2]Because all variants except 3× DVD and HD REC employed a blue laser with a shorter wavelength, HD DVD could store about 3⅕ times as much data per layer as its predecessor (maximum capacity: 15 GB per layer instead of 4.7 GB per layer).FROM::: http://en.wikipedia.org/wiki/HD_DVD