ChipCenter Questlink
SEARCH CHIPCENTER
Search Type:
Search for:




Knowledge Centers
Product Reviews
Data Sheets
Guides & Experts
News
International
Ask Us
Circuit Cellar Online
App Notes
NetSeminars
Careers
Resources
FAQ
EE Times Network
Electronics Group Sites

Questions 1&2


Circuit Cellar Online
THE MAGAZINE FOR COMPUTER APPLICATIONS
Circuit Cellar Online offers articles illustrating creative solutions
and unique applications through complete projects, practical
tutorials, and useful design techniques.

WHAT'S YOUR ENGINEERING QUOTIENT?

Test Your EQ

Problem 3Assume you have an array that contains a number of strings. Each string is a word from the dictionary. Your task is to devise a way to determine and display all of the anagrams within the array. Two words are anagrams if they contain the same characters; for example, "tales" and "slate" are anagrams.

ANSWER Go


Problem 4Write a one-line non-looping C expression to test whether an integer is a power of 2.

ANSWER Go


Problem 5What is Moore's law?

ANSWER Go


Problem 6Which resistor dissipates more heat in each of the following circuits?

ANSWER Go


Problem 7Identify whether the transistor is in the active region or saturation region in the circuit shown below.

ANSWER Go


Problem 8What is the output of the following C program?


#include <stdio.h>
main ()
{
int i=5;
printf("%d %d %d", i, i++, ++i);
} 

ANSWER Go

3-01

Click here to get your listing up.

Copyright © 2003 ChipCenter-QuestLink
About ChipCenter-Questlink  Contact Us  Privacy Statement   Advertising Information  FAQ