Do you go to BASIS? 
Sorry I don't have an answer for you, but we have the same assignment in our AP Comp sci class. 
Just wondering.
 
        
             
        
        
        
Since Anil needs to show the overlap of people who live in a certain neighborhood in his city that supports a specific political candidate, the type of conceptual diagram which he should use is a: B: Venn diagram.
<h3>What is a Venn diagram?</h3>
A Venn diagram can be defined as a circular graphical (visual) tool that is typically used for representing, logically comparing and contrasting two (2) or more finite sets of data such as objects, students, events, voters, concepts, people, etc. 
In this context, we can reasonably infer and logically deduce that a Venn diagram is a type of conceptual diagram which can be used by Anil in illustrating the overlap of people who are living in a certain neighborhood in his city and supports a specific political candidate in an election.
Read more on Venn diagram here: brainly.com/question/24581814
#SPJ1
 
        
             
        
        
        
Answer:
#include <iostream>
using namespace std;
/* Your code goes here */
int main() {
   int input1, input2;
   int result;
   
   cin >> input1;
   cin >> input2;
   
   result = ComputeNum(input1, input2);
   
   cout << result << endl;
   return 0;
Explanation:
 
        
             
        
        
        
Answer:
I think the answer would be A.
Explanation:
If I'm wrong plz let me know (I think I may be wrong)
 
        
             
        
        
        
Answer: A) Airline ticket, sales receipts, and packing slips
Explanation: 
Transactional information is the data that is used for supporting transaction action of every day in a business unit. This information keeps the record whether the transaction is complete or failed.
- Example - slip of packing,  sale receipt etc.
- Other options are incorrect because statistic of sales , spreadsheet ,outcome of sale and projection of growth does not relate with transaction process.
- Thus, the correct option is option(A).