how should we start our self introduction.what is the sequence should we follow.like after our name then what we have to say.
41 553893Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2?s complement representation
1 8694There are 2 Flip_Flop with logic between them. Given Clock to Q delay, logic prop. delay, set up and hold times specify maximum clock frequency of system. What happens if second output fed back to first input. Any changes? What happens with timing if second output is fed back to logic between the flops? Good Luck!
1 7615Write an implementation of “float stringToFloat(char *str).” The code should be simple, and not require more than the basic operators (if, for, math operators, etc.). • Assumptions • Don’t worry about overflow or underflow • Stop at the 1st invalid character and return the number you have converted till then, if the 1st character is invalid return 0 • Don’t worry about exponential (e.g. 1e10), instead you should treat ‘e’ as an invalid character • Write it like real code, e.g. do error checking • Go though the string only once • Examples • “1.23” should return 1.23 • “1a” should return 1 • “a”should return 0
6 10608What is the difference b/n any GPOS and RTOS?Give suitable examples or characteristic of RTOS to support your answer. What changes can be done in a GPOS to make it work like a RTOS? What basic features will you support, if you have to design a RTOS?
8 30692Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 390431.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 168821.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 10987Post New Qualcomm Interview Questions
Why do we have servlet wrapper classes?
what is the use of wtk?
What is the function module to convert currency?
How to securely parse and manipulate your HTML data in AngularJS?
What is ci framework in php?
What is mean by relational and object dbms?
how require to interprit the method precision data of hptlc?
Can we publish process into control room ?
Can you describe an example of how autonomous systems are used in industrial automation for improved manufacturing?
write a program that reads in a file and counts the number of lines, words, and characters. Your program should ask the user to input a filename. Open the file and report an error if the file does not exist or cannot be opened for some other reason. Then read in the contents of the file and count the number of lines, words, and characters in the file. Also print additional information about the file, such as the longest and shortest words, and longest and shortest lines. For simplicity, we define a word to be one or more characters ending with white space (a space, tab, carriage return, etc.). Functions for checking the types of characters can be found in the ctype.h header file, so you want to include this header file in your program. For example, the sentence below could be all that is in a file. This sentence IT 104 is taught in C++. has 32 characters, one line, and six words. The shortest line is 32 characters. The longest line is 32 characters. The shortest word is 2 characters. The longest word is 6 characters
How to insert a row in a table in word?
Why does pre-emptive multi-threading used to solve the central controller problem?
Can we pass a primitive type by reference in java? How
What exactly is the price of selenium test-suite?
What is attribute and reflection in c#?