- NEW!
Answer to:
Science seems to be well on the way to petroleum free automobiles.What about aircraft? Could a 747 use an alternate fuel source?
Theoretically, a "bio-fuel" jet engine could be developed, but it's not likely to happen anytime soon. Jet engines use specially refined fuel, and bio-fuel isn't even a good environmental option anyway. Suffice it to say that electric 747s are definitely out of our reach for now.
| 1 person likes this
Answer to:
Is the phrase 'felt like' slang? An example of would be 'I felt like eating cheese'.
It's disputed that "like" can be used as a conjuction, similar to "as". However, it is not technically slang, and it highly accpetable in spoken word.
Answer to:
If you could invent a word, what would it be and mean?
Two things come to mind, both of which are primarily intended to solve a problem I common have in writing. The first is the creation of a word that can be used in the place of the "singular they"--a word to refer to someone in the third person without specifying gender or using the cumbersome "he or she".
The second thing would be "hopingly," as an alternative to the often-dangling,...
Answer to:
I need someone help badly! I'm doing a piano piece on Gary Jules' Mad World, I got MOST of the left hand (bass) done, and also I'm...
The clef simply indiciates which line is associated with which note. Regardless, the left hand follows the bottom staff and the right follows the top staff. They can cross over, but in those instances there are generally special markings.
As for the song itself, are you trying to figure this out for yourself? There are quite a few transcriptions available online, such as this one:...
Answer to:
VB6 vs VB.NET...
was learning VB6 just a waste now?
Maybe I'm a little biased, but I personally feel that learning VB6 was always a waste. I mean, if it benefitted you in some way, then I guess it served a purpose, but VB6 was/is a terrible language in my opinion. In fact, I was never aware of it being used for anything outside of simple, personal use programs.
That being said, I would rather use VB6 than .Net, primarily because I don't like...
Answer to:
How can I make a random number generator to randomize numbers in a specified range?
Usually you would get the current system time in seconds or calculate how long the program had been running and use that value as your starting point, because it's relatively random. From there, you need to create an equation that will turn that number into a number between the specified range.
One good way is to divide this seed value by the size of the range (maximum-minimum) and add the...
Answer to:
How to make a delay routine for assembly programs?
If you want the delay to be relatively system-independant, you can use the real time clock to control your loop. Most operating systems will provide a routine for accessing the clock, but you can also access it directly.
There is a free PDF book called Art of Assembly available for download. It contains lots of useful assembly programming information, and one of the things it talks about...
Answer to:
In a fight, who would win, Burt and Ernie or Chandler and Joey?
Bert would terrify Chandler and Joey with his sentient unibrow.
| 2 people like this
Answer to:
Christians- Help me understand the concept of believing in both God and Evolution.
I like to think of the creation of Adam as the point in which, in Christian terms, humans were given souls. Sort of, the point where these evolved apes turned into sentient beings that were aware of themselves and had conscious thought and so on. The point at which Humans became especially distinct from other animals.
And, again, it could be that this happened over a great period of time....
| 1 person likes this
Answer to:
what is meaning of atomic datatype with examples
I may be wrong, but I think atomic data types are the instrinsic data types, or the base data types. For example, in C the atomic data types would be int, char, float, double. They are atomic because they cannot be divided into a smaller data type (though, this is really an abstraction because and int is just 4 chars, as is a float. A double is 8 chars).
Answer to:
whats the best programming language for me to learn?
i know a fair bit about as2 I'm 14. I want to make games.text based, 2D, 3D. whatever.
You're in for a long ride if you want to make computer games. Games require a deep knowledge of the language (unless they're simple). And 3D requires a good understanding of math for best results.
I first learned C, though i had done GamerMaker before that. GameMaker is good for getting into programming, especially if you're interesting in making games. A partial version is available for free....
Answer to:
in c arithmetic which is allowed
{}
[]
()
none of the above
The braces "{}" are used to indicate the starting and ending of a block.
The square brackets "[]" are used to indicate indices in arrays.
For arithmetic "()" alter the order of operations. They can be nested to any reasonable level. However, they are also used to enclose function arguments/parameters.
Answer to:
a c++ program to swap the values of two numbers a and b
Did you try surrounding your code with /* */?
Answer to:
Hi 2 al...... I jus know a little bit of c basics..
But i wanna study C programming thoroughly as am nearing my placements......can somebody tel me wer 2 get e-books and c tutorials such tat i can finish in 10 days time.....
This is an old question, so I don't know if you're still looking, but I learned, originally, from a book called "C: The Complete Reference". It has some errors in it, but they're minor and this is the text that brought me from only understanding how to use printf and scanf to creating full expression parsers and more.
From there I learned how to use the Windows API from a free online tutorial...
Answer to:
what is the best and most simple to use C programming.. program? I switched to microsoft visual 08 but I dont understand how to use it
I personally prefer Dev-C++. It's completely free for download. It uses the Mingw compiler, which is an alteration of the GNU compiler for Linux that allows it to run on Windows.
It has a few quirks, but in general it's done its job well.
Answer to:
If 'God can do anything', can he build a mountain so strong he can't move it himself?
He can build such a mountain, and he can move it. It's the dumb answer to the dumb question.
Answer to:
Is that possible to build a time machine
I would say not. Scientifically, most agree that travelling backwards in time is definitely impossible. Many will suggest that time travel would be possible if you could travel at a speed greater than the speed of light, but even if they're right, it's not possible for matter to exceed the speed of light.
I really don't see it ever happening. Even if it was possible, it...
Answer to:
Where in the sky would you expect to see a rainbow in the evening?
The rainbow will be across from the sun, which would be in the east in the evening. Also, the bottom of the rainbow will be at approximately a 42º angle to your eyes, with the top being about 48º to your eyes.
| 2 people like this
Answer to:
Have you ever felt the interest to "make a computer virus". . what virus name would you use? ..
I would like to try to make one, but not to actually send out to other people. Just to see if I could do it, and if so how well.
Answer to:
Is scanning a4 size paper in 300dpi the same as/a good equivalent to scanning a5 in 600dpi?
The size of the image and the resolution are two entirely different things. The resolution is the number of pixels the computer uses to display an image (at 100%), the size means the dimensions of the real-world object.
Answer to:
Do you really believe that 2012 will be the end of the world for us?
It could be, but it's not any more likely than any other year has been or will be (okay, billions of years from now there will be a large risk concerning the death of the sun).
Still, none of the theories have held up. There's a good article about it somewhere in the cracked.com archives. Basically, the mayan calendar ends, but that just means they make a new one. Then, the webbot...
| 1 person likes this
Answer to:
Anybody ever have/had a computer with an Intel Celeron processor? I know it's a lower-end processor. If so, can you please let me know your thoughts about it (it was ok, slow, good, horrible, etc)?
I have one, it works fine. The only time it would be problematic is if you wanted to do any high-end gaming or watch and high definition videos of significant length.
For your average computing needs, you won't notice any problems, I never have. You even have MMX so there is minimal multimedia mathematical support. Again, graphic-intesive tasks like gaming or videos are the main...
| 2 people like this
Answer to:
111,111,111 X 111,111,111 = ?
an intreastng answer
It's not really that surprising. If 11x11 is 121, then 111x111 is going to be 12321. And 1111x1111 is 1234321. It goes on until you pass the ten mark, then it gets shifted because of the carry.
| 1 person likes this
Answer to:
How do I solve a question like this? 5√2-5 (Five x the square root of two - five)
If it means sqrt(2-5) then you're going to have an imaginary answer, approximately 1.73205i. Multiply that by five and you have 8.66...
If it's 5*sqrt(2)-5, then the answer would be 2.07.
It's interesting that we end up with two numbers that are significant: 8.66, and 7.07 (before subtracting five).
In the second case, it would be very easy to do with a calculator, so I...
Answer to:
Have you ever been to the Bermuda triangle? would you ever go?
Why not? It's just a bunch of islands.
And the "mysterious occurances" don't even form a triangle when mapped out, it's a square.
Answer to:
Where do I find out how much read-only memory my computer has?
eam587's answer would tell you the amount of RAM you have. I think that's probably what you meant, but you said read-only memory, which is completely different.
I don't think operating systems usually provide a way for measuring ROM, you might be able to figure it out if you fiddle with the BIOS. Otherwise you'll need to mess around with an assembly program that...
Answer to:
When CD is scratched up, does it still read the disc?
It depends on the depth, breadth, and length of the scratch as well as where it occured. Even using different players may yield different results.
Also, a scratch travelling around the disc in a circle or spiral will be much more damaging than a straight line from the edge of the disc to the centre.
| 1 person likes this
Answer to:
How to make a programming language?is it hard than making a os?
I don't know if it's harder than making an OS, but it can be very hard.
First, you need to decide what your language's purpose will be. If you just want to do it for fun, you might want to rethink how much fun it will be debugging a compiler. If you can't think of a purpose for it, ou probably shouldn't bother.
Then, you need to develop how your language will...
| 2 people like this
Answer to:
Christians: are you willing to give your life for your Faith?
I'd definitely be willing to die protecting my faith. If someone threatened to kill me unless I denounced God, I would take death and hope I make it into heaven. (I think I will)
| 1 person likes this
Answer to:
Why is your God the true God? State your faith.
I don't even know. I went to sleep one night borderline athiest, woke up the next day full on Christian. If you ask me why I believe God exists, I wouldn't be able to answer.
As I said, Christian. But not any particular denomination.
| 1 person likes this
Answer to:
What comes after the number Googolplex?
It's just googolplex and one, like how a hundred and one comes after one hundred.
If you just want a larger number, you could use:
10^10^10^1000
You could come up with any arbitrarily large number, but this particular number has some significance that I can't remember. Try searching "large numbers" or something similar on wikipedia.
Arbitrarily large:
10^10^10^googol
| 1 person likes this
Answer to:
Who out there REFUSES to get the H1N1 vaccine? Why?
I don't see a point. I've never gotten the flu, I rarely get sick. If I do get swine flu, I'll lie in bed for a few days and it won't really be that big a deal.
The only people who really need to get such a shot are high-risk people and those that get sick easily.
| 2 people like this
Answer to:
Is it possible to delete one's memory?
Some people argue that it can never truly be erased. Usually, when you forget something, it's not that it isn't there, but that you can find it.
Imaging having a computer with infinite harddrive space. This harddrive contains a large file for every instant of your life after the point you memory first started working. Now imaging trying to search through the immeasurable number of...
Answer to:
What's a song that you would consider flawless?
Ben Folds Five - Army
http://www.youtube.com/watch?v=o-GDpJ44B_c&feature=fvsr
| 1 person likes this
Answer to:
If Jesus came back to life then did he really make a sacrifice? You'd think that a sacrifice would be with someone forever. Just a thought.
He still endured extreme torture. Religous or not, no one deserves to be treated that way, especially without fair reason.
Death isn't really a sacrifice in my opinion. But enduring the pain he did is.
| 1 person likes this
Answer to:
How do you find the angle of sin theta = 1/2 (square root 2)? (note: the angle is >50*)
So, the sin of the angle is 1/2*sqrt(2) and you want the angle?
Simply find 1/2 the square root of 2, about 0.70710678118654752440084436210485. To find the angle, use arc sine, should be found on any scientific calculator.
I can tell you just by looking at it that the angle was 45º (if you use a calculator). But since the angle is greater than 50, you must find the next angle whose...
| 1 person likes this
Answer to:
What is the main reason Atheists don't believe in God?
Athiests want proof to believe in something. It's understandable to want proof that God exists, but such proof would defeat the entire purpose of "faith".
If there was proof, God wouldn't be able to separate the sinners from those that deserve to make it in to heaven because if there was proof everybody would believe in God.
I realize that's a Christian...
Answer to:
What is the square root of 50
About 7, so use this formula:
sqrt: y = (x + (y/x))/2
where x is our guess, 7. This will give you a result, ~7.07
Now use 7.07 as x and do it again. The more times you do it, the closer you get.
Answer to:
Are we a virus to the world?
No, I feel the world would be worse off without us, not better.
And it would be quite boring having no intelligent life on earth. At the very least, we would need to wait millions of years for something else to evolve to our level, and that might never happen.
| 1 person likes this
Answer to:
Write any two properties of the image of the mirror that is used in the house.
Laterally inverted
Virtual
Equal in size (hi = ho)
Equal distance from mirror (di = -do)
| 1 person likes this
Answer to:
Do you want to chat with an intelligent robot online? Click on the link in my answer.
Intelligent robot? Those two words don't go together.
Answer to:
In your opinion what is the best os for my pc? Here are the specs: 700 mhz processor, 128mb ram, 400 gb hard drive.
I'd say Win98SE and/or DOS. But that's the suggestion I'd make for any computer.
But you would need to do some complicated driver work if you wanted to have a high end video card or something.
Answer to:
What does awesomeness multiplied by a billion equal?
Ben Folds
Answer to:
Can u make 2+2=5
You could probably make a proof that uses illusive division by zero to make it seem like 2+2=5, but of course the fallacy makes it worthless.
Answer to:
Wwhen do you use degrees? or Radian in trigonmetry? i need to find a length of one triangle the degrees is already givin for corner of the triangle but i do not know whether to use the degree mode or radain mode
Yuu should use degress for most trigonemtric functions. There's no difference if you convert to radians first and perform the calculation. Degrees are much more people-friendly than radians.
However, sometimes you need radians. Computers use radians to calculate sine, cosine, tanget, and all the other functions because of series like these where the angle must be in radians:
sin(x) =...
Answer to:
Do you like to pull false statistics out of your ass when arguing your point?
I've done this accidentally before. Like I'll hear one statistic that involves 65%, and then I'll mix it up with something else.
| 1 person likes this
Answer to:
What is the longest a person can hold his breath for?
I think the record is 7-9 minutes or something.
But people can survive hours without oxygen under the right circumstances.
Answer to:
Waht became obsolete because of the computer and internet?
Not particullarly because of computers, but hand held calculators made doing math by hand practically extinct. I'm talking about multiplication, division, addition, and subtraction, more complicated formulas need to be done by hand.
They used to teach kids how to calculate things using logarithms, and how to find square roots by hand. Not any more. Most people I ask (not that I ask...
| 2 people like this
Answer to:
How do I create nested dialogs in a Win32 application? No MFC please. I'm using the Windows API.
I'm not sure what you mean by "nested dialogs", but you can have one dialog box create another dialog box.
| 1 person likes this
Answer to:
Do you believe in aliens? Why?
No really. I know probabilistically, there are almost definitely other life forms out there, but I'm going to go with the small odds here.
At the very least, the alien abduction, crop circles, area 51 conspiracies, and such are all definitely fake/wrong.
Answer to:
Which console is right for you?
I assume I'll eventually get a PS3 (nothing can beat Gran Turismo), but for now I'm just sticking with my PS1 and PS2. I'm not a big online gamer, and I just find the wii dumb.
I'm waiting for God of War 3 and Gran Turismo 5, by which time the PS3 will be somewhat cheaper.
| 2 people like this
Answer to:
Why does my computer, all of a sudden, get real slow for a few minutes, and then it is back to it normal speed? Mine will be doing great and bingo, it gets real slow just for a few minutes. Anyone here know why this happens?
Mine does that if I leave it on for too long. Too long, like one month or longer. Except, that means never being turned off or entering sleep mode. So maybe you need to let it rest for a while?
| 1 person likes this
Answer to:
How does a microchip work and what is meant by chipping If anybody knows the answere could thay give me a link on chipping for my research Thank you
I don't know what chipping is, but I know how a chip works. Basically, you have these microscopic components, made of semi-conductors, called transistors. They have two inputs, and one output (or the other way around). In order for current to flow from the first input to the output, there must be current flowing from the second input to the output. In this way, you have a switch that is...
Answer to:
What is multiple indirections in c++?
Multiple indirection is making a pointer to another pointer.
For example:
int x, *y, **z, ***q;
x is an int variable, y is a pointer to an int variable. z is a pointer to a pointer to an int variable. This can be layered as many times as you want. Basically, you can have a variable that holds the memory address of a pointer. This is used in functions like strtod which need to alter...
| 1 person likes this
Answer to:
How does white light seperate in a prism? (obviously by refraction) - but the actual mechanism which causes the frequencies to seperate. The angle of refraction is dependent on the refractive index and relative permittivity which are material properties..
Light refraction is similar to a car driving half on the road and half on sand. Without a limited-slip, this would cause the car to turn towards the sandy side, because the left of the car is moving faster than the right. In the case of white light, each wavelength would refract at a different angle. This causes the spectrum to occur.
Answer to:
You can`t see the air, but without it you will die. You can`t see the electricty in the lines, but touch it and you will surely know its there. So why is it so hard for you to beleive that God is real?Everything in the universe declares his glory!
Hey, I'm a Christian myself, but you can't force your beliefs on other people. These are the kinds of questions that give us Christians bad names.
| 1 person likes this
Answer to:
Whats the difference between dvd-r and a cd
CDs are like records. They have little tracks in them, like the grooves in records. Except that the tracks in CDs are immensely thin. This allows a CD to hold a lot of information, about 80min of music/video and 703MB of data.
DVDs are the same, except the tracks are even thinner, which allow you to store up to 4.5GB of data (I'm not sure about the music/video stats).
But when you...
| 1 person likes this
Answer to:
Are "climate alarmists" making it up as they go along?
Probably. At the very least their statistics are way off. They've been saying "We only have fifty years before it's too late" for the last two decades, at least.
| 2 people like this
Answer to:
Why is 2012 the new 2000 (end of the world) Is there some real reason they came up with this number?
Well, the mayan calendar ends in 2012. People just took that and ran with it. Then those people starting stretching facts and throwing statistics at everyone, they got media attention, and now we have to endure end of the world questions for the next three years.
This is the only bit of the whole theory that I found interesting: "On December 21, 2012, the sun, the earth, and the centre...
Answer to:
Do you think Coke and Pepsi taste the same?
Not at all. The largest difference is that Pepsi has more sugar and less carbonated water. I prefer Coke myself, but Pepsi will do in its absence.
If you add a little water to a can of Pepsi and leave a can of Coke open for a few minutes, they begin to taste extremely similar.
Answer to:
An atheist is offering $1 million for proof that God exists. Would any religious person risk offering just $1000,000 for someone who can prove God does not exist or is theist belief too shallow?
I would. No one could ever make a claim for two reasons:
1. His existance is impossible to prove/disprove
2. Any "proof" that could be found would not suffice
If someone found proof of God's existance and tried to make a claim, the person offering would just call the evidence false. It would be the same the other way around.
| 2 people like this
Answer to:
Do you think the "do you think the world will end in 2012" questions will end in 2012?
Unfortunately, we're stuck with them until 2013.
Then we'll get a few moments peace before they change the date and start the whole thing over again.
| 1 person likes this
Answer to:
What software do i use to open a file with .iss extension?
I think .iss stands for inno setup script (it does on my computer). Try searching for Inno Setup on Google or something, but you should be able to open it with notepad.
Answer to:
Can you solve this puzzle (see the link)?
Yes, but to be fair it's a little similar to one I've seen before.
| 1 person likes this
Answer to:
Are we post-racial?
No. We're better, there are fewer racist actions nowadays, and people who are racist aren't as open about it anymore, but it's still there. It's much broader too.
| 1 person likes this
Answer to:
If everything that is in place for us to be able to survive & for plant life & animals to be able to survive is in perfect place & the earth is in the perfect spot,how can anyone believe it happened outside a devine creator?Do you know the odds of that?
No one knows the odds of it. Well, we do, 100% because it happened. Some will argue that God's existance is even less likely. The thing is, you can't prove God's existance with probability, it can't be proven using anything.
I myself believe he exists but you need to accept two things. First, people will disagree with you, and that's okay. Second, belive in him or...
| 1 person likes this
Answer to:
We have five senses, can you think of another sense we could have that maybe useful?
We already have:
Sense of balance
Sense of orientation
Sense of time
Maybe "Sense of lying" would be good, but only if a few people had it.
| 1 person likes this
Answer to:
Flip-flops - SR, T, JK, D . . . how to know which one to use for a circuit design?
JK is usually pretty good because you can adapt it to simulate the other types (though I'm not 100% sure).
Answer to:
Fighting-Does it really solve any problems at all?
It solved World War 2. We could've asked the Nazis nicely to stop, but I don't think that would have been very sucessful.
Fighting solves lots of problems, it just creates some in the process. Sure, it's almost never the best way, but it does have its pros and cons. The biggest advantage to physical solutions over just negotiation is that it's much faster.
I don't...
Answer to:
How often do you get a new computer?
I don't get a new computer until my current one breaks. I kept the computer before this one until it literally caught fire and stopped working. There was some sort of mixup installing a new CD drive...
| 1 person likes this
Answer to:
Ok I belive that men and women are equally and should be treated as such and I hate double standards like how a man can be sexually free to do as he pleases and be awsome but a women can get shamed by her family and peers its not right so why the confusio
That's not really a question.
Men and women should be treated equally, but they never are. We're a long way from equality, and both men AND women suffer from stereotypes and sexism. We just need to keep trying...
Answer to:
Why do you feel; 1a) the Bible; 1b) Evolution has the answers to mans past.
Neither has all the answers, really. Evolution can explain, once life was first created, how it got to this point. However, evolution doesn't explain how life got started.
Then there's the Bible. It explains how life was started, and it does (unarguably) refer to at least some historical events, but it doesn't go into much detail about anything.
So either way, you're...
| 1 person likes this
Answer to:
In a 72 letter alphabet, how many 5 letter permutations in which the first and last letters are the same but no other letters repeat, can be created?
Well, the number of combinations, with no letters repeating, that can be obtained from choosing four letters from 72 (we only need four because the first and last would be the same) would be represented by the Binomial coefficient. This is calculated thus:
n! / k!(n - k)!
72! / 4!(72-4)!
72! / 24x68!
72! / 5.952085301848393439042377004566e+97
= 1028790
So there are 1028790 ways of...
Answer to:
How can I find out, through a C prog, how much memory is available?
You could try making a pointer and starting it at a position, say 0x0100, the starting point for .COM applications. You could continually increment this pointer, incrementing a counter variable for each location that the program is allowed to access. I'm not sure exactly how well this would work though, you'd likely crash the program trying to access a memory location outside of the...
Answer to:
How can a chip store so much of data..?
Chips don't actually store much by comparison to other types of storage, but they can hold a fair bit.
In the case of ROM chips (not the usually ROM, but chips that are truly only read-only) just have the data built-in as a circuit, it will always give the same output.
RAM, where most data is stored when not on a harddrive or something, keeps track of data through latch circuits,...
| 1 person likes this
Answer to:
There are 365 1/4 days per year. 7 won't go evenly into 365. So why are there 7 days in a week?
Well 7x52 is 364, which is the closest you could get without having a week be significantly longer, unless you only had five days. It just kinda worked out years ago that we had seven days, and if we wanted to even things out, we would need to shorten it to 5 days per week. Since school and many jobs are in session only 5 days per week, weekends would be weird. Also, 7 ensures that everything...
| 2 people like this
Answer to:
Do you or would you fly the American flag in front of your home (or the flag of your country)?
I want to have a Canadian flag out front, but flag poles are pretty expensive, and I've never really gotten around to it. One day...
| 1 person likes this
Answer to:
If a parent tells a child that Santa Claus is real, isn't that lying to them?
Yes, I never understood why parents bothered with the whole thing. I think a kid would be more likely to behave if they knew they're parents were responsible for buying them presents.
And, unless they tell the kid about the real Saint Nicholas, I don't see what Santa Claus has to do with Christmas anyway.
| 1 person likes this
Answer to:
Do you believe it is irresponsible in today's world for people to have more than 2 children?
No, I don't see what you're getting at with "today's world". The only time it's irresponsible to have a child is if you know you can't care for it properly.
| 2 people like this
Answer to:
What is your favorite song? Band? Genre?
It's a tough choice, but Army by Ben Folds Five. It's kinda jazz and rock mixed into one.
Answer to:
What is the square root of X?
sqrt(x) is an expression, to actually find a value you need to make an equation which states that two expressions are equal in value.
There are other ways of writing it though:
x^0.5
log base y(x) = 2 where y is the square root of x.
10^(1/2 log(x))
x could be anything, so the square root of x could be any positive number, unless x is complex. For all we know, sqrt(x) could be: -0.5!...
Answer to:
A rhombus is a square always true sometimes true never true?
On rare ocassion a rhombus is a square, but I don't think it would ever be said that way. Instead, one usually states that a square is a special kind of rhombus.
Answer to:
Is dismissal rather than refutation intellectual cowardice?
Only if that which you are dismissing actually has enough evidence to require refutation. Some theories are very sound and have good amounts of evidence, but are simply refuted by others because they don't like change.
Wheareas some don't deserve anything better.
| 1 person likes this
Answer to:
Will you be angry or hate if someone tell you that "I do not believe in your God"? Why most believers argue or defend their God? (God doesn't really care about this for sure)
There's nothing wrong with someone having an opinion, but if they said "your God doesn't exists" like a fact rather than an opinion, then yes it would bother me.
I couldn't care less if someone disagreed with me about God's existance, but they need to remember that they are entitled to an opinion, and so am I. When they say something against my religion as...
Answer to:
In a class,four out of 20 students own a pet bird. what fraction of the class own birds?
Twenty percent. I know that's not a fraction, but you should figure it out yourself and use the percentage to check.
Technically you could find the reduced fraction using the percentage, but you couldn't find the original fraction without a basic knowledge of how fractions work.
Answer to:
I'm an atheist, and I believe those that believe in god are brainwashed. When the idea of god dies, men will finally be free from slavery.
Your point of view isn't quite clear. Who's doing the brainwashing? If people choose to believe in something, that's extremely different from being brainwashed.
And what does faith have to do with slavery?
"When the idea of god dies", that will only ever happen if someone disproves God's existance, which is unlikely to ever happen because of the complexity of...
Answer to:
What is value of seventh root of 2. (Fully details solution)
There is a way to figure it out without a calculator (but you'll need a bit of time and a piece of paper):
First guess the seventh root of 2. It must be about 1.1 because 1.2^7 = 3.58... and 1^7 = 1. This will be x. Now we use the formula:
7th route of y = (6x + (y/x/x/x/x/x/x))/7
This will give you a number pretty close to the seventh route of y, which is 2 in this case. Now we...
| 2 people like this
Answer to:
Is there any way I could send a fax for free,using my computer without having to sign up for services with a credit/debit card? I am reluctant to believe those free trial periods and figured my card will get billed regardless !
I'm pretty sure that if you have home phone service, and connect a phone line (not ethernet or anything else) to your computer, there are programs that will let you send faxes for free. Faxing is part of normal phone usage.
| 1 person likes this
Answer to:
Do you think it would be kind of strange for a 15 year old to really want to be married to the love of his life and to be able to have a ring on his finger?
Everybody's different, so I don't think people should generalize and say "A fifteen-year-old doesn't know what love is" because maybe they do. There's no yes or no answer really.
Not to mention that strange just means "not normal", and normality is also a matter of opinion.
Statistically, I doubt many 15-year-olds fantasize about such things, but...
| 1 person likes this
Answer to:
If a tree falls in a forest and no one is around, does it make a sound?
Yes. If a bomb goes off in the forest, and there's no one around to see it, does it still explode and burn everything nearby? Yes.
Answer to:
Is there any possibility Robots think in their language [artificial intelligence]?
Artificial intelligence isn't a language I'm afraid, it's a branch of computer science that looks at problem solving. All computers use binary, which also isn't a language.
But computers don't need a language because computers don't think.
Answer to:
What meaning of #include <stdio.h> in C Language.
The '#' sign tells the preprocessor, which scans the code before sending it to the compiler, to do something.
"include" tells the preprocessor that the following file is to be included in the compiling process.
When the compiler compiles the source code, it also compiles the file indicated, in the case a header file called "stdio.h" which contains macros...
Answer to:
Is programming/software development easy? Why?
Depends on the complexity of the software being developed. Beyond trivial programs there is alot of time that needs to be spent, first breaking the problem down into sections. Then coding those sections. Then testing everything and fixing errors. Then optimizing. Then more testing...
Eventually you release the software just to find that there's some obscure error that you now need to...
Answer to:
Are you smart enough to answer this question in binary? Or, do you have to use the reference URL?
I could translate it to binary myself, but it would take too much time. It's just a matter of memorizing ascii character values.
One interesting thing about binary text, this is the representation for the digit "0": 00110000
But that's just 48 in binary, which could mean anything, from the character "0" to some variable or part of a pointer.
| 2 people like this
Answer to:
Do you think that artifical intelligence could one day overthrow mankind
I doubt it. Artificial Intelligence is just giving a computer a list of options. Then you give it information concerning a problem, and the computer chooses one of those options. Really isn't room for taking overthrowing manking.
Plus they'd need to be able to think, which is much more complicated than the inefficient math computers usually do.
Now, if they could create a...
Answer to:
Is it true that when you die your brain is still active, if so does that mean you sense everything around you?
Your brain doesn't stay active, as it's inactivity combined with the loss of a heartbeat is what makes you dead, but medical proffessionals know that some people remain conscious for up to a few hours after death, while some lose consciousness much sooner.
And if you're religous and believe in the afterlife, you remain conscious indefinitely.
The scientific theory for...
Answer to:
What are the odds of having five sons in a row, what percentage?
It depends on the person, but I'd approximate it at 3.125%.
As I said though, depending on the father, those numbers could change dramatically, even 100% or 0% in some cases.
| 1 person likes this
Answer to:
Do you still have "old media" (plastic/vinyl records, 8-tracks, cassettes, VHS tapes, etc.)? How many of each? Do you still use them?
I use VHS whenever I need to record a TV show or something, and I also use floppy disks all the time, more often than CDs usually.
| 1 person likes this
Answer to:
If you had the power, what crime would merit an instant death penalty. And how would you execute the filthy criminals?
I don't think I'd have the death penalty, because one in every thousand people convicted in the U.S. are wrongfully imprisioned (or something like that). I wouldn't want to accidently kill an inoccent person.
But I would give the convict the choice between death or life in prison.
| 2 people like this
Answer to:
Are the abreviations BC and AD related to time based on Christian Tradition?
Technically they are, because Jesus is being referred to as Christ; but very few people, historians and scientists included, disagree that Jesus DID exist around that time. The only debate is whether he was just a nice person, or the son of God.
Answer to:
How can I convert integers to binary or hexadecimal?
To hexadecimal wouldn't even require writing a new function really, you can use standard ones:
#include <stdio.h>
int main(void)
{
char number[50];
printf("nEnter a number to have it converted to hexadecimal: ");
gets(number);
printf("n%X", atoi(number);
}
For simplicity's sake, I didn't check the array boundaries.
Answer to:
How difficult is it to drive a train?
Pretty difficult. Like anything, of course, you get used to it over time, but it's very intimidating at first. Especially the freight trains. When you're driving something that weighs thousands of tons, is two kilometres long, can travel at eighty miles per hour, and takes up to two miles to stop, there's alot to pay attention to.
If you want to try it out, there's a game...
| 1 person likes this
Answer to:
Whatever happened to the "cowcatcher" part on the front end of a train locomotive? You hardly see them anymore, but cows are still around, and they can still cross railroad tracks, right?
Most diesel engines still have them. Other trains will still have a small trough-like thing attacked to them to remove any debris on the rails from the train's path.
| 1 person likes this
Answer to:
Can anyone recommend some turn-based strategy games that are played on a hexagon board or mat?
I remember a computer game I have called Hex. I think the original game is called "go" and is Japanese, but I can't be sure. It's not bad.
Answer to:
Do you believe that humans have a sixth sense?
We have many senses:
Smell
Taste
Touch
Vision
Hearing
Balance
Orientation
Time
In this case balance, orientation, and time would be the sixth, seventh, and eighth senses. I think there are more too.
| 2 people like this
Answer to:
Where was God during the holocaust? You know, the one that promised the land?
Well you see, God gave people free will and decided not to judge anybody until death. The holocaust was the result of many people deciding to follow a man who wanted to kill Jewish people. Christianity and Judaism both say that people are only punished when they die.
He gave everybody the choice, they could live whatever kind of life they wanted, but that life determined whether they went to...
| 1 person likes this
Answer to:
Hi, can anyone tell me wheather a gnu C compiler could be run on WinXP; or it is for simpy LINUX?
You can get Dev-C++ for free, and it uses a Linux GNU compiler adapted for Windows. Like the others have mentioned, it uses the mingw compiler, but Dev-C++ is an entire open-source IDE with compiler, assembler, linker, debugger, and of course a nicer program for writing code than using notepad.
http://www.bloodshed.net/devcpp.html
The only problem is that the mingw compiler has trouble...
| 1 person likes this
Answer to:
In a triangle A,B,C,D. A to B = 23.96cms B to C = X in 39.8 degree and C to B = X and B to A = X in 23.2 degrees. how to find value of x
I'm confused, if ABC makes the triange, what is point D?
Answer to:
Which operating system would u consider the best os ever made by microsoft?
MS-DOS, in my opinion, both was and still is the best OS they've ever made. Then again, Win98SE is a very close second.
| 2 people like this
Answer to:
Is there a *maximum* size for a hard drive that Windows 98 will accept?
I know that older versions of 98 can't handle more than 80GB (or was it 130?). There was some limit that had to do with its dependancy on DOS.
Answer to:
Now that the movie '2012' is out, how long will it take for people to stop asking "is the world going to end in 2012" questions?
Unfortunately, people won't stop asking those questions until 2012 comes and goes.
And then we just wait for someone else to predict the end of the world...
| 3 people like this
Answer to:
Is it true if you cross your eyes too much they could get stuck that way?
No, they won't get stuck.
| 1 person likes this
Answer to:
Albert Guinon noted, "When everyone is against you, it means that you are absolutely wrong-- or absolutely right." Tell us about the time you were absolutely right.
It was in grade 6, I was having an arguent with some of my classmates about what some number to the power of zero was, they insisted that it was zero. So I went to the teacher, and she too insisted that anything to the power of zero was zero, whereas I protested saying that it was one.
And of course, I was right. Not really much of a success, but its probably the most vivid example for me.
| 1 person likes this
Answer to:
When I was in grade school, before calculators ( showing my age ) we were shown a way of calculating a square root in a way similar to long division. I have forgotten this technique can anyone explain it?
I don't know if this is the method you learned, but with a piece of paper and a little time you could use this method to calculate any square root (and it can be altered for xth route):
sqrt(y) = (x + (y/x))/2
Where x is a guess of the square root of y. To find the square root of nine (just as an example because it works out evenly), let's say we guessed 2. We would now do:
...
| 1 person likes this
Answer to:
Is file sharing really a crime?
Depends on what you share. If you share files that are copyrighted, then yes. Otherwise there's nothing wrong with it.
As for whether it should be a crime or not, that's a matter of opinion, but I personally think that pirating is wrong.
Answer to:
What sites should be banned from the internet?
You can't ban a site from the internet really. It's not really feasible. Much as there are many things that the majority of the world is against, there are still places that accept it, like jerv said.
However, I feel that sites that give out pirated software/music/movies, etc., should be closed down when possible. As far as I know, stealing isn't legal in ANY country where...
Answer to:
What is: 2 divided by 0?
It's infinity. I have a proof for it, but it's too long for me to bother typing in full unless anybody is severly interested. I'll give a quick summary though:
2/0 = ?
2/0^-1 = ?
2/0^-1 = 1/(2/0)
1/(2/0) = 0/2
0/2 = 0
So 2/0 must be infinity because the only number you could divide one by a get zero is infinity.
| 1 person likes this
Answer to:
What is 5 divided by 0?
Any number x divided by zero is infinity so long as x is not equal to zero. Also, if x is negative, the result is negative infinity. How can I prove it? Well, let's use your example, 5.
5/0 = ?
Well, what's 5/0^-1?
1/(5/0) = ?
Let's look at a solvable example:
1/(1/2)
= 1/0.5
= 2
= 2/1
So 1/(x/y) is always equal to y/x. Going back to 5/0^-1:
1/(5/0)
= 0/5...
Answer to:
Is windows seven better than Mac osx?
In my opinion, any operating system is better than Mac. Still, such things depend on the criteria upon which one bases their operating system selection. Hell, I personally think the best three operating systems ever are MS-DOS, Win98SE, and Win XP.
Also, I hope the Mac users are mature enough not to downrate me just because I feel that the Mac operating system isn't the best around.
Answer to:
If someone downloaded an illeagal photoshop program and was stupid enough to install it while connected to the internet would they get caught for copyright?
I was surprised to find that getting caught using pirated software is much easier than I had imagined. Your internet service provider sees everything you download. Technically, they would need to have some evidence already that you are pirating software before monitoring everything you download, but its a real possibility.
I would suggest that the person just remove the program from their...
Answer to:
What is an icon on a computer
An icon is an image used to represent something like a program, shortcut, or command within a program. Icons are usually two bitmaps, one that contains the actual image and one that is used as a trasparency mask, with a header to indicated things like size and colour depth.
If you have windows, the picture used to represent a folder is an icon. Not the folder itself, just the picture.
Answer to:
How to write a psuedo code for this? a minibus charges $1.50 per passenger.write a structured algorithm to input the number of passengers of each day terminated by 0. calculate the daily revenue and output the number of passengers for each day
Psuedo code is just laying out a problem in a way that is easy to convert to an actual program. For the example above, you could do the following:
Get Input
Income for day = Input * 1.5
Increment day
Repeat Until(input == 0)
Something like that. Then you could convert it to another language from there, like:
double costs[DAYS];
register int i=1;
do
{
printf("nnNumber of...
Answer to:
Why is so much attention today focused on object-oriented programming in general and C++ in particular?
The largest reason (in my opinion) people like object-oriented programming is because it's easier. I usually don't like OO programming because it feels very unneccessary, I prefer good old C to C++.
Answer to:
What kind of computer skills do hackers necessarily require? I heard from a friend a professional hacker could hack with just a single computer that has internet access.
Hackers don't need internet access. The computer I usually use to hack isn't connected to a network of any kind.
Answer to:
I've heard that Microsoft Word 07 can check for passive voice, if this is true how can I make my computer do this?
I have word 2000 and it checks for passive voice, so I'd assume that all later versions would too.
To enable it, you need to click Tools -> Options and click the Spelling and Grammar tab. Under the grammar section, there will be a button that says "Settings". If you click it, a dialog will appear with a bunch of different gramatical mistakes that Word can look for. Just...
Answer to:
Does it make a difference if there is or isn't a God?
I doesn't matter in this life really. If the athiests are right, then we just die and they don't even get a chance to say "I told you so". If the Christians are right, they get to go to heaven while some, if not most, of the athiests will end up in hell.
So it really doesn't make a difference until you're dead.
| 1 person likes this
Answer to:
I am thinking about stopping all liquids except water. Do you think this is a good idea? Why or why not?
It's not the best idea. Yes, water is the only thing your body needs, but if you're not dehydrated, drinking water doesn't benefit you at all, it just all comes back out. In that case, you're better off drinking something like milk which has vitamins and other nutrients that will benefit you, even if the actual fluid is just expelled.
| 1 person likes this
Answer to:
What programming languages have you used?
GML - C-like language to supplement Game Maker, which is where it all started.
C - First full language I ever learned. Currently my best one.
Assembly - Never bothered to make anything very large with assembly since I can do it in C in about a fraction of the time, but nice to know what's happening at the lower levels.
HTML - Not a programming language really. I usually use it to...
| 1 person likes this
Answer to:
What are some cool things you can do on your computer?
If I take the fan off the processor, I can cook eggs!
On a more serious note, I can pretty much do want I want within the limits of a computer because I know assembly and C.
Answer to:
How many GBs do you have in your RAM and hard drive?
0.25GB of RAM and 168GB of harddrive (two drives). The RAM has always sufficed, and I have more harddrive space than I'm ever likely to need.
Answer to:
What are three programming languages that you think every programmer should know?
C - A good balance between high-level and low-level
Assembly - Because it's important to know what's going on at a lower level.
HTML - For websites and help files. Actually, it has a lot of uses. Not really a need in most cases, but still.
I'd also suggest Brainfuck to anybody who likes a challenge.
Answer to:
Would it be possible to create a pair of glasses to eliminate visual hallucinations?
No, hallucinations are caused by the brain not the eyes, so it would be impossible to create glasses that prevent/remove hallucinations.
Answer to:
In visual basic I have a program where the user must enter a whole number between 1-20, I need to to pop up with a message if they enter a decimal number (eg. 4.7) Any idea how i could do this? All help apperciated, thanks
Let's say the textbox we will receive input from is called InNumber. We could do this:
Dim IntPart As Integer
Dim Full As Double
IntPart = Int(Val(InNumber.Text)) 'IntPart holds 4
Full = Val(InNumber.Text) 'Full holds 4.7
If (Full - IntPart > 0) Then 'Difference is 0.7
MsgBox("Only Integers") 'Not an integer
End If
...
| 1 person likes this
Answer to:
Out of all the websites and tools that are available on the internet, Is there not one single free C++ code translator that will tell me why my code is wrong and how to fix it?
There's a website called answerbag where I'm sure many people would be willing to help if you had a problem and asked nicely.
But as stated before, your compiler should tell you what's wrong. How to fix it becomes easier with practice.
Answer to:
Can free will exist if God knows everything? For instance, if God knows what choice I am going to make before I make it, is there any chance that I could make the opposite choice...and if that is the case is it really a choice at all?
If I offer you the choice between a million dollars and a penny, you'd chose the million dollars. I know that that is what you would chose before you ever make a decision. Since I know what you're going to do, does that mean that you no longer have a choice?
You have a choice, but you're either going to chose one or the other. God designed your soul, and thus would know what...
| 1 person likes this
Answer to:
How do I store multiple keyboard inputs in a single Variable in a while loop and add them together?
int value = 0;
char input;
while(input != 'n')
{
input = getc(); /* Might need to be called twice */
value += input-48; /*because of problems with getc() */
}
I'm not sure if this is what you meant, but this will take keyboard input until a newline character is encountered. Each new character entered is added to the total (value). It is meant to only receive numbers...
Answer to:
What do computer viruses look like?
Though viruses are ultimately end up being binary, the actual code probably looks like this (except this code is completely innocent):
mov ah, 1
int 21
sub al, 30
mov [018F], al
int 21
sub al, 30
mov bl, [018F]
mul al, bl
cmp al, 9
jg 012F
...
...
| 1 person likes this
Answer to:
Which program is better for doing PC backups? Nero or Windows?
Nero (I assume you mean the CD burning/msbackup programs built into windows). As much as Nero is a little bloaty, it's still quite good, especially if you want support (most freeware programs lose practically ALL of their points in the support category).
Answer to:
Advantages of digital data over analogue data
As much as digital is almost always the best when it comes to computers, analogue is still important. Could you imaging if speakers could only be on or off? Music would suck. And if the screen could only be black or white?
Digital is convient for within the computer and for transfering data, wheareas analogue is usually responsible for input and output. Monitors, mice, speakers, microphones...
| 1 person likes this
Answer to:
Is there a green way of keeping swimming pools clean?
Chlorine. It's not going to hurt anyone (unless you're allergic).
| 2 people like this
Answer to:
What are some reasons NOT to take the h1n1 vaccination?
Swine flu isn't really as serious as people tend to say it is. That being said, whether you get the shot or not is based solely on how much of a risk you think not getting it is.
The only good reason not to get it is either because you're allergic to one of the ingredients, or you're just not worried enough to wait in line. I personally don't feel like waiting for hours...
| 1 person likes this
Answer to:
End of the internet at 2012? This has nothing to do with the end of the world theory... Watch here:
http://www.youtube.com/watch?v=A2XPiqhN_Ns
I don't believe this.
Literally, I think they're wrong. I highly doubt that ALL (there are more than just the two or three main ones) the ISPs have agreed to such a thing.
Not to mention that it probably wouldn't work. With TV, there are at most a few thousand channels, but with the internet there are millions of websites. Because of the way everything is set up, I...
Answer to:
I am a beginner , and how can i become a good hackker plz guide me
Well, spelling is always a plus for one thing.
Just start learning a programming language. C is a good middle-ground. After you've learned your first language, things will begin to make more sense to you.
But be forewarned, hacking is a stressful life. First, you need to deal with errors, and even the best have felt like throwing their monitor out the window because they can't...
Answer to:
If you're a software developer, do you like your code nice and and lined up and consistently indented and with blank separator lines and with the subroutines in a logical order, or do you regard such developers as girly men?
Unless the code is never going to be viewed again after compiling, it should definitely be neatly indented and separated. There's no reason to leave out the formatting, the only thing that suffers is the source code file size, and that doesn't really count for anything.
| 2 people like this
Answer to:
Write a function that receives a floating-point number and sends back the integer and fraction parts. (using pointer in C programming )
This way would not require any function calls, but to fulfill the pointer requirement, I had to do some pointless code:
void Parts(double* number)
{
int ipart;
double fpart;
ipart = (int)*number;
fpart = *number - ipart;
}
you would need to determine how you want the function to return, but it should work. Casting int on the value of number would give (if we used...
Answer to:
Who knows a programming language? What language is it?
I started with GML, a little add-on for game maker.
Then I got a book on C, and a tutorial on Win API programming.
Then I learnt HTML, but didn't go further than the basics.
Then I learned a bit of Visual Basic. Still working on it, but I don't have a full version of it.
Then I got a book on assembly language, and I began looking into NASM to replace the DOS assembler.
...
Answer to:
How can u unblock myspace at skool?
Why do so many people always ask this question? Like the others said, you can't even spell, much less change the school's security settings.
Besides, why the hell would anybody want to break through the school's security, just to go to myspace? It's too much work for the reward.
| 1 person likes this
Answer to:
What is the most used key on a Qwerty keyboard?
I'd say the letter E or the ALT key. Actually, shift is used pretty often too. Hard to say.
| 1 person likes this
Answer to:
How old is your oldest still working PC? Mine is from 1998.
I have one from 1996-1997 running windows 98SE, 256MB RAM, 8MB VRAM, 400MHz, and 168GB harddrive (somehow). I still use it everyday.
| 1 person likes this
Answer to:
How much do you think a 5 terabyte hard drive will cost in five years (i.e. 2014)?
Too much. I can't immagine why anybody would need that much space. I've never used more than 20GB in my life. And I only use about the tenth of the 4GB my MP3 player has.
I also hope the processor speeds improve to meet the demand, because if you have a full terabyte of files and you need to perform a general search to find one, it could take quite some time without a good processor.
| 2 people like this
Answer to:
Do you ever feel sorry for prisoners?
Only if they're wrongly convicted, or given a sentence that's too harsh for the crime.
The worst is going to jail for something trivial and then not being able to travel or attain a job as easily/at all anymore.
| 1 person likes this
Answer to:
What's the law in texas on dating a minor? im 18 n shes 16. no sex.. just seeing eachother. Can cops arrest me in a public place if they ask for ID's?
Last I checked, only sex is illegal if she's a minor (and depending on where you go in the U.S. it changes from 16 to 17 to 18).
I really doubt that the dating part would be a problem.
| 1 person likes this
Answer to:
What is processor and what is the use of processor?
The processor takes instructions and executes them. When you tell the computer to save a file to the harddrive, the processor takes data from the RAM, up to 16 bytes at a time, and moves it onto the harddrive.
The processor is the central focus of the computer. It has three main tasks:
1. Receiving input (including memory access)
2. Giving ouput (including memory access)
3. And...
Answer to:
Do you think computers are changing the way we think?
Yes. Especially if you learn to program computers. Programming involves very straighforward and at the same time original thinking.
| 1 person likes this
Answer to:
Who is your favorite band? and why?
Ben Folds. Though technically he's just one person. If it must be a group, I'll go with Ben Folds Five.
The two major reasons why I like him (other than the fact that he's awesome) are:
1. He plays piano
2. He's funny
I play piano myself, which is part of the reason I like him so much.
| 1 person likes this
Answer to:
I like the trend of "natural" remedies over harsh chemicals but do you think it's gone too far? Just 'cause it's synthetic doesn't make it poisonous and just 'cause it's "natural" does not make it safe. Some of the most toxic substances come from nature.
It's like the organic craze. Everybody thinks that the food will be healthier if they don't use chemical fertilizers. The thing is, those chemical fertilizers haven't ever caused any problems.
And, without those fertilizers, you can't grow as much food in the same area of land. This means more land needs to be used to grow the same amount of food. That's pretty...
Answer to:
What is the difference between rom and ram?
RAM holds values and commands from programs to be executed because RAM allows faster access than more permanent storage devices like a hard drive.
ROM is traditionally only allowed to have values added to it or removed from it. The values cannot be changed after they are placed (in theory).
RAM is still pretty slow though, so the processor stores important values in fast-access registers,...
Answer to:
What are the disadvantages in writting programs in machine code
Machine code is very difficult to edit because it would take a very long time (depending on the editor) to insert code somewhere because the other values will all need to be shifted further along the file. There are no comments either, but I have a bad habit of not commenting anyway.
Machine code rarely ever needs to be examined because it doen't vary from assembly code much, just...
Answer to:
What is flip flop?
A flip-flop is an electronic circuit. It has two output connections (usually Q and Q prime or similar). The flip-flop would start in one state (usually Q). This means that any circuit connected to Q will recieve power. If a clock signal is input, the Q no longer gives output, but Q prime does. In this way, the flip-flop toggles between two states, representing 1 and 0, each time the clock input...
| 2 people like this
Answer to:
Why does a fake pill (prescription placebo effect) work more effectively than prayer?
I'd assume that the one that works more effectively is the one you have more faith in.
| 1 person likes this
Answer to:
Is the world ready for 3D laptops?
Yes! It's about time we do away with our ould 2D ones. I'm so tired of losing it every time it turns sideways! Do you realize how hard it is to put a CD in something that has 0 depth?
Oh wait, you meant 3D monitors. Well, no. I think that would be pretty pointless and probably quite crappy judging by the quality of 3D DVDs.
Answer to:
Have you had the H1N1 shot yet?
What do you mean "yet"? I haven't got it, and I don't plan to. I've never caught the flu before, my odds really aren't that different this year.
| 2 people like this
Answer to:
Will Windows 7 be Microsoft's last operating system?
No. Hopefully it will be the last operating system Microsoft comes up with that makes me want to puke (since 98SE, everything went downhill). They did something great with MS-DOS, and all versions of windows up to 98 were the way you would want an OS to be. After that, MS started tyring to copy Mac operating systems, and that was their fatal flaw.
| 3 people like this
Answer to:
What is the function of cache in the computer and how are data go from processor to cache to ram?
The cache is an area of fast-access memory in the processor. It usually holds the next few instructions the processor is supposed to perform. This allows time for memory access while the processor is executing an instruction. This greatly improves the speed of the computer.
I'm not sure of the exact process, but usally data is copied to a register (if not already there) and then placed...
| 1 person likes this
Answer to:
What are the advantages of linux over windows
I know some people will hate me for this, but I personally think Linux is overrated.
Customization can be achieved at the same level in Windows if you really know what you're doing (maybe not quite as much, but I hardly care for customization myselft. I prefer to customize the programs I use, not the OS).
As for security, as more people use linux, more viruses will be made for it....
| 1 person likes this
Answer to:
I have a 9 year old computer running Windows 98 with an 800 MHZ Pentium 3 processor and 256 MB RAM. If I want to do an upgrade to get it like an average system today, what do I have to change?
I would keep Windows 98 because its the best Windows OS you will find.
There are only two things you really need to worry about: RAM and OS compatibiltiy.
I still have computers with win98SE, so as long as you don't plan on doing much gaming, you should be able to do anything a newer computer would be able to do.
The processor is the least of your worries. 800MHz will more than...
| 1 person likes this
Answer to:
Do you consider yourself to be a "Computer Whiz"?
Well, yes. That's not the word I'd use though.
And besides, this is all relative. No matter how good you think you are there are always another thousand people or more who are better.
So, I'd say I definitely know more than anyone I've met in person.
| 1 person likes this
Answer to:
When you add two odd numbers why is the answer always even?
Because, every odd number is one away from being an even number. If you take two odd numbers, you have two ones. Two ones makes two. So now you have two even numbers and a two. For example:
7 + 13 = 20
Seven is the same as 6 (even) plus one (odd).
Thirteen is the same as 12 (even) plus one (odd).
Now we have:
6 + 12 + 1 + 1 or 6 + 12 + 2
Since all of those numbers are...
Answer to:
Some of the food we eat has aspartame in it. Why do we still eat it?
Aspratame doesn't cause cancer if that's what you're getting at.
People seem to obsess over chemicals being put in food. Water's a chemical! There's nothing wrong with chemicals in general, only certain chemicals. And very few of those chemicals that can cause harm actually make it into food.
Answer to:
What is that most you would pay for a cd that was released this year?
I would go up to $50 for a new Ben Folds album.
| 2 people like this
Answer to:
Hey, I need someone to help me please as it's a very serious matter. I need someone to tell me how to hack into someone's computer to delete someone data that they have in possession (msn messenger conversation). I would be very grateful. Thank You!!!!
What you're asking is highly illegal, way beyond what you're capable of doing (or you wouldn't ask), and maybe even impossible. Besides, even if you could, an MSN conversation is not worth getting caught unless you were discussing something more illegal than mischief related to data.
| 5 people like this
Answer to:
What does the term "overclocking" mean when referring to computing?
Like the others said, it involves increasing the number of clock signals per second. Or how often the clock input to a flip-flop changes from 1 to 0 within a second.
Overclocking can speed up the computer, but it can also damage hardware. If you overclock your CPU, some instructions might not execute properly and you can get very strange and crippling errors.
If you don't know what...
| 1 person likes this
Answer to:
Do you think the people that work at microsoft are slightly retarded and the people who made IE?
I have no problems with Microsoft. They make mistakes but they have the most pressure because more than half the world uses Windows or some other Microsoft product like XBOX or Office. And since they charge money for their OS, there are high expectations, if linux developers screw up, it's not like they're going to lose any money.
Besides, I love MS-DOS (best OS ever. period.) and...
| 1 person likes this
Answer to:
What's the fastest (wpm) you've ever seen someone type?
I can do 111 wpm on a good day (bad days I make too many mistakes).
| 2 people like this
Answer to:
Windows 7 or Linux?
Windows 98SE
| 2 people like this
Answer to:
How much RAM (memory) does your computer have?
256MB. Never had a problem.
Answer to:
What are some 3 letter words or initials that are related to computers? (CPU, fan, etc,)
If we get into programming:
mov - move
int - interupt
sub - subtract
add - add
mul - multiply
div - divide
cmp - compare
jne - jump if not equal
jnz - same as jne (this one is more correct)
jna - jump if not above
jnb - jump if not below
xor - exclusive OR logic
and - AND logic
nop - no operation
fld - load into fpu
pop - pop off of top of stack
jmp - unconditional jump
...
| 1 person likes this
Answer to:
Which is the best Windows OS in your opinion?
Windows 98 was and still is the best OS (besides DOS). XP is too frilly.
Vista and 7 seem to be an attempt by Microsoft to be like Mac, which is a dumb idea because I hate Macs.
2000 always crashed for some reason.
95 didn't have proper support for USB
and 3.1 isn't worth it compared to just DOS.
98 is stable, not retarded looking like Mac OSs and XP/Vista/7, and still gets the...
Answer to:
How many letters have worn off your computer keys? Ten for me - I am missing: s, e, l, m, n, c, d, o, k, f.
None. I've been through two keyboards. One had sprite spilled on it (never made that mistake again), and the other one's l button and half of the spacebar (there are two actually buttons under it) stopped working. I just got my new one a month ago.
| 1 person likes this
Answer to:
At what age did you establish, 'there is a God'?
When I was 13 or 14. I was borderline athiest before. Then, one day, I woke up and completely believed in God. I got a crucifix for my room, I got a Bible (unfortunately, I never read ALL of it), everything.
I still don't know why I changed my mind.
Answer to:
Can you accept the possibility that God might just be female?
The Bible says that God created Adam (not Eve) in his image. This means that Adam looks like God. Since Adam was male, it is very probably if not 100% definite that God is male (if any).
Answer to:
Do you have photoshop?
Nope. I use Corel Photo-paint.
Answer to:
My diagnostic report says that my RAM is low. # 1- what can I do to increase it with out a upgrade. #2- How many GB would I need for my desktop. I see there are exteranal one that can be pluged into on of the slots. Would that work or should I get one .
The only thing you can do is try to run as few programs at one time as possible. If you usually run five different programs (or more) at once, you may one to try to keep it down to one or two.
Also, you may have programs running in the backgound without your knowledge. If you're using Windows, press Ctrl+Alt+Delete and click the processes, tab. This will show you how much memory each...
Answer to:
Between lower case and upper case characters (ie. a vs A) which has a higher value in a sorted list?
Like yeroco said, the lowercase letters have a higher value, but if you want to sort lexicographically (or something like that, I don't remember the word), I think then uppercase letters would be of a higher value.
Answer to:
The universe outside of earth, or the human *mind*.... which is more complex?
The human mind. The universe isn't self-aware.
| 1 person likes this
Answer to:
What will happen if you dilute holy water with plain water?
● Will the diluted mixture be less potent or the same?
● Can you increase the potency of holy water by distilling it?
● What is the maximum potency you can achieve?
I think that if you mix holy water with normal water, it all just becomes normal water.
| 2 people like this
Answer to:
How I get free internet access?
There are some companies that will provide you with free (dial-up) internet access as long as you fill out the surveys that they send you.
It's free, but its very slow. And you need to take the time to fill out surveys every so often, so it might be better to just pay for it instead.
Answer to:
Is there any archaeological proof for or against the bible?
They know that there was definitely a flood of some kind around the time the Bible mentions it (and it likely DID involve someone named Noah with a boat and animals), but exactly how large the flood was and how many animals Noah had on his ark are unknown.
Other than that, I think the only absolutely 100% proven true thing in the Bible is that Jesus was born 0 A.D. and was crucified a few...
Answer to:
Hi friends how i can know gmail password of others by knowing their mail id
If you have to ask, you can't do it.
Someone who had a chance of doing it would already know.
Answer to:
Do you agree there are too many unnecessary buttons on the computer keyboard? Many buttons there I never used.
The only useless one in my opinion is scroll lock. The only program I know of that still uses it is excel, and frankly I could survive without it's function.
Then again, the keyboard would look pretty wierd with only two lights...
| 1 person likes this
Answer to:
When will we abandon CDs?
I think it will take a long time. For backwards compatibility (though this is quickly becoming less of an issue) CDs are better when it comes to data storage than DVDs as well as being slightly cheaper.
More importantly, the music industry doesn't have a better way of distributing music. Sure, there are some companies that have services like iTunes that sells individual songs, but for...
| 1 person likes this
Answer to:
How do Computer Viruses are made?
Computer viruses are often written in assembly, which is a language that is extremely close to the actual 1s and 0s that the computer takes as input and gives as output. This is what assembly looks like:
(using debug)
mov bl, A
dec bl
mov dl, bl
mov ah, 2
int 21
cmp bl, 0
jne 0103
int 20
nop
Unless I've made a mistake, this would display the numbers 9876543210 on any computer...
Answer to:
How do I locate "notepad" on my computer? Need to learn how to use Html. Help, please.
If all the other suggestions failed somehow: open any folder, click file -> new -> shortcut. Type "notepad" without quotes and clikc ok and finish until a shortcut appears that says notepad.lnk (the .lnk may not appear depending on your settings).
Answer to:
Advantages of a computer
You can compute things.
Answer to:
What is encryption and how it works....?
Encryption is a process by which the contents of a file are encoded either using a specific method each time or a special method that worrks based on a password.
For example, a simple way of encrypting text is bitwise negating the characters. For example, 01000001 is the binary value of A. If we take this number and reverse it, making all 1s 0s and all 0s 1s, we get 10111110, which is ╛....
| 1 person likes this
Answer to:
How to divide 3 windows into equal parts on the desktop?
Right click the any part of the taskbar and click either "tile windows horizontally" or "tile windows vertically". All the windows open will be given an equal area of the screen.
| 1 person likes this
Answer to:
How do i mask my ip and surf the internet, download stuff, or use vuze unonymously no matter who tries to find who i am?
No matter what you do, it will always be possible for people to find out who you are. It really just depends on how determined they are, and what reason they would have for wanting to know.
| 1 person likes this
Answer to:
How do i round up to the next largest whole number in C++? i want to be able to round 1.1 to 2 or 9.9 to 10 or any number in between 1-50 for that matter
I'm rather new to this so please be simple )=
it'd be somthing like this:
float toround;
...
if(toround-(int)toround != 0) toround = (int)toround +1;
What this does, is it checks to see if toround has a fractional part by subtracting the non-decimal part from it (changing a float to an int truncates the fractional part of the variable's value). If toround does have a fractional part, it removes the fractional part and adds...
Answer to:
A program has placed several hundred photos, each one in a separate folder.
Is there a command in windows that will move them all to a single folder?
You need to start DOS. Click the start menu, then click "run" and type: cmd. Press enter. A window will open with white text and a black background.
Now, type the letter of the drive containing these pictures. For example, if the pictures were on a floppy, you would type A: and press enter.
Now, type cd X: where X is the drive you entered earlier.
Now, type cd and enter the...
Answer to:
What exactly is the Internet?
Basically, large companies own "servers" which are similar to very large hard drives. On the servers, information is stored as (usually) HTML documents, along with any pictures, music, and video files those documents may need (and stand alone files for downloading). These HTML documents are text files. They contain code (called HTML) that tells the web browser how to arrange items on...
Answer to:
When any body press "A" key on key board how many procees is going on in processor?
Most of the processor involved with handling the keyboard are delt with by co-processors. Usually, the processor only sends a keydown and keyup message to the OS, which will send those messages to any requesting programs. Without anything to receive the messages, the main processor only needs to perform 1-5 processes. Maybe even 0.
Answer to:
If you have a computer problem and you don't know how to fix it, who do you contact? Geek Squad, friend, family member, etc.
If I have a computer problem, I can usually fix it. If I can't, I learn how to fix it.
Answer to:
I'm taking a Beginning Programming course based in C++. Although I come from several years of experience and an extensive IT background, I'm REALLY struggling. Any suggestions?
When I started learning C (its only a little different from C++), I was using a free tutorial. Nothing was really sinking in. I could make simple programs, but nothting more than just printf and scanf combinations.
Then, I went to the library and picked up a book called C: The Complete Refernce. I read it through. It took a while because its like 840 pages, but after I read it, everything...
| 3 people like this
Answer to:
Whats the coolest thing you have programmed in just one night?
Not really cool so much as useful. There's this office I go to pretty often, though not everyday, and I use the computers there. The problem is they have user accounts, and users like me who are not permanent workers there don't have the ability to change the screen resolution. So one night I threw together a reasonable-looking resolution changer in C.
I also made a program that...
Answer to:
Why computer can only understand 0 and 1 or why this 0 or 1(binary) language is used.
Because a computer's main component is called a "transistor". There are capacitors and resistors and diodes and transformers etc., but the transitor is what makes small computers possilbe.
A transistor basically either allows current to flow or doesn't depending on what input it receives at its base. More simply, the transistor is either ON (1) or OFF (0). Since there are...
| 1 person likes this
Answer to:
What is the best freeware that you have ever gotten off of the Internet?
Either 7-Zip or Dev-C++
Oh, and I downloaded a bunch of games (legally):
Prince of Persia 1 and 2
Life and Death 1 and 2
Karateka
etc.
Maybe DOSBox...the list is really too long.
| 1 person likes this
Answer to:
How is information moved around within the computer?
All information is retrieved from a specified file or address in the RAM and loaded into the CPU. It then either places the information on a register, sends it to a file, saves it in the RAM, or discards it depending on what a program tells it to do.
Answer to:
Did you know that X-Day will come in 2012? This is when there will be no more IP Addresses available --meaning-- no more internet. What do you think? And do you have any late updates to how they are going to fix this problem?
I could be thinking of something else, but I'm 90% certain that ISP already give out the same IP address to multiple computers.
Answer to:
What do you use interner explorer or google chrome?wich one is better?
If you set it up the right way, IE7 is probably the best for me. Firefox 2 was nice but I don't really appreciate 3. Never bothered trying Google Chrome. IE7 works well enough, I don't really see the point in getting a different browser.
| 1 person likes this
Answer to:
Wich do you prefer: Google, Bing, Yahoo or a fourth?
I usually use google because I have the toolbar, which is convenient, and it's my homepage (uaually). Bing's okay too, but I absolutely despise Yahoo.
Answer to:
Do you think sharing and downloading copyrighted files/torrents should be illegal or not?
It should definitely remain illegal. I used to download illegal music before, but one day I just decided that I shouldn't and started buying CDs. That happened like 3 years ago and I still don't know why I had such a change of heart.
Answer to:
Anyone using an operating system that is over 10 years old? What is it?
Windows 98SE is the best OS ever in my opinion. Except DOS which I still use on a daily basis.
And now vista's gone and butchered it.
| 1 person likes this
Answer to:
When you go into the "WINDOWS TASK MANAGER" is it normal to have 5 iexplorer.exe and 7 svchost.exe in the processes running? (Ctrl-Alt-Delete)
If you have 5 internet explorer windows open, then all five need to be there. However, if not, you might want to get IE7. I had internet explorer 8 and sometimes it would spawn like 50 iexplore.exe processes randomly and wouldn't let you end them. It was a pain so I went back to 7.
| 2 people like this
Answer to:
Do people really go to Hell for masturbating? Isn't this asking too much?
I'm 99% sure the Bible says nothing about masturbation.
Answer to:
Im a 14 year old girl and im inlove with an 18year old guy, its wrong i know.. but what should i do?
You don't have to do anything. As of yet neither of you have done anything wrong. There are a lot of people who are going to say that you don't know what love is and that he's going to go to jail and stuff, but neither of those statemenst are necessarily true.
If you (not other people, but you) think it's wrong, then it's wrong. Otherwise I don't see a problem....
Answer to:
What can you do to keep a train from crashing?
You put on the emergency brakes and pray. Of course, the best solution is not to get in a position where you would crash in the first place...
| 2 people like this
Answer to:
Hi, why do a computer needs an operating system?
The operating system basically provides a way for the user to interact with the hardware as well as for other programs to use hardware to interact with the user or other programs. Most programs require an operating system because they rely on the operating system interpreting their commands and then sending instructions to the hardware.
However, you don't need an operating system. Some...
Answer to:
Why is God the holy father, why not the holy mother?
God made Adam in his image, so the assumption is that God is male.
| 1 person likes this
Answer to:
What can I get at your McDonald's that I can't get at other McDonald's?
Where I live they have blueberry pies. I went to New York and the McDonald's there didn't. When I asked for one the lady just gave me this wierd stare...
Answer to:
Hallo can anyone tell me the steps for entering another pc by knowing the email address?
I don't know why so many people ask this question. It's not a simple task, and it might not even be possible with only the email. Unless you already know what you're doing (in which case, why would you ask?) or you get someone else to do it (which would probably require payment) it would take months or even years to gain enough knowledge to attempt such a thing. And even then...
| 1 person likes this
Answer to:
Compare visual c++ and visual basic
C is much faster, and gives you much more control. Visual Basic is much easier, but is slower and you have less control.
Those are the most important differences.
Answer to:
What would you do if I sent you a virus on your computer?
Open it up, make it ten times worse, then send it back to you. It'd be like a virtual game of volleyball, but with worse consequences if you fail.
Answer to:
What advantages does Mac OS have over Windows and vice versa?
As many people have stated, Macs don't get as many viruses, and people talk about "appearance" and such. But nobody would get viruses regardless of their operating system if they were smart about internet use and had anti-virus software. As for appearance, well that's an opinion thing (in my opinion, I liked the LOOK of win 98se best, the new operating systems are too...
Answer to:
What would i find in your favorites list (web browser) that would be most surprising to other ab members?
Nothing, I don't "favourite" things. Never really occurs to me, and the whole favourites interface really bugs me. I have a pretty good memory, so I just remember the best sites, anything else I save in a text file.
| 1 person likes this
Answer to:
Is there a difference between using the hex color codes and using the word you put them there in the site?
Also, in addition to Ragnar's answer, some browsers (very few) don't support colour names because they are not standard whereas the numbers are always supported.
Answer to:
How does temperature affect gases and solids
Increasing the temperature of (almost) all substances will cause them to expanding, increasing their volume and decreasing their density. The heat also weakens the attractive force between the objects which is how solids become liquids and gases.
Answer to:
If you saw someone walking a pit bull around the dog park, would it make you nervous?
Mildly, but only because I'm not really a dog person. I don't like it when they run up to me becuase I have a cat. And when a cat comes running towards you, it's not because it wants to say hello...
| 1 person likes this
Answer to:
How do you resize a PC wallpaper? I have 600/800 screen resolution,when I download a paper, its blurry
Usually when an image is blurry, it's because it's quite small and is being stretched. The only thing to do in that case is look for a larger picture.
The best option would be to look for wallpapers that are 800x600 to begin with.
By the way, I'm an 800x600 fan myself (unless the computer has XP or Vista, or if I'm playing games/watching a movie).
| 1 person likes this
Answer to:
When you are playing a game online that doesn't have obvious sound on/off options, is there any way to turn it off? or maybe to turn all sound from the internet off? I want to listen to itunes (only) :)?
Depending on the sound card and accompanying software you have, it may be possible to mute only the sounds coming from the game.
It also depends on what you're listening to. Sound effects from games (and the music too usually) is in WAVE format. If you're listening to MIDIs or a CD, you can mute the wave sounds but not the others.
Beyond that, I'm sure there are programs...
| 1 person likes this
Answer to:
Have you ever taught an older person to use the computer?
I live near my grandparents and they're always asking me to come over to help them. We recently replaced their extremely slow/old computer with a laptop. Only problem, it has a different operating system than their old one.
I've unleased a terrible monster on myself.
| 1 person likes this
Answer to:
My computer hesitates every 3 to 5 sec.'s. I've updated my drivers and gotten rid of malware...............any help?
My computer does this whenever it's left on for more than a month straight (meaning no sleep or hibernate either as they cause problems with my external harddrive).
Usually it would run fine even if I turned it off for 1 second.
Answer to:
This was a standard joke in school. There are ROMs (Read Only Memories) in the computer. Why there are no WOMS ( Write Only Memories)?
They could have WOMs seeing as how ROM isn't truly read only. You can store constants in it for faster loading than from the RAM. So WOM wouldn't necessarily mean that you couldn't read from it.
Come to think of it, I don't see how it would be possible to have a chip that could store values but wouldn't let you read them (I don't think it's electronically...
| 1 person likes this
Answer to:
Hallo i am looking for someone that is capable of erasing from a pc all the videos and photos by giving him the email address.Payment will be given. rx7beast1980@yahoo.com
You shouldn't put out a public request seeing as how what you're asking to do is highly illegal and usually results in a fine and jail time.
Also, the emial address is almost never enough for somebody to erase another person's harddrive, especially when it's internet-based.
Answer to:
Some random nickle back song keep playing BY ITSELF on my computer. It doesn't matter if we are using the computer or not it just plays anyway several times a day. Once in a while i can hear strange voices as well. how do i find out what it is?
If you're using windows, press Ctrl+Alt+Delete and click the processes tab. If you see anything suspicious, end it.
I had a similar problem where an internet explorer process would start up without creating a window and start playing a recording of some interview without me ever telling it to do anything. All I had to do was end the internet explorer process. If you want to permanantly...
| 1 person likes this
Answer to:
If time means nothing to God, then why can't there be both creationism AND evolution? It will sure solve a lot of arguments on the matter.
There are multiple categories of evolution. Three or four, including the one that shows transition from ape to human, have not been fully proven. But one has, it's the kind that allowed the cat to evolve into a family of sub-species such a leopards, tigers, lions, etc. and caused people living in different regions to develop different physical traits. This form of evolution (I am told) is...
| 1 person likes this
Answer to:
Binary: Why use 1's and 0's instead of just letters and numbers?
Because the entire device a computer runs on is mostly the transistor. It lets current flow when it receives input to the base, and it doesn't let current flow when there isn't current at the base (it also amplifies, but that's not important here). So, there are these millions of transistors each either outputing current (1) or not outputting current (0). Binary wasn't...
| 4 people like this
Answer to:
If in the future there exists a magical machine which can clone you from a stem cell for example, would your clone have a soul?
Whether it would have a soul or not I can't be sure. But I do know that they would be nothing like you in terms of personality, they might not even look like you. These scientists once cloned a cat, the clone neither acted like or looked like the original (completely different colour of fur).
Plus, I don't think that we'll be cloning people any time soon. we're still...
Answer to:
Why does the value in short variable automatically converted into integer value
Short is placed before a normal integer type. Ex.
short int...
short float...
short double...
short char(causes errors on some compilers, is redundant on all)...
etc.
If you don't specify a type, the compiler assumes integer. Short is kind of a prefix, like how some programs need to used __near and __far before their pointers (rarely necessary these days).
Answer to:
On my Windows XP home, there are always 15+ "processes" under "Administrator" running in the background. Is there any way to stop them without CTRL-ALT-Delete-ing every 10 minutes?
Most of those processes are required for Windows to run, and removing them either makes the system unstable or forces Windows to start them up again.
Other things that run in the background are things like anti-virus programs and the like, which won't cause your computer to crash if you end them, but it's still best if you don't.
So if the processes you are trying to end...
| 2 people like this
Answer to:
How can I force my printer to print? I have used fflush but it doesn't work. I will give details in the first answer.
This is the printing code:
char toprint[256];
...
...
...
FILE *fp
if((fp=fopen("LPT1", "wb"))==NULL)
{
printf("nnError accessing printer.");
exit(1);
}
fprintf(fp, "%s", toprint);
fflush(fp);
fclose(fp);
}
The printer receives the data, but refuses to print until there is too much data being sent for it to keep in memory. Once it...
Answer to:
Do you think violence in video games affects the level of violence in a child's behavior?
No. There's violence in games, but also on Tv, in movies, etc. It's not like you can completely prevent a kid from learning that violence exists. The only thing that's important is that the kid understands that violence is only fun if it's a game and not in real life.
As a more solid fact, the amount of teenage violence in all but the largest cities in the US has dropped...
| 3 people like this
Answer to:
What triggers thoughts? What's the triggering mechanism that causes the brain to fire up electrical activity for a thought? How can something come from nothing (physically at least)?
Consious thought is thought to come from one of two places:
If you're religous, your soul.
If not, the movement of the subatomic particles that make up the atoms that make up the molecules that make up the cells that make up the tissues that make up your brain.
Either way, they've proven that people are even capable of though and concsiousness even after they're dead (at...
| 1 person likes this
Answer to:
Hello. i have a DAT extentioned file. i have to open it. text editors like notepad cant show perfectly. i think it is table data. How can I access to it?
DAT is a compression method I believe. Or at least, the extension for a specially compressed file. Every DAT file is compressed/encoded differently, so not all DAT decompressers/decoders will work with all DAT files. If you're not sure what was used to compress/encode it, I would suggest searching for programs that can convert DAT files and try new ones until one works.
Answer to:
WHY WE USE VOID MAIN() IN C++?
main just indicates the function form which the program's execution will start. It also outlines the main purpose of the program. void is used if a function is not going to return a value (although some compilers don't require it). main is usually either void and returns no value, or int and returns a value to the calling process that indicates how/why the program was terminated....
Answer to:
What is the best computer
Human brain. Many trillions of calculations a second (believe it or not), and infinite harddrive space (but very slow seek speed).
Answer to:
If we were to get some of Jesus' DNA, and clone him, would you consider this playing God, or bringing about the second coming as described in the Bible? (elaborate)
Even if we could clone Jesus, the clone wouldn't be the same. Some scientists cloned a cat once, and not only did the clone not act like the original cat, but the two didn't even have the same colour fur.
Answer to:
Can you sum up The Bible in three words?
Jesus is Lord.
That's the entire message. You could cut the Bible down from 1,000 pages to 3 words and the message doesn't change.
| 1 person likes this
Answer to:
Which tool can help automate various support operations on Windows 98 and ME?
Go to my computer and open the folder called "scheduled tasks". Click "create new scheduled task" and follow the on-screen insstructions. Also, if the scheduled tasks folder isn't under my computer, check the control panel.
Answer to:
C++ Programming Question?
What do you typically use to get elements into a static interger array and to print the elements out?
a. switch statements
b. case logic structures
c. loops
d. None of the above
#include <stdio.h>
int main(void)
{
static int arr[10];
register int i;
for(i=0; i<=10; i++)
scanf("%d", &arr[i]);
for(i=0; i<=10; i++)
printf("n%d", arr[i]);
}
That uses two for loops. I think it's the most efficient way of doing it.
Answer to:
How many zeros in a googolplex and i dont know when they say a googol of zeros
I think that googol is a 1 with 100 zeros or 1x10^100.
Googolplex is 1 with google zeroes or 1x10^10^100.
Answer to:
What nationality are you? List all please?
Canadian.
My dad is %100 Dutch.
My mom is %50 Ukranian and %50 French Canadian.
| 1 person likes this
Answer to:
Does anyone know where I can find the source code for an html board, like that of Practiceboard.com? I would like to have a page on my site with one.
Go to any website with a board on it, right-click, and click "view source". That will show you the html code for the current page.
Answer to:
Would you consider Limewire illegal? Even though almost everyone uses it, but it still is downloading music for free.
Limewire's perfectly legal. Most of the stuff on it isn't, but Limewire is. However, there are other programs you can use for p2p that don't have as many viruses.
Still, I don't use any p2p. I'm heavily against pirating.
| 2 people like this
Answer to:
I have my friend's ip address, how can i get unto his computer without him knowing
The IP is rarely enough. ISPs give multiple computers the same IP address because otherwise they'd run out. There is no easy (or legal) way to hack into his computer with only his IP. You'll need to know a lot about how internet communication works and you'll need to know code to put together programs that will let you utilize the IP in the fashion that you are thinking of.
...
Answer to:
In retrospect, do you think the the Y2K 'crisis' was overplayed? Or was it really a valid worldwide concern? I know that it had the potential to be destructive--but the leadup to 2000 was a theatre production unto itself. What do you think?
Most computer proffessionals didn't see any real threat because any computer in a posisition where having the wrong date would cause serious problems was new enough to keep track of the entire 4-digit date.
However, I do have a few old games from 1995 and before that display the date on the highscore table. Any date past 2000 becomes 20X
For example the dates would be arranged like...
Answer to:
How many words can you type in a minute?
On a bad day: 50wmp with a reaonably large number of errors.
On a good day: 111wmp with no errors.
| 3 people like this
Answer to:
It takes two to do what?
to lie.
Answer to:
I'm freakin out guys i'm scared of everything it's 2am i cant sleep dunno wtf is going on i'm breaking into hives im shaking my heart is over 9000 bpm, how to calm myself down?
Your heartbeat can't be over 9000bpm, that's impossible. However, if it's over 180, you're likely experiencing tachycardia which can quckly lead to heart fibrillation and failure. Measure your heartbeat as accurately as possible and if it's over 180bpm call an abumlance.
Answer to:
How could God always be, how could he create the earth?
Something always had to exist (contrary to popular belief, there were things in existance before the big bang). There has to have been something that had always existed, and that cause the creation of everything else. What proof is there that this always existant entity is not God?
| 1 person likes this
Answer to:
How can I allocate arrays or structures bigger than 64K?
That's strange, my compiler has never limited me on how much memory one data item can take up.
With certain compilers though, a point to the array or structure will need to be declared with __far before it. The makes the pointer 32-bit instead of 16-bit. (on most systems, especially with windows API, pointers are 32-bit by default)
Answer to:
Was there an adam and eve at the 4 corners of the world and they met up somewhere and thats why there black and white peopl?
Different races came about because of evolution (not the ape-to-human kind, the cat-became-tiger and lion and cheetah and leopard, etc. kind). People living in hotter, sunnier places began to have darker skin. People in colder/darker places kept their pale skin. There are other factors but I'm not exactly sure what they are.
Adam and Eve were both in the same place, and were both white...
| 1 person likes this
Answer to:
December 21, 2012... do you believe its the end of the world or are you unsure and what do you think about people who believe that it could be the end.
I've posted this link too many times for such questions: http://www.cracked.com/article_17445_6-best-2012-apocalypse-theories-are-all-bullshit.html
Again, I warn against explicit language and content that some viewers may find humorous.
| 1 person likes this
Answer to:
If my doctor tells me my kidney only functions at 30 percent am i ok? he says im ok. Am i?
Well I would hope that the doctor would never lie to a patient.
Do you have two kidneys, or did you lose one somehow. Because if you only had one, and it was running at %30, you'd be in a really bad position. If you have two, and just one of them is functioning a %30, you'll be just fine. If you have two kidneys, and they both only work at %30, you'll be in a not so good...
| 1 person likes this
Answer to:
I forgot how to program its been to long anyways i need to know how to create a simple windows api c++ program just a simple error popup but i cant remember any of the code except for MessageBox(NULL, "enter error message here!", "Error!",MB_ICONEXCLAMATI
This pdf is a good starting point. You will need to know some basic C, but not much (it doesn't even require you to understand pointers).
http://winprog.org/tutorial/files/forgers-win32-tutorial-pdf.zip
Answer to:
Given a choice, what version of windows, or other, would you use?
Win98SE. I actually still use it on one of my 3 computers.
Answer to:
How do I write a computer program that computes and displays a 15 percent tip when the price of a meal is input by the user?
I agree. That's way too simple. But I'll show you anyway:
#include <stdio.h>
int main(void)
{
float price, tip;
printf("nEnter price of meal: ");
scanf("%f", &price);
tip = price * 0.15;
printf("nTip is %f", tip);
}
That wasn't so hard was it?
Answer to:
Explain how repetition control structures increase the usefulness and power of a computer program?
If there was't repetition, people would need to copy and paste code hundreds of times just to get their program to run for a few minutes. The code would need to be millions of lines long if you wanted it to be able to run for hours.
Repetition keeps the program running, and the control structures allow the program to be more generalized. Programs really only consist of loops and ifs...
Answer to:
Sometimes, when I put my computer (HP desktop with Windows XP home) into standby, it will not come back. I end up having to do a hard reboot. Why does this happen, and can it be fixed?
My computer used to go in and out of standb fine, but then I got an external harddrive and it wouldn't come out of standby anymore. Turns out, if I turn off my external harddrive before putting the computer into standby, everythings fine again.
Maybe some of your hardware is causing a similar problem.
Also, as weatherman waiting for the moment said, don't use IE 8. I get along...
Answer to:
What's some thing that starts with the letter C that you would find in a hospital?
cauterizer
| 1 person likes this
Answer to:
Do you think the time will come when society will become capable of accepting the lack of any god?
There will always be theists so long as it remains impossible for people to disprove his existance. Since I doubt anyone will ever be able to prove or disprove his existance (until death), I don't really think theism will ever go away.
But, just as an interesting fact, doctors and scientists have proven that people remain conscious for (at least) many hours after they die. Theists...
| 1 person likes this
Answer to:
Is it ok for a guy to hit a girl when she strikes first and multiple times and is meaning to hurt and you warn her not to?
Legally you have the right to hit back as much as is necessary to defend youself (an not even the smallest amount more, they get really picky about it). The problem is, you're tried in front of a jury of your peers. And, as you can see, a majority of your peers seem to think that hitting a girl is never justified.
I think that it's fully justified, but be careful, because juries...
| 1 person likes this
Answer to:
On the news today. Laptop was left on; on a couch and burnt the house down. Another woman burnt the crap out of her legs because of her laptop. Are you aware of this?
I always knew there could be problems. I just don't understand why. Why can't a laptop turn off when it gets too hot like a computer does? I'm sure if people weren't so interested in making thinner laptops(which end up weighing more than the thicker ones usually), they could probably put together a safety mechanism of some kind.
| 1 person likes this
Answer to:
Do you think, the government listens to our cell phone conversations?
No for two reasons:
1. It wouldn't be possible to listen to or record every single cell phone conversation that occurs because of the number that occur at the same time. Nobody has enough resources for that.
2. Legally, they're not allowed to listen to your phone conversations at all unless there is already some evidence that you have commited a crime. If they were listening in...
| 1 person likes this
Answer to:
How will the human race end in 2012?
It won't http://www.cracked.com/article_17445_6-best-2012-apocalypse-theories-are-all-bullshit.html
Please note that the article contains explicit language and content that may be humorous to some viewers.
Answer to:
Holding your little finger on the right shift key, what's the left-most key you can press with the same hand?
I can reach the left control. But I can't press it without pressing the Windows key too.
| 1 person likes this
Answer to:
What is the most useless button on your keyboard?
Scroll Lock. All it's used for are two windows shortcuts (which aren't that useful themselves) and to enable scrolling in Excel.
Answer to:
How many times has your computer crashed this week?
Zero. But it freezes sometimes when I'm testing new programs I made. And the programs themselves crash alot (which is pretty good considering that most of those errors have been pointer problems that could have brought down the whole system.
| 1 person likes this
Answer to:
What is the character that appears from holding down the alt key and entering your birthyear?
Last time I checked, character codes are only 3 digits.
But here it is anyway: ╩
Answer to:
If I confiscated your computer and took a look around....what would I find? :-)
A lot of self-made games as well as old games from 1990-ish. Some random but not wierd or explicit pictures. Alot of reggaeton and Ben Folds music (most of which was ripped from Cds that I own). Compilers for about 10 different computer languages of which I only know 3. Graphics suites and MS Office 2000. Some random files I forgot about. MS Flight Simulator 98 and Train Simulator. And 5...
Answer to:
Do you turn your computer off for the night?
Yes. I used to keep it on for months at a time wihout turning it off or even letting it sleep. Eventually it would become extremely slow and the clock would start to lose 0.02 seconds of the clock every hour or so.
So now I turn it off every night.
| 1 person likes this
Answer to:
Do you use the home-row keys, or do you hunt-and-peck?
Neither. I used the hunt-and-peck method method before, but I typed so often, and so much that I just came to know where the keys were without leaning things like homerow.
For example: My hands don't have boundaries. If I need to type a word that relies heavily on letters on the left side of the keyboard, both of my hands shift to the left.
It's like how you just know where to...
| 1 person likes this
Answer to:
How can I learn how to type faster?
I learned from practice (111WPM on a good day).
It's more work than the methods suggested by others, but I find this more rewarding and interesting than just copying out a dictionary:
learn a programming language.
I wasn't really a fast typer before, and I had to look at the keyboard a little too often. After all the typing I did while I was learning C made me significantly more...
| 1 person likes this
Answer to:
Have you ever had a sleepy high(so tired you laugh at everything)
I don't really get high or anything, I donn't even find things funnier than they were otherwise. But when I get really tired I'm always making up jokes in my head.
Once I had to write a monologue in grade 8. It was supposed to be funny as humor was the english unit. I had like two weeks during which I couldn't think of anything. I wrote it between 11 and 11:30 the night...
Answer to:
Believers - What troubles you more, religious fundamentalists / extremists or atheists?
I hate the preachers. I am a Christian myself, but I hate the people that do around telling people they're going to hell and they have to repent and everything. I'm also annoyed at athiest who call believers of any religion blind, or close-minded, or stupid because they're no better than the extremists whom they base their judgement on.
No matter what belief you look at there...
| 1 person likes this
Answer to:
What was your first real "desktop" computer?
The first one that actually belonged to me was some random brand with 32MB of RAM, 100MHz processor, practically no video card, and NO USB! At all. Didn't have room for a card, and didn't have drivers. One day I tried to put a burner in it but the PSU was overworked or something and the computer caught fire. Never worked again after that...
But as a kid my parents had a computer...
| 1 person likes this
Answer to:
Try typing this sentence with your eyes closed, "I love you more than words." How close did you come?
I love you more than words.
Yay. It's wierd how my typing accuracy is 0 errors per sentence some days and like 20 others.
| 1 person likes this
Answer to:
What are the first 3 websites you go to when you get on the computer?
It's always either:
thepianocian
jordanmechner
answerbag
Or:
cracked
jordanmechner
answerbag
But sometimes my Gmail account is thrown in there too.
| 1 person likes this
Answer to:
What is the speed of your computer in GHz?
0.4 and still flying. Granted, I have two 2.66GHz ones, but I prefer the older one's operating system.
| 1 person likes this
Answer to:
What is your biggest grammar pet peeve? (mine is your/you're)
I hate people who forget that "there's" means there is. People keep saying things like "There's coats in the closet" and "There's some people over there".
Should be "There are coats in there" and "There are some people over there".
Also, not really grammar, but I hate the word: funner and funnest.
Answer to:
...what is your favorite "punctuation mark" ?...
Apostrophe. According to some encyclopedia I read (not wikipedia), as long as the result is readable, you can contract any word with an apostrophe.
Semi-colons are cool too, but not really useful at all unless you're really into computers.
| 1 person likes this
Answer to:
What causes a longer pause when reading . or , or ; or :
It can be either the period or the semi-colon. The period is usually the longest, but semi-colons are just held for however long the reader wishes (within reason)
| 1 person likes this
Answer to:
Is there any of you who is religious without questioning ,how do you do it?
I haven't questioned it since I was 14. I used to be a borderline athiest. One day, I woke up and believed 100% in God and Jesus. I have never questioned my belief since.
I have no idea why I suddenly came to believe so determinedly. It's really wierd.
Answer to:
How many pictures and or songs could you fit on a 4GB flash drive?
Many thousand if you use extreme compression methods. I was able to fit like 40MB on a 3.5" floppy that way. Granted, it took about 10 minutes to decompress it all...
Answer to:
What was it like to operate a PC made 10 years ago?
I still use a computer made in 1998 (11 years ago).
400MHz, 256MB RAM, 190GB of hard drive, 8MB 48-bit 3D video card, and 16-bit sound. It actually runs pretty well. Nowhere near as slow as people claim. using win98SE.
Answer to:
Im 15 and v mature for my age and luk alot older!im sneakin around with a guy,hes in his late 30s but iv known this guy for years and wer gud friends.wer just havin a bit of fun.he wudnt do anthng i didnt wnt him to,and we have only kissed..is this wrong?
I'm probably going to lose points for this, but in my opinion, it's only wrong if you think it's wrong.
You said you're good friends, and unlike most people, I do believe that it's possible for two people of such different ages to truly have something in common. They will say you're not mature yet, but people mature at different rates.
I would suggest waiting...
| 1 person likes this
Answer to:
What do you think about Microsoft being banned from selling Word?
I don't need Microsoft to sell me a new version of Word. I'll just stick with good old Office 2000.
| 1 person likes this
Answer to:
So I went through the ingredients of an "organic" food product with a vegan. Guess what? Lots of artificial chemicals!! Have you ever done that? What are your thoughts?
What's wrong with artificial chemicals?
Besides, I thought vegans just didn't eat anything that came from animals; I didn't know that chemicals are on the no-eating list too.
| 1 person likes this
Answer to:
Would you ever consider owning a handgun?
Yes. I don't have one, but I really want one. I'm not concerned about security or anything, I just like guns. Shooting at targets sort of thing.
| 1 person likes this
Answer to:
Does God know who created him or where he came from?
Of course he does.
He can also create a rock to heavy for him to lift. AND he can lift the rock and throw it millions of miles if he wanted to. He can do what he wants, and know what he wants.
Answer to:
Christians what would you lose if you became an athiest?
Look at it this way, if a Christian becomes an athiest and finds out that God does exist, he goes to hell. If a Christian stays Christian and God doesn't exist, all he loses is a bit of time spent at Church.
The stakes are higher for the Athiest's.
| 1 person likes this
Answer to:
Why can't we all just appreciate life, nature, our wonderful planet and the beautiful people & creatures we share it with, instead of wasting time arguing Evolution v Creation?
It's not really evolution vs. creation. The Bible mentions evolution (or one type of it).
The reason we argue, is because our brains give us little "rewards" in the form of hormones when we see things we greatly agree with, or disagree with.
When a Christian sees someone calling their religion false, their brain secretes a hormone that gets them to argue back, doing so...
| 1 person likes this
Answer to:
Does anyone know what's wrong with this resource file entry?
#include "resource.h"
IDD_ABOUT DIALOG DISCARDABLE 0, 0, 239, 66
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU*
CAPTION "About My Box"
FONT 8, "MS Sans Serif"
BEGIN
DEFPUSHBUTTON "&OK", IDOK, 174, 18, 50, 14*
PUSHBUTTON "&Cancel", IDCANCEL, 174, 35, 50, 14*
GROUPBOX "About this box: ",...
Answer to:
In your opinion, which Operating System is best, XP, Vista, or 7?
Windows 98SE!
It had the longest run. Support for 98 didn't stop until sometime in 2006. And even then 3% of users still had 98. It might be way outdated now, but in my opinion, it's still better than XP or Vista.
I personally don't like the way the new OSs look. I know you can use a "classic windows" scheme or similar to make it look like win98, but it's not...
| 1 person likes this
Answer to:
Why do people put viruses on the internet just to screw other people over?
Some people also want to become (in)famous.
Some viruses are used to take over a bunch of computers, and then they are all instructed to launch a denial of service attack on a particular website for various reasons, such as political views, etc.
Also, some people have a particular target in mind. A specific computer they want to wipe out. Instead of trying to get the virus to that...
Answer to:
Why would underaged girls have even the slightest sex appeal? Why couldn't they just morph from childish to curvy instantaneously on their 18th birthday?
Because of biology. Not possible for a girl to suddenly sprout breasts within a few minutes. Cells can only divide and grow at so-fast a pace...
| 2 people like this
Answer to:
I accidentally associated notepad with the file extension .dic. Now anything with the extension .dic is considered a text file. How can I de-associate .dic from text files?
Here is the screenshot I promised
| 1 person likes this
Answer to:
So, I'm typing a paper and my Microsoft works processor stops and closes...I re-opened it and there is nothing there...Is there a way to retrieve it?
My Microsoft word creates a backup file of everything I type every 10 minutes or so. Go to the directory where the file was saved and look for a hidden word file. If you never got around to saving it, you might need to search through the temporary directory for it.
Make sure 'show hidden files and folders' is on (or something similar to that).
Answer to:
What's the best way to covert files from docx to doc if you don't have docx?
If you have any earlier version of Microsoft Word (not too early though), Microsoft offers a free converter that will turn docx int doc. Try to open a docx file with your non-compatible Word program it should give you a message that asks if yuo want to download the converter thing. You install it, and every time you open a docx file after that, it will automatically covnert.
The file might...
| 1 person likes this
Answer to:
Error checking mechanism for a number that is calculated for a packet sent from the source against the number for the same calculation at the destination address. What is this number known as?
I could be entirely mistaken as I didn't fully understand your question, but could you be talking about a parity bit?
Answer to:
Use a PC or Mac?
PC and win98SE!! I've got 400MHz of processing speed and I'm not afraid to use it. I also have 256MB of RAM for backup just in case.
But on a more serious note: PCs are more ranged and customizable. Macs are generally pretty standard. I find that Macs are probably better for people who just need a computer and aren't worried about any possible compatibilty problems, whereas...
| 1 person likes this
Answer to:
When 3D television (and hence viewing systems for gamers) comes out, will children venture outside anymore?
If you've ever watched 3D movies at home, you've noticed that they don't work very well.
I doubt we have to worry about that problem for a long time, a TV would have to completely fill your field of view for 3D effects to work, and even then, your body would be confused. It would see a 3D world but would not smell, feel, or accurately hear it. True virtual reality is far away....
Answer to:
What colour is water?
Colourless.
Ocean water is blue because it reflects the sky.
Lake water is green because it has algea in it.
Without anythine in it, water is transparent.
| 2 people like this
Answer to:
How often do you defrag / clean out your PC registry?
I clean my registry at least once a month. But I don't really defrag anymore because last time it took more than two days, and it still didn't finish. I had to cancel it instead.
| 1 person likes this
Answer to:
Does anyone know how to program with C++ and could give me lessons? If you do please message me on msn markblair05@hotmail.com.
I can't seem to find anything that I can learn with and I really don't want to buy lessons.
Thanks
I just got a C programming book out of the library. It's still free, but it covers much more than the online beginners tutorials. You should check to see if any library near you has a book on it.
Answer to:
What are cookies referring to computers?
A cookie is a file put on your computer when you visit most websites. I think there are a few websites that don't give out cookies, but most do.
Cookies are used to:
Count the number of hits without counting a computer more than once.
Keep track of whether someone is logged in or not.
Etc...
They can also be used to spy on you, though most anti-virus programs should pick these up...
| 1 person likes this
Answer to:
Are women the superior sex?
There is no superior sex. However, there are things that certain genders excel at. For example, most men are usually logical, striaghtforward thinkers, whereas women are more abstract. Not that that's a rule or anyhing, but there are just things that each gender commonly excels at.
| 1 person likes this
Answer to:
WHAT IS THE DIFFERENCE BETWEEN fscanf() and sscanf()
scanf() reads values specified as arguments from stdin, whereas sscanf reads them from an array specified in the first argument. fscanf reads from the FILE pointer entered as argument 1.
For example:
int a;
scanf("%d", &a);
would store an integer value received from stdin (which is usually the keyboard) at the address of variable a.
int a;
int b[10];
register int c;...
Answer to:
How can I call a function in C prog, given its name as a string?
It's not the best method, but you can compare the string to the name of the function. For example, is you had a function called f1(), you could do this:
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
int main(void)
{
s[3];
printf("nType name of function to call: ");
gets(s);
s[2] = '';
if(!strcmp(s, "f1")...
| 2 people like this
Answer to:
How can I use the memory allocated by malloc() or cmalloc(), since the pointer returned is of type void? See first answer for details.
I have Dev-Cpp compiler. I was reading a book on C and reached the point where they are discussing dynamic memory allocation. All of the main functions, such as malloc() and calloc() return a pointer of type void. The examples given in the book stored the returned address in a char pointer, then used it to store a string. When I try:
int main()
{
char *p
if((p=malloc(128))==NULL)
{
...
Answer to:
Is the color of your computer beige or black?
I have two black computers that are pretty new, but I also have a beige one with a beige scanner, beige printer, and beige monitor.
I don't think any of it is post-2000.
| 1 person likes this
Answer to:
What is the purpose of including the header file include <conio.h> in C
More specifically, it contains bolean io functions that usually only work with that compiler.
Answer to:
How do I access command-line arguments?
The traditional way would be this:
int main(int argc, char *argv[])
argc is the number of arguments given to the program from the command line. The name of the program counts.
argv is an array of pointers that point to strings given as arguments at the command line. Each argument is separated by a space. For example:
#include <stdio.h>
int main(int argc, char *argv[])
{
...
| 2 people like this
Answer to:
Can any body help to write a program in c to count no.of char ,spaces,digitsand other
In what? In a string? Its very easy:
...
...
#include <string.h>
...
...
int main(int argc, int *argv[])
{
int a;
char s[80];
...
...
a=strlen(s);
...
...
The strlen function:
int strlen(const char *a)
defined in string.h counts the number of characters within the string pointed to by a and returns the value. The null character at the end is not counted.
| 1 person likes this
Answer to:
Why we use '# ' sign in C language?
It tells the pre-processor to do something. It can be used to:
include a file: #include <stdio.h>
define a macro: #define BUFFSIZE 128
define a function-macro: #define ABS(a) a>0 ? -a:a
You can also use ifs to determine which parts of your code to compile. These ifs need to be based on MACRO values, not variables:
#if <expression>
#define <macro>
#else
#define...
Answer to:
"How do I open RAR files? I can really use someones help here."
You could get winrar. But 7-zip is free also, and is much better in my opinion.
It supports all the main archive formats, with different compression algorithms and file encryption. You can also split files into multiple other files and password protect archives..
| 1 person likes this
Answer to:
Wouldn't a Windows7 be inferior to Windows95? (It's a lower number, hello!)
Windows 95 is called windows 95 because it was released in 1995.
Also, I personally think that any operating system is inferior to 98SE (except maybe DOS).
Answer to:
Why does the RIAA think that suing random people who pirate music will stop others from doing so, especially since downloading music illegally is on the rise?
I know people who have been sucessfully scared away by stories of people being sued/arrested.
It may not stop it, but since when has arresting people ever stopped others from commiting the same crime. Just as Possum said.
Besides, whether it scares people or not, the RIAA are still going to sue/arrest people for pirating music, because it's illegal.
Should the police stop...
| 1 person likes this
Answer to:
What kind of computer do you have?
I'd have to check the specs of my other two computers, but the on I use most:
Computer Warehouse - model
Pentium MMX 400Mhz
256MB RAM
450W PSU
1280x1024, 48-bit CRT monitor
Windows 98SE
1 8GB Internal Hard Drive
1 160GB External Hard Drive
And about fifty other things plugged into it.
| 1 person likes this
Answer to:
I need help, all of my videos are mp4s so I got a converter to switch them (to AVI) so Windows Movie Maker could play them. It said I needed a codec to play it. So I downloaded an AVI codec pack. It still didn't work. Can someone tell me what's going on?
I'd say that the converter you got either has its own codec or uses Xvid/Divx. The documentation for it (if there is any) should explain any codecs used, but otherwise try downloading a Divx codec. If it doesn't work, try Xvid.
Those are the most common codecs. If they don't work, you may want a different video converter.
Answer to:
My PC hangs after every few seconds. It stops performaing every tasks. I did following: 1) Uninstall Firefox. 2) Scan drives for bad sectors 3) Checked taskbar but every process is ok. 4) Uninstall Registry cleaners. I use AVG & PC has no virus.
When you say "hangs every few seconds" do you mean that it freezes for a few seconds every five to ten minutes or so? Because that happened to my computer once. For me the problem was that the computer had been left on for too long (I think 6months without ever being turned off or even sleeping). So if you don't turn your computer off, you might want to do that.
Otherwise you...
Answer to:
How long you using your PC?
Two of my computers are practically brand new and I've only had them for a year or two.
My third computer was made in 1999/2000, and I've had it for about five years.
My computer before that one was made in 1996 or something and ended up catching fire after I tried to put a second CD drive in it.
| 1 person likes this
Answer to:
What are your 2 favorite keys on your keyboard?
Pause/Break key -- no clue why
Windows key -- can do basically anything without the mouse if you use this
| 1 person likes this
Answer to:
Do you like gmail over hotmail? why?
I like gmail because the ads are less annoying. Also, you have more space for emails, and everything loads faster.
Answer to:
Does Windows have a fast screen recording program just like Linux has lagless recordMyDesktop?
No version I've seen comes with one by default, but they exist.
I use Corel Capture. As for lagless, depends on your computer and the FPS/resolution settings.
| 1 person likes this
Answer to:
What is currently plugged into your USB port?
Two flash drives, my mp3 player, a joystick, my external harddrive, an infrared tower.
| 1 person likes this
Answer to:
Does anyone still use their floppy drive?
Yes, I have two floppy drives...in ONE computer.
Long Live the Floppy!
Though, it is strange that they stopped making video cassettes (which many people prefer over DVDs when it comes to recording) but floppies are still be churned out.
| 1 person likes this
Answer to:
Can a cat that has had crystels in his urine ever be on regular food again? All PH tests have come back normal in the past 5 years...
My cat had crystels and we had to put him on special food about nine years ago. He's been on special food ever since.
Answer to:
If you downloaded a bunch of torrents and you send your computer in for repairs. Can the techies do anything about it?
If these torrents contain illegal files (pirated movies, software, games, music), they might. It depends on what they do to they computer. A similar question was already asked about this.
The tech people CAN'T specifiaclly look for illegal files on your computer, but if, during the course of their work, they find illegal files on your computer, they can call the police. It all depends....
Answer to:
When you upgrade windows vista to a higher windows vista will it delete all of my stuff on my pc
If its an upgrade instead of a clean install your files should stay intact. It might be a good idea to backup anything important just in case.
| 1 person likes this
Answer to:
Where is the data for the blue screen of death text stored?
It isn't stored anywhere. The text is retrieved based on certain things happening in the computer when the error occured.
Most BSOD are simply a blue screen that displays:
A memory address where an error occured.
The proccessor command that failed to go through (usually 1GL)
Any drivers loaded at the problem address
An error-specific code to help IT guys.
etc.
So most of the...
Answer to:
If you were buying a new car, would you even consider buying American made, or would you instantly look at Japanese and European made?
I would definitely consider American made. I don't really care who made it as long as its a good car.
Besides, I really like Corvettes!
Answer to:
What would you think if i said i was in love with somebody who was 4 times my age?
Depends on how old you are.
20+ = 80+ = Weird
15-19 = 60-76 = Also weird
10-14 = 40-56 = Still weird
5-9 = 15-27 = Not unheard of (student/teacher,older * babysitter)
1-4 = 4-12 = Weird again.
I guess its a little weird no matter how you look at it. But someone said "Age should not get in the way of true love", not sure who.
| 2 people like this
Answer to:
Who is/was taller: your (maybe deceased) father or you?
True. Been that way for a while.
| 1 person likes this
Answer to:
Is it legal to download songs that you already own, so you don’t have to bother ripping/recording them?
If you download an illegal version of a song you already have on CD, it is illegal. But I doubt anyone would press charges.
Besides, I doubt they could prove that the mp3 (or whatever) file DIDN'T come from your CD.
| 1 person likes this
Answer to:
How dangerous is it to illegaly download song files off the internet, basically, how high is the probability you're going to get caught?
Pretty low, but it happens. And if you go to jail and pay a $250,000-ish fine, that song is not going to be worth it.
Answer to:
Do you think that piracy (Software, Music, Video, etc.) is wrong or immoral? Why or why not?
Yes. It's wrong. Morals change from person to person, but if anyone here spent years putting together a high quality movie, only to have it pirated and only earn a few thousand dollars (remember that needs to be split between actors, crew, paying off probable loans for equipment, etc.) they would probably think that piracy is wrong too, even if they were okay with it before.
Downloading...
Answer to:
Do you need permission/a music license to play your own compositions in public?
No. But if you are charging people for the "concert" you may need a special license for that. But if you make up your own song and play it for free, I don't see where there would be a problem.
Also, if you want to make money, I heard a story about a little girl who was selling lemonade but was shut down because she didn't have a licence. A police officer then said that if...
Answer to:
How do people, who pirate movies, get caught?
When they give them out. If they sell discs to people, and a police officer catches someone with a copy, they will be asked where they got it. If they don't co-operate, they are arrested, so the person leads the police to the pirate and they go to jail.
If the pirate distributes the movie through peer2peer sharing, and doesn't use a secure program, the police just look at the IP of...
Answer to:
Touchscreen or mouse?
Mouse, irrational hate of touch screens.
Answer to:
My (computer) mouse has forward and backward page navigation buttons on it, is that cool, or what? Its optical too!
I have a mouse like that. I don't like it. You have no idea how many times I've accidentally hit the "Back" button...
Answer to:
How often do you change your mouse on your computer?
I've never needed to replace mine. But I spilled Sprite on my keyboard once, I miss it.
Answer to:
What do you have...wireless mouse and keyboard...or ones with a wire?
Wired mouse and keyboard using PS/2 port.
I have an irrational hate of wireless/USB mice/keyboards.
Answer to:
Are you over protective of your computer Mouse?
Nope. I can override everything with the keyboard anyway.
Answer to:
What colour is your computer mouse & is it cordless?
The off-white colour the old computer cases used
It's a PS/2 corded one.
Answer to:
What would you do without your computer mouse?
I rarely use my mouse as it is. Keyboard is much faster (in most cases. It'd be hard to draw a picture using only the keyboard...)
| 1 person likes this
Answer to:
If you're left handed, do you use the computer mouse with you left hand? I use my right even though I'm left handed.
I use whichever hand is free. I'm left-handed but I have slightly more practice with my right hand.
| 1 person likes this
Answer to:
What color is your mouse?
That off-white colour they always used to use for computers before they switched to black.
Answer to:
Is your mouse wireless?
No. I hate wireless mice (especially when the battery runs low).
I have one of those PS/2 mice, same with my keyboard.
| 1 person likes this
Answer to:
Do you have an inkjet printer?
Yes. It's old. Pre-2000 I think, like my scanner. Still works well (600dpi)
| 1 person likes this
Answer to:
I seriously want to stop sleeping during afternoon hours after having lunch i get fresh and free the soporific mood only by 4 pm after having lunch at 12 pm please help me
Best thing you can do is just force yourself to stay awake until night. Also, try to get more sleep during night, that way you should be less tired during the day.
Answer to:
If you wake up & get up in the middle of the night: what sort of things do you do?
Listen to music or read. Then try to get to sleep again.
Answer to:
I think too much when I go to bed, i stress about things, this stops me from getting to sleep, I have tried thinking of many relaxing things, but my mind wanders. what is a trick to get me into a deep sleep straight away?
Two things that I know work:
1. Try just lying in bed and maybe read something 1 hour before you want to sleep. Relaxing like that gets your body ready to sleep.
2. If you still can't sleep, sit cross legged and flex you leg muscles. Just sit like that (you can read if you want) for an hour. This will make you tired, and lying down after doing this for an hour feels really good. You...
| 1 person likes this
Answer to:
Can sleep deprivation make you sick? If so, what kind of sickness?
I was so deprive of sleep during grade 7, my vision became blurry, my attention span was like 10 seconds, it took me 30 minutes to answer ten math questions, I was shaky and lazy, some days I threw up and had immense headaches.
After I started catching up everything became ten times better.
Answer to:
Can a person live on no sleep? if so for how long?
Eventually you will die. They tried it on rats. I'm betting that by the month-mark, you'd want to die.
| 1 person likes this
Answer to:
What is the minimum amount of sleep you could have & still get up & out of bed by 6a.m?
Eight hours. If I get less than that, I go back to sleep.
Answer to:
On average, what time do you go to bed?
I try 10pm every night, but also usually 10:30 or 11:00. I almost always get up at 7:00. Impossible for me to sleep in past 8:00.
| 1 person likes this
Answer to:
Can we die if we don't sleep for too long?
Some scientists took a bunch of rats and forced them to stay awake 24/7. After a little more than a week, every single one had died, and the autopsies revealed no cause.
So if you go more than a week without ANY sleep AT ALL, you could die. But the quality of life would decline greatly before then.
Answer to:
Do you have a photo scanner?
Yes, a very old IBM one from the pre-200 era. Takes 10 minutes to a colour scan, longer for high resolution
(It can do 9999dpi! Or, it lets me set it to that much, don't know if it can actually manage anywhere near it. 600 is as far as I've gone and it took an hour)
| 1 person likes this
Answer to:
Are you afraid of Americans?
Not Americans themselves, but I was little worried that Bush might invade Alberta for the oil. Luckily, he's out of office now.
| 2 people like this
Answer to:
What is the diferrence between analogue and digital device
Digital deals only with 1s and 0s whereas analogue can have many different values.
For example: if you have a button that you can either press down all the way, or not press down at all, it is considered digital input because you can either press the button or not. If you have a button that you can press down with various amounts of force, it is analogue because you have muliple states.
...
Answer to:
What email provider do you have? Gamil? Hotmail? Yahoo? Your own domain (elilies.com, for example)? AOL.com?
Gmail. But I applied for a princed.org email adress.
I also have a hotmail, but I never use it.
Answer to:
I took LOTS of piano lessons when I was growing up but NEVER disciplined enough to keep it up or "perfect" it! Now I wish I had! I LOVE the sound of the piano! Do you have any regrets about musical instruments YOU tried to play but didn't keep at it?
I used to take guitar lessons, and my teacher taught me how to play "Tears in Heaven". But, my parents never renewed the lessons, and I kinda stopped practicing.
I don't regret it immensely, but I would have liked to continue my lessons.
| 1 person likes this
Answer to:
What is 2012 mean
Anybody who is mildy worried about 2012 should read this:
http://www.cracked.com/article_17445_6-best-2012-apocalypse-theories-are-all-bullshit.html?ref=email
it's informative and humorous.
Notice: Explicit language.
| 1 person likes this
Answer to:
What do you think of the AB grammar police?
I think I am a grammar policeman. Though, I usually manage to restrain myself unless it's just not understandable anymore.
Answer to:
Who could you listen to sing all day, because you like their voice that much?
Ben Folds. Then again, it way be the entire songs (music included) more than jusst his voice, but a good singer none the less.
Answer to:
What are some ways you can do to speed your metabolism?
Getting plenty of sleep is important too. Even more important is going to bed/waking up at the same time every morning.
Staying up late once or twice isn't going to slow your metabolism, but if you make a habit of getting less than 8 hours of sleep every night, your metabolism will slow down and everything else with it (excersize becomes harder, unhealthy appetite).
| 1 person likes this
Answer to:
Is there any antivirus software for Windows 98 or do I even need one since it's so old?
I'm running Norton Anti-virus 2000 on my win98 computer. No problems so far. Then again, the other suggestions are free so they might be a better idea.
Answer to:
Why does my computer still have popups coming up even though I have the popups turned on
People have found ways to make popups that get past popup blocker. There may be other popup blocking programs out there that work better, but there's very little else you can do (short of making your own).
Answer to:
How fast can you type? (Eg: 4 letters every 5 seconds)
111 words per minute with varying accuracy:
90%+ on good days
60%- on bad days
| 1 person likes this
Answer to:
How do I change the size of an image? Is there more than one way to do this? Do you have a favorite editing software?
I use Corel Photo-Paint. That way, you can change the size, colour depth, resolution, etc. whereas some programs will only change the size.
Also, it helps if you have a program that can convert an image to JPEG or TIF because those file types use compression. (TIF is best because there is no information loss). Just converting to TIF can make a 1.16 MB image only about 40 KB.
| 1 person likes this
Answer to:
What is your current monitor resolution?
On my XP computers: 1024 x 768
On my Win98 computer: 800 x 600 (the way it was meant to be)
Surprisingly, my win98 computer can achieve a higher resolution than my XP one:
XP: 1280 x 1024 32-bit
Win98: 1280 x 1024 48-bit
Well, better colour depth I mean.
| 1 person likes this
Answer to:
I switched my screen resolution to lower than my preferred setting, and now when I try to switch it back i lose a good chunk of my screen. I'm running Vista trying to go from 1024x768 back to 1280x800, the natural resolution for a 21 inch monitor.
Sometimes you may only need to refresh the screen (press F5) but otherwise, do as the others said and try manually resizing it.
Answer to:
What damage CRT monitors can cause to our eyes? Are LCD monitors kinder to the user's eyes than CRT monitors? Would LED monitors be even kinder to our eyes?
I've never heard of LED monitors using lasers. I was under the impression that they used Light Emitting Diodes, which aren't lasers.
Unless I'm wrong about the above, LED are safest. LCD monitors don't harm the eyes either, but they don't display colours properly (especially cyan). CRT monitors give off radiation, but it's so little, I wouldn't worry about...
| 1 person likes this
Answer to:
Are you annoyed by animated ads or somewhat sexual ads on websites?
I agree with Jerv. Animated adds ruin websites. That's one of the reasons I use google instead of yahoo. Text only is the way to go in terms of advertising.
| 3 people like this
Answer to:
At what point does being deprived of food cause hallucinations? Is there an average amount of time you have to go without food for this to happen or is it a per person basis?
Its a per person basis. "Larger" people have larger fat reserves for the body to feed on when no food is taken in, so they will probablt take longer. Though, some of this is based on mental and cardio-vascular health.
For some it could be just a few days, or weeks, or maybe a months before there are any noticeable symptoms.
| 1 person likes this
Answer to:
I have a dvd burner, but after writing the dvds I am often told that the blank disc I have inserted doesn't have enough space on it for burning. Are there choices I can make to change this?
Do you mean that you burnt the DVD and then tried to add more to it later? If that's the case, either the DVD is actually out of space, or you closed the session on the disc. There should be an option somewhere asking you if you want to finalize the disc. Unless it's rewritable, finalizing will make it impossible to add more to the DVD later.
If the blank DVDs are said to not hae...
| 2 people like this
Answer to:
The temperature inside the case of my computer is about 45 degrees Celsius when I game (around 36 when not), is this too hot or not?
I have a really old computer (was originally sold with win95). It's 400MHz processor isn't in trouble unless it reaches over 70 C. Every processor's different, but I think you're fine.
Besides, if your processor overheats, the computer will almost definitely shut itself off.
| 1 person likes this
Answer to:
What type of connection do you prefer, Dial up or Broadband?
Broadband keeps the phone lines free (although I've heard some dial-up services don't either anymore).
I use broadband, but I have great respect for Dial-up too. They're both good.
I do miss those 56k modems...
Answer to:
Do you ever wish that whoever dreamed up object-oriented programming had kept it to himself, or maybe been pushed under a bus if necessary?
Why don't you like object-oriented programming? If ou don't like it, don't use it.
I like C, and I use game maker too, just a matter of convenience.
Although, if I could find a good way to do it, I would really like to learn 1GL. That's about as far from object-oriented as you can get.
| 1 person likes this
Answer to:
Is there a computer programs to isolate tracks from a CD to listen to one track at a time?
I thought the standard Windows CD Player program let you do that. Or you can go to My Computer, right click on the CD drive with the CD in it, click open, and double click the track you want to listen to.
A third option is ripping the track to your hard drive. I think Windows XP lets you do this with some built-in command. Otherwise you can probably download a free program to do it.
Answer to:
Why is mud brown?
Because it reflects half of the red light that hits it, a quarter of the green light that hits it, and none (or very little) of the blue light that hits it.
Why does it do that? Just the way it is made up.
| 1 person likes this
Answer to:
Can a girl have sex before she gets hair on her pussy?
She can. Though, she'd probably be pretty young. I was taught that the oldest a girl can be before passing puberty is 16, but its usually before that.
Can she? Yes. Should she? Probably not.
Answer to:
Is it possible to have 2 AB profiles and make Q&A's to myself?
I'm pretty sure it's possible, but I highly doubt it's allowed.
| 3 people like this
Answer to:
Is it just me or is e-books not as simple to read as normal books like i say is it me or am i going mad?
I like normal books better too. It's more convenient to turn a page than it is to scroll a bar. Plus, reading a book is good training for your eyes, but staring at a monitor too long can harm them, or at least tire them out.
Answer to:
What positive benefits has Christan philosophy added to society in the last 2000 yrs?
We got most of our laws (no stealing, murder, etc.) from the bible and the ten commandments. Most of these laws would have been obivious without us, but they still laaid the foundation.
| 2 people like this
Answer to:
Will we still be able to make ice after global warming? Or will they have to invent something new to keeps our drinks cold?
Rest assured, no matter how hot the weather gets (though I don't personally believe in global warming), we will always be able to make ice. Assuming we can always produce electricity to keep our fridges running.
Answer to:
WHY IS IT THAT MY INTERNET IS USING MORE THAN 35MBS OF MEMORY WHEN IAM USING SITES LIKE ORKUT & YAHOO FOR JUST 2 HOURS A DAY?I DONT MAKE ANY DOWNLOADS
Everything you see on the internet is downloaded to your hard drive. Web pages are HTML documents, flash videos (like most of the advertisements on Yahoo) are SWF, etc. So if you go to a site like Yahoo with all of those animated advertisements and fancy web page layout, you will be using a lot of memory. For example, Google only has the logo, a few links, and the search bar, so it uses very...
Answer to:
The more linked we get with the net the more the earth will be like a single brain linked by millions of neurons. Do you think this will help bring about a single conciousness?
I doubt people will ever be a "single conciousness". Nobody is always going to agree with everybody else. No matter how well connected we are, we will still disagree. Even people who agree with eachother on most issues aren't going to agree with everything.
The internet is not so much a brain as the brains of many different people all being put in the same place. And sometimes...
| 1 person likes this
Answer to:
Kanye West now declares himself as the "New King of Pop." Agree or disagree?
Disagree.
Ben Folds is the King of Pop in my opinion, and many people will either disagree or say "who's he?"
| 4 people like this
Answer to:
What are the flaws in evolution?
The main problem is that they never managed to put together the entire lineage from ape to modern man. There are transisitional skeletons missing. Without the complete set of skeletons from ape to modern man, the theory can't be proven.
Answer to:
Write a C programme that read 30 integer numbers
#include <stdio.h>
int main()
{
int a[30], b;
for(b=0, b<30, ++b)
{
scanf("%d", &a[b]);
}
}
I think that'll work. Although, none of the numbers gathered will be of any use...
Answer to:
What are the flaws in evolution?
Do you mean flaws in the theory of evolution, or evolution itself (assuming its real)?
Answer to:
What is one word that you think shouldn't be a word?
Grrl. It's actually a word according to the same dictionary with "muggle" in it.
What's next? Funner? Lol? I can't stand the thought.
Answer to:
Chat / 1337 speak... love it or hate it?
Hate it. Especially when people start saying things like "lol" in real life. It makes even the most intelligent people sound rather dumb.
The worst abbreviation I've ever seen is txt instead of text. Does that one letter really save anyone any significant amount of time?
Answer to:
Is it possible to get an accent by talking in a different language for a long time, and also spending lots of time with people that have an accent? :S
I had a teacher in grade 5 who was from Scotland. When he goes to visit his family there, they say he sounds Canadian, but everyone here says he sounds Scottish. He's stuck in between the accents.
| 1 person likes this
Answer to:
Consonants or vowels, which are the backbones of syllables and words?
You usually have 1-3 consonants, then 1-3 vowels, then 1-3 consonants again. That makes a syllable.
Answer to:
Does the bible say anything about twins/triplets/etc.? Like, did God make 2 people, did Satan cut one in half in the womb?
God made Adam. Adam got lonely. God took one of his ribs and made Eve. There was no pregnancy, no child birth. Adam and Eve were both originally created as adults.
| 2 people like this
Answer to:
Have you read the Bible" straight through and not verses here or there?
A good deal of it. I must admit, I skipped all of the pages that listed off who had how many sons/daughters, and who married whom, and how many Hebrews there were this year, and the next year...
Still, I learned a few things.
Answer to:
How many push-ups do you think you could do right now?
I know for a fact that I can do 50 because I tried to see how many I could do in a row just a few days ago.
Answer to:
What are your thoughts on schools testing kids for STDs? Apparently it's pretty controversial, but what is controversial about trying to contain such horrid diseases?
I don't see why it needs to be done by the school.
As some other people mentioned, it's not a bad idea to require testing every so often (1 year or so), but I don't think it should be done at school.
Actually, forcing every kid to get tested for an STD when only a few of them have even had sex is a little excessive. My high school just had a bunch of assemblies where they...
| 2 people like this
Answer to:
Is it true that when a full moon is out, that people act crazy?
No, but the ocean does.
Answer to:
If answerbag never existed what would you be doing now?
I'd be reading something on cracked.com and I would be listening to my Songs for Silverman CD.
| 1 person likes this
Answer to:
One thing i'd like to buy once we have enough money, is?
Corvette.
| 2 people like this
Answer to:
If Homo Sapiens were really HOMO Sapiens, is that why they're extinct?
Unless I'm mixing up two different terms, I'm pretty sure that homosapien means human.
| 2 people like this
Answer to:
My win xp is not working properly.it starts properly after 1 or 2 some times 5 minutes its restart again
and then t takes time.sometime it doesn't start. and after pressing ctrl+alt+del its starts again
and windows load but after it becomes restarts
Your CPU is probably overheating. There is a fan at the back of every computer. Check to see if it spins properly when you turn the computer on. If it doesn't, you need a new PSU. If it does, you need to look inside your computer to see if the fan on the processor is spinning properly, it might also need replacing.
Also, computers have vents on them. If they are blocked, the computer...
Answer to:
How to protect our eyes from radiation?
What kind of radiation? If you're worried about UV rays, most sunglasses come with special 400spf lenses that'll do the job.
| 1 person likes this
Answer to:
Are there good reason why you have your beliefs? Do you think being raised that way is reason enough?
Some of it was the way I was raised. But for the most part, I have no clue how I came to believe what I do.
I used to be borderline athiest most of my life. One day I woke up and completely believed in Christianity. I have no clue what changed my mind, but I'm set in my ways.
In a similar fashion I:
Stopped pirating music (I buy CDs now)
No longer make/approve of racists/sexist...
| 1 person likes this
Answer to:
Do you turn your computer off at night?
Yes. Always. The longer you keep a computer running, the slower it runs. You may not notice a difference over just a few days, but after weeks or months, or even years, the computer just begins to fall apart.
It's like what happens when someone doesn't sleep for eight days straight. Can't think properly, no attention span, incredibly lazy...
Answer to:
What do you personally think about bi and gay people?
I personally do like the idea of gays (yet I have no clue why). However, it's a free country. People can do what they want. Someone's personal opinion should have any effect on these things.
That's why I support gay marriage even though I don't like gay people. It's a free country, so wether I like it or not, gay people have the right to be treated equally.
Answer to:
What does this Error page mean> 'Fatal error: Call to undefined function: isvalidusername() in /home/joelman/public_html/includes/inc_userprofile.php on line 64' ..?
The function wasn't declared before its use. Basically, someone made a mistake when they were programming.
| 2 people like this
Answer to:
Does anyone know good sites that you can type the URL into to download Youtube videos?
http://keepvid.com/
Answer to:
Is there any way i can take the audio from youtube videos and put them on an ipod or mp3 player?
*This will not work will some (mostly copyrighted) videos*
Copy the address of the video and go to: http://keepvid.com/
Paste it in the bar at the top of the page and click download. You will get a new page with the link for the *.flv file. Download this.
Now you need an flv converter. Just search flv converter on google or something. (or try this one:...
Answer to:
I have a laptop. The mouse seems to automatically click whereever I leave the cursor. Drives me nuts. Whenever I'm typing, the typing takes over whereever my cursor is! Even if it's another program! Suggestions?
Do you use a touch pad? Because I know that there is a touch pad setting that makes the mouse click everytime you take your finger off the pad.
Answer to:
Do you think social networking sites are the downfall of society?
I doubt they help any. Although, they do tend to make people look stupid/like douchebags.
Answer to:
Have you had the same homepage for atleast 6 months ? Or do you change it often?
My homepage has been google for as long as I can remember.
Except for that one week where it was train-sim.com.
| 1 person likes this
Answer to:
What is the best e-mail system (ex] gmail, yahoo, etc)?
This magazine, Maximum PC, tested these all out and the final score had gmail in the lead. So the pros say gmail.
And so do I
Answer to:
What old game do you still enjoy playing?
Prince of Persia.
And Life and Death (2).
Answer to:
I acidently exited the left hand side edit thing on corel paint shop pro. how do i get it back?
I'm not sure I understand what happened.
Answer to:
I have a hard time understanding why God would give Adam and Eve two conflicting commandments. 1-Do not eat of the tree of knowledge of good and evil and 2-Multiply and replenish the earth. Obeying one would mean disobeying the other. It is very confusing
How does having children have anything to do with eating fruit?
| 6 people like this
Answer to:
Why does everyone thing the forbidden fruit in the bible was an apple?
I thought it was supposed to be a fig or a grape.
Or so the scientists say...
| 1 person likes this
Answer to:
What shortcut keys do you use most often?
Alt-Tab to switch windows
Alt-space-n to minimize a window
Alt-space-x to maximize a window
Ctrl-shift-arrow to select entire word instead of letters.
windows key-u-enter to shut down computer
alt-F4 to close window
ctrl-c and -v and -x for copying/cutting and pasting
ctrl-s to save (works in most programs)
Answer to:
How do I type the ~ over an n when typing on the computer?
If you're using microsoft word you can use control, the symbol you want to use, and the letter you want to use. For example:
CTRL+~ (release) N = ñ
CTRL+' (release) E = é
CTRL+` (release) A = à
CTRL+: (release) O = ö
etc.
It's easier and faster than memorising keycodes.
Answer to:
Everytime I try to use my question mark key on my laptop I get É and I get é instead of a slash. Any one know how to fix this or how it happenedÉ I don`t know what was pushed. Oh and my apostrophes are messed up too (they look like this `).
Your keyboard is set to french mode.
If you're using windows, go to the control panel, and click on region settings. If it's set to French (and sometimes English Canadian does this too) change it to English US.
There might also be a little icon on the task bar at the bottom of the screen with two letters on it like:
EN
FR
If you click on this, you should be able to select...
| 1 person likes this
Answer to:
Does anyone else NOT have a Myspace?
No myspace, no facebook. I see very little point. If I want ot talk to someone I use a phone. Or else I go and talk to them face to face.
Answer to:
My HP laptop turns on by itself during the night. I put it on hibernate before i go to bed and it starts up in the middle of the night and then shuts down again. What could be causing this?
Alot of computers are set to turn off after a period of time. So it hibernates for, say, 5 hours and then comes out of hibernation and turns of completely.
There should be a setting somewhere that says:
Turn off monitor after x minutes
Turn off hard disks after x minutes
System standby after x minutes
System hibernate after x minutes
If you set the hard disks one to Never or a similar...
| 2 people like this
Answer to:
What is a perfect love song to play for a girl on piano?
I like "The Luckiest" by Ben Folds (no surprise).
http://www.youtube.com/watch?v=_cwlL9tZo30
Answer to:
Are your favorite singers male or female?
Ben Folds is a guy, as are all of the people who played with him on his Way to Normal album. And all of Ben Folds Five was male.
So I'd say male.
Answer to:
If you are under the impression that Global Warming is man made why are you on the internet wasting energy? Yes this is a honest question!
I get my electricity from a nuclear plant. So my internet use does not pollute at all.
| 2 people like this
Answer to:
When was the last time you saw a video from Youtube? What was it called/what was it about?
I watched the music video for Army by Ben Folds Five. I love the piano solo...
Answer to:
Hi my computer turns it self off, it either does it after a few seconds or a min or 2. Its only started yesterday, i think it could be the power unit (the bit the power goes into), but my monitor also plugs into th same unit and that still works.
Sounds like overheating. Check to see if your CPU fan is working. If it is, it might be the fan on the power supply unit. If both of those are working, see if any dust is blocking any of the vents.
Most computers come with a way of monitoring the temperature of the processor and of the overall computer. If any of the temperatures are beyond a reasonable point, you need to fix the cooling...
Answer to:
''c language is a middle level language''. explain.
There are high-, middle-, and low-level languages. Low level languages are closer to the actual machine code.
The lowest level language is called 1GL. It is made up of only 1s and 0s. Every program is written in 1s and 0s, but it is very difficult for people to program using 1s and 0s because it is very difficult to visualize what the program is doing.
Languages like Assembly use...
| 1 person likes this
Answer to:
If you are thinking about getting a new computer, would it be a desktop or a laptop?
Desktop. They're better for games, and I'm a supporter of wired connections. I don't like wireless mice, keyboards, routers, etc. Too many batteries, and they're less secure.
I don't even use a wireless phone (I have one, but I prefer my other one. Especially good for power failures)
| 1 person likes this
Answer to:
If you have illegally downloaded files on your laptop and you want to send it in because it won't boot. Can the computer people search around your computer for those files? And what could they do?
You should look at the company's privacy policiy. Because if their only job is to make your computer start properly, they're probably not allowed to go browsing through your files. And any evidence found through illegal means cannot be used in court (at least where I live)
I knew someone who sent their computer in and the tech people began looking through his pictures. He has a...
| 1 person likes this
Answer to:
How do you keep passwords private and keep track of them ? A snoop found my list and defeated the purpose of passwords.
I use the same password for everything, so I only need to remember one. It's long and random enough for me not to worry about people figuring it out.
| 2 people like this
Answer to:
When do you decide it's time to replace your computer? Do you bring it in for repair and let the tech declare it dead first; or do you put up with it aggravating you for a while with shut-downs and error msgs and then just give in and get a new one?
I didn't replace my last computer until it caught fire.
The one I have now keeps telling my something is wrong ("Check System Health!), but it has been working fine for over a year now, so I'm not giving up on it until it goes the same way as the last one.
| 2 people like this
Answer to:
Don't you think that MAYBE all of those who are dying NOW (including the celebrities) are somewhat "lucky," because they won't be around to witness "the end of everything," on December 21, 2012? (See one possible "end," below.)
What worries me more, is that there's a reasonable chance that certain hard-core believers will riot on December 21.
Then again, there's probably only like one of them in the entire city I live in, so I should be fine.
| 1 person likes this
Answer to:
Do you think the world will have a major castrophy by 2012? Do you think the end times are at hand? No one will know the hour or day, but the year...?
The only thing that I ever found remotely interesting about this prediction is that on December 21st, 2012, the earth, sun, and the center of the universe will all be aligned.
And then I realized that the same thing happens on December 21st EVERY YEAR. So know I'm 100% certain that the world will not end in 2012.
Answer to:
How do i convert songs from youtube to mps
player
First, you need to find a site that will download FLVs from youtube. For example, search for Keepvid on google and you should find it. You just type the address of the video in, and it will provide a link to the .FLV file.
Now you must download a program that can convert FLVs to AVI or MPEG or WMV. There are a bunch of free ones out there. I believe there is one called ripzor, that I use.
...
Answer to:
WHAT ARE THE PRIMARY PURPOSE OF AN OPERATING SYSTEM?
Operating systems communicate with hardware. They tell the monitor what to display, the speakers what frequency they should play, the printer what to print, etc.
Application programs, such as Microsoft Word, Photoshop, etc. tell the operating system what they need to get done, such as printing a picture, and the Operating system figures out how to do this, and then does it.
The Operating...
Answer to:
Can you be prosecuted for uploading copyrighted videos like music videos and tv shows onto Youtube? Theres so many of these videos on Youtube, does anybody ever do anything about it?
You can be. But they need to know who you are and they must want to press charges. Some people don't mind having their videos put on youtube, some do. If you're in doubt, you probably shouldn't upload it.
In most cases, copyrighted videos are just removed.
Answer to:
Should I kill myself? My life is miserable and hopeless. I'm 37 years old and I live in my elderly parents' basement. I have no friends, no relationship, no job, and no place of my own.
No one should ever kill themselves.
Besides, if you're this unsure, it's best you didn't. If you go through with it, you won't be able to change your mind.
| 1 person likes this
Answer to:
If i become a hitman how do i know the agency wont kill me after the job
If you do your job well enough, they want to use you for another job.
Besides, if the hitman that killed you after you finished your job was killed by another hitman because he finished his job, and so on, where would the chain end?
Answer to:
Game #2 Can you answer questions with only questions?
Can you ASK questions with only ANSWERS?
Answer to:
Do government security agencies monitor everything people do on the internet, inclduing the sort of questions asked on Answerbag, seriously?
They don't monitor everything. Only suspicious things. For example, they might take a peer to peer program like utorrent and check the IP adresses of anyone downloading pirated movies, games, etc. They also monitor the activity of child porn torrents and such.
But they don't have the time or manpower or ability to everything everyone does.
| 1 person likes this
Answer to:
Have you ever hacked a computer?
Yes, many times. Always the same one though: mine.
I write (simple) C++ programs. And since a hacker is just another word for programmer...I've hacked my computer many times.
But I know what you mean. When I was younger I tried breaking through website restrictions at school. I was successful about 1% of the time, but that's more than can be said for anyone else in my classes.
| 1 person likes this
Answer to:
Is there a computer program that sets up a password to keep people out of your folders?
7-zip is free. It has many more compression options than winrar. It can open almost any archive and allows you to create passwords. You can also simulate a brute force attack against your archive to see how long it would take somebody to break into the password-protected archive without the password.
Answer to:
Is anyone still using Win98SE ? Or just me.
I still use Win98SE. I have one computer using 98 and two using XP. One of them has a badly fragmented hard drive and a messed up registry that is in dire need of repair. My win 98 computer is actually the fastest one I have. Even though it's processor runs at 1/8th of the speed of the others, and it also has 1/8th of the RAM.
In my opinion, Win98SE was the best operating system...
| 1 person likes this
Answer to:
Need to del file in DOS (XP). I can delete a file if in C:, but if I make the path Documents and Settings, ( in cmd, which is OK with LFN's) it can't find that DIR, even tho listed in C:\DIR. What am I doing wrong? Grrr
Dos can only understand file/folder names that are 8 letters or less. If the name is more than 8 letters, it receives a ~ and then a number.
Ex.
Documents and Settings is too long so in DOS it would be:
Docume~1.
If there are two folders with the same first eight letters then they would be:
Docume~1
and
Docume~2
| 2 people like this
Answer to:
Catholics: What is the most important time of the year?
Easter.
| 1 person likes this
Answer to:
Have you replaced all the incandescent bulbs with fluorescent ones yet?
Incandescent light bulbs give off plenty of heat, so if you use them in the winter instead of fluorescent ones, your furnace won't be needed as much.
I have a gas furnace, by the electricity here is produced through fission. So using incandescent bulbs in the winter helps the environment (and saves money) more than the fluorescent ones.
Answer to:
Okay, there's apparently noone here watching it, who has even HEARD about the Le Mans race?
I've watched it. I saw a few of the 2006 races. I was rooting for the Pescarolo Sport team. The C60 Judd Racecar is one of my favourite cars of all time. With wide enough gears ratios, it can pass 300mph. Not that it ever did during Le Mans...
Still, they managed to come in fourth at La Sarthe, only beaten by three Audis
Answer to:
Will race cars ever use alternative fuels?
Drag racers often use nitro-methane instead of gas. I don't know if it's any cleaner, but it is alternative. And street racers sometimes use nitrous-oxide. So, some people already do.
| 1 person likes this
Answer to:
CONGRATULATIONS! NASCAR is Sunday at Infineon Raceway and you've just won your choice of: sitting in the best grandstand seat or driving Jim Inglebright's car or riding shotgun in Jim's car or $2000 cash! What's your pick?
I'd drive. For anyone who doesn't know, Infineon isn't a circle. It's a road course with left turns and right turns. Much more difficult than the super speedways (circles). I like racing, and the chance to do drive on infineon in that car is probably worth more than the 2,000 dollars.
| 1 person likes this
Answer to:
Can someone explain to me the attraction of watching 20 cars drive 500 times around a track at 200 miles an hour?
They did a study that says: the reason people like to watch sports is because the nerve endings that fire while you are watching the game are the same ones that fire when you are actually playing the sport yourself. So I guess anybody who would enjoy DRIVING a car on La Sarthe or Laguna Seca would also enjoy WATCHING people do the same.
| 3 people like this
Answer to:
Would you rather find out your 12 year old son is having sex or smoking pot?
I don't have a 12 year old son. But I think the sex would be less of a problem. Pot can be addictive, and at a young age it couuld quite easily cause permanent damage. As long as it's safe sex it could actually be a good thing.
I wish I had the link, but there was an article saying that kids that performed sexual acts at a younger age were more likely to make responsible decisions...
Answer to:
Choose one of the following?
The hitman
Max payne
Prince of Persia
GTA
The answer is in my name
Answer to:
What's your most favorite action adventure out of 'tomb raider', 'prince of persia' and 'god of war'?
Prince of Persia, obviously enough
God of War is definitely a close second
| 1 person likes this
Answer to:
Do you think that artifical intelligence could one day overthrow mankind
For artificial intelligence to take over the world, a computer would need to be able to think and learn. The best a computer can do with current technology, is make a decision based on the value of a variable, and keep a log of the result received when the chosen action was carried out.
Computers can't even come up with (truly) random numbers.
| 1 person likes this
Answer to:
Company manufactures widgets that weigh 9.2 pounds. Write a program that calculates how many widgets are stacked on a pallet, based on the total weight of the pallet.
#include <stdio.h>
int main()
{
int weight, res;
printf("nEnter weight of pallet, in pounds");
scanf("n%d", &weight);
res=weight/9.2;
printf("nThe number of widgets is: ", res);
}
Answer to:
Write a program with the array to store details of 25 students(roll no.,name,marks in 3 subjects) & print out a list of student who have failed in more than 1 subject.Assume 40% as passing marks.
I would suggest creating a new data type instead of using an array. That way you can use 25 variables instead of 5 arrays with 25 parts each.