Friday, January 27, 2017

CMIS 141 CMIS141 Week 1 Quiz with Answers – Online Homework Help


CMIS 141 Week 1 Quiz

  1. What development tool do you use to launch Java bytecodes?
  2. Which of the following is an invalid Java statement:
  3. What Java keyword can used to create a named constant?
  4. Given the following sequence of Java code:
  5. You are designing a program for users to enter whole numbers that range from -200 to 2147483648. What Java data type will best satisfy this range of numbers?
  6. Select the correct line of Java code to assign 1000 to an int variable named myValue.
  7. Given the following sequence of Java code:
  8. In Java, if var1 = “Hello” and var2 = “UMUC”, what would this line of code produce as output?
  9. You are designing a program for users to enter whole numbers that range from -100 to 127. What Java data type will best and most efficiently satisfy this range of numbers?
  10. A non-local boolean variable is declared with the following Java code:
  11. Select the Java code that will correctly declare a boolean variable named success and assign it a value of false.

No comments:

Post a Comment