Exam 1: A First Program Using C#

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

The C# programming language was developed as an object-oriented and component-oriented language.

(True/False)
4.9/5
(41)

Explain the concept of methods in object-oriented programming.

(Essay)
4.8/5
(38)

The program you are creating must output information onto the screen, and then position the cursor on the next line in preparation for additional output.What method should you use?

(Multiple Choice)
4.8/5
(34)

Explain the main characteristics of encapsulation.

(Essay)
4.8/5
(35)

Machine language is expressed as a series of 1s and 0s.

(True/False)
4.8/5
(39)

The use of void and static are both examples of what predefined C# language component?

(Multiple Choice)
5.0/5
(36)

What type of program is created by the use of named memory locations and a series of steps or operations to manipulate the values of those memory locations?

(Multiple Choice)
4.9/5
(37)

What statement regarding the C# programming language is accurate?

(Multiple Choice)
4.8/5
(36)

What technique involves the packaging of an object's attributes and methods into a cohesive unit that can be used as an undivided entity?

(Multiple Choice)
4.9/5
(46)

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

(Multiple Choice)
4.7/5
(41)

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

(True/False)
4.9/5
(30)

How would you compare C# with Java?

(Essay)
4.9/5
(33)

What kind of 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.7/5
(32)

What are the features supported by object-oriented programming?

(Essay)
5.0/5
(39)

What information must be supplied when utilizing a method that requires additional information in order to operate?

(Multiple Choice)
4.8/5
(30)

What term describes a one-word name with no embedded spaces that references a variable in a program?

(Multiple Choice)
4.8/5
(45)

What can be used to extend an existing class so as to create a more specific class?

(Multiple Choice)
4.9/5
(31)

What are nonexecuting statements that you can use to document or add notes to assist in the use of the program?

(Multiple Choice)
5.0/5
(33)

An identifier that is prefixed with an @ and allows you to use code written in other languages that do not have the same set of reserved keywords is known by what name?

(Multiple Choice)
4.9/5
(39)

What can be used as a construct that acts like a container to provide a way to group similar classes?

(Multiple Choice)
4.9/5
(34)
Showing 21 - 40 of 40
close modal

Filters

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