Preview

Intro the Programming

Satisfactory Essays
Open Document
Open Document
386 Words
Grammar
Grammar
Plagiarism
Plagiarism
Writing
Writing
Score
Score
Intro the Programming
Content

Calendar

Classlist

Groups

Dropbox

Discussions

Chat

Surveys

Quizzes

My Library

Grades

Locker
Help

Quiz Submissions - Test 3 - Multiple Choice Section
Zachary Simpson (username: zas7854)
Attempt 1
Written: Nov 21, 2013 12:10 PM - Nov 21, 2013 12:11 PM

Submission View
Your quiz has been submitted successfully.
Question 1

1 / 1 point

In general terms, a program that is broken into smaller units of code, such as methods, is known as a(n) _______. object-oriented program

modularized program

procedural program

method-driven program
Question 2

1 / 1 point

Writing the code to perform a task once and then reusing it each time you need to perform the task is a benefit of using methods called _______. code reuse

the single-use philosophy

method recycling

code reprocessing
Question 3
When you call a(n) ______, it simply executes the statement it contains and then terminates. intrinisic method

empty method

logical method

1 / 1 point

void method

Question 4

1 / 1 point

The _______, which appears at the beginning of a method definition, lists several important things about the method, including the method's name. method title

method description

method header

method declaration
Question 5

1 / 1 point

The ________ is a collection of statements enclosed inside a set of curly braces that are performed when the method is executed. method body

method designation

method code

method classification
Question 6

1 / 1 point

The _______ is the memory address that is saved by the system when a method is called and is the location to which the system should return after a method ends. calling address

method address

return point

come back position
Question 7
Pieces of data that are sent into a method are known as ______. arguments references

1 / 1 point

method variables

data entries
Question 8

1 / 1 point

A(n) ______

You May Also Find These Documents Helpful

  • Good Essays

    The operating system occupies low memory, starting with memory address 0. Directly afterwards is system control information, then the various resident operating system…

    • 7085 Words
    • 29 Pages
    Good Essays
  • Powerful Essays

    Comp3652 Unit 2 Assignment

    • 1090 Words
    • 5 Pages

    valued arguments. The syntax of a call should look like the usual infix syntax (e.g. as used in C,…

    • 1090 Words
    • 5 Pages
    Powerful Essays
  • Good Essays

    pt1420 exam review

    • 738 Words
    • 3 Pages

    What is a set of statements that execute in the order that they appear? Sequence Structure…

    • 738 Words
    • 3 Pages
    Good Essays
  • Good Essays

    2. Class objects normally have _____ that perform useful operations on their data, but primitive variables do not.…

    • 1518 Words
    • 7 Pages
    Good Essays
  • Satisfactory Essays

    Hey Jude

    • 519 Words
    • 3 Pages

    that are introduced in this section. Each blank can be completed with a term, short…

    • 519 Words
    • 3 Pages
    Satisfactory Essays
  • Good Essays

    Reusability of Code

    • 511 Words
    • 3 Pages

    Object-oriented programming and procedural programming are two programming paradigms that distribute common attributes as well as various differences. A procedure is an additional name for a routing, technique or function. Procedures and objects both use algorithms to develop the system and any logical calculation that is necessary for the program. A function is divided from variables and data compositions. Procedures are intended to run the code in a precise order, while OPP merges data with the function in the function changes the data that is bound to it into a unit identified as an object. Other useful features such as abstraction, encapsulation, and inheritance can be achieved while working with OPP.…

    • 511 Words
    • 3 Pages
    Good Essays
  • Good Essays

    C++ Midterm

    • 2831 Words
    • 12 Pages

    What is the value inside the "value" variable at the end of the given code snippet?…

    • 2831 Words
    • 12 Pages
    Good Essays
  • Good Essays

    Copro 2 Reviewer 2014

    • 557 Words
    • 3 Pages

    Classes is a term that describes a group or collection of objects with common properties.…

    • 557 Words
    • 3 Pages
    Good Essays
  • Good Essays

    my best

    • 783 Words
    • 4 Pages

    d. Note what methods are needed; what those methods should do and what they should return (or if they return anything);…

    • 783 Words
    • 4 Pages
    Good Essays
  • Better Essays

    The first phase of the compiler, called Lexical Analyzer or Scanner reads the source program one character at a time, carving the source program into a sequence of atomic units called tokens. The usual tokens are identifiers, keywords, constants, operators and punctuation symbols such as comma and parenthesis. Each token is a sub-string of the source program that is to be treated as a single unit. The Lexical analyzer examines successive character in the source program starting from the first character not yet grouped into a token. It may be required to search many characters beyond the next token in order to determine what the next token actually is.…

    • 880 Words
    • 4 Pages
    Better Essays
  • Powerful Essays

    Questions CSC

    • 441 Words
    • 3 Pages

    If you receive an electronic copy of this document and print it out, please write your name on the equivalent of the cover page, for document control purposes.…

    • 441 Words
    • 3 Pages
    Powerful Essays
  • Good Essays

    | IN CALL BY VALUE THE METHOD CREATES NEW SET OF VARIABLES. (Formal parameters) TO COPY THE VALUE OF ACTUAL PARAMETERS AND WORK WITH THEM…

    • 7765 Words
    • 32 Pages
    Good Essays
  • Good Essays

    Unit 8 Sidar

    • 502 Words
    • 3 Pages

    In Visual Basic programming, the symbol ( ' ) is used for adding comments. Comments can be included in two ways, the first method as heading, secondly as a brief note by each line. Comments should be added freely in order to help tracing the objectives of the program. This becomes more important if it is needed to be referred back to the program after a certain period for further works or another programmer is required to carry out further development work.…

    • 502 Words
    • 3 Pages
    Good Essays
  • Satisfactory Essays

    In the while loop, the body of the loop is executed as long as the expression is true. And when the expression become false, program control passes to the line that follows the loop.…

    • 295 Words
    • 2 Pages
    Satisfactory Essays
  • Good Essays

    Compiler Design

    • 7419 Words
    • 30 Pages

    In such cases, certain programming language supports operand coercion or type coercion also. 7. Name some variety of intermediate forms. o Postfix notation or polish notation. o Syntax tree o Three address code o Quadruple o Triple…

    • 7419 Words
    • 30 Pages
    Good Essays

Related Topics