Search Results

Showing results 1 to 10 of 10
Search took 0.01 seconds.
Search: Posts Made By: Fest3er ; Forum: Computer Science and child forums
Forum: Computer Science Jun 17th, 2009
Replies: 9
Views: 581
Posted By Fest3er
In short:

Analog computers do (or did) exist. And they work well for what they do. But they aren't as flexible as digital computers.

Binary is popular because electronics most easily deal with...
Forum: Computer Science Jun 6th, 2009
Replies: 29
Views: 6,818
Posted By Fest3er
I would say the strongest clue to the answer is three-fold: Grok the problem Grok your solution Write so you can quickly re-grok, and so others can quickly grok, the problem and solution in the...
Forum: Computer Science May 12th, 2009
Replies: 2
Views: 889
Posted By Fest3er
Answer #1: cheat! :)

#! /bin/bash
bin1=".01001"
dec1=`echo -e "ibase=2\n e(l(${bin1}))" | bc -l`
bin2=".10101"
dec2=`echo -e "ibase=2\n e(l(${bin2}))" | bc -l`
bin3=".11110"
...
Forum: Computer Science May 1st, 2009
Replies: 1
Views: 991
Posted By Fest3er
IT WAS TRUE 25 HYPHEN 30 YEARS AGO AND IS STILL TRUE TODAY COLON TALK TO THE BEAR FULLSTOP COLON
RIGHTPAREN IF YOU DON APOSTROPHE T UNDERSTAND SOMETHING COMMA SPEAK OUT LOUD SEMICOLON THE ACT OF ...
Forum: Computer Science Apr 30th, 2009
Replies: 2
Views: 431
Posted By Fest3er
Actually, it's really not vague; it's merely time-consuming and difficult. Here is my idea of how it should be done. It rarely is, because shipping a product is far more important than shipping a...
Forum: Computer Science Jan 2nd, 2009
Replies: 19
Views: 2,151
Posted By Fest3er
It's all about perception and interpretation.

Think of the world of software as being entirely virtual. Said slightly differently, a physical representation of software is simply a translation to...
Forum: Computer Science Jan 28th, 2008
Replies: 35
Views: 21,968
Posted By Fest3er
Hint: limit commands to 3 chars; as each char is typed, jump to the code handling that char (get another char or execute command). Make your proggies query for options and params.check to see if the...
Forum: Computer Science Jan 28th, 2008
Replies: 35
Views: 21,968
Posted By Fest3er
Cool! The next step is to write open(), read(), write() and close() functions so you can open a file on a raw floppy, read it into memory, make changes, then write it to floppy.
Hmmm. Perhaps even...
Forum: Computer Science Jan 28th, 2008
Replies: 35
Views: 21,968
Posted By Fest3er
No, apparently they do that with a version of their Java Runtime Environment. The typical JRE requires the services of an OS to interface with the universe off the CPU. I would expect their modified...
Forum: Computer Science Jan 12th, 2008
Replies: 35
Views: 21,968
Posted By Fest3er
Hmmm. Tall order. :)

At the most basic level, an operating system is nothing more than a program than: initializes the hardware provides a means to run programs, and provides orderly access to the...
Showing results 1 to 10 of 10

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC