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 553771Design a circuit for A + abs(B) = C, where A and B are 4 bits wide and 2?s complement representation
1 8683There 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 7609Write 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 10588What 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 30669Given n nodes. Find the number of different structural binary trees that can be formed using the nodes.
16 389931.find the second maximum in an array? 2.how do you create hash table in c? 3.what is hash collision
9 168591.write a program to merge the arrays 2.write efficient code for extracting unique elements from a sorted list of array?
3 10973Post New Qualcomm Interview Questions
I have one mdf file and 11 ldf files for a db, but all the ldf files are crashed then how can u recover the ldf files in db?
Can we store a string and integer together in an array?
How does bubble sort work?
How will you create a hello world! Wordpress theme?
How to find which stored procedure is currently running in sql server?
What is eventemitter in angular?
How do you implement delegates in swift?
What are the looping structures available in ruby?
Can I put windows 10 on my android tablet?
What is a package in java? List down various advantages of packages.
How do you document your SAP BODI integration processes, job designs, and transformations? How would you share this knowledge with your team?
How can I make my site public? By default, all sites are created private at sharpoint?
How to Insert Genomic DNA into yeast ?
Which of the collections allows null as the key?
Differentiate between late binding and early binding. What are the advantages of early binding?