Exam 1: Introduction to Computing and Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The Visual Studio IDE is an interactive environment that enables you to type the source code, compile, and execute without leaving the IDE program.

(True/False)
4.8/5
(45)

Comments are considered instructions to the computer.

(True/False)
4.9/5
(32)

Procedural and object-oriented are the two commonly used design methods.

(True/False)
4.8/5
(33)

Console is a ____ and WriteLine( ) is a ____.

(Multiple Choice)
4.9/5
(40)

The Framework Class Library (FCL) includes a number of different __________.

(Short Answer)
4.8/5
(46)

Run-time errors are more difficult to find than syntax errors because ____ .

(Multiple Choice)
4.8/5
(41)

The compiler checks for ____ .

(Multiple Choice)
4.8/5
(36)

Since C# is an object-oriented language, everything is designed around a class.

(True/False)
4.9/5
(32)

When you use the ____________ approach to solving a problem, you break the problem into subtasks.

(Short Answer)
4.9/5
(39)

Program execution halts in a C# program when ____ .

(Multiple Choice)
4.8/5
(39)

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

(True/False)
4.8/5
(32)

A(n) ______________ is a user-supplied or user-created name.

(Short Answer)
4.9/5
(36)

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

(True/False)
4.7/5
(31)

As far as the compiler is concerned, you could actually type the entire program without touching the Enter key.

(True/False)
4.8/5
(35)

At the beginning of a program, comments are often written to identify how many pages are included in the program listing.

(True/False)
4.8/5
(43)

A(n) ___________ is a collection of one or more statements combined to perform an action.

(Short Answer)
4.8/5
(26)

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

(Multiple Choice)
4.8/5
(34)

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.

(True/False)
4.8/5
(29)

Packaging data characteristics and behaviors into a class is called ____.

(Multiple Choice)
4.9/5
(35)

The most important and frequently used __________ is System.

(Short Answer)
4.7/5
(36)
Showing 41 - 60 of 75
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)