Section 1

Preview this deck

Organize and Provide a level of seperation of codes

Front

Star 0%
Star 0%
Star 0%
Star 0%
Star 0%

0.0

0 reviews

5
0
4
0
3
0
2
0
1
0

Active users

0

All-time users

0

Favorites

0

Last updated

6 years ago

Date created

Mar 1, 2020

Cards (30)

Section 1

(30 cards)

Organize and Provide a level of seperation of codes

Front

In a C# program, namespace is used to ____

Back

True

Front

Problem specifications often include the desired output of the program in terms of what is to be displayed, saved, or printed.

Back

False

Front

A forward slash followed by an asterisk /* marks the beginning of an in-line comment.

Back

True

Front

The System namespace contains classes that define commonly used types or classes.

Back

False

Front

C# is considered native code

Back

False

Front

The first step in the program development process is design

Back

True

Front

The Framework Class Library (FCL) consists of more than 2,000 classes.

Back

syntax

Front

The set of rules that a language such as C# has to follow are called ____ rules.

Back

class

Front

Using the object-oriented approach, a(n) ____ is a combined set of attributes and actions.

Back

True

Front

Prototypes range from being elaborate designs created with graphics, word processing, or paint programs, to being quite cryptic sketches created with paper and pencil.

Back

syntax rule violations syntax rule violations

Front

The compiler checks for ____ .

Back

method

Front

A(n) ____ is a collection of one or more program statements combined to perform some action.

Back

ReadLine( )

Front

Which method of the Console class allows multiple characters to be input via the keyboard?

Back

Ok\ "I'm sure"

Front

Given the following output statement, what would be displayed? Console.Write("Ok\\ \"I\'m sure\"");

Back

Making sure you understand the problem definition

Front

____ is normally part of the analysis phase of software development.

Back

Class Diagram

Front

The diagram used in object-oriented development to show the characteristics and behaviors of a class is a(n) ____.

Back

True

Front

During the first phase of software development, you should make sure you understand the problem definition.

Back

IntelliSense

Front

In Visual Studio .NET, the feature that attempts to sense what you are going to type before you type it is called ____ .

Back

\

Front

Which character is called the escape character in C#?

Back

False

Front

In C#, it is tradition to name the file containing the class the same name as the class name, except the file name will have a .c# extension affixed to the end of the name.

Back

parentheses

Front

A quick way to identify a method is by looking for ____ .

Back

During the analysis and design phases

Front

When should test plans be developed?

Back

True

Front

Back

False

Front

Semicolons are placed at the end of method headings.

Back

analysis

Front

During which phase of software development should questions be asked to clarify the problem definition?

Back

False

Front

IDEs include a number of useful development tools such as SensitiveWindows, pop-up windows with completion options.

Back

translating high-level programming language into machine-readable form

Front

The compiler is responsible for ____.

Back

True

Front

Several third-party vendors are also marketing .NET-compliant languages.

Back

WriteLine( ) advances to the next line after it finishes displaying output

Front

WriteLine( ) differs from Write( ) in that ____ .

Back

False

Front

Comments are considered instructions to the computer.

Back