Basic Programming Presentation for an Intro Computer Class
Tags:
- Computers
- Programming
- Basic
Last response: in Apps General Discussion
cwb50
September 27, 2014 10:08:16 AM
Not sure where this would go or if there is even a place for this on these forums:
I am in an Introductory Computer Class at a Pharmacy School (so the standards are small, I know more than my teacher lol, but that doesn't matter because my standards are high for myself).
The class focuses on three things: basic computer stuff, internet, and social media so I thought it would be cool to have a part in my presentation where I ask on social media questions for my presentation.
So my request: name me what you think are the basic intro programming languages. I would like to have 3 bases covered: webpage programming, game making, and general application (as in stuff like Paint, MSWord, File sorting, etc). It'd be nice to keep the presentation limited to 3 Languages but I can mention others and not expand on them.
I am in an Introductory Computer Class at a Pharmacy School (so the standards are small, I know more than my teacher lol, but that doesn't matter because my standards are high for myself).
The class focuses on three things: basic computer stuff, internet, and social media so I thought it would be cool to have a part in my presentation where I ask on social media questions for my presentation.
So my request: name me what you think are the basic intro programming languages. I would like to have 3 bases covered: webpage programming, game making, and general application (as in stuff like Paint, MSWord, File sorting, etc). It'd be nice to keep the presentation limited to 3 Languages but I can mention others and not expand on them.
More about : basic programming presentation intro computer class
-
Reply to cwb50
Dat_Robot
September 27, 2014 11:01:20 AM
cwb50
September 27, 2014 11:30:19 AM
-
Reply to cwb50
m
0
l
Related resources
Dat_Robot
September 27, 2014 12:45:41 PM
cwb50
September 27, 2014 12:48:33 PM
Dat_Robot
September 27, 2014 12:49:47 PM
cwb50
September 27, 2014 1:21:04 PM
Dat_Robot
September 27, 2014 1:25:50 PM
cwb50
September 27, 2014 3:33:55 PM
Dat_Robot said:
HTML and C++ are completly diffrent. Learning one dosent affect the other . Html is (I think) the easyiest of all languages.Hm, interesting. So my presentation could be like two different worlds maybe?
1. Web Based Programs = html (Easiest)
2. a. General Application = C++ (Moderate)
b. More demanding applications = Direct3D (Hardest)
-
Reply to cwb50
m
0
l
Dat_Robot
September 27, 2014 7:05:18 PM
Dat_Robot
September 27, 2014 7:07:08 PM
Dat_Robot said:
Html is (I think) the easyiest of all languages.Understandably so, since it's a markup language and not a programming language. It doesn't contain any logic, it just describes the semantic layout of a document.
cwb50, if you want to talk about programming for the web then you should cover JavaScript. If it doesn't need to be strictly programming-related then HTML is fine of course, but much less interesting. If you want to make people cry and beg you to stop, talk about Cascading Style Sheets
-
Reply to randomizer
m
0
l
Dat_Robot
October 1, 2014 9:28:16 AM
Anonymous
October 1, 2014 1:23:40 PM
Python (would cover all three bases) - plus is an easy language to get into.
JavaScript (would also cover two of the three bases) - web development, game making, but unfortunately no general application unless used with a host platform, also its pretty easy to get into.
and finally I would suggest (Java) - covers all of them.
JavaScript (would also cover two of the three bases) - web development, game making, but unfortunately no general application unless used with a host platform, also its pretty easy to get into.
and finally I would suggest (Java) - covers all of them.
-
Reply to Anonymous
m
0
l
Dat_Robot
October 5, 2014 8:54:16 AM
!