1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
serg [7]
3 years ago
11

Leah and Santana have been requested to print a daily report of scheduled activities. Their supervisor needs to know if each par

ticipant has paid for the activity. The ParticipantPD field will be included in the report. Which data type will allow the report to display a true/false condition for the ParticipantPD field?
Computers and Technology
1 answer:
Katyanochek1 [597]3 years ago
8 0

Answer:

Boolean

Explanation:

Boolean is one of the primitive data types that will only hold either true or false value. This data type is commonly used in a variable that will track a status with only two possible outcomes.

For example, the<em> ParticipantPD</em> field is to track the payment status (paid or unpaid) of a participant. So, declare the<em> ParticipantPD</em> field as boolean data type will meet its purpose.

               boolean ParticipantPD = true;

               or

               boolean ParticipantPD = false;

You might be interested in
Which of the following is a dynamic lot-sizing technique that calculates the order quantity by comparing the carrying cost and t
Zarrin [17]

Answer:

C

Explanation:

Because

5 0
3 years ago
What will the following segment of code output if 11 is entered at the keyboard? int number; cin &gt;&gt; number; if (number &gt
galina1969 [7]

Answer:

1. C++ is fun

Explanation:

Writing the code more clear:

int number;

cin >> number;

if (number > 0)

          cout << "C++";

else

          cout << "Soccer";

cout << " is ";

cout << "fun" << endl;

On the IF line, the conditional expression is evaluated TRUE (11 > 0), so the string "C++" is printed.

Then, the ELSE sentence is not executed since the expression has been already evaluated as TRUE.

Notice there are no additional brackets, so only the line cout << "Soccer"; is considered inside the ELSE.

The two remaining lines are executed always.

The final result is:

C++  is fun

5 0
3 years ago
You use the keyword ____ to achieve inheritance in java.
grandymaker [24]
You use the keyword extends to acheive inheritence in java.

I got this answer from my parents
3 0
3 years ago
When you increase the screen resolution, windows displays less information on the screen, but the information is larger. true or
leonid [27]
When you increase resolution, say from 1024x768 to 1280x1024, you have more pixels crammed into the same space. The info is still the same number of pixels in size.
4 0
3 years ago
Drop code answer below, thank you
RoseWind [281]

I'm trying to solve this in the following jsfiddle: https://jsfiddle.net/0u9tqfr2/1/


body { background-image: url(...); }


#header { background-color: aqua; width: 800px; }


#sidebar { background-color: yellow; width: 200px; float: left  }


#content { background-color: lightgray; width: 500px;  }


3 0
3 years ago
Other questions:
  • Which company provides the Loki Wi-Fi mapping service?
    10·1 answer
  • What is the name of a computer or application program that intercepts user requests from the internal secure network and then pr
    11·1 answer
  • Write a function merge that merges two lists into one, alternating elements from each list until the end of one of the lists has
    11·1 answer
  • Which of the following is NOT an advantage of central management of information systems in the University System of Georgia? (A)
    13·1 answer
  • Apart from the OOPs concepts learned in this lesson, identify additional concepts and write an essay on their functions. Explain
    9·1 answer
  • Good keyboarding technique includes ________
    7·2 answers
  • Which of the following is true of operations within a spreadsheet program’s built-in functions?
    15·2 answers
  • Which web browser was created by Google?
    5·2 answers
  • Explain the following terms <br><br>copyleft:<br><br>creative Commons:<br><br>GNU/GPL:​
    8·1 answer
  • Q1. Information systems that monitor the elementary activities and transactions of the organizations are: I a. Management-level
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!