Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

All posts related to Mca entrance

Bca Class
Shared from Circle - 3 on May 15, 2018 10:10 PM

The intercepts made by the circle x2 + y2 - 5x - 13y - 14 = 0 on x-axis and y-axis respectively are

 
5, 15
6, 15
9, 15
none of these
Please type your answer before submitting.

Solution

Subham Modi
Shared from Circle - 3 on May 14, 2018 3:03 PM

The value of k, for which the circles x2 + y2 – 3x + ky – 5 = 0 and 4x2 + 4y2 – 12x – y – 9 = 0 become concentric, is

 
1 8
− 1 8
1 4
− 1 4
Please type your answer before submitting.

On making the other equation in general form and comparing both the euation we could get the value of k.

Apporva Arya
Shared from NIMCET Mock - 5 on May 12, 2018 1:50 PM

How many proper subsets of {1, 2, 3, 4, 5, 6, 7} contain the numbers 1 and 7?

 
7
31
32
62
Please type your answer before submitting.

I didnt get the sol

Apporva Arya
Shared from MCA Mock - 1 on May 11, 2018 2:03 PM

What would be the output of the following program?
main( )
{
char str[ ] = ?Part-time musicians are
semiconductors? ;
int a = 5 ;
printf ( a > 10 ? "%50s" : "%s", str ) ;
}

 
Part time musicians are semiconductors
Part-time musicians are semiconductors
Error
None of the above
Please type your answer before submitting.

Whats diff in option a and b?

Apporva Arya
Shared from MCA Mock - 1 on May 11, 2018 2:02 PM

What will be the output of the following algorithm?
STEP 1: Start
STEP 2: Let a = 1
STEP 3: Print a
STEP 4: Let b = 1
STEP 5: Print b
STEP 6: Let i = 5
STEP 7: Let the value of c = a + b
STEP 8: Let the value of i = i - 1
STEP 9: If the value of i = 0 then goto STEP 14
STEP 10: Print the value of c
STEP 11: Let the value of a = b
STEP 12: Let the value of b = c
STEP 13: Goto STEP 7
STEP 14: Stop

 
1 1 2 3 5 8
1 1 2 3 5
1 1 2 3 5 8 13
None of these
Please type your answer before submitting.

? is printed in que instead of - in step 8