Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match_all(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 834

Warning: Invalid argument supplied for foreach() in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 835

Warning: preg_replace(): Compilation failed: group name must start with a non-digit at offset 4 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 839

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860

Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /home/e5m7uo8vro0d/public_html/mediawiki/includes/MagicWord.php on line 860
Review Of Demonology Beginnings - Huben's Wiki

Review Of Demonology Beginnings

From Huben's Wiki
Jump to: navigation, search
(Created page with "Do you honestly think you know the merest dribble of demonological lore? Please amuse us with your efforts to evade the terrors of error messages and bloody red ink all over you...")
 
Line 1: Line 1:
 
Do you honestly think you know the merest dribble of demonological lore?  Please amuse us with your efforts to evade the terrors of error messages and bloody red ink all over your test papers!
 
Do you honestly think you know the merest dribble of demonological lore?  Please amuse us with your efforts to evade the terrors of error messages and bloody red ink all over your test papers!
  
* What are some software application types?
+
# What are some software application types?
* What is our class motto?
+
# What is our class motto?
* Why was our motto not as important in the past?
+
# Why was our motto not as important in the past?
* Can you name three things that have changed in software development?
+
# Can you name three things that have changed in software development?
* What is the ancestry of Java?
+
# What is the ancestry of Java?
* Understand compilers, interpreters, and Java's hybrid approach.
+
# What is a bug in a computer program?
* What is the meaning of the mystical word '''provenance'''?
+
# Understand compilers, interpreters, and Java's hybrid approach.
* How can you spot a class name?
+
# What is the meaning of the mystical word '''provenance'''?
* What four things can you say about the curly braces?
+
# How can you spot a class name?
* What happens if you leave out a curly brace, or put in an extra?
+
# What four things can you say about the curly braces?
* Are error messages true?  Do they help much, or are they misleading right now?
+
# What happens if you leave out a curly brace, or put in an extra?
* We have two incantations posted on the wall: what are they used for?
+
# Are error messages true?  Do they help much, or are they misleading right now?
*
+
# We have two incantations posted on the wall: what are they used for?
 +
# What does a class body contain?
 +
# What are the two parts of a method?
 +
# What are the things to the left and the right of the method name?  Be sure they are in the right order!
 +
# What are the source file names in Java programs?  What is their suffix?
 +
# When you click Compile in Dr. Java, object files are created.  What is their suffix?
 +
# How do class names differ from method names?
 +
# What exception do we see in the names of constructor methods?
 +
# Where does '''System.out.println("Hello world!");''' print?
 +
# How can you distinguish a call to a method from a method declaration?
 +
# How can you call a method from another class?  Two ways.
 +
#  If I see a statement such as '''q = Math.log(f);''', what class and method can I infer?
 +
# You should now know enough to write a simple class, with one solitary method that prints "Don't worry, be happy!".  Choose the names of your class and method yourself.  No arguments, no return value, yet the method should still have a return type: the mystical value '''void'''.  Worry not about '''public''' and '''static'': you may omit them for now.
 +
 
 +
On the test, you will answer questions of these sorts and more!  You will have to examine some dread and loathsome code and answer questions about it.  Conundrums and riddles of mythic proportions!  Gird your mystic loins to do battle with the wits of I, your mentor!

Revision as of 10:04, 19 September 2012

Personal tools
translate