Leetcoaching in GCC(for polytechnic Diploma Students)
4.14K subscribers
1.26K photos
14 videos
1.06K files
2.02K links
GCC MOTIVE- TOP GOVT.COLLEGE AFTER DIPLOMA FOR B.TECH |WHAT AFTER DIPLOMA/POLYTECHNIC-JOIN GCC FOR PERFECT GUIDANCE DIPLOMA
GCC Main Branch Address A-12, First Floor, G.T.K ROAD,100 NO.BUS STAND, Adarsh Nagar metro station www.leetcoaching.com@8744886600
Download Telegram
A sum of money amounts to Rs. 28,000 in 2 years at 20 % simple interest per annum. Find the sum.
Anonymous Quiz
10%
10000
42%
20000
25%
33000
23%
40000
👍4
A man borrowed a certain sum of money at the rate of 6 % per annum for the first two years, 9% per annum for the next three years, and 14% per annum for the period beyond 5 years.Continue the question in option a
Anonymous Quiz
27%
If he pays a total interest of Rs. 22,800 at the end of 9 years, find the amount he borrowed.
23%
24000
28%
25000
17%
26000
5%
27000
At what annual rate of interest will a sum of money be thrice in 10 years
Anonymous Quiz
11%
12
36%
10
24%
15
29%
20
The simple interest on a sum of money in 5 years at 12 % per annum is Rs. 400 less than the simple interest accrued on the same sum in 7 years at 10 % per annum. Find the sum
Anonymous Quiz
13%
2000
51%
4000
30%
5000
6%
6000
A sum of Rs. 1000 was lent to two people, one at the rate of 5 % and the other at the rate of 8 %. If the simple interest after one year is Rs. 62, find the sum lent at each rate.
Anonymous Quiz
18%
100
33%
300
34%
200
15%
400
Calculate the simple interest on a loan of $2,000 taken for 2 years at an interest rate of 6% per year.
Anonymous Quiz
5%
100
23%
120
23%
200
50%
240
John takes out a personal loan from his local bank for $15,000 to remodel his kitchen. The bank offers him a simple interest rate of 4.5% per year. If John plans to repay the loan in 5 years, how much will he pay in interest by the end of the loan period?
Anonymous Quiz
21%
10000
31%
15000
31%
20000
18%
25000
The average monthly salary of A and B is Rs. 7000. The average monthly salary of B and C is Rs. 8500, and the average monthly salary of A and C is Rs. 9000. What is the monthly salary of A?
Anonymous Quiz
18%
6000
44%
7500
28%
8500
10%
10000
The average age of a father, mother, and their daughter 4 years ago was 30 years, and that of the mother and daughter 6 years ago was 25 years. What is the present age of the father?
Anonymous Quiz
12%
20
46%
40
38%
60
3%
80
In the first 12 overs of a cricket match, the run rate was 5.5. What should be the run rate in the remaining 38 overs to reach the target of 300 runs?
Anonymous Quiz
23%
7 run per over
34%
9 run per over
27%
20 run per over
16%
None of these
A baker has sales of Rs. 7800, Rs. 8200, Rs. 7900, Rs. 8600, and Rs. 8100 for 5 consecutive months. How much sale must he have in the sixth month to achieve an average sale of Rs. 8000?
Anonymous Quiz
9%
2000
32%
6000
39%
8000
20%
10000
A student's score was incorrectly recorded as 75 instead of 65. Because of this error, the class average increased by 0.4 marks. What is the total number of students in the class?
Anonymous Quiz
12%
10
28%
15
33%
20
27%
25
👍1
A grocery store purchases flour at Rs. 12, Rs. 15, and Rs. 18 per kilogram in three consecutive months. If the store spends Rs. 6000 each month, what is the average cost per kilogram of flour after the three months?
Anonymous Quiz
12%
12
57%
15
27%
17
4%
19
If the average score of four groups of 30, 40, 35, and 50 students is 70, 75, 80, and 65 respectively, what is the overall average score of all the students combined?
Anonymous Quiz
12%
20
39%
60
39%
72
11%
80
20 IMP QUESTIONS OF CUET COMPUTER SCIENCE BASED ON PYQ
1. Cable TV network is an example of:
Anonymous Quiz
25%
1. PAN
45%
2. LAN
13%
3. MAN
17%
4. WAN
2. Which of the following is not a built-in exception in Python?
Anonymous Quiz
16%
1. SyntaxError
16%
2. ValueError
45%
3. IOError
23%
4. RuntimeError
3. Which function is used to count the number of values in the specified column ignoring null values?
Anonymous Quiz
41%
1. count(*)
34%
2. count(column)
18%
3. count(column)
7%
4. sum(column)
4. ____ is a unique address that can be used to uniquely identify each node in a network.
Anonymous Quiz
26%
1. MAC address
69%
2. IP address
4%
3. TCP
1%
4. NIC
5. Write the Python statement to open a text file "notes.txt" in both read and write mode.
Anonymous Quiz
18%
1. f = open ("notes.txt", "r")
54%
2. f = open ("notes.txt", "r+")
9%
3. f = open ("notes", "r")
19%
4. f = open ("notes.txt")
10. Which of the following functions returns an integer that specifies the current position of the file object in the file?
Anonymous Quiz
18%
1. tell()
40%
2. seek()
33%
3. find()
9%
4. read()