Home
|
Tutorial
|
Articles
|
Forum
|
Interview Question
|
Code Snippets
|
News
|
Fun Zone
|
Poll
|
Web Links
|
Certification
|
Search
Welcome :
Guest
Sign In
Register
Win Surprise Gifts!!!
Congratulations!!!
Top 5 Contributors of the Month
Jean Paul
satyapriyanayak
Narayanan
Karthikeyan Anbarasan
JQuery Developer
Find questions, FAQ's and their answers related to .NET, C#, Vb.Net, Sql Server and many more.
Post New Question
Subscribe to Interview Questions
Quick Links For Interview Questions Categories:
ASP.Net
Windows Application
.NET Framework
C#
VB.Net
ADO.Net
Sql Server
SharePoint
Silverlight
OOPs
JQuery
JavaScript/VBScript
Biztalk
Patten/Practices
IIS
WCF
WPF
WWF
Networking
Aptitude
Others
All
Aptitude Interview Questions and Answers
Advantage over COM/DCOM?
Author:
Jegan R
Posted Date: November 03, 2010 Category:
Aptitude
Points: 10
1.It does not have extra interface language (IDL)
2.It Works using purely managed code
3.It's using Common Type System.. No Safearrays etc
Advantage over Web Services?
Author:
Jegan R
Posted Date: November 03, 2010 Category:
Aptitude
Points: 10
1.It works using purely Commmon Type System.
2.It supports high speed binary over tcp/ip communication.
define fall time?
Author:
Jegan R
Posted Date: November 03, 2010 Category:
Aptitude
Points: 10
the time required to change the voltage level from 90% to 10% is known as fall time(tf)
define rise time?
Author:
Jegan R
Posted Date: November 03, 2010 Category:
Aptitude
Points: 10
The time required to change the voltage level from 10% to 90% is known as rise time(tr)
what is a master slave flip flop?
Author:
Jegan R
Posted Date: November 03, 2010 Category:
Aptitude
Points: 10
master slave flip flop consist of two flip flop where
1.circuit serves as a master
2.And the other as a slave
Complte the following series?
1000 200 40 _
Author:
Rajshree
Posted Date: September 17, 2010 Category:
Aptitude
Points: 10
8
1000/5=200
200/5=40
40/5=5
Try to answer the output of this question.
Author:
Nikhil Kumar
Posted Date: August 26, 2010 Category:
Aptitude
Points: 10
main ()
if('Z' < 'z')
printf("\nINdia is on move.");
else
printf(\nIndians are loosing values.");
}
OutPut_
India is on move.
Because ASCII value of 'Z' is 90 which is less then the ASCII value of 'z'= 122 turns the if condition true.
What will be the output of this c program. ?
Author:
Nikhil Kumar
Posted Date: August 26, 2010 Category:
Aptitude
Points: 10
main ()
{
int i = 65;
char j ='A';
printf("\n %d %d",i,j);
printf("\n %c %c",i,j);
if(i==j)
printf("God is Great");
else
printf("It's difficult fo judge");
}
OutPut_
65 65
A A
God is Great
The output tells two things i.e. printf is capable of converting int into char and vice versa, and secondly if we compare int variable with char variable then ASCII value of that char variable is compared.
Cheers !
About Printf.
Author:
Nikhil Kumar
Posted Date: August 26, 2010 Category:
Aptitude
Points: 10
Printf is capable to convert int into char & char into int.
If we compare int variable with the char then the ASCII value of that char variable is compared.
Cheers !
What is TERAFLOP ?
Author:
Nikhil Kumar
Posted Date: August 26, 2010 Category:
Aptitude
Points: 10
TERAFLOP is a computer speed which is trillion floating point operations per second.
Cheers !
« Previous
1
2
3
4
Next »
Hall of Fame
Twitter
Terms of Service
Privacy Policy
Contact Us
Archives
Tell A Friend