Write a method that will perform the a division operation

Assignment Help Basic Computer Science
Reference no: EM131132339

1.

The memory location known as the ____ is where the computer stores the list of method locations to which the system must return.

A) method stack

B) location stack

C) call stack

D) store location

2.

What is one item that must be included in a method's header if it can receive a parameter?

A) local parameter name

B) global parameter name

C) parameter's client

D) return data structure

3.

The call stack is where the computer stores the list of exceptions.

A) True

B) False

4.

When a variable is declared within a method, it ceases to exist when the method ends.

A) True

B) False

5.

When appropriate, specialized ____ classes provide an elegant way for you to handle error situations.

A) Exception

B) Error

C) Constructor

D) Event

6.

Everything is an object, and every object is a member of a ____.

A) class

B) method

C) case

D) process

7.

The ability to use methods without knowing the details of their contents is a feature of ____.

A) abstraction

B) encapsulation

C) inheritance

D) construction

8.

Class diagrams are a type of ____ diagram.

A) Unified Illustration Language

B) Unified Modeling Language

C) Object-Oriented Modeling Language

D) Unified Pseudocode Language

9.

Write a method that will perform the a division operation (divide by) on the numbers passed to it in two variables (numerator, denominator) and outputs the results. Use a try-catch pair to output an error message if the illegal operation of divide by 0 occurs.

 

10.

A constructor may require ____.

A) parameters

B) methods

C) objects

D) inheritance

11.

An instance method or constructor may be overloaded by providing the same name and ____ argument list.

A) a different

B) the same

C) a larger

D) a smaller

12.

Multiple inheritance is the capability to inherit more than one method from a parent class.

A) True

B) False

13.

Unreachable code statements are program statements that only execute if there is an exception.

A) True

B) False

14.

Design a class named CustomerRecord that holds a customer number, name, and address. Include methods to set the values for each data field and output the values for each data field. Create the class diagram and write the code (not language specific, ie. psuedocode) that defines the class.

15.

____ is the process of creating a new, derived class from a base class.

A) Accessibility

B) Encapsulation

C) Inheritance

D) Polymorphism

16.

A method is a program module that contains a series of statements that carry out a task.

A) True

B) False

17.

A method's ____ consists of the method's statements.

A) body

B) space

C) space

D) group

18.

When a data field is private, it is said to be ____ to any class other than the one in which it is defined.

A) uninheritable

B) implicit

C) unreachable

D) inaccessible

19.

A method can be used more than once within a program or in other programs.

A) True

B) False

20.

Libraries are collections of classes that serve related purposes.

A) True

B) False

21.

A child class contains all the data fields and ____ of its parent.

A) parameters

B) classes

C) methods

D) procedures

22.

An object is a category of things.

A) True

B) False

23.

A(n) ____ is one instance of a class.

A) method

B) object

C) instantiation

D) attribute

24.

Methods can be ____ correctly by providing different parameter lists for methods with the same name.

A) updated

B) tested

C) overloaded

D) passed

25.

A catch block consists of four different elements: the keyword catch, followed by parentheses that contain an exception type and identifier, statements that take action to handle the error condition, an endcatch statement, and a return statement.

A) True

B) False

26.

A(n) ____ statement indicates the end of the catch block in the pseudocode.

A) finalcatch

B) finally

C) endcatch

D) stop

27.

What will be the output of the below program? List what will be outputed to the screen and explain your answer.

class Class_name

main()

// Declarations

num index

num SIZE = 10

num numbers[SIZE] = 0,0,0,0,0,0,0,0,0,0

index = 0

while index < SIZE

numbers[index]= index * 10

index = index + 1

endwhile

output "The Output is: "

while index > 0

index = index - 1

output numbers[index]

endwhile

return

endClass

28.

Creating multiple methods with the same name, which will act differently and appropriately when used with different types of objects, is known as polymorphism.

A) True

B) False

29.

Methods are sometimes called ____.

A) segments

B) modules

C) classes

D) routines

30.

When illegal division by 0 takes place, an Exception object is not created automatically by the object-oriented language application.

A) True

B) False

31.

A parent class is the same thing as a base class.

A) True

B) False

32.

You can write as many constructors for a class as you want, as long as they all have different ____ lists.

A) object

B) data field

C) method

D) parameter

33.

When a main() method needs to use another method, it calls, or invokes it.

A) True

B) False

34.

A ____ is one that sends an exception object out of a method so it can be handled elsewhere.

A) catch statement

B) throw method

C) catch block

D) throw statement

35.

A ____ reference is an automatically created variable that holds the address of an object and passes it to an instance method whenever the method is called.

A) key

B) public

C) that

D) this

36.

Programmers refer to hidden implementation details as existing in a ____.

A) white box

B) white hole

C) black box

D) black hole

37.

The object-oriented techniques to manage errors such as dividing a value by 0 comprise the group of methods known as ____.

A) exception handling

B) error handling

C) exception processing

D) error processing

38.

A class diagram consists of a ____ divided into three sections.

A) square

B) rectangle

C) circle

D) triangle

39.

Overloaded methods have the same name and parameter lists.

A) True

B) False

40.

____ variables and constants are those that are known to an entire class.

A) Global

B) Local

C) Universal

D) Comprehensive

41.

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

A) value

B) reference

C) type

D) class

42.

What is the screen output of the following code segment? Explain the reasoning behind your answer.

Test1 = 70

Test2 = 80

Test3 = 84

NumberOfTests = 3

Average = (Test1 + Test2 + Test3) / NumberOfTests

IF Average >= 90 THEN

Output "Great job"

Output "Your average is: ", Average

ELSE

IF Average >= 80 or Average <=89 THEN

Output "Nice work"

Output "Your average is: ", Average

ELSE

Output : "Your Average is:", Average

Output ", You will do better next time!"

ENDIF

43.

Global variables are known to the entire class.

A) True

B) False

44.

A ____ is a segment of code that can handle an exception that might be thrown by the try block that precedes it.

A) catch method

B) throw block

C) catch block

D) throw statement

Reference no: EM131132339

Questions Cloud

Emergence of socialism and marxism challenge liberalism : How did the emergence of socialism and Marxism challenge classical liberalism? What are principal postulates of Marxist socialism? Do they remain valid today?
What does it mean when longest states that policymaking : Evaluate how much influence interest groups have on agenda setting. Do you think lobbying and electioneering should have more or fewer restrictions? Why?
Does that rule make sense from the perspective : Does that rule make sense from the perspective of economic efficiency? Why or why not?
Determine successful political change : "Do you think the strong leadership (or lack thereof) in a country determines successful political change?" Could you help me with some pros and cons of having strong leadership in a government?
Write a method that will perform the a division operation : Write a method that will perform the a division operation (divide by) on the numbers passed to it in two variables (numerator, denominator) and outputs the results.
How do they compare with that of the peasant holdings : What differences do you know exist between the area of lord's manor house, other buildings, garden and orchard, and how do they compare with that of the peasant holdings?
Discuss the post-napoleonic era and restoration : Discuss the Post-Napoleonic era and Restoration, 1815-1848. In what ways was the Old Regime restored and conservatism triumphed? In what ways did liberalism continue to spread?
Difficulties on the western and eastern fronts : Discuss the course and the outcome of World War I. What were the major difficulties on the Western and Eastern Fronts? What do we mean by trench warfare
Outbreak of a major war : Discuss how the international system at the turn of the 20th century was poised for the outbreak of a major war. What if naything could be done to prevent the conflict?

Reviews

Write a Review

Basic Computer Science Questions & Answers

  Does managerial behavior warrant reporting

Many employees are aware of reporting procedures for ethics violations, but which of the managerial behaviors would be worthy of reporting as an ethics violation? At what point does managerial behavior warrant reporting?

  Basic business skills play a role in your professional life

How will basic business skills play a role in your professional life?

  Write some java statements that test the class

Consider a Java class that you could use to get an acceptable integer value from the user. An object of this class will have the attributes.

  What is the reconstructed signal xa(t)

If is passed through an ideal D/A converter, what is the reconstructed signal xa(t)?

  Names and numbers of london-based suppliers

Give the relational algebra expression for the following English queries. 1. Get the supplier# who supply all the blue parts

  What role would the pmt function and vlookup function play

What role would the PMT function and the VLOOKUP function play in what-if analysis? Include in your answer an explanation of what what-if analysis and how those functions fit in with it

  What are the benefits and risks of cloud computing

What are the benefits and risks of cloud computing? Do you use a cloud to store any of your files or photographs? Does your employer use a cloud to store files or sensitive documents? Responses need to be in essay format with an introductory paragrap..

  Obstacles or rules or societal norms

Iservice it possible to give me some type of feedback on how to start this individual project on consider a work situation or social situation in which you believe that your right and ability to make a decision from free will was compromised by ob..

  Propose a new system for riordan

Propose a new system for Riordan to use to improve its business (this is a 'made up' business that can be anything. Develop a Microsoft® PowerPoint® slide presentation of the project, due in Week 9. The presentation must include the following:

  Will the client be pleased or angry

calculate the cost and schedule variances. Will the client be pleased or angry?

  Create a power point slide show

Choose an historical event, short story, speech, or other document, create a power point slide show from the document. The slide show has a title slide that displays your name and the title of your slide show, table of contents slide that provides..

  How easily can your password be hacked

Mystery word Security: How Easily Can Your Password Be Hacked? Questions like as:- What makes a puzzle key powerless or solid? If you need to make a puzzle key that nobody will figure, by what means might you pick one? If you need to figure somebody'..

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd