User Tools

Site Tools


opus:fall2012:rrichar8:start

Rich Richardson's fall 2012 Opus

CSCS 2330

Introduction

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

Part 1

Entries

Entry 1: August Day, 2012

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:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Remember that 4 is just the minimum number of entries. Feel free to have more.

Entry 2: August Day, 2012

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:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Remember that 4 is just the minimum number of entries. Feel free to have more.

Entry 3: August Day, 2012

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:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Remember that 4 is just the minimum number of entries. Feel free to have more.

Entry 4: August Day, 2012

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:

  • What action or concept of significance, as related to the course, did you experience on this date?
  • Why was this significant?
  • What concepts are you dealing with that may not make perfect sense?
  • What challenges are you facing with respect to the course?

Remember that 4 is just the minimum number of entries. Feel free to have more.

Keywords

data Keyword 1

pointer (what is it, declaration of).

Definition

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.

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

discrete Keyword 1

Conjunction

Definition

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”.

References

List any sites, books, or sources utilized when researching information on this topic. (Remove any filler text).

  • Reference 1
  • Reference 2
  • Reference 3

Experiment 1

Question

What is the question you'd like to pose for experimentation? State it here.

Resources

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.

Hypothesis

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.

Experiment

How are you going to test your hypothesis? What is the structure of your experiment?

Data

Perform your experiment, and collect/document the results here.

Analysis

Based on the data collected:

  • Was your hypothesis correct?
  • Was your hypothesis not applicable?
  • Is there more going on than you originally thought? (shortcomings in hypothesis)
  • What shortcomings might there be in your experiment?
  • What shortcomings might there be in your data?

Conclusions

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.

opus/fall2012/rrichar8/start.txt · Last modified: 2012/09/15 22:40 by 127.0.0.1