• 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/8

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;

8 Cards in this Set

  • Front
  • Back
Call (method call)
Execute a method.
Common dialog
A set of Windows dialog boxes available to C# programmers for Open, Save, Fonts Print, and Color.
Method
Predefined actions provided with objects. A unit of code that performs an action and may or may not return a value.
Modal
A dialog box that requires a user response before continuing program execution.
Modeless
A dialog box that does not require a user response before continuing program execution.
Return statement
Returns a value from a method.
Return value
Value returned from a function or method.
Void
Keyword that indicates that a method does not return a value.