Tuesday, July 23, 2019

Final Review Summer 2019 ch 1-8

1 comment:

  1. FINALS REVIEW Summer 2019 C# cist2341

    true/false
    2. This tells you about a while loop. What happens if a while loops condition is true?
    4. When you pass an integer as a parameter to a method. Question about passing by value or
    passing by reference
    6. Array of doubles. If reference an element by index. (Make sure to know where index starts at--0)
    8. When naming classes (classes naming conventions). Think about naming data, methods/functions and naming classes.

    *********MULTIPLE CHOICE
    10. Method names should be defined with names using _______________.

    12. Advantage of named parameters.(is newer feature to language)

    14. When two or more arrays have a relationship
    16. If you are scanning code looking for a method, what's the quickest way to spot a method
    18. This is talking about a property. Understand what a property is in relation to other things.
    20. What does the compiler check for.
    22. Ask you about instantiating memory for four exam scores in the range from 0 to 100(about syntax)
    24. This method returns the largest whole number less than or equal to the specified number
    26. a for loop where you declare an integer for(int i = 0 asking about the "i"
    28.Got an expression saying does it evaluate to something-- got three operands and two operators no variables
    30. This is talking about copying one array to another array
    32. To find the position of one or more characters inside of a string, you are going to use the
    _______________ method of the string class.
    34. What kind of loop do you have where you tell the user to enter a value to stop the loop
    36. What object oriented feature allows you to define subclasses that share some of the characteristics of another class
    38. What kind of diagram do you use in object oriented development to document or show characteristics of a class
    40. This is the type of problem in a counter controlled loop where you fail to execute the last value

    ReplyDelete