Statement : If `N = ((1)/(20))^(20)` then N contains 7 digits before decimal.

1 Answer

Answer :

Statement : If `N = ((1)/(20))^(20)` then N contains 7 digits before decimal. A. Statement -1 ... . D. Statement -1 is false, statement -2 is ture.

Related questions

Description : Without looking it up, to how many digits after the decimal point can you recite for the value of Pi?

Last Answer : Those long winter nights must just fly by.

Description : if I divide 26 by 19 what is the answer in 2 digits after the decimal

Last Answer : 1.37 you will need to round your answer which is 1.36842. you round to the nearest hundreth. the second digit after the decimal.

Description : What is a decimal number which ends after a finite number of digits after the decimal point is called?

Last Answer : It is a terminating decimal.

Description : What are the numbers in the smallest group of repeating digits when 4111 is converted to a nonterminating decimal?

Last Answer : 4111 is an integer and so there is no sensible way to convert itinto a repeating decimal.

Description : How many digits does it take to represent the decimal number 81 in binary?

Last Answer : It takes 7 digits.

Description : How can you find the repeating digits of a decimal when the calculator display is not long enough to show the repeating digits?

Last Answer : You can try to subtract the first few digits that are displayed from the answer, but note that calculators work to a limited precision so you may not be able to get much more than 10 to 12 ... far to continue for the next few digits). Alternatively, find a calculator which works to more precision.

Description : A number with both integer and a fractional part has digits raised to both positive and negative powers of 2 in a decimal number system. a) True b) False

Last Answer : Answer: b Explanation: In a decimal number system, a number with both integer and a fractional part has digits raised to both positive and negative powers of 10 and not 2. e.g. 22.34 = 2 * 101 + 2 * 100 + 3 * 10-1 + 4 * 10-2

Description : Anumber system that uses only two digits, O and 1 is calledthe_ a. Octal number system b. Binary number system c. Decimal number system d. Hexadecimal number system

Last Answer : b. Binary number system

Description : Which code the decimal digits are represented by the 8421 BCD code preceded by 1111: a. ASCII b. EBCDIC c. Both d. None of these

Last Answer : b. EBCDIC

Description : Which number system is commonly used as a shortcut notation for groups of four binary digits? a. Binary b. Decimal c. Octal d. Hexadecimal

Last Answer : Hexadecimal

Description : Which is true for Digital Computer: a) It is less accurate than analog computer b) It is used primarily in scientific applications c) It represents the decimal numbers through a string of binary digits d) None of The Above

Last Answer : b) It is used primarily in scientific applications

Description : The memory of a computer is commonly expressed in terms of Kilobytes or Megabytes. A byte is made up of 1) eight decimal digits 2) eight binary digits 3) two binary digits 4) two decimal digits

Last Answer : 2) eight binary digits

Description : (37) 0.75 x [(7056) 0.25] ÷ (64) – 2 = (8) ? (Take 3 digits after the decimal point) a) 95.357 b) 69.567 c) 96.257 d) 78.584 e) 88.598

Last Answer : (37) 0.75 x [(7056) 0.25] ÷ (64) – 2 = (8) ? Sol: 27.75 x 1764 ÷ 64 – 2 = 8 x ? 27.75 x 27.5625 – 2 = 8 x ? 762.859/8=? ? = 95.357 Answer: a)

Description : 49/55 of 365/517 of 5111 = ? (Take 4 digits after the decimal point) a) 3015.6001 b) 3148.8123 c) 3214.2379 d) 3348.6179 e) 3358.6279

Last Answer : 49/55 of 365/517 of 5111 = ? Sol: 0.8909 x 0.7059 x 5111 = ? 0.62888631 x 5111 =? ? = 3214.2379 Answer: c)

Description : 19/14 x 12/72 x 18/29 x 767 = ? (Take 2 digits after the decimal point) a) 110.69 b) 118.78 c) 111.56 d) None e) 108.98

Last Answer : 19/14 x 12/72 x 18/29 x 767 =? Sol: 1.35 x 0.16 x 0.62 x 767 = ? 102.71 = ? Answer: d)

Description : What is the per cent increase in the number of products manufactured by the company in the year 2006 from the previous year ? (Rounded off to two digits after decimal) (1) 19·25 (2) 33·33 (3) 10·45 (4) 42·66 (5) None of these

Last Answer : (5) None of these

Description : The number of products sold by the company in the year 2004 is what per cent of the number of products manufactured by it in that year ? (Rounded off to two digits after decimal) (1) 71·43 (2) 67·51 (3) 81·67 (4) 56·29 (5) None of these

Last Answer : 1) 71·43 v

Description : The average weight of a group of 75 women was calculated as 47 kg. It was later discovered that the weight of one of the women was read as 45 kg, whereas her actual weight was 25kg. What is the actual average weight ... kg (b) 46.64 kg (c) 45.96 kg (d) Cannot be determined (e) None of these

Last Answer : (a) 46.73 kg

Description : Number of girls enrolled in only Dancing classes is what per cent of the boys enrolled in the same? (Rounded off to two digits after decimal) (1) 38•67 (2) 35•71 (3) 41•83 (4) 28•62 (5) None of these

Last Answer : (2) 35•71

Description : Which number system is commonly used as a shortcut notation for groups of four binary digits? a. Binary b. Decimal c. Octal d. Hexadecimal

Last Answer : d. Hexadecimal

Description : An integer constant in C must have A) At least one digit B) At least one decimal point C) A comma along with digits D) Digits separated by commas

Last Answer : A) At least one digit

Description : The BCD adder to add two decimal digits needs minimum of (A) 6 full adders and 2 half adders (B) 5 full adders and 3 half adders (C) 4 full adders and 3 half adders (D) 5 full adders and 2 half adders

Last Answer : (D) 5 full adders and 2 half adders

Description : I forgot the last digit of a 7-digit telephone number. If I randomly dial the final 3 digits after correctly dialing the first four, then what is the chance of dialing the correct number? a) 1/1001 b) 1/1000 c) 1/999 d) 1/990

Last Answer : b) 1/1000

Description : If there are n integers to sort, each integer has d digits and each digit is in the set {1,2, ..., k}, radix sort can sort the numbers in: (A) O(d n k) (B) O(d nk) (C) O((d+n)k) (D) O(d(n+k))

Last Answer : (D) O(d(n+k))

Description : (A) Use two digits to make the smallest possible positve intiger.(B) Five 3s can express 37: 37=33+3+3/3Find another way to do it.(C) Use six identical dgits to make 100. (Several solutions are possible.)(D) Use five 4s to make 55.(E) Use four 9s to make 20. -Riddles

Last Answer : (A) 1 X 1; 1/1;2/2;ect....;1-0;2-1;and many others. (B) 37=333/3X3; 37=3 X 3 X 3 + 3/.3 (C) 99 + 99/99; 55+55- 5- 5; (666-66)/6 (D) 44 + 44/4=55. (E) 9 + 99/9=20.

Description : A box contains 3red, 8 blue and 5 green marker pens. If 2 marker pens are drawn at random from the pack, not replaced and then another pen is drawn. What is the probability of drawing 2 blue marker pens and 1 red marker pen? a) 3/20 b) 1/20 c) 7/20 d) 9/20

Last Answer : Answer: B) Probability of drawing 1 blue marker pen =8/16 Probability of drawing another blue marker pen = 7/15 Probability of drawing 1 red marker pen = 3/14 Probability of drawing 2 blue marker pens and 1 red marker pen = 8/16*7/15*3/14=1/20

Description : 0,1,2,3,4,5,6,7,8,9 Use the digits above once each only to compose two fractions which when added togeather equal 1. -Riddles

Last Answer : 35/70 + 148/296 = 1

Description : Cubes of the numbers for which the digits in the units place are 2,8 nd 3,7 end s in _________ and respectively.

Last Answer : Cubes of the numbers for which the digits in the units place are 2,8 nd 3,7 end s in _________ and respectively.

Description : Which of the following digits have two lines of symmetry ? `0,1,2,3,4,5,6,7,8,9`

Last Answer : Which of the following digits have two lines of symmetry ? `0,1,2,3,4,5,6,7,8,9`

Description : How many significant digits are there in 140.7?

Last Answer : All four of them

Description : How many 7-digit numbers can be formed using the digits 1 2 3 4 and 8?

Last Answer : What is the answer ?

Description : What is a number that has 2 digits less than 10 the tenths digit is one more than the ones digit nad the digits add up to 7?

Last Answer : 44

Description : How many digits are there in Mobile Money Identifier(MMID)? A. 7 digits B. 9 digits C. 10 digits D. 11 digits E. None of the Above

Last Answer : A. 7 digits Explanation: Mobile Money Identifier is a 7 digit number, issued by banks. MMID is one of the input which when clubbed with mobile number facilitates fund transfer. Combination of ... and helps in identifying the beneficiary details. Different MMID s can be linked to same Mobile Number.

Description : The Postal Index Number (PIN) must contain: - (a) 5 digits (b) 4 digits (c) 7 digits (d) 6 digits

Last Answer : (d) 6 digits

Description : One writes all numbers from 50 to 99 without the digits 2 and 7. How many numbers have been written? (A) 32 (B) 36 (C) 40 (D) 38

Last Answer : Answer: A

Description : How many strings of 5 digits have the property that the sum of their digits is 7 ? (A) 66 (B) 330 (C) 495 (D) 99

Last Answer : (B) 330

Description : A water main 1 m in diameter contains a fluid having pressure 1 N/mm2. If the maximum permissible tensile stress in the metal is 20 N/mm2, th thickness of the metal required would be a) 2 cm b) 2.5cm c) 1 cm d) 0.5 cm

Last Answer : b) 2.5cm

Description : Do you ever take part in those Facbook games that say, "Post the last 4 (or 3) digits of your phone number, then do X,Y,Z and see what happens!"?

Last Answer : Never. Clickbait.

Description : In a two-digit number, the sum of the digits is 9. If 9 is subtracted from the number, then the digits get reversed. Find the product of the digits

Last Answer : In a two-digit number, the sum of the digits is 9. If 9 is subtracted from the number, then the digits get reversed. Find the product of the digits

Description : The 2 digit number which becomes (5/6)th of itself when its digits are reversed. The difference in the digits of the number being 1, then the two digits number is (a) 45 (b) 54 (c) 36 (d) None of these

Last Answer : (b) 54

Description : The 2 digit number which becomes (5/6)th of itself when its digits are reversed. The difference in the digits of the number being 1, then the two digits number is (a) 45 (b) 54 (c) 36 (d) None of these

Last Answer : (b) 54

Description : The square of a two digit number is divided by half the number. After 36 is added to the quotient, this sum is then divided by 2. The digits of the resulting number are the same as those in ... 's place of the original number is equal to twice the difference between its digits. What is the number?

Last Answer : Answer: 46

Description : In a binary Hamming code the number of check digits is r then number of message digits is equal to: (A) 2r-1 (B) 2r-r-1 (C) 2r-r+1 (D) 2r+r-1

Last Answer : (B) 2r-r-1

Description : In the expansion of various power of `(x+y)^(n)` if the expansion contains 49 times, then it is the expansion of ___________

Last Answer : In the expansion of various power of `(x+y)^(n)` if the expansion contains 49 times, then it is the expansion of ___________

Description : A virtual memory has a page size of 1K words. There are eight pages and four blocks. The associative memory page table contains the following entries:  Which of the following list of virtual addresses (in ... 1234, 4012, 5000, 6200 (C) 1020, 3012, 6120, 8100 (D) 2021, 4050, 5112, 7100

Last Answer : Answer: C Explanation: The pages which are not in main memory are: 1020 will not cause page fault (1024-2047) 3012 will not cause page fault (3072-4095) 6120 will not cause page fault (4096-5119) 8100 will not cause page fault (6144-7167)

Description : Read the statements given below and identify the incorrect statement. a) The human genome contains 3164.7 million nucleotide bases. b) The average gene consists of 30,000 bp c) The total number of genes is ... . d) Chromosome Y has 231 genes e) Less than 2% of the genome codes for proteins.

Last Answer : d) Chromosome Y has 231 genes

Description : Why does the UPS tracking number need 30 digits?

Last Answer : here

Description : What does it mean when caller id only displays three digits and nothing else?

Last Answer : Not sure, but when a call comes through as unavailable I don’t answer & say to myself, “yes, yes I am”

Description : When did credit cards go from 13 digits to 16 digits?

Last Answer : Social Security numbers have always had nine digits, which is sufficient to distinguish every person in America, but credit cards are international. The first four numbers identify the credit card issuer, ... planet is less than eight billion, so it seems unlikely that more digits will be necessary.

Description : What are the chances that somewhere in the infinite string of digits of Pi there's a recognizable embedded graphic image?

Last Answer : answer:100%. (I’m serious.)