Quantitative Aptitude

Number System and Digits

374 Questions

Number system and digits questions test the ability to manipulate numbers, identify significant digits, and form specific values. These problems often require finding missing digits or determining the properties of large sums. They form a vital component of the quantitative aptitude section.

Number formationMissing digitsSignificant digitsLargest and smallest numbersDigit sum properties

Number System and Digits Questions

Multiple choice softskills communication
  1. 8

  2. 2

  3. 5

  4. Cannot be determined

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Let the number be 10x + y where x and y are digits. The interchange gives 10y + x. Their average is (11x + 11y)/2 = 9, so x + y = 18/11 which is not an integer. For a valid two-digit number, x + y must be an integer between 1 and 18. The conditions create an impossible scenario, so the difference cannot be uniquely determined from the given information.

Multiple choice technology programming languages
  1. (1) Using 5 to 9 digits is 35% faster than using 1 to 4 digits.

  2. (2) Using 10 to 18 digits is 2200% slower than using 1 to 4 digits.

  3. (3) using an odd number of digits is 5% to 20% faster than using an even number of digits

  4. (4) Using the 16 to 18 digits is up to 140% slower than using 1 to 15 digits

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

COMP-5 performance degrades significantly with larger digit counts due to increased computational complexity. Using 10-18 digits is dramatically slower (over 20x) than using 1-4 digits because each additional digit requires more processing power for arithmetic operations and storage management.

Multiple choice technology programming languages
  1. (1) 40

  2. (2) 45

  3. (3) 31

  4. (4) 18

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The ARITH(EXTEND) compiler option extends the maximum number of digits allowed in numeric fields from the standard 18 digits to 31 digits. This extended precision enables handling of larger numeric values in computations without losing accuracy or requiring programmatic workarounds.

Multiple choice technology programming languages
  1. (1) 40

  2. (2) 45

  3. (3) 31

  4. (4) 18

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

The ARITH(COMPAT) compiler option maintains compatibility with earlier COBOL compilers by limiting numeric precision to 18 digits maximum. This ensures consistent behavior with legacy systems and prevents precision-related issues when migrating or interfacing with older COBOL code.

Multiple choice technology programming languages
  1. because combinations of zeros and ones can represent any numbers and characters.

  2. because digital devices have two stable states and it is natural to use one state for 0 and the other for 1.

  3. because binary numbers are simplest

  4. because binary numbers are the bases upon which all other number systems are built.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Digital electronic circuits have two stable states (on/off or high/low voltage), which map naturally to binary digits 0 and 1. While it's true that binary can represent any data (option A), that's a consequence not the cause. Option C is too vague, and option D is incorrect - other number systems exist independently.

Multiple choice technology mainframe
  1. 8

  2. 9

  3. 18

  4. 19

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In standard COBOL, numeric fields (PIC 9 or PIC S9) can have a maximum of 18 total digits, regardless of where the decimal point falls. This includes both integer and fractional portions combined. The 18-digit limit is a fundamental constraint in COBOL numeric data types.

Multiple choice technology
  1. 10 digits consisting of alphabets and numbers

  2. 10 digits consisting of alphabets alone

  3. 12 digits consisting of alphabets and numbers

  4. 12 digits consisting of alphabets alone

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

An ISIN is a 12-digit code consisting of both alphabets and numbers. The structure includes a 2-letter country code, a 9-character national security identifier (which can be alphanumeric), and a single check digit. It is never purely alphabetic or purely numeric - it always contains both.

Multiple choice technology programming languages
  1. 2

  2. 1

  3. 3

  4. 4

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The number trick works because subtracting the digit sum from a number makes the result divisible by 9. After deleting one digit and summing the remaining three, the missing digit can be deduced from the sum modulo 9. When the sum of three digits is 0, 9, or 18, there are exactly two possibilities for the deleted digit (0 or 9), making the maximum 2 possibilities.

Multiple choice technology mainframe
  1. 5 & 11 respectively

  2. 10 & 12 respectively

  3. 10 & 15 respectively

  4. None of the above.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In the 15-digit External CM number format, position 10 represents the Cycle Cut Number and position 12 is the Replacement digit. These specific positions are standardized within the CM numbering system to track card lifecycle events. Options A and C use incorrect position references.

Multiple choice technology mainframe
  1. Billing digit

  2. Billing cycle

  3. Check digit

  4. Replacement digit

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The 8th digit in the external card number represents the billing cycle. This digit determines when the customer's statement is generated and payment is due. Billing digit and check digit are different concepts - check digits are for validation (often the last digit), and replacement digit would indicate a reissued card.

Multiple choice technology testing
  1. 12,10 and 10

  2. 10,12 and 10

  3. 10,10 and 12

  4. 10,10 and 11

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

In telecom billing systems, Billing Account Numbers (BAN) typically have 10 digits, Customer Account Numbers (CAN) have 12 digits, and Cellular Telephone Numbers (CTN) representing subscription lines contain 10 digits. The other options are incorrect as they misrepresent the standard digit lengths for these distinct identifiers.