14 Alpha buys goods from Beta. At 30 June 2005 Beta’s account in Alpha’s records showed $5,700 owing to Beta.
Beta submitted a statement to Alpha as at the same date showing a balance due of $5,200.
Which of the following could account fully for the difference?
A Alpha has sent a cheque to Beta for $500 which has not yet been received by Beta.
B The credit side of Beta’s account in Alpha’s records has been undercast by $500.
C An invoice for $250 from Beta has been treated in Alpha’s records as if it had been a credit note.
D Beta has issued a credit note for $500 to Alpha which Alpha has not yet received.
第1题:
6 Ordan received a statement from one of its suppliers, Alta, showing a balance due of $3,980. The amount due
according to the payables ledger account of Alta in Ordan’s records was only $230.
Comparison of the statement and the ledger account revealed the following differences:
1 A cheque sent by Ordan for $270 has not been allowed for in Alta’s statement.
2 Alta has not allowed for goods returned by Ordan $180.
3 Ordan made a contra entry, reducing the amount due to Alta by $3,200, for a balance due from Alta in Ordan’s
receivables ledger. No such entry has been made in Alta’s records.
What difference remains between the two companies’ records after adjusting for these items?
A $460
B $640
C $6,500
D $100
第2题:
A.Alpha a = x;
B.Foo f = (Delta)x;
C.Foo f = (Alpha)x;
D.Beta b = (Beta)(Alpha)x;
第3题:
在可转移Alpha策略下,Alpha收益与Beta收益是完全分离的。
第4题:
10. class Foo { 11. static void alpha() { /* more code here */ } 12. void beta() { /* more code here */ } 13. } Which two are true?()
第5题:
A user selects their proper domain and is unable to log into their Windows computer.The error states:‘System cannot log you on to the domain because the system’s computer account in its primary domain is missing or the password on that account is incorrect’.Which of the following is the MOST likely cause for this error?()
第6题:
A resource group, MY_APP, has the following configuration: Resource Group NameMY_APP Participating Node Name(s)Alpha Beta GammaStartup Policy Online On Home Node Only Fallover Policy Fallover To Next Priority Node In The List Fallback Policy Fallback To Higher Priority Node InThe List MY_APP is currently running on node Beta. MY_APP is then moved to node Gamma using C-SPOC.Nodes Alpha and Beta are shutdown and restarted. Node Alpha stabilizes approx 60 seconds before nodeBeta. What happens to the resource group, MY_APP, when nodes Alpha and Beta are restarted?()
第7题:
1. class Alpha { void m1() {} } 2. class Beta extends Alpha { void m2() { } } 3. class Gamma extends Beta { } 4. 5. class GreekTest { 6. public static void main(String [] args) { 7. a Alpha [] a = {new Alpha(), new Beta(), new Gamma() }; 8. for(Alpha a2 : a) { 9. a2.m1(); 10. if (a2 instanceof Beta || a2 instanceof Gamma) 11. //insert code here 12. } 13. } 14. } 哪一行代码插入到第11行,将编译但是会在运行时产生异常?()
第8题:
10. interface Foo {} 11. class Alpha implements Foo {} 12. class Beta extends Alpha {} 13. class Delta extends Beta { 14. public static void main( String[] args) { 15. Beta x = new Beta(); 16. // insert code here 17. } 18. } Which code, inserted at line 16, will cause a java.lang.ClassCastException?()
第9题:
The user jsmith can use r-commands from any server to server Alpha system-wide
The user jsmith can use r-commands from server Alpha to any server system-wide
The user jsmith can use r-commands from server Alpha to any server with a /home/jsmith directory
The user jsmith can use r-commands from any server to server Alpha only in the /home/jsmith directory
第10题:
只有s1
只有s3
只有s1和s3
只有s1和s4
第11题:
Alpha a = x;
Foo f = (Delta)x;
Foo f = (Alpha)x;
Beta b = (Beta)(Alpha)x;
第12题:
This deployment descriptor is NOT valid.
The container first looks in the register directory for beta.html.
The container first looks in the register directory for alpha.html.
The container first looks for a servlet mapping in the deployment descriptor.
第13题:
The following information is relevant for questions 9 and 10
A company’s draft financial statements for 2005 showed a profit of $630,000. However, the trial balance did not agree,
and a suspense account appeared in the company’s draft balance sheet.
Subsequent checking revealed the following errors:
(1) The cost of an item of plant $48,000 had been entered in the cash book and in the plant account as $4,800.
Depreciation at the rate of 10% per year ($480) had been charged.
(2) Bank charges of $440 appeared in the bank statement in December 2005 but had not been entered in the
company’s records.
(3) One of the directors of the company paid $800 due to a supplier in the company’s payables ledger by a personal
cheque. The bookkeeper recorded a debit in the supplier’s ledger account but did not complete the double entry
for the transaction. (The company does not maintain a payables ledger control account).
(4) The payments side of the cash book had been understated by $10,000.
9 Which of the above items would require an entry to the suspense account in correcting them?
A All four items
B 3 and 4 only
C 2 and 3 only
D 1, 2 and 4 only
第14题:
如果类Alpha继承了类Beta,则类Alpha称为派生类,类Beta称为【 】类。
第15题:
The following entry is in the /etc/host.equiv and /home/jsmith/.rhosts file on server Alpha:+ jsmith.What does this entry indicate?()
第16题:
Alpha测试与beta的区别?
第17题:
A system administrator wants to NFS mount a filesystem from server "Alpha" to server "Bravo." Which command should be issued from "Bravo" to determine which filesystems are being exported by server "Alpha"? ()
第18题:
A System p administrator wants to NFS mount a filesystem from server "alpha" to server "bravo". Which of the following commands should be issued from "bravo" to determine which filesystems are being exported by server "alpha"()
第19题:
Given this fragment from a Java EE deployment descriptor: 124.
第20题:
It moves to Beta
It stays on Gamma
It moves to Alpha
It moves to Alpha, then to Beta
第21题:
Alpha a = x;
Foo f= (Delta)x;
Foo f= (Alpha)x;
Beta b = (Beta)(Alpha)x;
第22题:
a2.m2();
((Beta)a2).m2();
((Alpha)a2).m2();
((Gamma)a2).m2();
第23题:
Alpha a=x;
Foo f=(Delta)x;
Foo f=(Alpha)x;
Beta b=(Beta)(Alpha)x;