Mon-Nov-28 |
https://resources.youscience.com/exam-catalog While Statements - all due midnight tonight.
|
Tue-Nov-29 | Check grades for things that didn't come in. I know many things failed. Many submission failed - I will go over how email them. While statements part 2 - all due midnight tonight.
|
Wed-Nov-30 |
|
Thu-Dec-1 | For loops - all due midnight tonight.
|
Fri-Dec-2 | Do While - all due midnight tonight.
|
7 | |
Mon-Dec-5 | https://codehs.com/curriculum/catalog Nested Loops - all due midnight tonight. |
Tue-Dec-6 | Unconditional Transfer of Control - Continue Statement - all due midnight tonight.
|
Wed-Dec-7 | Labs Exam Review |
Thu-Dec-8 |
Code Exam - Card Class 1. Create a project named Five Card Stud Poker 2. Project | Add Class Add Card.cs 3. Write Card Class. 4. Test the class with the code below. See me when this works. static void Main(string[] args) { Card c1 = new Card("10",1,10); Card c2= new Card("Q", 3, 12); Card c3 = new Card("5", 2, 2); Card c4 = new Card("10", 1, 10); Console.WriteLine(c1); Console.WriteLine(c2); Console.WriteLine(c3); Console.WriteLine(c4); Console.WriteLine(c2.Name); Console.WriteLine(c3.Suit); Console.WriteLine(c4.Rank); Console.ReadKey(); }//end Main
|
Fri-Dec-9 | Substitute FE Exam Review UPDATED |
8 |
Mon-Nov-14 | Programs - any 4 of the 5 due Friday EOC PE-5-01.htm | PE-5-03.htm | PE-5-04.htm | PE-5-05.htm | PE-5-06.htm |
Tue-Nov-15 | Programs - any 4 of the 5 due Friday EOC PE-5-01.htm | PE-5-03.htm | PE-5-04.htm | PE-5-05.htm | PE-5-06.htm |
Wed-Nov-16 | All cell phones on the table by my desk except for Nathan.
Programs - any 4 of the 5 due Friday EOC |
Thu-Nov-17 | Substitute Programs - any 4 of the 5 due Friday EOC |
Fri-Nov-18 | Programs - any 4 of the 5 due Today by EOC |
7 | |
Mon-Nov-21 | No School |
Tue-Nov-22 | No School |
Wed-Nov-23 | No School |
Thu-Nov-24 | No School |
Fri-Nov-25 | No School |
6 |
Mon-Nov-7 |
Boolean Expression - due by the end of class today. Read and answer the different reading questions. |
Tue-Nov-8 | PD - No Students
|
Wed-Nov-9 |
If Else Selection Statements - due midnight tonight
|
Thu-Nov-10 | Substitute Switch Statement - due midnight tonight Order of Operations - due midnight tonight |
Fri-Nov-11 | Substitute Programs |
6 |
Mon-Oct-31 |
Submit at the start of class. Fraction Class Part 2 (from Friday) 1. Phone on the computers. Access them during the video, you will place on the phone on the table below the video. 2. If you are behind in programming, you may multitasking and work on missing programs. You will only have to take half of the notes on the video. 3. ALL sites will be blocked except for brentwoodhigh. The Creepy Line - due last 5 minutes of class. |
Tue-Nov-1 |
Reflections 2nd period The Creepy Line - due last 5 minutes of class. |
Wed-Nov-2 | Remaining video - no notes Due midnight tonight
|
Thu-Nov-3 | Sub
|
Fri-Nov-4 | Grading day
|
5 |
Mon-Oct-24 | Point Class Submit these Point class methods today.
|
Tue-Oct-25 |
Submit this Point method DistanceFromOrigin today. |
Wed-Oct-26 |
Submit all methods above by midnight tonight. |
Thu-Oct-27 |
Project named - Fraction Stuff. Create a Fraction class. A fraction consists of a numerator and a denominator. Here is the Fraction class framework
You have to write the Constructor and the ToString method. These method MUST work with my Main method. You can NOT alter my Main method. Here is a picture of Main. This is the required Main method you must have - copy and paste it AND do not MODIFY any of my statements (lines 9-14)
using System; namespace Fraction_Stuff { class Program { static void Main() { Console.Write("Enter the numerator: "); int num = Int32.Parse(Console.ReadLine()); Console.Write("Enter the denominator: "); int den = Int32.Parse(Console.ReadLine()); Fraction f1 = new Fraction(num, den); Console.WriteLine("{0}", f1); Console.ReadKey(); }//end main }//end class }//end name Submit this by the END of Class today.
|
Fri-Oct-28 | Substitute Write these helper methods
|
4 |
Mon-Oct-17 |
9 weeks Grade Calculation for a class with weighted grades - Here are the assigned classes to write this program for. due EOC Friday
|
Tue-Oct-18 |
|
Wed-Oct-19 |
Grading Day and MakeUp Current status of labs
|
Thu-Oct-20 |
|
Fri-Oct-21 | Voting Voting 7th - vote for 5 Complete Demo on Point class. What access level should nearly all constructors have? What is the default access level for constructors? What makes a method a constructor? |
3 |
Mon-Oct-10 | PD |
Tue-Oct-11 | Parent Teacher Conference Day - No Students |
Wed-Oct-12 | Fall Break - No Students |
Thu-Oct-13 | Fall Break - No Students |
Fri-Oct-14 | Fall Break - No Students |
2 |
Mon-Oct-3 | Input and formatting output Demo1003 - submit when done. Formatting Output Reading and Questions
|
Tue-Oct-4 | Senior ACT day. Schedule rest of day Lab: Take Home Pay - due end of class Friday |
Wed-Oct-5 | End 1st 9 Weeks brustnat000@myplae.wcs.edu - resubmit Take-home pay with a real email address. Lab: Making Change - due EOC Friday
|
Thu-Oct-6 | 9 weeks Grade Calculation for a class with weighted grades - Here are the assigned classes to write this program for. due EOC Friday
|
Fri-Oct-7 |
Substitute Work on labs, all due end of class Today.
|
1 |
Mon-Sep-26 |
Lab Week
If you have time or the desire to promote homecoming activities that would be great. Below are items for Monday:
|
Tue-Sep-27 | More Labs
|
Wed-Sep-28 | Part 1 should have been compeled Monday. Do this first!!! This means you Sid!
Do NOT do the part 2 Program until you have completed the original program FIRST!
|
Thu-Sep-29 | Work on Labs and Modifications Homecoming Information for Thursday
|
Fri-Sep-30 | All work this week due midnight Sunday |
9 |
Mon-Sep-19 |
(9) Character Sets - due EOC
|
Tue-Sep-20 | (18) Types - Due EOC
|
Wed-Sep-21 |
(18) Integral Data Types - due EOC |
Thu-Sep-22 |
(9) Boolean Types - due EOC
|
Fri-Sep-23 | Demo Program
|
8 |
Mon-Sep-12 |
All phones on the white table. Ch 1 test - 25 MC, 15 TF, Completion - 0, Matching -6, short answer/essay - 0. Chapter 1 Study guides - Must be successfully completed by midnight.
|
Tue-Sep-13 | Use this period to study for the test tomorrow. Slideshow about some of the questions sent to me yesterday. PPT or PDF Here are some randomly generated sample tests. Give them a try, see how much you need to study. Sample Study Guide Test 1 |
Wed-Sep-14 | Test Chapter 1 (200) Don't sit next to anyone. |
Thu-Sep-15 | Substitute Bits - due midnight tonight |
Fri-Sep-16 | Substitute
Binary Number System - due midnight Sunday (help each other) |
7 |
Mon-Sep-5 | Labor Day - No School
|
Tue-Sep-6 | Check grades Everyone EXCEPT for Bru, Sea, Jet put cell phones on white table. Debugging Applications - due by EOC Work out outstanding work.
|
Wed-Sep-7 |
PE 1-3 Graduation with three compilers. Due midnight tonight.
|
Thu-Sep-8 | Escape sequences - due midnight tonight Demo0908
|
Fri-Sep-9 |
PE 1-9 Schedule Link
|
6 |
Mon-Aug-29 |
Demo Program082229 - due upon completion Evolutions of C# - due midnight tonight
|
Tue-Aug-30 |
Types of C# Applications - Three submissions due by EOC. IDOC not required on Windows Form Applications.
|
Wed-Aug-31 |
|
Thu-Sep-1 | Elements of a Program - all due midnight tonight Csharp program - due by EOC friday |
Fri-Sep-2 |
The following students place phone on the white table: Duk, Pau, Sax Check Grades - all missing worth half credit. Compiling, Building, and Running - all due midnight Monday
|
5 |
Mon-Aug-22 | PNP Study Guide Software Development Process - 3 submissions due midnight tonight. |
Tue-Aug-23 | Internet slowness 1. Find a computer with MS Visual Studio. Submit this form 2. Structured Procedural Programming - 3 submission due midnight Wednesday 3. PNP Study Guide
|
Wed-Aug-24 |
Login on brentwoodhigh.com 1. check gradebook, I put in the practice test scores. If you take test today, only the highest one counts. PNP Test - Ignore the test name. Using test from previous classes.
|
Thu-Aug-25 | No one can sit next to someone. Find or install Visual studio on this computer - this will be your testing computer. Go back to your regular spot, some may not change. Find or install Visual studio on this computer - this will be your daily computer. Go to Replit.com and set up an account. Send me an email at larryk@wcs.edu telling me both computers have visual studio working. Don't send an email if they are not. |
Fri-Aug-26 |
|
4 |
Mon-Aug-15 |
Cell phone on computer or in backpacks Introduction to this class. Cancer and Absences Start on Policies. Good email address - only one submission per policy
|
Tue-Aug-16 | Policies and Procedures - One submission for each. All due midnight tonight.
|
Wed-Aug-17 | Meds did me in last night, schedule change. Updated 8-17 Computer History - Two assignments on this page, one due EOC, one midnight. System and Application Software - Three assignment due by EOC, one midnight.
|
Thu-Aug-18 | PNP Test - Testing in this class. 1. Move to a station where I can see the screen from my desk. 5. When finished get your backpack and move to a station NOT by someone still taking the test. |
Fri-Aug-19 | Substitute - We will be on the pep rally schedule on Friday. PI questions due by EOC. 1st Period: 7:40 AM – 8:21 AM |
3 |
Mon-Aug-8 |
|
Tue-Aug-9 |
|
Wed-Aug-10 |
|
Thu-Aug-11 |
|
Fri-Aug-12 |
|
2 |
Mon-Aug-1 | No Students
|
Tue-Aug-2 | No Students
|
Wed-Aug-3 | No Students
|
Thu-Aug-4 | No Students
|
Fri-Aug-5 | 1/2 day Students
|
1 |