Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

TCS HTML DHTML Interview Questions
Questions Answers Views Company eMail

Q1: Design a website for newspapers and magazine portal which takes subscription order online through a credit card and makes home delivery. It should include the following: • Home page containing pull down menu box for the links using VBScript. • It should display the current date and time. • The home page should have link of the current news, archieve, FAQ, sitemap, weather, business, sports, world news, etc. • It should have also search faculty • The breaking news should appear scrolling on the top form. • The home page should be divided into a number of frames for displaying and each frame should be filled up with different back ground colour. • The logo of the company should be displayed on the top • The middle frame should be used for displaying video/image • The headline should be at the right side of the page • The lowermost frame should be used for showing links of the most popular articles of the month. • Perform validation checks on credit card number.

1 3339

if i have a parent sequence with the property set- exit on success, n the try sequence block set to exit on success, n the catch sequence block too set to failure, what is the result?

1475

Post New TCS HTML DHTML Interview Questions


TCS HTML DHTML Interview Questions


Un-Answered Questions

What can you do if the expression contains more than one line?

158


What is the purpose of bootstrap files?

474


Explain me why do we use msmq?

551


Why is the main method static?

592


What is the gross weight to copper ratio in slip ring induction motor of 4000 HP,6.6 kv, 372amp, 992 rpm GE motor.

1896






We can define our own exchange rate types and use them instead of the defaulted types, ‘m’, ‘b’ and ‘g’. How can we overwrite default types in sd?

631


You have three adjacent parallel metal lines. Two out of phase signals pass through the outer two metal lines. Draw the waveforms in the centre metal line due to interference. Now, draw the signals if the signals in outer metal lines are in phase with each other

949


Tell me what is https/ssl update?

436


How frequent the do their releases?

5


#include #include #include #include void select(char *items, int count); int main(void) { char s[255]; printf("Enter a string:"); gets(s); select(s, strlen(s)); printf("The sorted string is: %s.\n", s); getch(); return 0; } void select(char *items, int count) { register int a, b, c; int exchange; char t; for(a = 0; a < count-1; ++a) { exchange = 0; c = a; t = items[ a ]; for(b = a + 1; b < count; ++b) { if(items[ b ] < t) { c = b; t = items[ b ]; exchange = 1; } } if(exchange) { items[ c ] = items[ a ]; items[ a ] = t; } } } design an algorithm for Selection Sort

2055


i want to know the interview format fot gail, instrumentation. pls answer me in habib.sami1003@gmail.com

2654


How should I use sorted queues? : BEA Weblogic

564


What happens when you return a reference to a private variable?

520


how can you declare a block in Ruby?

485


What is the default input type in MapReduce?

383