← Computer science Quiz 2 Export Options Alphabetize Word-Def Delimiter Tab Comma Custom Def-Word Delimiter New Line Semicolon Custom Data Copy and paste the text below. It is read-only. Select All object an instance of a class class objects are created from this class describes the kind of object object represent individual instantiations of the class. method Can be invoked to communicate with objects. parameter provide additional information for a task. signature the header of a method. signature provides information needed to invoke a method. type defines what kinds of values a parameter can take. multiple instances Many similiar objects can be created from a single class. state represented by storing values in fields. method-calling objects can communicate by calling each other's methods. source code determines the structure and the behavior of each of the objects in that class. result return information from methods. field store data for an object to use. field instance variable comment inserted into the source code of a class to provide explanations to human readers. comment have no effect on the functionality of a class. constructor allow each object to be set up properly when it is first created. scope defines the section of source code from where the variable can be accessed. lifetime describes how long the variable continues to exist before it is destroyed. assignment a __________ statement stores the value represented by the right-hand side of the statement in the variable named on the left. header and body 2 parts of a method accessor method return information about the state of an object. mutator method change the state of an object. println prints its parameter to the text interval. conditional a ____________ statement takes one of two possible actions based upon the result of a test. boolean expression have only 2 possible values: true and false. boolean expression commonly found controlling the choice between the two paths through a conditional statement. local variable a variable declared and used within a single method. local variable scope and lifetime are limited to that of the method. John von Neumann person who outlined architecture of a stored-program computer (EDVAC). Eliminated need for methods such as paper tape. Grace Hopper person who discovered the first bug, a moth. Konrad Zuse person who began work on Plankalkul, the First algorithmic programming language. Claude Shannon person incolved with "The Mathematical Theory of Communication" The UNIVAC I In 1951, this delivered to the U.S. Census Bureau was the first commercial computer to attract widespread public attention. Grace Hopper In 1952, this person completes the A-0 Compiler. Also, completed the first compiler. IBM shipped its first electronic computer, the 701. FORTRAN was the first high-level programming language Jack Kilby invented the integrated circuit. Ray Tomlinson Sent first e-mail Robert Noyce person who set up Intel