ITEC 120 Quiz 1



Name:



  1. Describe briefly what the following Java statement does?
  2.             String s1;
                
  3. Describe briefly what the following Java statement does?
  4.             s1 = "Hello";
                
  5. Describe briefly how you detect syntax errors in a Java program?

  6. Describe briefly how you detect logic errors in a Java program?

  7. In class we discussed five fundamental capabilities of a computer. List four of those five.

    1.  
    2.  
    3.  
    4.