Internet World Wide Web How to Program, 3e for Home , Extensible Markup Language (XML) , True or False Quiz 1.doc (No / & “ in file names)
Internet & World Wide Web How to Program, 3/e" for "Home , Extensible Markup Language (XML) , True or False Quiz 1
|
|
Answers to "Internet & World Wide Web How to Program, 3/e" for "Home , Extensible Markup Language (XML) , True or False Quiz 1" |
|||
|
Date: |
12/14/2006 9:07:48 PM Eastern Standard Time |
|||
|
From: |
||||
|
|
|||
|
|
|
|
||
|
Sent from the Internet (Details) |
|
|||
Subject: Answers to "Internet & World Wide Web How to Program, 3/e" for "Home , Extensible Markup Language (XML) , True or False Quiz 1"
Date: 12/14/2006 9:07:48 PM Eastern Standard Time
From: arush@miami.edu
Reply To:
To: editor@onthepress.net
CC:
BCC:
Sent on:
Sent from the Internet (Details)
Student
Name: A Rush
Student Email: arush@miami.edu
Site Name: Internet & World Wide Web How to Program
Author Name: Deitel
Location on Site: Home > Extensible Markup Language (XML) > True or False
Quiz 1
|
Subject: |
Answers to "Companion Website for Information Systems Programming with Java, Second Edition" for "Home , Making Decisions , Multiple Choice" |
||
|
Date: |
12/14/2006 2:30:20 PM Eastern Standard Time |
||
|
From: |
|||
|
|||
Subject: Answers to "Companion Website for Information Systems Programming with Java, Second Edition" for "Home , Making Decisions , Multiple Choice"
Date: 12/14/2006 2:30:20 PM Eastern Standard Time
From: ARUSHINE@AOL.COM
Reply To:
To: ARUSH@MIAMI.EDU
Student
Name: s
Student Email: ARUSHINE@AOL.COM
Site Name: Companion Website for Information Systems Programming with Java,
Second Edition
Location on Site: Home > Making Decisions > Multiple Choice
20% Correct
2 Correct of 10
8 Incorrect
Submitted on December 14, 2006 at 2:17 PM (EST)
- -------------------------------------------------------------------------
Question 1
Which of the following if tests will be true if a string object called name1 is
less than a string object called name2.
Correct: none of these
- -------------------------------------------------------------------------
Question 2
Consider the following pseudocode:
If value > 50
Write ("Red")
else
If value <= -50
Write ("White")
else
Write ("Blue")
When will "Red" be written.
Incorrect: When -50 < value < 50
- -------------------------------------------------------------------------
Question 3
Consider the following pseudocode:
If value > 50
Write ("Red")
else
If value <= -50
Write ("White")
else
Write ("Blue")
When will "Write" be written.
Incorrect: When -50 < value < 50
- -------------------------------------------------------------------------
Question 4
Consider the following pseudocode:
If value > 50
Write ("Red")
else
If value <= -50
Write ("White")
else
Write ("Blue")
When will "Blue" be written.
Incorrect: (blank)
- -------------------------------------------------------------------------
Question 5
Which of the following is logically equivalent to
!(A && B) ?
Incorrect: !A && !B
Verify using truth tables.
- -------------------------------------------------------------------------
Question 6
Operators that allow two values to be compared are called ________ operators.
Incorrect: syntactic
- -------------------------------------------------------------------------
Question 7
What is wrong with the following code?
if(balance = 500)
{
monthlyInterest = balance * .02;
balance = balance + monthlyInterest;
}
Incorrect: It is not framed properly
The conditional test must be ==, not =.
- -------------------------------------------------------------------------
Question 8
What is wrong with the following code?
if(x < y)
--x;
System.out.println("Hello");
else
System.out.println("Goodbye");
Correct: There is a dangling else.
- -------------------------------------------------------------------------
Question 9
A statement that can be inserted at the end of a switch statement to protect
against invalid entries is the ______________ statement.
Incorrect: break
- -------------------------------------------------------------------------
Question 10
Which of the following if tests will be true if two string objects called name1
and name2 are equal.
Incorrect: if(name1==name2)
You must use the String class equals() method to test two string objects for
equality.
|
Subject: |
Quiz Owen, Using QuickBooks Pro 2006 for Accounting, 5e, Chapter 1 from A Rush |
||||
|
Date: |
12/10/2006 9:57:26 PM Eastern Standard Time |
||||
|
From: |
|||||
|
|||||
Subject: Quiz Owen, Using QuickBooks Pro 2006 for Accounting, 5e, Chapter 1 from A Rush Date: 12/10/2006 9:57:26 PM Eastern Standard Time From: arush@miami.edu Reply To: To: arush@miami.edu, 1arush@miami.edu, 2arush@miami.edu CC: arush@miami.edu QUIZ REVIEW message: 3arush@miami.edu correct = 3.0 (30.00%)incorrect = 7.0 (70.00%)not answered = 0.0 (0.00%)total possible = 10.0 Question 1: status: correctQuestion 2: status: incorrectQuestion 3: status: incorrectQuestion 4: status: incorrectQuestion 5: status: correctQuestion 6: status: incorrectQuestion 7: status: incorrectQuestion 8: status: correctQuestion 9: status: incorrectQuestion 10: status: incorrect
email attachment
|
Total Possible: 10.0Time Spent: 00:07:36 |
||
|
|
|
1 |
Which QuickBooks window component identifies which company file is open?
|
||||||||||||||||
|
status: correct (1.0) |
|||||||||||||||||
|
2 |
The file extension .QBB indicates:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
3 |
To save a file in QuickBooks:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
4 |
For step-by-step procedures on managing inventory, select the:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
5 |
Which feature manages names and related information?
|
||||||||||||||||
|
status: correct (1.0) |
|||||||||||||||||
|
6 |
In QuickBooks, who is a "customer"?
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
7 |
Memorized reports:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
8 |
QuickBooks registers summarize all financial activity for specific:
|
||||||||||||||||
|
status: correct (1.0) |
|||||||||||||||||
|
9 |
The QuickBooks home page:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
10 |
The Profit and Loss report includes:
|
||||||||||||||||
|
status: incorrect (0.0) |
|||||||||||||||||
|
Subject: |
QUIZ RESULTS FOR Ulmer : Computer Accounting with QuickBooks Pro® 2006 : Chapter 3 : Banking : Multiple Choice Quiz |
||
|
Date: |
12/11/2006 1:39:28 PM Eastern Standard Time |
||
|
From: |
|||
|
|||
Subject: QUIZ RESULTS FOR Ulmer : Computer Accounting with QuickBooks Pro® 2006 : Chapter 3 : Banking : Multiple Choice Quiz
Date: 12/11/2006 1:39:28 PM Eastern Standard Time
From: noreply-he@mcgraw-hill.com
Reply To:
To: arushine@aol.com
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Results ReporterOut of 10 questions, you answered 2 correctly, for a final grade of 20%.
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||