Exam 3: Objects, Events, and Graphical User Interfaces

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The following constructor method has ____ parameters. Constructor Method Account(String type, Numeric num, String lName, String fName, Numeric bal) AcctType = type AcctNumber = num LastName = lName FirstName = fName AcctBal = bal End Method

(Multiple Choice)
5.0/5
(40)

Which of the following tags creates a form with the name OrderForm?

(Multiple Choice)
4.8/5
(40)

With event-driven programming, users being asked predetermined questions in a specified order, they can decide what options to choose at any time.

(True/False)
4.8/5
(35)

In programming, objects have properties, which describe the object's characteristics.

(True/False)
4.8/5
(31)

In object-oriented programming, class definition files can be stored separately from programs that use them to instantiate objects, or class definitions can be combined with a program into one file.

(True/False)
4.8/5
(36)

Calling an object's method is sometimes described as sending a message to the object.

(True/False)
4.8/5
(42)

In JavaScript, the ____ object refers to the Web page where the text in HTML documents and output from your JavaScript programs are displayed.

(Multiple Choice)
4.9/5
(44)

You will need a <script> section in the body of an HTML file used to create a form.

(True/False)
4.9/5
(44)

Properties and methods belonging to each object instantiated from a class are known as ____.

(Multiple Choice)
4.9/5
(28)

The Math object includes the ____ method, which returns the value of the next highest whole number.

(Multiple Choice)
4.9/5
(37)

A(n) ____ is an entity, something with a distinct existence.

(Multiple Choice)
4.8/5
(39)

Which of the following functions assigns the current radio button's value to the nextColor variable?

(Multiple Choice)
4.7/5
(37)

In programming, objects have ____, which define what the object can do or be made to do.

(Multiple Choice)
4.9/5
(40)

A form is created with HTML tags, not JavaScript code, in the <body> section of the HTML file with the <form> tag.

(True/False)
4.7/5
(32)

Methods in class diagrams include the method name and data types as well as parameter names in parentheses to match any arguments the method needs.

(True/False)
4.8/5
(41)

Text boxes are a group of circular buttons, used to select one item from a group.

(True/False)
5.0/5
(38)

Object-oriented languages focus on the objects of programming, not just the actions performed on them.

(True/False)
4.8/5
(38)

Which of the following methods correctly withdraws an amount from a bank account?

(Multiple Choice)
4.9/5
(39)

Until this century, most programming languages were procedural.

(True/False)
4.7/5
(34)

The Math object includes the ____ method, which takes two arguments and returns the higher value.

(Multiple Choice)
4.8/5
(40)
Showing 21 - 40 of 48
close modal

Filters

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