Sunday, 16 October 2011

Technical Questions on Digital Electronics

if we are measuring dc voltage of battery then why would we get ac voltage component in it? A signed no is stored in 10-bit register, what is the max and min possible value of the number. Cadence Which range of signals are used for terrestrial transmission? what happen when unit step signal is applied to a integrater circuit.explain with graph BARC How can you convert an SR Flip-flop to a JK Flip-flop? differnce between timer & counter TCS HI FRDS AM saranya i did BE (2009 PASSOUT)I PLAN TO DO DOTNET. CAN ANYBODY TELL ME WHICH TRINEE CENTRE WILL BE BEST FOR DOTNET WITH PLACEMENTS What are Rectifiers and what is the use of it? i/p sec of atransformer is 230V 5a o/p spc is 12v 1a so i/p power will be 1150w o/p power will be 12w then how the power transfer theorm...

Technical Interview PHP tutorial

Here is some PHP Interview Questions, that will helpfull to PHP Interview Candidates 1. What is CAPTCHA? CAPTCHA stands for Completely Automated Public Turing Test to tell Computers and Humans Apart. To prevent spammers from using bots to automatically fill out forms, CAPTCHA programmers will generate an image containing distorted images of a string of numbers and letters. Computers cannot determine what the numbers and letters are from the image but humans have great pattern recognition abilities and will be able to fairly accurately determine the string of numbers and letters. By entering the numbers and letters from the image in the validation field, the application can be fairly assured that there is a human client using it. To read more look here: http://en.wikipedia.org/wiki/Captcha 2....

Technical Interview "C" Q & A Part 2

Predict the output or error(s) for the following: 1. main() { int i, n; char *x = “girl”; n = strlen(x); *x = x[n]; for(i=0; i { printf(“%s\n”,x); x++; } } Answer: (blank space) irl rl l Explanation: Here a string (a pointer to char) is initialized with a value “girl”. The strlen function returns the length of the string, thus n has a value 4. The next statement assigns value at the nth location (‘\0’) to the first location. Now the string becomes “\0irl” . Now the printf statement prints the string after each iteration it increments it starting position. Loop starts from 0 to 4. The first time x[0] = ‘\0’ hence it prints nothing and pointer value is incremented. The second time it prints from x[1] i.e “irl” and the third time it prints “rl” and the last time it prints “l” and...

Search here for "Freshers Jobs"