Assignments for Computer Science

 

Oct 1, 2007    

Bell work:         Get ready to present current events.

                        Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Update your grade sheet. You may open the Command Center to do this!

Class work:      Present current events.

                        Take Chapter 1 programming test on paper.

                        Use the Internet to answer these questions:

                                              1.  What are the natural numbers? 

                                              2.  What are the whole numbers? 

                                              3.  What are the integers? 

                                              4.  What are the real numbers? 

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 1-7 of Chapter 4.

                        Programming test tomorrow on chapter 1. You will be entering you test from today in Dev C++.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Set up command Center at home.

 

Oct 2, 2007    

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Take Chapter 1 programming test in Dev C++.

                        Go over questions 1-6 of chapter 4.

                        Fix the problems in this program and compile and run it

                 include <iostream>
                 include <conio.c>
 
                         main()
                 {
                         cout << “Hello World\n”;
                         return 0;
                 }

 

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Set up command Center at home.

 

Oct 3, 2007    

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Investigate the meaning of namespace.

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 8-15 of Chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                    Or

                        Set up command Center at home.

 

 

Oct 4, 2007     Ms. Jones was absent!

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 8-15 of Chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Set up command Center at home.

 

Oct 8, 2007    

Bell work:         Get ready to present current events.

                        Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Update your grade sheet. You may open the Command Center to do this!

Class work:      Present current events.

                        Mrs. Jones will go over questions 8-15 of Chapter 4.

                        Make a template C++ file.

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 16-25 of Chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

                                                Or

                        Do Data types handout for homework

 

Oct 9, 2007    

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Examine the following program and try to guess what it does without running it.  Write your prediction on your paper.

 
                        #include <iostream>

#include <conio.c>     

                       

                        Using namespace std;

 

main()

{

                              int x=5;                           

                              int y=7;                           

 

                              cout << "\n";

                              cout << x + y << " " << x * y;  

                              cout << "\n";                      

 

                              return 0;

}

                        Mrs. Jones will go over questions 18-25 of Chapter 4.

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 10, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Mrs. Jones will go over questions 18-24 of Chapter 4.

                        Do ch4part3.cpp in class. Add data types from questions 25 to this program.

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 11, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Mrs. Jones will go over question 25-26 of Chapter 4.

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 1 and 2 on data types handout.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 12, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Discussion:       What came first the chicken or the egg?

                       Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish data types handout.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 15, 2007  

Bell work:         Get ready to present current events.

                        Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Update your grade sheet. You may open the Command Center to do this!

Class work:      Present current events.

                        Mrs. Jones will go over question 27-29 of Chapter 4.

                        Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish questions 16-25 of Chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 16, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Figure this out:

                                    If you want to print the word Hello on one line and then print a blank line, how many consecutive \n manipulators should you insert after the word Hello?

Class work:      Mrs. Jones will go over question 30-32 of Chapter 4.

                        Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish all questions from chapter 4 section 1.

                        Quiz tomorrow what we have covered in Chapter 4 so far. (You can use your notes!)

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 17, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Ms. Jones will finish going over chapter 4 section 1.

                        Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish Chapter 4 questions through Section 2 #8

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

 

Oct 18, 2007  

Ms. Jones was absent

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

 

Oct 19, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Ms. Jones will go over Section 2 #1-8

Do Project 4-1 on page 64.

Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish Chapter 4 questions through Section 2 #16

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

 

Oct 22, 2007  

Bell work:         Get ready to present current events.

                        Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Update your grade sheet. You may open the Command Center to do this!

Class work:      Present current events.

                        Ms. Jones will go over Section 2 #9-16

                        Ms. Jones will go over some of Project 4-1

                        Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish Chapter 4 questions through Section 2 #18

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 23, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Open the file on the network called cin. Read this file to help you understand the next exercises.

Class work:      Ms. Jones will discuss Section 2 #20

                        Ms. Jones will discuss the cin statement.

                        Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 24, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Do Exercise 4-3 page 65

Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish Chapter 4 questions through Section 3#1-8

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Bring printout of proof that you have installed Dev C++ on your computer at home and that you have made a template file at home.

                                                Or

                        Set up command Center at home.

 

Oct 25, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Open the file on the network called constants. Read and take notes on it.

Class work:      Ms. Jones will go over Section 3#1-8 questons.

Ms. Jones will go over Exercise 4-3 page 65

Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Answer the Section 4.3 Questions on page 66.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Write a similar program as Exercise 4-3 page 65 at home. Bring in the print out of the program and a screen capture of the user screen.

 

Oct 26, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Practice declaring and initializing variables and constants.

                        Review for quiz on Chapter 3 Section 2.

Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Test Monday Chapter 4 Section 2.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Write a similar program as Exercise 4-3 page 65 at home. Bring in the print out of the program and a screen capture of the user screen.

 

Oct 29, 2007  

Bell work:         Get ready to present current events.

                        Open Ms. Jones web page and find the assignments for today. Update your work habits.

                        Update your grade sheet. You may open the Command Center to do this!

Class work:      Present current events.

                        Take test on Chapter 4 Section 2.

Work on Chapter 4 activities.

Homework:      Find a current event for bonus points.

                        Finish all written work for Chapter 4.

                        Test Wednesday on written work on chapter 4

                        Programming test next week on chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Write a similar program as Exercise 4-3 page 65 at home. Bring in the print out of the program and a screen capture of the user screen.

 

Oct 30, 2007  

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Ms. Jones will go over Project 4-2

Finish Chapter 4 activities.

Start Chapter 5 activities.

Homework:      Find a current event for bonus points.

                        Finish all written work for Chapter 4.

                        Test tomorrow on written work on chapter 4

                        Programming test next week on chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Write a similar program as Exercise 4-3 page 65 at home. Bring in the print out of the program and a screen capture of the user screen.

 

Oct 31, 2007               !Happy Halloween!"

Bell work:         Open Ms. Jones web page and find the assignments for today. Update your work habits.

Class work:      Take written test on chapter 4.

Ms. Jones will go over ch4part7.cpp

Finish Chapter 4 activities.

Start Chapter 5 activities.

Homework:      Find a current event for bonus points.

                        Finish all written work for Chapter 4.

                        Programming test next week on chapter 4.

Makeup Work: Computer work after school on Thursday for 2 points or before school (7:15) for 1 point

                                                Or

                        Write a similar program as Exercise 4-3 page 65 at home. Bring in the print out of the program and a screen capture of the user screen.