• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/9

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

9 Cards in this Set

  • Front
  • Back
Using the books conventions, identify each of the following as a class, method, or variable name:
1
Explain why each of the following names does or does not seem like a good variable name to you.
1
If deposit and rent are numeric variables, and landlordName is a string variable, which of the following statements are valid assignments? If a statement is not valid, explain.
1
Assume that dependents = 2 and yearonJob = 5. What is the value of each of the following expressions?
1
Draw the flow chart or write the psuedocode for an application that allows a user to enter the number of text messages he or she sent last month and then displays the bill. Messages cost 25 cents each, and 9 percent tax is charged on the total.
1
Draw the flow chart or write the psuedocode for an application that allows a user to enter the price of an item and computes 8 percent sales tax on the item.
1
Draw the flow chart or write the psuedocode for an application that allows a user to enter credits earned for the fall, spring, and summer semesters and then display the total for the year.
1
Draw the flow chart or write the psuedocode for an application that allows a bowler to enter scores for three bowling games and then displays the numeric average.
1
Draw the flow chart or write the psuedocode for an application that allows a user to enter an automobile loan balance. Assume that the user pays 1/36 of the balance each month, and display the new balance after one month and after two months.
1