Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 9 pages
Exam (elaborations)

EGR 1400 LATEST FINALS QUESTIONS AND ANSWERS SURE A.pdf

Document preview thumbnail
Preview 2 out of 9 pages

EGR 1400 LATEST FINALS QUESTIONS AND ANSWERS SURE A.pdf

Content preview

EGR 1400 LATEST FINALS QUESTIONS AND
ANSWERS SURE A+
✔✔string - ✔✔A combination of characters. The value of a string variable is assigned on
the right of the = operators surrounded by a pair of double quotes.

✔✔concatenation - ✔✔The appending of one string to the end of another string. C#
uses the + operator for concatenation. Concatenation can happen between a string and
another data type.

✔✔local variable - ✔✔Belongs to the method in which it was declared. Only statements
inside that method can access the variable.

✔✔scope - ✔✔Describes the part of a program in which a variable may be accessed.
The lifetime of a variable is the time period during which the variable exists in memory
while the program is executing.

✔✔double - ✔✔Real numbers including numbers with fractional parts.

✔✔int - ✔✔Whole numbers in the range of -2,147,483,648 to 2,147,483,647

✔✔decimal - ✔✔Indicates a 128-bit data type. Compared to double types, it has more
precision and a smaller range, which makes it more appropriate for financial and
monetary calculations. Be sure to add the letter M (or m) to a decimal value.

✔✔type casting - ✔✔Explicitly converting among types. You can use the cast operator
which is simply a pair of parentheses with the type keyword in it.

✔✔% - ✔✔Modulus: divides one number by another and gives the remainder.

✔✔ToString - ✔✔Can optionally format a number to appear in a specific way.

, ✔✔exception - ✔✔An unexpected error that happens while a program is running. If it is
not handled by the program, the program will abruptly halt.

✔✔exception handlers - ✔✔Codes that respond to exceptions.

✔✔try block - ✔✔Where statements that could have an exception are placed.

✔✔catch block - ✔✔Where statements respond to the exception when it happens are
placed.

✔✔number constant - ✔✔A name that represents a value that cannot be changed
during the program's execution.

✔✔field - ✔✔A variable that is declared at the class level. It is declared inside the class,
but not inside of any method. It is a special type of variable and its scope is the entire
class.

✔✔TabIndex - ✔✔Contains a numeric value indicating the control's position in the tab
order.

✔✔tab order - ✔✔The order in which controls receive the focus.

✔✔focus - ✔✔Means that a control receives the user's keyboard input.

✔✔group box - ✔✔a control that is a container with a thin border and an optional title
that can hold other controls.

✔✔logic error - ✔✔A mistake that does not prevent an application from running, but
causes the application to produce incorrect results.

✔✔breakpoint - ✔✔A line that is selected in source code.

✔✔break mode - ✔✔The application pauses and enters breakmode when it is running
and reaches a breakpoint.

✔✔autos window - ✔✔Displays a list of the variables appearing in the current
statement, the three statements before, and the three statements after the current
statement. The current value and the data type of each variable are also displayed.

✔✔locals window - ✔✔Displays a list of all the variables in the current procedure. The
current value and the data type of each variable are also displayed.

✔✔watch window - ✔✔Allows you to add the names of variables you want to watch.
This window displays only the variables you have added.

Document information

Uploaded on
August 9, 2026
Number of pages
9
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$18.99

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Sold
1
Followers
2
Items
4807
Last sold
1 month ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions