Monday, June 5, 2017

Blog 41





  1. I want to make a sprite appear on my screen.
  2. What 3 things(or lines of code) do I need to do to get it on the screen?



Thursday, June 1, 2017

Blog 40



Look at the code below and tell  me how big the rectangle will be.

var size=100;
rect(200,150,size, size);

Tuesday, May 30, 2017

Blog 39




Which of these variable names are valid ones?

var popGoesTheWeasel;

var 4size;

var zoom_zoom;

var size of rectangle

Thursday, May 25, 2017

Blog 38




Write the code to declare a variable "size" and set it to 100.

Tuesday, May 23, 2017

Blog 37

What do the commands below do?

ellipse(100,100,200,200);
fill(blue);





Thursday, May 18, 2017

Blog 36



Describe what the the command below does.

rect(100,200,50,20);



Sunday, May 14, 2017

Blog 35








Look at the code below.
What color will  "Good day!" be output in?

HTML
<p class="fancy"> Good day!</p>

CSS
.fancy {color:blue;}
p {color: pink;}

Blog 34




                                           h1


Write the CSS code to make all your h1 headings blue.

Thursday, May 11, 2017

Blog 33



To apply a style sheet to an HTML element you need to add a link to the style sheet in the HTML document.
List the HTML code for adding that link and tell where that link goes.

Tuesday, May 9, 2017

Blog 32




To add CSS style rules to an HTML page you need to do 2 things.
What are those 2 things?

Monday, May 1, 2017

Blog 29

What are the tags used for an unordered list with 3 items in it?
Do not put the carrot tags on your comment.

Thursday, April 27, 2017

Thursday, April 20, 2017

Blog 27

What is a HTML tag?
List 2 HTML tags. DO NOT PUT THE <> symbols in your list.

Blog 26

What is the file index.html ?
What is it used for?

Wednesday, April 19, 2017

Blog 25

What do the symbols below mean?

<h1>   means  ___________

</h1> means _____________

Thursday, April 13, 2017

Tuesday, April 11, 2017

Blog 22








List 4 things that might be on the Home Page of a Personal Website.

Sunday, March 26, 2017

Friday, March 24, 2017

Wednesday, March 22, 2017

Saturday, March 18, 2017

Wednesday, March 15, 2017

Monday, March 13, 2017

Thursday, March 9, 2017

Wednesday, March 8, 2017

Blog 13







List all possible numbers you can get with 3 bits? List them in binary.

Sunday, March 5, 2017

Wednesday, March 1, 2017

Blog 11




Five people are sitting at a table.
You have to sort them by height, tallest to shortest.
Write down the steps you would have to execute to do that.

Tuesday, February 28, 2017

Blog 10



Using the key below, write "Crosspoint" in code.

key
A=1
B=2
C=3
D=4
...
...
...
Z=26



Thursday, February 23, 2017

Blog 9


                 
                           

Write down what each numbered diagram represents using the letters A and B.

1   _______
2   _______
3   _______

Tuesday, February 21, 2017

Blog 8




Write down what you think a computer is.
Please use your own words.
Do not cut and paste definitions from the internet.

Thursday, February 16, 2017

Wednesday, February 15, 2017

Monday, February 13, 2017

Blog 5

What is the second step of the problem solving process?

(What do you do after you figure out what the problem is?)

Thursday, February 9, 2017

Thursday, February 2, 2017

Blog 3

A diagram is given below.
Write short phrases to tell me how to program the cursor from the star to move and color the squares.
For example, Move to the left one, or move up one.





Monday, January 30, 2017

Blog 2

Now that we know what a Algorithm is,

What is a program?

Sunday, January 29, 2017

Blog 1

Welcome to the Crosspoint Middle School Programming class blog.
Please make this blog a favorite in your browser.

Please comment on the blog at the beginning of each class period. When you comment remember to put your NAME in the comment section to get full credit.


What is an Algorithm?