Exam 1: A First Program Using C

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

____________________ describes the ability to create methods that act appropriately depending on the context.

(Short Answer)
4.9/5
(44)

A(n) ____ is a construct that acts like a container to provide a way to group similar classes.

(Multiple Choice)
4.9/5
(41)

The ____ behind any program involves executing the various statements and procedures in the correct order to produce the desired results.

(Multiple Choice)
4.7/5
(36)

Internally, computers are constructed from circuitry that consists of small on/off switches. The most basic circuitry-level language that computers use to control the operation of those switches is called ____.

(Multiple Choice)
4.9/5
(36)

After you write and save a program, you must ____ it into intermediate language.

(Multiple Choice)
4.7/5
(36)

When programmers adopt the style of capitalizing the first letter of all new words in an identifier, even the first one, they call the style ____.

(Multiple Choice)
4.8/5
(35)

C# programmers must use Pascal casing when creating method names to produce an executable program.

(True/False)
4.7/5
(30)

What are the attributes and state of an object?

(Essay)
4.8/5
(43)

void and static are examples of C# predefined ____.

(Multiple Choice)
4.9/5
(37)

Explain the concept of methods in object-oriented programming.

(Essay)
4.9/5
(46)

Explain the main characteristics of inheritance.

(Essay)
4.9/5
(36)

____ provides the ability to extend a class so as to create a more specific class.

(Multiple Choice)
4.9/5
(38)

A ____ programming language allows you to use a vocabulary of reasonable terms such as "read," "write," or "add" instead of the sequence of on/off switches that perform these tasks.

(Multiple Choice)
4.8/5
(40)

A(n) ____ describes potential objects.

(Multiple Choice)
4.9/5
(33)

For convenience, the individual operations used in a computer program often are grouped into logical units called ____.

(Multiple Choice)
4.8/5
(41)

What are the components of a C# method?

(Essay)
4.8/5
(46)

When you write a(n) ____ program, you use your knowledge of a programming language to create and name computer memory locations that can hold values, and you write a series of steps or operations to manipulate those values.

(Multiple Choice)
4.7/5
(38)

A class describes the attributes and methods of every object that is a(n) ____, or example, of that class.

(Multiple Choice)
4.8/5
(42)

____ are nonexecuting statements that you add to document a program.

(Multiple Choice)
4.8/5
(35)

The Visual Studio IDE gives you advanced features such as syntax coloring and automatic statement completion.

(True/False)
4.8/5
(38)
Showing 21 - 40 of 42
close modal

Filters

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