Rich Richardson's fall 2012 Opus
CSCS 2330
As the oldest person in the class, I hope that everyone will consider how many brain cells have been gained and how many have been lost over the many decades of my life. As someone that grew up in the 1960's, radical thoughts are always permeating below the rational thoughts residing in my brain. So please have some patience with me as I ask the same questions over and over again.
As for my personal pursuits, I have a state of the art music recording studio that I operate in Interlaken, NY. Now-a-days music recording studios use computers and software to record and edit music. We use the latest version of the industry standard, Avid's 'ProTools' exclusively at our studio. I hope to infuse some of the vast knowledge I am learning at the Computer Science department of Corning College into my business.
The recording studio is called Big Time Studio if you'd care to check it out sometime, or stop by our FACEBOOK page. Also if you're interested in doing some recording yourself or with your band, let me know.
Thanks for taking the time to read through this introduction. Rich
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
This is a sample format for a dated entry. Please substitute the actual date for “Month Day, Year”, and duplicate the level 4 heading to make additional entries.
As an aid, feel free to use the following questions to help you generate content for your entries:
Remember that 4 is just the minimum number of entries. Feel free to have more.
pointer (what is it, declaration of).
To put it in simple terms, a pointer is a memory address. The first thing you must do with a pointer, is to declare a pointer variable. Set it to point somewhere, and finally manipulate the value that it points to.
A simple pointer declaration can be:
int *ip;
The asterisk used means that the “ip”, the variable that you are declaring, is not of the “int” type, but a type of “pointer to an int” type.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
Conjunction
A conjunction is an operation consisting of two values that are normally LOGICAL VALUES. The values of two items or propositions, produces a value of “true” if and only if “both” of its operands are true, otherwise the value becomes “false”.
List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).
What is the question you'd like to pose for experimentation? State it here.
Collect information and resources (such as URLs of web resources), and comment on knowledge obtained that you think will provide useful background information to aid in performing the experiment.
Based on what you've read with respect to your original posed question, what do you think will be the result of your experiment (ie an educated guess based on the facts known). This is done before actually performing the experiment.
State your rationale.
How are you going to test your hypothesis? What is the structure of your experiment?
Perform your experiment, and collect/document the results here.
Based on the data collected:
What can you ascertain based on the experiment performed and data collected? Document your findings here; make a statement as to any discoveries you've made.