Programmer

Programmer

ManWithComputer

The Internet, IP

Male, 37

I've worked at multiple Internet startups of different shapes, sizes and ambitions. Now I'm the CTO (Chief Technical Officer) of another small company with big dreams. I look nothing like the picture above.

If you copy and paste your homework question in here, I will answer with something that will, at best, get you an F on your project, and at worst, will get you kicked out of school. You have been warned.

SubscribeGet emails when new questions are answered. Ask Me Anything!Show Bio +

Share:

Ask me anything!

Submit Your Question

76 Questions

Share:

Last Answer on September 07, 2015

Best Rated

using RAM Chips of size 1024*1bit, Design 32 k words of memory for a 32-bit process system.

1-calculate the number of chips used
2-determine the number of address line

Asked by yasser over 10 years ago

No.

Write an application (name the class “AddCash”) that adds a number of coins (stored in 6 integer variables) and displays the total in dollars and cents. Define a variable (type double) to store the total number of cents.

Asked by Elpz over 10 years ago

10 PRINT "I think some random programmer on the Internet is going to do my homework for me"

20 GOTO 10

 

 

Give that a try.

Hello, can you please give me ideas and stuff how to create a smart counter that can be used as a "code number" generated for a program? I've tried searching online but can't seem to find any.. please help

Asked by apc about 10 years ago

I'm not really clear on what you want, but it sounds like you may want a hash function like MD5 or SHA-1.

http://en.wikipedia.org/wiki/Hash_function

http://en.wikipedia.org/wiki/SHA-1

http://en.wikipedia.org/wiki/MD5

a certain electrical company charges for electricity as follows:

kilowatt-hours cost

1-200 50.00
201-100 50.00+.05
1001 and more 50.00+.03

Asked by Xel about 10 years ago

That's nice.

hello , What is better visualbasic.net or c ???

Asked by Sherif almost 10 years ago

C. But if you're asking because you're looking for a language to learn as your first language, I recommend Python over both of these.

Problem : Compiler Design - Limit the loops
Rajni is a newbie to the programming and while learning the programming language he came to know the following rules:
???• Each program must start with '{' and end with '}'.
???• Each progr

Asked by periyasamy about 10 years ago

Ask the professor for help.

What programming language would be best to code a program that identifies, manipulates, and processes audio inputs like music or tones?

This program would be used to eg. distinguish different tones, and instruments.

Asked by Jackie about 10 years ago

It's not a matter of the language. Most programming languages are general-purpose. It's like asking "Is English or French better for writing novels?"

The answer is whichever one you know and can either find appropriate libraries for, or can write them in.