Monday, September 30, 2013
Historical Figures of the 1890's
Who were the big historical figures in the 1890’s United States, and what accomplishments are they known for? How do Tesla and Edison fit into this age?
J.P Morgan, Rockefeller and Carnegie were the most important figures in the 1890's. J.P Morgan was known for his business style, excessive wealth, and loaning the government butt loads of cash$$$$. Rockefeller was known for his railways, however more importantly his oil, and discovery of gasoline. Carnegie is known for his steel production. Westing house is another important figure. He was tied to Tesla, and fought for a contract with J.P Morgan, who was tied to Edison.
Monday, September 23, 2013
FUNCTIONS
What is a function?
A function is a piece of code that does stuff. Its like the printf command yo. When you use it, it does stuff. Like print something to the screen. That kind of stuff.
What do they look like in code?
like printf or scanf or stuff yo.
How do you write a function and use one?
First you declare the function using variables and stuff. Then you use the function in the code, and then you initialize the function below the main body. Cause its cool.
Provide an example of a function you’ve recently written or used.
I DON WANNA
int Add(int, int);
//BODYSTUFFHERE
int add(int x, int y)
{
return x+y;
}
Friday, September 20, 2013
wordle
<a href="http://www.wordle.net/show/wrdl/7081495/Untitled"
title="Wordle: Untitled"><img
src="http://www.wordle.net/thumb/wrdl/7081495/Untitled"
alt="Wordle: Untitled"
style="padding:4px;border:1px solid #ddd"></a>
Wednesday, September 18, 2013
LIFE INFLUENCE
Id have to say that my own life has been a huge influence on my life. I'm not one to take the influence of others down upon myself, so I look at myself, and how I've done so far and take that into consideration. My life has had a huge influence on my life because It was lived by me. The influence of my life has really made me who I am, and I have to take in all the things that have happened because It makes me a better person.
Gud luk readin, THATS SO TROLL.
Gud luk readin, THATS SO TROLL.
Wednesday, September 11, 2013
FIFA Review
In the article, he states that “FIFA 14 is a confident step forward rather than a bold reinvention”. Can you provide a contrasting example of a game that is a bold reinvention, and explain why you think it is a good example?
Id say a game like Warcraft III Reign of Chaos is the type of game that set up a revolution for many more to come. The original Warcraft games were ok, however they lacked the artistic/ graphical design, as well as major game-play components. Warcraft III Reign of Chaos really took RTS gaming a step further, and introduced one of the best looking, and strategical games to the market. Even though it is 11 years old, it made the way for other real time strategies to become so prominent on the gaming market.
Tuesday, September 10, 2013
Binary
How can you convert from binary to decimal, and from decimal to binary?
If I'm converting from binary to decimal, I look at all the numbers, and find patterns.
Lets say I'm converting the binary number 100111, I know the pattern 111 to be a decimal 7. After I find these patterns, I add them with the rest of the numbers. When I'm converting from decimal to binary I start with the largest number first. For example, if I have the number 134, I would start with the binary value of 128, and then go smaller. 10000110.
If I'm converting from binary to decimal, I look at all the numbers, and find patterns.
Lets say I'm converting the binary number 100111, I know the pattern 111 to be a decimal 7. After I find these patterns, I add them with the rest of the numbers. When I'm converting from decimal to binary I start with the largest number first. For example, if I have the number 134, I would start with the binary value of 128, and then go smaller. 10000110.
Monday, September 9, 2013
#include
What does the line of code:
#include <stdio.h>
do?
#include <stdio.h> is the line of code that tells the compiler to include certain pre-written libraries in your program. This way, the library of functions such as printf do not have to be defined every-time you make a new project.
Thursday, September 5, 2013
Tuesday, September 3, 2013
Solving Problems VIA Video Games
A problem that concerns many people is communication. Whether it be between friends or family, or between you and a teacher/coworker, communication is a topic that many people struggle with. Video games have changed the way I communicate with people. Because online gaming requires so much cooperation between individuals, communication is the key to successful gaming. A game that relies solely on the cooperation between multiple individuals to do well would surely solve this problem, and it would inspire players to work together to accomplish their common goals.
Subscribe to:
Posts (Atom)