Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and the Yahoo Answers website is now in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
![](https://s.yimg.com/ag/images/4680/39009786396_e95adc_64sq.jpg)
RunXC
PR's XC/Road Races: (5k - 16:31) (8k - 27:10) (10k - 36:48) (Last run in 08) Track: (3200 - 9:54) (1600 - 4:43) (1200 - 3:23) (800 - 2:00) (400 - 0:52) 2x All State SC-AAAA XC
Which memory technologies do not need to be refreshed?
Which memory technologies do not need to be refreshed?
EPROM
Masked ROM
SRAM
OTP, PROM
NVRAM
Flash
EDO
DRAM
SDRAM
EEPROM
FPM
Thanks
1 AnswerOther - Hardware9 years agowhy am i getting a Floating point exception?
int get_digit(long number, int position) {
int digit;
digit = number % (10 ^ (position + 1));
digit = digit / (10 ^ position);
return digit;
}
int num_digits(long number) {
int position;
int number_digits = 16;
for (position = 15; position >= 0; position--) {
if (get_digit(number, position) == 0) {
number_digits = number_digits - 1;
}
else {
position = 0;
}
}
return number_digits;
}
i think the problem is coming from the use of these two functions. in particular, the modulus division line. please help!!
4 AnswersProgramming & Design10 years agoWhich of the following is the symbol used to redirect standard input? (programming in C)?
C Programming Question
Which of the following is the symbol used to redirect standard input?
Choices are & and <.
Please explain with an example.
3 AnswersProgramming & Design10 years agoHow fast, in rpm, would a 140 g, 60 cm diameter beach ball have to spin to have an angular momentum?
How fast, in rpm, would a 140 g, 60 cm diameter beach ball have to spin to have an angular momentum of 0.14 kg*m^2/s?
please show the work to back it up!
1 AnswerPhysics1 decade agoA car originally going 10 m/s comes to a stop after 2 s. What is the coefficient of kinetic friction?
A car originally going 10 m/s comes to a stop after 2 s. What is the coefficient of kinetic friction?
Thanks
1 AnswerPhysics1 decade agoRecommendations for Bicycle Pumps?
I just got a road bike and I need a pump for it since a regular bicycle pump wont work with the tiny valves.. looking for a pump for $40 or under
send me some amazon links if you can
2 AnswersCycling1 decade agoWhere can i find an owner's manual for a Red Bull mini fridge?
I bought a red bull mini fridge today and am having trouble getting the lighting in them to work. I bought it used so i don't have the manual, an online version would be great.
or any tips on making it work? there's no secret switch i'm missing, right?
all tips and help appreciated!!
3 AnswersOther - Food & Drink1 decade ago