Computer Science Engineering (CSE) Exam  >  Computer Science Engineering (CSE) Tests  >  Digital Logic  >  Test: Number System- 2 - Computer Science Engineering (CSE) MCQ

Test: Number System- 2 - Computer Science Engineering (CSE) MCQ


Test Description

10 Questions MCQ Test Digital Logic - Test: Number System- 2

Test: Number System- 2 for Computer Science Engineering (CSE) 2024 is part of Digital Logic preparation. The Test: Number System- 2 questions and answers have been prepared according to the Computer Science Engineering (CSE) exam syllabus.The Test: Number System- 2 MCQs are made for Computer Science Engineering (CSE) 2024 Exam. Find important definitions, questions, notes, meanings, examples, exercises, MCQs and online tests for Test: Number System- 2 below.
Solutions of Test: Number System- 2 questions in English are available as part of our Digital Logic for Computer Science Engineering (CSE) & Test: Number System- 2 solutions in Hindi for Digital Logic course. Download more important topics, notes, lectures and mock test series for Computer Science Engineering (CSE) Exam by signing up for free. Attempt Test: Number System- 2 | 10 questions in 30 minutes | Mock test for Computer Science Engineering (CSE) preparation | Free important questions MCQ to study Digital Logic for Computer Science Engineering (CSE) Exam | Download free PDF with solutions
Test: Number System- 2 - Question 1

Find the sum of the factors of 3240

Detailed Solution for Test: Number System- 2 - Question 1

Given:
3240
Concept:
If k = ax × by, then
a, and b must be prime number 
Sum of all factors = (a0 + a1 + a2 + ….. + ax) (b0 + b1 + b2 + ….. + by)
Solution:
3240 = 23 × 34 × 51
Sum of factors = (20 + 21 + 22 + 23) (30 + 31 + 32 + 33 + 34) (50 + 51)
⇒ (1 + 2 + 4 + 8) (1 + 3 + 9 + 27 + 81) (1 + 5)
⇒ 15 × 121 × 6
⇒ 10890
∴ required sum is 10890

Test: Number System- 2 - Question 2

Find which of the following are twin Primes.

Detailed Solution for Test: Number System- 2 - Question 2

Concept used:
A twin prime is a prime number that is either 2 less or 2 more than another prime number.
The difference between the twin prime number is always two.
In twin prime number, both the number should be the prime number.

Calculation:
Twin primes are pairs of successive primes that differ by two. 
The primes from 1 to 100 are 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, 67, 71, 73, 79, 83, 89, 97

Options:
(37, 41) - Difference between them is 4.
(3, 7) - The difference between them is 4.
(43, 47) - Difference between them is 4.
(71, 73) - Difference between them is 2.
Here, in the given option (71 and 73) are prime numbers and their difference is '2'.

1 Crore+ students have signed up on EduRev. Have you? Download the App
Test: Number System- 2 - Question 3

Four bells ring simultaneously at starting and an interval of 6 sec, 12 sec, 15 sec and 20 sec respectively. How many times they ring together in 2 hours?

Detailed Solution for Test: Number System- 2 - Question 3

Given:
Four bells ring simultaneously at starting and an interval of 6 sec, 12 sec, 15 sec and 20 sec respectively.
Concept:
LCM: It is a number which is a multiple of two or more numbers.
Calculation:
LCM of (6, 12, 15, 20) = 60
All 4 bells ring together again after every 60 seconds
Now,
In 2 Hours, they ring together = [(2 × 60 × 60)/60] times + 1 (at the starting) = 121 times
∴ In 2 hours they ring together for 121 times

Mistake Points
In these type of question we assume that we have started counting the time after first ringing. Due to this when we calculate the LCM it gives us the ringing at 2nd time not the first time. So, we needed to add 1.

Test: Number System- 2 - Question 4

The HCF and LCM of two numbers are 24 and 168 and the numbers are in the ratio 1 ∶ 7. Find the greater of the two numbers. 

Detailed Solution for Test: Number System- 2 - Question 4

Given:
HCF = 24
LCM = 168
Ratio of numbers = 1 ∶ 7.
Formula:
Product of numbers = LCM × HCF
Calculation:
Let numbers be x and 7x.
x × 7x = 24 × 168
⇒ x2 = 24 × 24
⇒ x = 24
∴ Larger number = 7x = 24 × 7 = 168.

Test: Number System- 2 - Question 5

If the 5-digit number 676xy is divisible by 3, 7 and 11, then what is the value of (3x - 5y)?

Detailed Solution for Test: Number System- 2 - Question 5

Given:
676xy is divisible by 3, 7 & 11
Concept:
When 676xy is divisible by 3, 7 &11, it will also be divisible by the LCM of 3, 7 &11. 
Dividend = Divisor × Quotient + Remainder
Calculation:
LCM (3, 7, 11) = 231
By taking the largest 5-digit number 67699 and divide it by 231.
∵ 67699 = 231 × 293 + 16
⇒ 67699 = 67683 + 16 
⇒ 67699 - 16 = 67683 (completely divisible by 231)
∴ 67683 = 676xy (where x = 8, y = 3)
(3x - 5y) = 3 × 8 - 5 × 3
⇒ 24 - 15 = 9 
∴ The required result = 9

Test: Number System- 2 - Question 6

If the number A381 is divisible by 11, then what is the value of A?

Detailed Solution for Test: Number System- 2 - Question 6

A number is divisible by 11 if the difference of the sum of digits on odd places and the sum of digits on even places is zero or divisible by 11. So, we have the number A381.
Hence, (A + 8) - (3 + 1) = either 0 or multiple of 11
If we put A = 7, then we get
(7 + 8) - (3 + 1) = 15 - 4 = 11 (Which is divisible by 11).

Test: Number System- 2 - Question 7

Suppose there is a number 'n'. When 'n' is divided by 5, the remainder will be 2. What will be the remainder when n2 is divided by 5?

Detailed Solution for Test: Number System- 2 - Question 7

According to the question when 'n' is divided by 5, we will get the remainder 2
n/5 = remainder 2
On putting n =7, and on dividing it with 5 we will get remainder 2
So, n = 7, and n2 = 49
n2/5 = 49/5 = remainder 4

Test: Number System- 2 - Question 8

What will be the value of x, if 5(x + 3) = 25(3x - 4)?

Detailed Solution for Test: Number System- 2 - Question 8

Given, 5(x + 3) = 25(3x - 4)
We can write it as -
5(x + 3) = 52 x (3x - 4)
Or,
x + 3 = 2(3x - 4)
x + 3 = 6x - 8
or, 5x = 11
So, x = 11/5

Test: Number System- 2 - Question 9

What will be the value of a3 - 3a2 + 3a + 3b + 3b2 + b3, if a = -4, and b = -2?

Detailed Solution for Test: Number System- 2 - Question 9

Given a = -4 and b = -2
On putting the values in the given equation, we will get -
(-4)3 - 3 x (-4)2 + 3 x (-4) + 3 x (-2) + 3 x (-2)2 + (-2)3
= -64 - 48 - 12 - 6 + 12 - 8
= -126

Test: Number System- 2 - Question 10

If the ratio of two positive numbers is 7 : 9 and their product is 1575, then the greatest number is -

Detailed Solution for Test: Number System- 2 - Question 10

Given ration 7 : 9
So, let the numbers be 7a and 9a. According to the question -
7a * 9a = 1575
63a2 = 1575
a2 = 1575/63
Or a2 = 25
And a =5
So, the two numbers will be -
7a = 7 * 5 = 35
And 9a = 9 * 5 = 45
Hence, the greater number is 45 between the given numbers.

32 docs|15 tests
Information about Test: Number System- 2 Page
In this test you can find the Exam questions for Test: Number System- 2 solved & explained in the simplest way possible. Besides giving Questions and answers for Test: Number System- 2, EduRev gives you an ample number of Online tests for practice

Top Courses for Computer Science Engineering (CSE)

32 docs|15 tests
Download as PDF

Top Courses for Computer Science Engineering (CSE)