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 Computer architect

Ayush
Shared from Computer Networks on Feb 25, 2014 2:56 PM

What is the maximum size of the data portion of an IP data gram?

 
65, 535 bytes
65, 515 bytes
65, 475 bytes
65, 444 bytes
Please type your answer before submitting.

Maximum size of IP datagram is 65535 bytes. Minimum size of IP header is 20 bytes. Therefore, maximum size of IP data is 65535-20 = 65515 bytes . Please correct your answer.

Sunil Sukhwal
Shared from Computer Networks on Jan 28, 2014 11:17 AM

The LAN standard is also known as

 
IEEE 802.3
IEEE 802.5
IEEE 802.6
802.11
Please type your answer before submitting.

A

Rasika
Shared from Programming Test on Jan 16, 2014 2:28 PM

What will be the output of the given function?void main()
{
int a=1,b=2,c=3,d=4;
printf("%d",!a?b?!c:!d:a);
}

 
1
0
No output
Error
Please type your answer before submitting.

Void main() { int a=1,b=2,c=3,d=4; printf("%d",!a?b?!c:!d:a); }

TCY
Shared from SQL Oracle on Jan 15, 2014 8:16 AM

SQL stands for

 
Standard Query Language
Structured Query Language
Server Query Language
Second Query Language
Please type your answer before submitting.

B

Paramveer Singh
Shared from Basics of Data Structures on Jan 09, 2014 5:23 PM

A stack can be used to

 
allocate resources by the operating system
to schedule jobs on round-robin basis
process procedure call in program
none of these
Please type your answer before submitting.

??????