1 / 8

CIS 355 Enthusiastic Study / snaptutorial.com

1. (TCO 1) _____ is a graphical language that allows people who design software systems to use an industry stan­dard notation to represent them<br><br>2. (TCO 1) Which statement is false?<br><br>3. (TCO 1) Which of the following statements about Java Class Libraries is false?<br>

Download Presentation

CIS 355 Enthusiastic Study / snaptutorial.com

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. CIS 355 Enthusiastic Study--snaptutorial.com

  2. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 1 Quiz For more classes visit www.snaptutorial.com 1. (TCO 1) _____ is a graphical language that allows people who design software systems to use an industry stan­dard notation to represent them 2. (TCO 1) Which statement is false? 3. (TCO 1) Which of the following statements about Java Class Libraries is false? 4. (TCO 1) Which of the following companies is widely regarded at the signature company of Web 2.0?

  3. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 2 Quiz For more classes visit www.snaptutorial.com 1. (TCO 1) A class instance creation expression contains 2. (TCO 1) Which of the following is a valid fully qualified name? 3. (TCO 3) Which of the following is not a control structure? 4. (TCO 1) Which of the following would not be used to clarify a dangling-else?

  4. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 3 Quiz For more classes visit www.snaptutorial.com 1. (TCO 4) Consider the code segment below. Which of the following statements is false? 2. (TCO 4) Which expression adds 1 to the element of array arrayName at index i? 3. (TCO 4) Which of the following statements is false? 4. (TCO 4) Which statement below initializes array items to contain 3 rows and 2 columns?

  5. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 4 Quiz For more classes visit www.snaptutorial.com 1. (TCO 2) Which of the following keywords allows a subclass to access a superclass method even when the subclass has overridden the superclass method?  2. (TCO 2) Which of the following is the superclass constructor call syntax?  3. (TCO 2) When a subclass constructor calls its superclass constructor, what happens if the superclass’s constructor does not assign a value to an instance variable?  4. (TCO 2) The default equals implementation of class Object determines

  6. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 5 Quiz For more classes visit www.snaptutorial.com 1. (TCO 6 & 7) Which of the following classes is not used for file input?  2. (TCO 6 & 7) Streams that input bytes from and output bytes to files are known as  3. (TCO 6 & 7) Which of the following is not an application of a File object?  4. (TCO 6 & 7) What interface must a class implement to indicate that objects of the class can be output and input as a stream of bytes?

  7. CIS 355 Enthusiastic Study--snaptutorial.com CIS 355 Week 6 Quiz For more classes visit www.snaptutorial.com 1. (TCO 6) For String c = "welcome to java"; The Java statements inti = c.indexOf( 'e' ); int j = c.lastIndexOf( 'o' ); will result in

  8. CIS 355 Enthusiastic Study--snaptutorial.com

More Related