Question

The code that we write in VBA is directly executed on the computer without any compiling...

The code that we write in VBA is directly executed on the computer without any compiling or interpretation.

Group of answer choices

True

False

A computer program is always a set of instructions that tells the computer what to do.

Group of answer choices

True

False

The process shape in a flow chart is a _____ and corresponds to a _______ in VBA code.

Group of answer choices

Diamond; If..Then statement

Rectangle; Variable declaration

Rectangle; If..Then statement

Diamond; Variable declaration

None of the above

The data type that would be most appropriate for ProductName should be a(n):

Group of answer choices

None of the above

String

Currency

Double

Integer

The data type that would be most appropriate for ProductID should be a(n):

Group of answer choices

Double

Currency

None of the above

String

Integer

The data type that would be most appropriate for ProductDiscount should be a(n):

Group of answer choices

Double

Currency

None of the above

String

Integer

A flow chart can have several beginnings but must have only one end.

Group of answer choices

True

False

Homework Answers

Answer #1

Answers :

Question 1: False

VBA is an interpreted language so VBA is directly executed on the computer with an interpretation.

Question 2: True

A computer program is always a set of instructions that tells the computer what to do.

Question 3: Rectangle; If..Then statement

The process shape in a flow chart is a Rectangle and corresponds to a If..Then statement in VBA code.


Question 4: String

The data type that would be most appropriate for ProductName should be a String.


Question 5: Integer

The data type that would be most appropriate for ProductID should be an Integer.


Question 6: Double

The data type that would be most appropriate for ProductDiscount should be a Double.


Question 7: False

A flow chart must have one starting point, can have several ending points.

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
The quickest way to quickly gain understanding about a dataset you are using is to: Group...
The quickest way to quickly gain understanding about a dataset you are using is to: Group of answer choices None of the provided answers Visualize the data Create statistical properties of the data (e.g., mean, standard deviation) Examine the numeric values of the data If I need to add a trend-line or title to a chart in Excel, I can easily do it with the _______ menu option. Group of answer choices Move Chart Switch Row/Column Add Chart Element None...
Implement the following functions in the given code: def random_suit_number(): def get_card_suit_string_from_number(n): def random_value_number(): def get_card_value_string_from_number(n):...
Implement the following functions in the given code: def random_suit_number(): def get_card_suit_string_from_number(n): def random_value_number(): def get_card_value_string_from_number(n): def is_leap_year(year): def get_letter_grade_version_1(x): def get_letter_grade_version_2(x): def get_letter_grade_version_3(x): Pay careful attention to the three different versions of the number-grade-to-letter-grade functions. Their behaviors are subtly different. Use the function descriptions provided in the code to replace the pass keyword with the necessary code. Remember: Parameters contain values that are passed in by the caller. You will need to make use of the parameters that each...
1. Guidelines to protect electronic medical records were developed by this organization in the United States...
1. Guidelines to protect electronic medical records were developed by this organization in the United States Group of answer choices a. Department of Health and Human Services b. Center for Disease Control and Prevention c. World Health Organization d. None of the above HIPAA regulations initially went effect this year Group of answer choices a. 2003 b. 1996 c. 2001 d. 2006 Privacy of medical records is addressed under Group of answer choices a. HIPAA, b. HITECH c. USA Patriot...
QUESTION 1 What does the following code segment output? int red, blue; red = 7; blue...
QUESTION 1 What does the following code segment output? int red, blue; red = 7; blue = red + 2 * 5 red++; blue = blue + red; cout << blue; 4 points    QUESTION 2 Is the following statement true or false? The Boolean expression in the following if statement will be true for all values of x in the range from 10 to 20 (including the endpoints) and false for all other values: int x; if (x >=...
1. A node is a.An exchange b. A computer on a blockchain network c. A blockchain...
1. A node is a.An exchange b. A computer on a blockchain network c. A blockchain d..A type of cryptocurrency 2. A miner is a. Computers that validate and process blockchain transactions b. A type of blockchain c. A person doing calculations to verity a transaction d. An algorithm that predicts the next part of the chain 3. A blockchain is a. A centralized ledger b. A distributed ledger on a peer to peer network c. An exchange d. A...
1) Psychologists know that people find it easier to remember items at the beginning and at...
1) Psychologists know that people find it easier to remember items at the beginning and at the end of a list of items. Suppose you think that level of education might make a difference to the tendency to remember items in the middle of the list. You randomly select two groups of subjects, with N = 10 in each group.   Participants in Group 1 have 12 years of education, and members of group 2 have 20 years of education. Which...
Complete a Java program named ARMgr that maintains customer accounts receivable in a database. The code...
Complete a Java program named ARMgr that maintains customer accounts receivable in a database. The code to initialize the CustomerAccountsDB database table and add a set of customer accounts is provided. Finish the code in these 3 methods in CustomerAccountDB.java to update or query the database: -purchase(double amountOfPurchase) -payment(double amountOfPayment) -getCustomerName() Hint: For getCustomerName(), look at the getAccountBalance() method to see an example of querying data from the database. For the purchase() and payment() methods, look at the addCustomerAccount() method...
The scientific method is best distinguished from earlier forms of knowledge by Accurate measurements              b. inductive...
The scientific method is best distinguished from earlier forms of knowledge by Accurate measurements              b. inductive reasoning           c. deductive reasoning d. publishing of results                 e. experimentation Which one word best describes a tentative explanation of the data? a. control        b. deduction    c. theory          d. placebo       e. hypothesis An explanation which has been widely tested, which is not found to be false, and which explains a large group of observations is called                      a. quantitative analysis           b. a theory Qualitative...
Two computer users were discussing tablet computers. A higher proportion of people ages 16 to 29...
Two computer users were discussing tablet computers. A higher proportion of people ages 16 to 29 use tablets than the proportion of people age 30 and older. The table below details the number of tablet owners for each age group. Test at the 1% level of significance. (For subscripts let 1 = 16-29 year old users, and 2 = 30 years old and older users.) 16–29 year olds 30 years old and older Own a Tablet 69 231 Sample Size...
This laboratory assignment involves implementing a data structure called a map. A map associates objects called...
This laboratory assignment involves implementing a data structure called a map. A map associates objects called keys with other objects called values. It is implemented as a Java class that uses arrays internally. 1. Theory. A map is a set of key-value pairs. Each key is said to be associated with its corresponding value, so there is at most one pair in the set with a given key. You can perform the following operations on maps. You can test if...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT