QueryCAT Logo
Search 5,000,000+ questions and answers.

Frequently Asked Questions

What are "Decimal Degrees"?

BFL: Frequently Asked Questions . . . and Answers
Decimal Degrees (DD) are an alternate way to express the more familiar Degrees-minutes-seconds (DMS) measurements of latitude and longitude. We require all latitude and longitude measurements in DD because our computer programs cannot work with the DMS format.

How do I convert Degrees-Minutes-Seconds" to "Decimal Degrees"?

BFL: Frequently Asked Questions . . . and Answers
To convert Latitude/Longitude coordinates from Degrees-Minutes-Seconds(DMS) to Decimal Degrees (DD) use one of the following: Use an on-line Degrees to Decimal Degrees Converter; use your browser's back button to return to this page

Is Dewey Decimal Classification used at LC?

Cataloging (Library of Congress FAQ)
The Library of Congress does not use the Dewey Decimal Classification (DDC) to organize any part of its own collections. Rather the Dewey program maintained at the Library serves an outreach function to the Library's national and international constituencies. The Dewey Decimal Classification is the most widely used library classification in the world, and the Decimal Classification Division's mission is, on behalf of library users everywhere, to develop, apply, and assist in the use of the DDC.

What are the decimal inch equivalents of commonly used point sizes?

Frequently Asked Questions for letterpress
Based on the standard of 996 points fitting into 35 centimeters, and 2.54 centimeters per inch, we have 72 points equal to 0.9961104 inch. Taking a number of commonly used values (including fractional points for calculating the true sizes of 3-in-em, 4-in-em, and 5-in-em spacing) we can produce the following table:

How do I use a Tachymetre/Decimal/Telemetre/etc. Bezel?

Omega FAQ - TimeZone
Two good places to learn this are the TimeZone Classics created by the co-author of this FAQ entitled ??? 1027: The Definative Answer to 'How Do I Use The Tachymeter' ??? and ??? 1178 How to use 4 different types of Bezels... ???.

Some of these sites show the coordinates in decimal format. How do I convert?

Markwell's Update to FAQ
Take the integer (whole number) - positive is North and East, negative is South and West - and set it aside. The remaining decimals would be multiplied times sixty to get minutes. Example: the Sears Tower in Chicago is located at 41.878928? -87.636415?. For the latitude... N41? 52.736 Now try the math on your own: Longitude -87.636415? will convert to W087? 38.185. To reverse the process, take the minutes portion and divide by 60, then tag it on to the degrees. West" is negative: -87.

How can I view numbers from the Dewey Decimal Classification (DDC) system in the LC Online Catalog?

Library of Congress Online Catalog (Library of Congress FAQ)
Dewey numbers are not shown in the Brief Record display which is the first screen to appear for a single catalog record. However, they are available in the Online Catalog. The Dewey number is displayed in either the Full Record or MARC Tags displays, accessed by clicking on the tabs at the top of the Brief Record display. You can search the new catalog by Dewey number using Keyword, Guided Keyword with Keyword Anywhere selected, or the Command Keyword search using the index code K082.

How many decimal places should be used when bidding?

SOMA Securities Lending Program: Frequently Asked Questions ...
Securities lending bids are submitted in percent form out to two decimal places. Bids with more than two decimal places will not be accepted by FedTrade.

Can I do packed decimal output to tape?

Answers to Questions
Yes, packed decimal output to tape is available. You MUST use the EBCDIC codeset when you output and then you MUST use the ASCII mode when making the tape. Also, for every packed decimal field, you must allow two extra bytes in the record length in the standard job. The two extra bytes are used by Unibase and are not output.

How do I fix the decimal point?

The HP-41 Archive Website
To return the comma and decimal points to the default setting, FIX 4 then SF 28 and SF 29 (remember to press the SHIFT key first).

How does the Dewey Decimal System work?

Lake Erie College - Lincoln Library
The Dewey Decimal System of Classification organizes the Lincoln Library's book, video, DVD and CD collections. Items are catalogued and classified by topic and then within a topic and given a unique number. This enables you to find materials easily anywhere in the collection. For example, the book Equine Photographs and Drawings for Conformation and Anatomy is assigned call number 636.1 Eq57, which falls under the heading Applied Sciences/Agriculture.

What Are the Differences between DECIMAL and FLOAT?

SQL Server DBA FAQs and Tips - 400 Questions/Tutorials &laqu...
A collection of 18 FAQs on Transact-SQL language data constants or literals and value ranges. Clear answers are provided with tutorial exercises on entering data constants or literals; quoted character strings; date and time formats and ranges; integer and exact number literals; floating number precisions and ranges.

How is sign stored in Packed Decimal fields and Zoned Decimal fields?

CLIENT INTERVIEW QUESTION BANK (MAINFRAME)
Zoned Decimal fields: As a default, sign is over punched with the numeric value stored in the last bite. It is stored in the last nibble. For example if your number is +100, it stores hex 0C in the last byte, hex 1C if your number is 101, hex 2C if your number is 102, hex 1D if the number is -101, hex 2D if the number is -102 etc...

What is the idea behind your decimal calendar?

Empire of Atlantium - Frequently Asked Questions - FAQ
Atlantium is committed to a policy of relative cultural neutrality and has therefore developed an efficient, easy-to-use non-sectarian year numbering system and decimal calendar called the Annus Novus System which was introduced on 1st January 2001.

How to convert floating point decimal to binary?

JavaChina: SCJP Questions & Answers by Roseanne Zhang (8...
In the integer part, you devide by 2. In the decimal part, you multiply by 2 Decimal Binary 2 10 4 100 8 1000 16 10000 0.5 0.1 0.25 0.01 0.125 0.001 0.0625 0.0001 ... You should get my point now.

What do the instructions mean by "decimal" and "integer" numbers?

SuperKids Math Worksheet Creator - Frequently Asked Question...
All the basic level worksheets here begin with positive integer values, that is, positive whole numbers, and zero. Decimal values in the advanced addition, subtraction, and multiplication worksheets include 2 digits to the right of the decimal place. In the division worksheets, decimal is used to indicate problems that do not have whole number answers -- they can be used to practice calculations where "remainders" occur, or for the calculation of decimal answers.

How many decimal places should the A.P.Y. percentage be disclosed to?

Commonly Asked Truth-in-Savings Questions
Regulation DD clearly states that the A.P.Y. should be disclosed to two decimal places in all cases except for account disclosures, where more decimal places can be shown if desired. Refer to Section 230.3: General Disclosure Requirements, paragraph (f). The "Fed" has made it clear that it does not want more than two decimal places used except for account disclosures.

Why do I have a decimal number in my bank account balance?

Faq - PsyHelp
While fractional amounts of money are useless to you, the PsyPets Bank shows you these amounts so that you can assure yourself that you are collecting interest on your money.

How do you convert hexadecimal, binary, and decimal numbers?

Math Forum: Ask Dr. Math FAQ: Number Bases
First, be sure you understand exactly what numbers mean in the old familiar decimal system. If I write 3409, what it really means is 3*1000 + 4*100 + 0*10 + 9*1... I can also write it as: 3*103 + 4*102 + 0101 + 9*100 (remember that 100 = 1). Now there's nothing magic about 10 - it was chosen because we happen to have 10 fingers. If humans had 7 fingers, you can bet that we'd be writing numbers like this: 3204 = 3*73 + 2*72 + 071 + 4*70.
More Questions >>

© Copyright 2007-2012 QueryCAT
About • Webmasters • Contact