Shared Flashcard Set

Details

C# Flash Cards Quiz 1
For us with Murach's C# 2008
59
Computer Science
Undergraduate 2
12/12/2011

Additional Computer Science Flashcards

 


 

Cards

Term
Template
Definition
Determines the initial files, assembly references, code, and property settings that are added to the project.
Term
Label
Definition
Displays text on a form
Term
Text Box
Definition
Allows user to enter text on a form
Term
Button
Definition
Initiates form processing when clicked
Term
Primary control
Definition
The commands in the format menu or the buttons on the Layour toolbar align, size, or space the controls relative to the _________.
Term
Property
Definition
Value that determines how the control will look and work when the form is displayed.
Term
Tab order
Definition
The sequence in which the controls will receive the focus when the use presses the tab key.
Term
Focus
Definition
Dotted line indicating the current control has been selected.
Term
Access keys
Definition
Shortcut keys that user can use in combination with the Alt key to quickly move between individual controls on a form.
Term
Object
Definition
Self-contained code that combines code and data.
Term
Class
Definition
Code that defines that characteristics of an object.
Term
Instance
Definition
A new class that inherits the characteristics of the form class of the .NET Class library.
Term
Instantiation
Definition
The process of creating an object from a class.
Term
Method
Definition
An operation that an object can perform.
Term
Event
Definition
Signals sent by an object to the application telling it that something has happened that can be responded to.
Term
Members
Definition
The properties, methods, and events of an object.
Term
Dot operator/Dot
Definition
Used to identify the specific member of the object that is to be referred to.
Term
Static Member
Definition
A property or method that you can refer to directly from a class.
Term
Event-driven application
Definition
These work by responding to events that occur on objects.
Term
Event handler
Definition
A special type of methods that handles an event.
Term
Event wiring
Definition
A statement generates by Visual Studio that wires the event to the event handler.
Term
Method declaration
Definition
Generated when the object is double-clicked in the form designer.
Term
Method name
Definition
Consists of the object name, an underscore, and the event name.
Term
Completion list
Definition
Displayed by Intellisense when you start to enter a new line of code.
Term
Tooltip
Definition
Information displayed by Visual Studio that displays information about that item.
Term
Statement
Definition
Ends with a semi-colon.
Term
Block of code
Definition
Must be enclosed in braces.
Term
Single line comment
Definition
Indicated by "//"
Term
Delimited comment
Definition
Indicated by "/*"
Term
Bookmark
Definition
Allow you to move quickly between lines of code.
Term
Break mode
Definition
When an application encounters a runtime error, it enters _______.
Term
Data Tip
Definition
To display a ________ for a property or variable, move the mouse pointer over it in the C# code.
Term
Windows Forms application/Windows appliacation/WinForms app
Definition
A __________ runs in its own window and consists of one of more windows forms that provide the user interface.
Term
Form/Windows Form
Definition
A _______ provides the user interface.
Term
Windows Forms control
Definition
Each windows form contain ________________ like labels, text boxes, buttons, and radio buttons.
Term
Visual Studio 2008
Definition
_____________ is a suite of products that includes the .NET Framework and and IDE.
Term
Integrated Development Environment (IDE)
Definition
This is provided by Visual Studio 2008 for application development.
Term
.NET Framework
Definition
Provides a library of code that supports all three programming languages(Visual Basic, Visual C#, Visual C++).
Term
SQL Server 2005 Express
Definition
A lightweight version of the Microsoft SQL Server 2005 database management system.
Term
.NET Framework class library
Definition
Provides files that contain pre-written code known as classes that are available to all of the .NET programming languages.
Term
Class
Definition
A set of pre-written code.
Term
Namespace
Definition
Related classes are organized into a group called a ___________.
Term
Common Language Runtime (CLR).
Definition
Manages the execution of .NET programs by coordinating essential functions such as memory management, code execution, security, and other services.
Term
Managed applications
Definition
Because .NET applications are managed by the CLR, they are called _______________.
Term
Common Type System
Definition
A component of the CLR that ensures that all .NET applications use the same basic data types.
Term
Project
Definition
Contains and consists of source files
Term
Source File
Definition
Contain C# statements
Term
C# compiler
Definition
Translates the C# code for a project in Microsoft Intermediate Language
Term
Assembly
Definition
Contains the code after it has been translated into MSIL
Term
Solution
Definition
Contains one or more project files
Term
.csproj
Definition
A C# project is saved with this extension.
Term
.sln
Definition
A solution is saved with this extension.
Term
Tabbed Window
Definition
The main visual studio workspace contains one or more __________.
Term
Form Designer/Form Designer Window
Definition
To develop a form, you use the ___________
Term
Toolbox
Definition
Use this to add controls to a form
Term
Properties window
Definition
To change the way a form looks or operates, use the _____________.
Term
Code Editor
Definition
This can be accessed by double-clicking on a control or by selecting the form in the Solution Explorer and clicking the View Code button.
Term
Partial Class
Definition
Each form is defined by two C# source files where each file contains a ____________.
Term
Target framework
Definition
The current version of the .NET framework.
Supporting users have an ad free experience!