Tuesday, December 6, 2011


What else is there?
http://www.cs.qc.cuny.edu/

080 Problem Solving with Computers
Is REALLY Visual Basic.NET Programming

1) Draw your GUI (Graphical User Interface)
2) Visual basic is Event-Driven
as opposed to procedural
3) Write the event handler

081 HTML and WWW Programming


Client-side, server-side programming language
PHP
This is my webpage:
<?php
for ($i=1; $i<=100; $i=$i+1)
{
   echo "Hello$i ";
}

?>

And <font color="red">that ends my webpage.</font>


Javascript
client-side scripting


085 Database Application Programming

088 Advanced Productivity Tools For Business
Advanced Excel
all chapters of the book
developing an intuition for writing formulas

111 Algorithmic Problem Solving
introduction to programming (for majors) using C++

No comments:

Post a Comment