Save
Busy. Please wait.
Log in with Clever
or

show password
Forgot Password?

Don't have an account?  Sign up 
Sign up using Clever
or

Username is available taken
show password


Make sure to remember your password. If you forget it there is no way for StudyStack to send you a reset link. You would need to create a new account.
Your email address is only used to allow you to reset your password. See our Privacy Policy and Terms of Service.


Already a StudyStack user? Log In

Reset Password
Enter the associated with your account, and we'll email you a link to reset your password.
focusNode
Didn't know it?
click below
 
Knew it?
click below
Don't Know
Remaining cards (0)
Know
0:00
Embed Code - If you would like this activity on your web page, copy the script below and paste it into your web page.

  Normal Size     Small Size show me how

Software Dev Fund 2E

MTA - Software Development Fundamentals 2E

TermDefinition
Console.Read this method will get the next character of data from the standard input stream
Single Document Interface (SDI) a type of application that allows a user to work with one open document frame widow at a time
main this method is the one method that has to be implemented in any C# or Java object oriented program; it is the starting point of all processing that a program will do
Run if you program a service application the main() method must give this command
service application is a program that runs in the background and does not have ANY GUI interface; it does not have any user interaction; it runs continually in the background doing something to maintain the system for the user
Visual Studio this is a code editing tool that you can create a Win32ShareProcess and a Win32OwnProcess while using
Console.In this property gets the standard input STREAM; it does not get a whole file or even words, it gets a bit stream of data; it's getting the information in small pieces that can be put into words or a whole text file
Event Driven a programming model in which a user can interact with the graphical interface of a program using check marks, buttons, drop down menus, keystrokes or other actions; methods are called each time the user does something with the interface
getter is a method that allows you to ACCESS data in a property that is in a private or protected class environment
setter is a method that allows you to ASSIGN a value to a property that is in a private or protected class environment
initialization is when a constructor method is called with the "new" keyword and the newly created copy of an object is assigned with the = sign to an instance name; dog2 = new Dog( );
declaration is when a new property name is announced with its data type but it does not have to actually be created at that time; where it is announced determines the scope of the property though, whether local or global; examples: Dog rover; int score
constructors a class can have multiple ____________________ to initialize a copy of the object in different ways; public Animal(String name, String favoritefood){ } public Animal(int toecount, boolean tail){ }
return type every method has one of these, it declares the type of data that the method has to send back to the caller of the method; if it does not return any data the type has to be set to void; Example: public int getScore( ) { return score; }
Created by: mightymaxmedia
Popular Computers sets

 

 



Voices

Use these flashcards to help memorize information. Look at the large card and try to recall what is on the other side. Then click the card to flip it. If you knew the answer, click the green Know box. Otherwise, click the red Don't know box.

When you've placed seven or more cards in the Don't know box, click "retry" to try those cards again.

If you've accidentally put the card in the wrong box, just click on the card to take it out of the box.

You can also use your keyboard to move the cards as follows:

If you are logged in to your account, this website will remember which cards you know and don't know so that they are in the same box the next time you log in.

When you need a break, try one of the other activities listed below the flashcards like Matching, Snowman, or Hungry Bug. Although it may feel like you're playing a game, your brain is still making more connections with the information to help you out.

To see how well you know the information, try the Quiz or Test activity.

Pass complete!
"Know" box contains:
Time elapsed:
Retries:
restart all cards