Exam 8: Computer Programming: Understanding the Basics

arrow
  • Select Tags
search iconSearch Question
  • Select Tags

The contents within a parentheses that are passed to a function are called ________.

Free
(Multiple Choice)
4.7/5
(42)
Correct Answer:
Verified

A

A________ is a computer program that is used to find errors that may exist in a program.​

Free
(Short Answer)
4.8/5
(38)
Correct Answer:
Verified

debugger

To include more than one line of comments in your code, you must start each line with which of the following symbols?

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

A

A class attribute defines the characteristics of a set of _______.

(Multiple Choice)
4.8/5
(33)

In programming, a sequence of characters is called a ____.​

(Short Answer)
4.8/5
(37)

In object-oriented jargon, ______ refers to passing certain characteristics from one class to the other classes.​

(Short Answer)
4.8/5
(37)

A ______ is a description or template that the computer uses to create an object.​

(Short Answer)
4.8/5
(39)

Instruction code for a computer program is based on a(n)______.

(Short Answer)
4.7/5
(34)

Input can be accepted from a _______ or a _______.​

(Short Answer)
4.9/5
(28)

An object created from a class is called an instance.​

(True/False)
4.9/5
(34)

In programming, an ______ is a symbol that represents an action.​

(Short Answer)
4.8/5
(27)

A ______ is a numeric variable used for counting something, such as the number of times to execute a loop.​

(Short Answer)
5.0/5
(34)

The object-oriented ________ is based on objects and classes that can be defined and manipulated by program code.​

(Short Answer)
4.8/5
(25)

Which of the following symbols represents the assignment operator?​

(Multiple Choice)
4.8/5
(43)

Which of the following is considered to be a common data type?​

(Multiple Choice)
4.9/5
(49)

A ______ in Python is an ordered group of items that can be numbers or strings that are modifiable.​

(Short Answer)
4.8/5
(31)

String variables cannot be concatenated directly with integer variables.​

(True/False)
4.7/5
(35)

___________, sometimes called overloading, is the ability to redefine a method in a subclass.​

(Short Answer)
4.8/5
(31)

A good name for a variable that will contain a first name would be "last_name."​

(True/False)
4.8/5
(42)

Which of the following is a Python keyword?​

(Multiple Choice)
4.9/5
(32)
Showing 1 - 20 of 90
close modal

Filters

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