Tampilkan postingan dengan label im. Tampilkan semua postingan
Tampilkan postingan dengan label im. Tampilkan semua postingan

Im the Robin Hood of the APCS Free Response Section

| 0 komentar |

In the AP class we are transitioning from new content towards test prep. While we do AP style problems all year I have just really started talking about strategy for the AP exam itself. On the Free Response questions our theme is Stealing Points.



Grabbing points on the free response --> Heres what I march my kids through:

  • Is it a method? Look for return type - does it return an int? 
                         int x = 0;

                         return x;
  • while were looking at the return, does it return a boolean? You should probably have one case that returns a true, and one a false. Just a thought
  • Does it tell you to return a -1 under certain situations?
                         int x = -1;

                         return x;
  • does the problem use an array? Well, we usually use a for loop with those - write one. Use .length
  • ArrayList? for-each loop, unless you are removing things
  • does the problem ask a question? We use ifs for those. You probably want to access the array/ArrayList there too.

You get the idea - were just looking through our programming toolkit and looking for patterns in the problem.

Now obviously this is a terrible way to solve a problem.  This technique is our worst case scenario. Youve read the problem and have. no. clue. of what to write. It happens to the best kids, especially on a timed test under a lot of pressure.  

Take a second to look over the grading rubrics and think about this technique. We did part 1a in class the other day. In theory you could get over half the points on this question and not have any idea of how to solve it.

Is this teaching to the test? Sure. But what I find is when you remove a kids blind panic and just get them putting some code on paper they often have that light-bulb moment that shows how to solve the problem. And really, writing code on paper is a bit silly, so a game plan is bound to help.

Read More..

Top 10 google im feeling lucky tricks

| 0 komentar |




How many times have you made searches on google? How you search on google ,you see search bar enter a key word and you click on google search, you see I’m Feeling Lucky button just besides the Google search button, have you ever clicked on I’m Feeling Lucky button, what does it do ? 
The "Im Feeling Lucky" button automatically takes you to the first web page
returned for your query.
An "Im Feeling Lucky" search means less time searching for web pages and more time looking at them.

After a thorough study and searching here we bring you 10 most interesting tricks and ‘Keywords’ which you enter in Google search bar and press the I’m feeling lucky button would results in funny rather peculiar results, the below are the following such keywords, enter them and experience the results. Some are rated with a * symbol (indicating a must try keywords)


Go to "www.google.com " and type any of the following keywords and  click on ‘I’m Feeling Lucky button


  • Type in  Google Gravity and wait a sec to experience the effect of gravity.
  •   Type in “French Military Victories” and press "Im feeling lucky".
  •   Type in “elgoog”and the Mirror effect is on.
  •  Type in “Google Sphere” and see the spinning effect.
  •  Type in “find Chuck Noris” (A must search keyword for al Chuck Norris Fans :D).
  •   Type in “who is the cutest” and see who’s so cute and beautiful/handsome.
  •  Type in “2204355” and see (You’ve been Chicken Rolled).
  •  Type in “Google Loco” and see what’s moving.
  •  Type in “ LOL Limewire” and see that you are as a pirate.
  • Type in “Epic Google,
       
  • Type in Rainbow google,
  • Type in Annoying Google, 
  • Type in Google pacman,  
  • Type in Google Magic, 
  • Type in Google color (Ex: pink,blue),  

    Watch the video(google gravity trick)


     


    Read More..