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

Apporva Arya
Shared from MCA Mock - 1 on May 11, 2018 2:00 PM
Show common data

If we know that Dimple is working on a particular day but don?t know whether anyone else is working, that day could be all of the following EXCEPT

 
Monday
Tuesday
Wednesday
Thursday
Please type your answer before submitting.

No it cant be monday

Apporva Arya
Shared from MCA Mock - 1 on May 11, 2018 12:33 PM

The number of lines with slope 5 having intercept of length d between the coordinate axis is

 
1
2
4
infinite
Please type your answer before submitting.

Isnt " d" a variable? hence changing values of d with same slope,line equation will be infinite

Apporva Arya
Shared from MCA Mock - 1 on May 11, 2018 12:30 PM

The digits 1, 2, 3, 4, 5, 6, 7, 8 and 9 are written in a random order to form a nine-digit number. The probability that this number is divisible by 4 is

 
None of these
Please type your answer before submitting.

Total 2 digit pairs divisible by 4 must be 16( 92,96) must be included too

Mitul Vanjara
Shared from MCA Mock test on Mar 24, 2018 1:29 AM

The number of squares in the following diagram is

 
27
25
30
None of these
Please type your answer before submitting.

There are 27 squares shows in explanation but that option doesn't include in options and correct answer show 25 ....

Kunalkatkade
Shared from CET (Mah) - MCA: Test 3 on Mar 21, 2018 12:07 PM

What is the meaning of the following catch block?

catch(...)
{
Statements;
}

 
Handle any exception that is not caught by other handlers
Handle all I/O exceptions
Handle all exceptions
None of these
Please type your answer before submitting.

The ellipsis (...) is used by catch statement to handle all those exceptions that are not caught by other handlers.