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 1D

MTA - Software Development Fundamentals 1D

QuestionAnswer
In C#, what is a list of memory spots that hold a group of pieces of data; they can have new nodes added anywhere into the list (front, middle or back). a linked list
Using this function lets you add a new node to a linked list after any node you want to specify; there is no user pre-defined limit of nodes in the list. AddAfter( )
this holds the data that is stored for that item and a link forward to the next item and a link backward to the previous item. The first in the list is called the head, the last is called the tail. linked list node
these all have access to what is considered standard output, standard input, and standard error, and they display output from the program to the command line/console. console-based applications
This is a graphic way for users to interact with a piece of software. Console-based applications do NOT have a visual screen for users to interact with them. Graphical User Interface
This is a function (method) that is tied to an event so that when that event is triggered the function is fired to take care of whatever needs to work. Example: Event Handler
you can make your methods to take either none of these or a bunch of them. There is no set amount of them. However many there are they are passed to a method within the parentheses after a method name. number of parameters
these are the buttons, menus, boxes, icons, pictures, or other graphical assets used to interact with an interface. GUI elements
In C#'s Console class (similar to Java's System class, like System.out): Console.In, Console.Out, Console.Error all do what with the standard input, output and error streams for the console? Get the Console properties, NOT set them.
In the C# EventLog object what method makes a file to write errors for a specific program or class to. EventLog.CreateEventSource( ) method
Which type of application in the Windows development environment allows the user to work with multiple windows inside a parent window? MDI - Multiple-Document Interface
What method is always the default method for ANY application (the one that gets the program to start running) Main
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