Difference between revisions of "Program a day"

From CompSciWiki
Jump to: navigation, search
(Beefed up the intro)
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
{{1010Chapter|ChapterNum= Program-A-Day
 
{{1010Chapter|ChapterNum= Program-A-Day
 
|Picture=Wiki_array01.jpg
 
|Picture=Wiki_array01.jpg
|Introduction=Practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010.
+
|Introduction=As a programmer it is very important to practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010 by following through the list of programs below.
  
 
__NOTOC__
 
__NOTOC__
Line 7: Line 7:
 
|Body=
 
|Body=
 
=Week 1: Getting Started=
 
=Week 1: Getting Started=
 
 
===[[Hello World]]===
 
===[[Hello World]]===
 +
===[[Alternate Hello World]]===
 
===[[Mad Lib]]===
 
===[[Mad Lib]]===
  
Line 20: Line 20:
  
 
=Week 3: Math and String Methods, If Statements and Named Constants=
 
=Week 3: Math and String Methods, If Statements and Named Constants=
 
 
===[[Dimensions of a Can of Soup]]===
 
===[[Dimensions of a Can of Soup]]===
 
===[[Pythagoras]]===
 
===[[Pythagoras]]===
Line 30: Line 29:
  
 
=Week 4: While and For Loops=
 
=Week 4: While and For Loops=
 
 
===[[Print Out the Alphabet]]===
 
===[[Print Out the Alphabet]]===
 
===[[Guess my Number]]===
 
===[[Guess my Number]]===
Line 47: Line 45:
  
 
=Week 6: Problem Solving with Nested Loops=
 
=Week 6: Problem Solving with Nested Loops=
 
 
===[[Oh Rocket Tree]]===
 
===[[Oh Rocket Tree]]===
 
===[[Clock Simulation]]===
 
===[[Clock Simulation]]===
Line 56: Line 53:
  
 
=Week 7: Midterm Review=
 
=Week 7: Midterm Review=
 
 
===[[Personal Greeting]]===
 
===[[Personal Greeting]]===
 
===[[Temperature Calculator]]===
 
===[[Temperature Calculator]]===
 
===[[Days In A Month]]===
 
===[[Days In A Month]]===
 
===[[Fibonacci sequence]]===
 
===[[Fibonacci sequence]]===
 
 
===[[Palindromes]]===
 
===[[Palindromes]]===
 
 
===[[Russian Roulette]]===
 
===[[Russian Roulette]]===
  
 
=Week 8: Static Methods=
 
=Week 8: Static Methods=
 
 
===[[Print Numbers]]===
 
===[[Print Numbers]]===
 
 
===[[Add Area Code]]===
 
===[[Add Area Code]]===
 
===[[Fix Code Sample]]===
 
===[[Fix Code Sample]]===
Line 82: Line 74:
  
 
=Week 10: Arrays and Methods=
 
=Week 10: Arrays and Methods=
 
 
===[[printArray Method]]===
 
===[[printArray Method]]===
 
===[[fillArray Method]]===
 
===[[fillArray Method]]===
 
===[[reverseArray Method]]===
 
===[[reverseArray Method]]===
 
===[[commissionCalculator]]===
 
===[[commissionCalculator]]===
 +
===[[Cellphone Texting]]===
  
 
=Week 11: More with Arrays=
 
=Week 11: More with Arrays=

Latest revision as of 15:12, 8 December 2011


Wiki 1010 Table of Contents

Wiki array01.jpg

Chapter Program-A-Day

As a programmer it is very important to practice your programming and problem-solving skills. Write a program for each (week) day you are in COMP 1010 by following through the list of programs below.


  Write a Program a Day Case Studies

Week 1: Getting Started

Hello World

Alternate Hello World

Mad Lib

Week 2: Primitive Data Types

Calculating Area

Converting Temperatures

Tip Calculator

Food and Drink

Windchill

Sunday Stumper WARNING: Challenging

Week 3: Math and String Methods, If Statements and Named Constants

Dimensions of a Can of Soup

Pythagoras

Lie Detector

Days in a Month

The Labyrinth

Know Your Standards

Letter Grade Conversion

Week 4: While and For Loops

Print Out the Alphabet

Guess my Number

Input Validation

Convert this While to a For

Print Powers of Two

Count the Alphabet

Week 5: String Methods and Debugging

Vowel Counter

Leap Year Problem

Debugging Practice

Secret Code

Radar Trap

Currency Converter

Week 6: Problem Solving with Nested Loops

Oh Rocket Tree

Clock Simulation

Rainfall Averaging

Computing Prime Numbers

Print a Calendar

Cash Register

Week 7: Midterm Review

Personal Greeting

Temperature Calculator

Days In A Month

Fibonacci sequence

Palindromes

Russian Roulette

Week 8: Static Methods

Print Numbers

Add Area Code

Fix Code Sample

Concatenate Strings

Week 9: Introducing Arrays

Creating an Array

Printing an Array

Equating Two Arrays

Passing Arrays

Fibonacci Numbers

Week 10: Arrays and Methods

printArray Method

fillArray Method

reverseArray Method

commissionCalculator

Cellphone Texting

Week 11: More with Arrays

Summing arrays

Concatenating arrays

Sales Report

Creating a grocery list

Week 12: Array Algorithms

Find Element x Using Linear Search

Find Max Using Linear Search

Count Element x Using Linear Search

Find Element x Using Binary Search

Week 13: Problem Solving and Programming Examples

Break This Combination

Rock Paper Scissors

Student Record List With Parallel Arrays

Top Secret

String Binary Search




Chapter Expression error: Unrecognized word "program".: What is Programming? Table of Contents Chapter Expression error: Unrecognized word "program".: Java Fundamentals



Template loop detected: