
Friday, December 21, 2012
Final grades
Final grades for this course have been transcripted in WebAdvisor.

Enjoy your winter break!

Thursday, December 20, 2012
Lab assignment #5 - taxes

Problem Description
Compute the federal income tax due on a taxable income input by the user accorsing to the following table. Enter -1 to end the program.Tuesday, December 11, 2012
Missing homework

As it stands right now, the remaining lab assignment will be given out in the last class meeting of the term on December 20th and you will have to do that program in class.
Thursday, December 6, 2012
Homework assignment #6 - booleans.bas

Write a program called booleans.bas which requests two integers from the user. Your program must determine if at least one of the entered numbers is even (use OR).
Use of boolean operators

AND
In order for AND to be true, both conditions must evaluate to TRUE as inUse of ELSEIF

Note that ELSEIF is one word.
Sunday, December 2, 2012
Friday, November 30, 2012
Revised withdrawal date

Thursday, November 29, 2012
Homework assignment #5 - usFlag.bas

Homework assignment #4 - compare.bas

Tuesday, November 27, 2012
Apprehended!

Monday, November 26, 2012
Late lab assignments

Sunday, November 25, 2012
Monitoring interval #5

Thursday, November 22, 2012
Sunday, November 18, 2012
Library - extended hours

Sunday, November 11, 2012
Remaining material

Thursday, November 8, 2012
Wednesday, November 7, 2012
P&G hurricane relief

Comcast Xfinity

Verizon Wireless

Tuesday, November 6, 2012
Curfew

Friday, November 2, 2012
Wednesday, October 31, 2012
Monday, October 29, 2012
Should I stay or should I go now?

Should you find yourself in need of emergency shelter, please note the following announcement on the Monmouth County Emergency Management Hurricane Information page:
Sunday, October 28, 2012
Monitoring interval #4

Saturday, October 27, 2012
Hurricane Sandy
An alert was sent out at 11:16 this morning indicating that Governor Christie has declared a state of emergency for all of New Jersey because of the pending arrival of Hurricane Sandy. To help ensure the safety of all students and employees, all Brookdale locations will be CLOSED on Monday, October 29th and on Tuesday, October 30th. Members of the Brookdale community are directed to check the college website for updates.
Friday, October 26, 2012
FYE - Entrepeneurial Information Session
Monday, October 22, 2012
Theft advisory

Saturday, October 20, 2012
Free software

Download and use at your own risk.
Use of DATE$

If you wanted to display the date you wrote the code (or the due date), you could do it like so
Be square

Here is the source code we worked on during Thursday's class which we used to square numbers.
Use of post-test loops

This is the syntax for DO...LOOP WHILE
DO
' BASIC code statements here
LOOP WHILE c
where
Use of pre-test loops

Let's look at some source code for pre-test loops.
Thursday, October 18, 2012
Lab assignment #4 - temp2.bas

Problem Description
Allow the user to enter a sequence of temperature in degrees Celsius (C) terminated by -999. For each one, find the corresponding temperature in degrees Fahrenheit (F). Use the same formula as in lab assignment #2.Lab assignment #3 - gpay.bas

Problem Description
The owners of the Super Supermarket want to compute the gross weekly pay of their employees. Each employee name, ID number, hours worked, overtime hours worked, and pay rate per hour (overtime will be figured as time-and-a-half) are to be input. The problem should output these values and the corresponding gross pay.New Jersey Coastal Communiversity

Monday, October 15, 2012
Monitoring interval #3 - reminder

Sunday, October 14, 2012
Monitoring interval #3

Friday, October 12, 2012
Use of PRINT and the semicolon

Use of RND

The syntax is
Use of DO...LOOPs

Use of FOR...NEXT

The correct syntax is
FOR lcv = sv TO ev STEP incr
' BASIC code statements here
NEXT lcv
where
Thursday, October 11, 2012
Homework 3 - loopAvg.bas

Wednesday, October 10, 2012
Priority registration

Priority registration for the Winterim session and the Spring term begins on November 1st and runs until November 17th! In order to give yourself the best chance of getting all of the classes you need as well as the days and class meeting times you prefer, you should register early.
You should receive your priority pass by Friday, October 12th and tuition for Spring classes is not due until January 8th.
Tuesday, October 9, 2012
Leading zeros

Use of PRINT USING

Consider for a moment dividing 17 by 13. The result is 1.307692307692308. Do you really need *all* of those digits to the right of the decimal place? Most likely, unless you are doing extremely precise scientific
Wednesday, October 3, 2012
Code review forecast

Monday, October 1, 2012
Columbus Day

Brookdale is NOT closed on Columbus Day.
If you have MONDAY classes this term, you have class on Monday, October 8th.
Subscribe to:
Posts (Atom)