Quiz #2

This quiz has questions about Access and questions from the text.
If the statement is false, you must tell why or you must correct the statement:

Question #1: True or False (and why): In Access, the field(s) labeled as the primary key must contain data and the data must be unique. No two primary keys can have the same value.

Question #2: True or False (and why): If two things in an Access query are in an OR relationship, they both have to be true to meet the criteria?

Question #3: In Access, if you have a situation where condA has to be true and in addition either condB or condC has to be true, how would you enter the conditions on the criteria and or lines in a query.

Question #4: What are the three major structures that a program must be able to accomplish?

Question #5: After your write a computer program, a _____________ or _____________ is used to translate your program into machine language.

Question #6: What are the steps in the program development cycle?

Question #7: When you write a computer program and you make a mistake in the language, for example using RIGHT instead of WRITE, you have made a _______________ error.

Question #8: If you add the data in payPerHour to the data in HrsWorked instead of multiplying them together, that is called a ______________ error.

Question #9: Two tools discussed in the text that you can use to plan the logic for a program are _________________ and ____________________.

Question #10: What are the two basic kinds of data computers deal with?

Question #11: In the statement totAmt = totAmt + amt, what is the = called?

Question #12: In the statement totAmt = totAmt + amt, totAmt is a ________________.

Question #13: The code that you write when you are using a high level language is called the ___________ code.

Question #14: The code that you execute is called the ___________ code.

Question #15: True or False: Grocer Rule: When programming and developing you should not use embedded spaces when you give something a name.