Exam 6: Using Methods

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

Simple non-array variables are usually passed to methods by ____.

(Multiple Choice)
4.9/5
(31)

In a flowchart, you draw the main() method and every other method separately with its own sentinel symbols.

(True/False)
4.8/5
(36)

The ____ type for a method can be any type, which includes numeric, character, and string, as well as other more specific types that exist in the programming language you are using.

(Multiple Choice)
4.9/5
(39)

The arguments sent to a method in a method call are often referred to as ____ parameters.

(Multiple Choice)
4.8/5
(42)

The variables in the method declaration that accept the values from the actual parameters are the ____ parameters.

(Multiple Choice)
4.9/5
(39)

____________________ is the process of paying attention to important properties while ignoring nonessential details.

(Short Answer)
4.8/5
(33)

An argument can be passed into a method in two ways: by value and by reference.

(True/False)
4.8/5
(31)

With ____, you make a request to a method without knowing the details of how the method works.

(Multiple Choice)
4.9/5
(33)

You can indicate that a method parameter must be an array by placing ____ after the data type in the method's parameter list.

(Multiple Choice)
4.8/5
(40)

When you pass an argument by ____________________, the method receives its own copy of the value.

(Short Answer)
4.8/5
(38)
Showing 41 - 50 of 50
close modal

Filters

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