Which of the following represents the valid integer number in 'C'? 

A) 1500 B)1.1 C) 2-5 D) 0.123

1 Answer

Answer :

a

Related questions

Description : Which of the following control expressions are valid for an if statement? A) An integer expression B) A Boolean expression C) Either A or B D) Neither A nor B

Last Answer : B) A Boolean expression

Description : Which of the following control expressions are valid for an if statement? A) An integer expression B) A Boolean expression C) Either A or B D) Neither A nor B

Last Answer : B) A Boolean expression

Description : Which of the following control expressions are valid for an if statement? A) an integer expression B) a Boolean expression C) either A or B D) Neither A nor B

Last Answer : B) a Boolean expression

Description : Solve the following equations (where `[*]` denotes greatest integer function and `{*}` represent fractional part function and sgn represents signum fu

Last Answer : Solve the following equations (where `[*]` denotes greatest integer function and `{*}` represent fractional part function ... 2[x]=3x`, `0 le x le 2`

Description : What is the integer that represents the correct answer an airplane climbing to an elevation of 26000 ft?

Last Answer : 1

Description : Select the incorrect option : a) (101)10 = (1100101)2 b) G is valid in hexadecimal system. c) C represents 12 d) The base of a decimal number system is 10.

Last Answer : Answer: b Explanation: G is not a valid hexadecimal number. In this system , only representations from A to E are used to represent the numbers from 10 to 15. The base of the hexadecimal number system is 16

Description : Select the code, which is not correct about Venn diagram: (A) Venn diagram represents propositions as well as classes. (B) It can provide clear method of notation. (C) It can be either valid or invalid. (D) It can provide the direct method of testing the validity.

Last Answer : (C) It can be either valid or invalid. 

Description : Which of the codes given below contains only the correct statements? Select the code: Statements: (a) Venn diagram represents the arguments graphically. (b) Venn diagram can enhance our understanding. (c) Venn diagram may be called valid or ... and (c) (C) (a), (b) and (d) (D) (b), (c) and (d)

Last Answer : Answer: C 

Last Answer : Kirchhoff’s current law is valid for: Both DC and AC circuits.

Description : Write the given sets in roster form: (a). P = {y: y is an integer and -4 < y < 6}. (b). Q = {y: y is a natural number which is

Last Answer : (i) A = {x: x is an integer and †3 < x < 7} The elements of this set are †2, †1, 0, 1, 2, 3, 4, 5, and 6 only. Therefore, the given set can be written in roster form as A = {†2, †... and 80 only. Therefore, this set can be written in roster form as C = {17, 26, 35, 44, 53, 62, 71, 80}}.

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : If a is a positive rational number and n is a positive integer greater than 1, prove that an is a rational number . -Maths 9th

Last Answer : We know that product of two rational number is always a rational number. Hence if a is a rational number then a2 = a x a is a rational number, a3 = 4:2 x a is a rational number. ∴ an = an-1 x a is a rational number.

Description : Is 9.9 a natural,whole,integer, rational,irrational, or real number?

Last Answer : rational

Description : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Last Answer : If n is a positive integer, then the number of terms in the expansion of `(x+a)^n` is

Description : A number n is a perfect cube only if there is an integer m such that n=__________

Last Answer : A number n is a perfect cube only if there is an integer m such that n=__________

Description : Is the integer 2 the only even prime number?

Last Answer : What is the answer ?

Description : Is -0.462 a whole number or integer?

Last Answer : Neither because it is a decimal number

Description : Why is the following a poor definition for a whole number. A whole number is a positive integer.?

Last Answer : Zero is a whole number.

Description : A number is between -1 and -5 what is least possible integer value of its opposite?

Last Answer : 4

Description : A number is between -1 and -5 what is least possible integer value of its opposite?

Last Answer : 4

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 : Briefly explain how to convert a string representation of a number to a numeric type, such as an Integer or a Double.

Last Answer : All numeric data types have a Parse method that accepts a string parameter and returns the value represented by that string cast to the appropriate data type. You can use the Parse method of each data type to convert strings to that type.

Description : n2 – 1 is divisible by 8, if n is (a) an integer (b) a natural number (c) an odd integer (d) an even integer

Last Answer : (c) an odd integer

Description : What is the remainder when positive integer p' is divided by 3? (A) p' is an even number (B) p' is a perfect square a) If statement (A) alone is sufficient to answer the ... sufficient to answer the question e) If the two statements taken together are still not sufficient to answer the question.

Last Answer : Using (A), we can have p' as 2/4/6/8 etc. we cant determine remainder when divided by 3. Using (B), we can have p' as 1/4/9/16 etc. we cant determine remainder when divided by 3. Using ... be 1/0 (4/16 leave remainder 1, 36 remainder 0). So, we cant determine using both statements. Answer: e)

Description : What percent of the total number of girls in the college do not know Hindi? (rounded off to nearest integer) (1) 38 (2) 46 (3) 48 (4) 36 (5) 43

Last Answer : (5) 43

Description : Develop a program to accept an integer number and print whether it is palindrome or not.

Last Answer : #include<stdio.h> #include<conio.h> void main() { int n,num,rev=0,digit,i; clrscr(); printf("Enter the number: "); scanf("%d",&num); n=num ... ;Number is palindrome"); else printf("Number is not palindrome"); getch(); }

Description : The correct way to round off a floating number x to an integer value is (A) y = (int)(x+0.5) (B) y = int(x+0.5) (C) y = (int)x+0.5 (D) y = (int)((int)x+0.5)

Last Answer : (A) y = (int)(x+0.5)

Description : Suppose the function y and a fuzzy integer number around -4 for x are given as y=(x-3)2+2 Around -4={(2,0.3), (3,0.6), (4,1), (5,0.6), (6,0.3)} respectively. Then f(Around - 4) is given by: (A) {(2,0.6), (3,0.3), ... 6), (3,1), (6,0.6), (11,0.3)} (D) {(2,0.6), (3,0.3), (6,0.6), (11,0.3)}

Last Answer : (C) {(2,0.6), (3,1), (6,0.6), (11,0.3)}

Description : Can you find the smallest radius sphere that has points with integer values?

Last Answer : answer:When you say that there will be 42 points if the x y z are unique, did you mean 48? There are six ways to arrange the numbers and eight combinations of the signs. Besides that, one ... could find a pattern as to which radii cause multiples of eight, we could limit the number of solutions.

Description : How can 1-2+3-4+5.... = 1/4 what isn't a integer?

Last Answer : I give up. How?

Description : What is the smallest integer you can think of that is not interesting?

Last Answer : I think it’s 3. All interest ends with the awesome 2 – the only even prime number.

Description : Can I set a 'limit' on an integer value in a java applet?

Last Answer : At the beginning of the function, always check to see if ‘nowplaying’ is > 9. If it is, set it to 0 and then have the function run normally. I’m familiar with C++, so I can’t really help you with the syntax, but this should be pretty easy.

Description : 2. Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a be any positive integer and b = 6. Then, by Euclid’s algorithm, a = 6q + r, for some integer q ≥ 0, and r = 0, 1, 2, 3, 4, 5, because 0≤r

Description : Use Euclid’s Division Lemma to show that the cube of any positive integer is either of the form 9m, 9m + 1 or 9m + 8 -Maths 10th

Last Answer : Let us consider a and b where a be any positive number and b is equal to 3. According to Euclid's Division Lemma a = bq + r where r is greater than or equal to zero and less than b (0 ≤ r < b) a = 3q + r so ... 8 Where m = (3q3 + 6q2 + 4q)therefore a can be any of the form 9m or 9m + 1 or, 9m + 8.

Description : Show that any positive odd integer is of the form 6q + 1, or 6q + 3, or 6q + 5, where q is some integer. -Maths 10th

Last Answer : Let a' be any positive integer and b = 6. ∴ By Euclid's division algorithm, we have a = bq + r, 0 ≤ r ≤ b a = 6q + r, 0 ≤ r ≤ b [ ∵ b = 6] where q ≥ 0 and r = 0,1, 2, 3, 4, ... numbers. Therefore, any odd integer can be expressed is of the form 6q + 1, or 6q + 3, or 6q + 5 where q is some integer

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : Show that x + a is a factor of xn + an for any odd +ve integer n. -Maths 9th

Last Answer : Let f(x) = xn + an x + a will be the factor of xn + an if f(-a) = 0 Now f(-a) = (-a)n + an = 0 (since n is a odd +ve integer) Thus (x +a) is a factor of xn + an .

Description : Let R be a relation on the set of integers given by a = 2^k .b for some integer k. Then R is -Maths 9th

Last Answer : (c) equivalence relationGiven, a R b = a = 2k .b for some integer. Reflexive: a R a ⇒ a = 20.a for k = 0 (an integer). True Symmetric: a R b ⇒ a = 2k b ⇒ b = 2-k . a ⇒ b R a as k, -k are both ... = 2k1 + k2 c, k1 + k2 is an integer. ∴ a R b, b R c ⇒ a R c True ∴ R is an equivalence relation.

Description : An integer is chosen at random from the first two hundred positive integers. What is the probability that the integer chosen is divisible by 6 or 8 ? -Maths 9th

Last Answer : As there are 200 integers, total number of exhaustive, mutually exclusive and equally likely cases, i.e, n(S) = 200 Let A : Event of integer chosen from 1 to 200 being divisible by 6⇒ n(A) = 33 \(\bigg(rac{200}{6}=33rac{1}{3}\ ... (rac{25}{200}\) - \(rac{8}{200}\) = \(rac{50}{200}\) = \(rac{1}{4}\).

Description : If an integer P is chosen at random in the interval 0 ≤ p ≤ 5, the probability that the roots of the equation x^2 + px -Maths 9th

Last Answer : answer:

Description : Consider the following statements : 1. a^n + b^n is divisible by a + b if n = 2k + 1, where k is a positive integer. -Maths 9th

Last Answer : Statement (1) is correct as for k = 1, n = 2 × 1 + 1 = 3. ∴ a3 + b3 = (a + b) (a2 + b2 – ab) which is divisible by (a + b), statement (2) is also correct as for k = 1, n = 2, ∴ a2 – b2 = (a – b) (a + b) which is divisible by (a – b).

Description : Single and double are the types of (a) Integer data type (b) Decimal numbers -Technology

Last Answer : (d) Date/Time will be the data type because it allows storing date and time format.

Description : An integer takes a storage size of (a) 2 bytes (b) 1 byte -Technology

Last Answer : (a) An integer takes a storage size of 2 bytes.

Description : It is not important to specify an integer value as the width of the border of an image. -Technology

Last Answer : False Width takes an integer values that are in pixels.

Description : Rewrite the following code using switch case: int day=Integer.parseInt(jTextField1.getText()); -Technology

Last Answer : int day=Integer.parseInt(jTextField1.getText());switch(day){case 1:case 2:case 3:case 4:case 5:jOptionPane1.showMessageDialog(this, 'Working Day'); break;case 6:case 7:jOptionPane1.showMessageDialog(this, 'Off Day'); break;default:jOptionPane1.showMessageDialog(this, 'Invalid Entry');}

Description : TypeError: only integer scalar arrays can be converted to a scalar index -Web-Development

Last Answer : answer:

Description : Python: TypeError: 'numpy.float64' object cannot be interpreted as an integer -Web-Development

Last Answer : answer:

Description : Python : round up an integer to the next tens or hundreds -Web-Development

Last Answer : answer:

Description : is -10/12 a integer?

Last Answer : -22

Description : What is the effect of dividing an integer by a real quantity?

Last Answer : You may get a real answer, or not (if the divisor is 0).