单选题ATalk to the person who hired him.BGo to the payroll department.CCall the director of the payroll department.DResubmit the payroll paperwork.

单选题
A

Talk to the person who hired him.

B

Go to the payroll department.

C

Call the director of the payroll department.

D

Resubmit the payroll paperwork.


参考解析

解析:
根据录音可知,学生需要重新填写并提交表格。故答案为D项。

相关考题:

The accounting head asks an assistant to cut the payroll checks today. The head later arrives to sign the checks, only to find that the assistant shredded (cut) the blank check forms. Which phrase best describes this lack of communication.A Bypass instructionB Faulty perception of realityC Bad attitude of listenerD Lazy listeningE Emotionalism

A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?() A. LaserB. ImpactC. InkjetD. Thermal

在Oracle中,将当前系统所有角色都授予scott,除Payroll外,下列哪个是正确的?()A、ALTER DEFAULT ROLLE USER scott ALL EXCEPT PayrollB、ALTER USER DEFAULT ROLLE ALL EXCEPT PayrollC、ALTER DEFAULT ROLLE ALL EXCEPT USER scottD、ALTER USER scott DEFAULT ROLLE ALL EXCEPT Payroll

【T1】A.FORM.B.ACCOUNTC.ISSUED A.USUALLY MADE IN THE【T1】______OF A CHECKB.A TERMINATION NOTICE SHOULD BE【T2】______BY THE PERSONNEL DEPARTMENTC.PAYROLL CHECKS MAY BE DEPOSITED DIRECTLY IN THE EMPLOYEE"S CHECKING【T3】_______ THE PAYROLL REGISTER CONSTITUTES THE TREASURER DEPARTMENT"S AUTHORITY TO PAY THE EMPLOYEES.PAYMENT IS【T4】______DRAWN ON THE COMPANY"S REGULAR BANK ACCOUNT.PRE-NUMBERED PAYROLL CHECKS SHOULD BE USED, AND THERE SHOULD BE INDEPENDENT VERIFICATION OF THE AGREEMENT OF THE CHECKS WITH THE PAYROLL REGISTER IN DETAIL AND IN TOTAL. PAYROLL CHECKS SHOULD BE DISTRIBUTED DIRECTLY TO EMPLOYEES, ON PROPER IDENTIFICATION, BY TREASURER"S DEPARTMENT PERSONNEL.THE CHECKS SHOULD NOT BE RETURNED TO PAYROLL FOR DISTRIBUTION SINCE THE PAYROLL DEPARTMENT WOULD THEN HAVE CONTROL OVER BOTH PREPARING AND PAYING THE PAYROLL.ALTERNATIVELY,【T5】______. PAYMENT OF EMPLOYEES IN CASH IS THE EXCEPTION RATHER THAN THE RULE.THIS FORM. OF PAYMENT IS MORE EASILY INFLUENCED BY ERRORS, IRREGULARITIES, AND ROBBERY THAN PAYMENT BY CHECK.FOLLOWING PAYMENT, CHECK NUMBERS ARE ENTERED ON THE REGISTER, THE PREPARATION AND PAYMENT OF THE PAYROLL ARE PROGRAMMED ON A COMPUTER. 【T6】______ON THE COMPLETION OF AN INDIVIDUAL"S EMPLOYMENT WITH THE COMPANY.COPIES OF THE TERMINATION AUTHORIZATION SHOULD BE SENT TO THE EMPLOYEE"S SUPERVISOR AND TO PAYROLL, AND A COPY SHOULD BE FILED IN THE EMPLOYEE"S PERSONNEL RECORD.THE PROPER EXECUTION OF THIS FUNCTION IS VITAL IN PREVENTING TERMINATED EMPLOYEES FROM CONTINUING ON THE PAYROLL.THE SUBSEQUENT DIVERSION OF SUCH PAYROLL CHECKS TO AN UNAUTHORIZED INDIVIDUAL HAS BEEN RESPONSIBLE FOR MANY PAYROLL CHEAT THROUGH THE YEARS.

试题六(共15分)阅读以下说明和Java代码,填补Java代码中的空缺(1)~(6),将解答写在答题纸的对应栏内。【说明】己知某公司按周给员工发放工资,其工资系统需记录每名员工的员工号、姓名、工资等信息。其中一些员工是正式的,按年薪分周发放(每年按52周计算);另一些员工是计时工,以小时工资为基准,按每周工作小时数核算发放。下面是实现该工资系统的Java代码,其中定义了四个类:工资系统类PayRoll,员工类Employee,正式工类Salaried和计时工类Hourly,Salaried和Hourly是Employee的子类。【Java代码】abstract class Employee{protected String name; //员工姓名protected int empCode; //员工号protected double salary; //周发放工资public Employee(int empCode, String name){this.empCode= empCode;this.name= name;}public double getSalary(){return this.salary;}public abstract void pay();}class Salaried (1) Employee{private double annualSalary;Salaried(int empCode, String name, double payRate){super(empCode, name);this.annualSalary= payRate;}public void pay(){salary= (2) ;//计算正式员工的周发放工资数System.out.println(this.name+":"+this.salary);}}class Hourly (3) Employee{private double hourlyPayRate;private int hours;Hourly(int empCode, String name, int hours, double payRate){super(empCode, name);this.hourlyPayRate= payRate;this.hows= hours,}public void pay(){salary= (4) ;//计算计时工的周发放工资数System.out.println(this.name+":"+this.salary);}}public class PayRoll{private (5) employees[]={new Salaried(l001,"Zhang San", 58000.00),//此处省略对其他职工对象的生成new Hourly(1005,"Li", 12, 50.00)};public void pay(Employee e[]){for (int i=0;ie.length; i++){e[i].pay();}}public static void main(String[] args){PayRoll payRoll= new PayRoll();payRoll.pay( (6) );double total= 0.0;for (int i=0;ipayRoll.employees.length; i++){//统计周发放工资总额total+=payRoll.employees[i].getSalary();}System.out.println(total);}}

A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?()A、LaserB、ImpactC、InkjetD、Thermal

You are developing a bonus report for the payroll application to calculate and display the bonus issue to each envelope. Employees with a salary of less than 50000$ earn a bonus of 15% and the employees who earn 50000$ or more earn out 10% bonus. Which type of trigger would you use to conditionally assign a bonus percentage?()A、Report level trigger. B、Group filter. C、Format trigger. D、None of the above.

You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()A、One content canvas and multiple stacked canvases. B、One content and one stacked canvas.C、Tab canvas with several tab pages. D、One content canvas. E、A horizontal and vertical toolbar.

Your company has file servers located in an organizational unit named Payroll. The file servers  contain payroll files located in a folder named Payroll.     You create a GPO. You need to track which employees access the Payroll files on the file  servers.   What should you do()    A、Enable the Audit object access option. Link the GPO to the Payroll organizational unit. On the file servers, configureB、Enable the Audit object access option. Link the GPO to the domain. On the domain controllers, configure Auditing fC、Enable the Audit process tracking option. Link the GPO to the Domain Controllers organizational unit. On the file seD、Enable the Audit process tracking option. Link the GPO to the Payroll organizational unit. On the file servers, config

You manage a server that runs Windows Server 2008 R2.The D:/Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00.You need to restore all the files in the D:/Payroll folder back to the most recent backup version without affecting other folders on the server.What should you do on the server?()A、Run the Recover d:/payroll command.B、Run the Wbadmin restore catalog -backuptarget:D: -version:10/29/2007-09:00 quiet command.C、Run the Wbadmin start recovery -backuptarget:D: -version:10/29/2007-09:00 overwrite quiet command.D、Run the Wbadmin start recovery -version:10/29/2007-09:00 -itemType:File -items:d:/Payroll -overwrite -recursive quiet command.

You want to prevent a Windows 2000 Professional computer named Payroll5 from communicating on your network with Windows NT 4.0, Windows 95, and Windows 98 computers. You want to enable the payroll5 computer to communicate on your network with other Windows 2000 computers only. What should you do?()A、Close all NetBIOS ports in the advanced TCP/IP options of Payroll5.B、Import the Hisecws.inf security template to payroll5.C、Disable access this computer from network in the local security policy settings for payroll5.D、Clear all WINS client settings on payroll5.

Your company network includes 6,000 Windows 2000 Professional client computers and 35 Windows 2000 Server computers in a single domain. Your company has a print device that is used to print payroll checks. The print device is physically attached to the parallel port of one of the client computers. This print device’s tray is loaded with checks at all times.  You have shared this printer on the network as ChkPrinter and retained the default permissions. A payroll application runs on a server named HRserv. Every Wednesday at 5:00P.M, the application prints paychecks from employees on this printer. The payroll application runs as a Windows 2000 service on HRserv. You need to configure ChkPrinter so that only the payroll application will be able to use the printer.  What should you do?()A、 Configure the share name for ChkPrinter to be ChkPrinter$. Configure the payroll application  to print to this new share name. B、 Configure ChkPrinter so that it is available only from 5:00 P.M to 5:30 P.M C、 Configure ChkPrinter to allow the HRserv domain account print permissions for ChkPrinter.  Remove print permissions for the Everyone group. D、 Configure ChkPrinter to allow all HRserv domain accounts Print permissions for ChkPrinter.  Change the permissions to deny print on ChkPrinter for the Everyone group.

Your company has file servers located in an organizational unit named Payroll. The file servers  contain payroll files located in a folder named Payroll.    You create a GPO.   You need to track which employees access the Payroll files on the file servers.  What should you do()A、Enable the Audit object access option. Link the GPO to the Payroll organizational unit. On the file  servers, configure Auditing for the Everyone group in the Payroll folder.B、Enable the Audit object access option. Link the GPO to the domain. On the domain controllers,  configure Auditing for the Authenticated Users group in the Payroll folder.C、Enable the Audit process tracking option. Link the GPO to the Domain Controllers organizational unit.  On the file servers, configure Auditing for the Authenticated Users group in the Payroll folder.D、Enable the Audit process tracking option. Link the GPO to the Payroll organizational unit. On the file  servers, configure Auditing for the Everyone group in the Payroll folder.

You manage a server that runs Windows Server 2008. The D:///Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00. You need to restore all the files in the D:///Payroll folder back to the most recent backup version without affecting other folders on the server. What should you do on the server?()A、 Run the Recover d:/Payroll comamndB、 Run the WBadmin restore catalog-backuptarget:D:// -version: 10/29/2007-09:00 Cquiet commandC、 Run the WBadmin start recovery-backuptarget:D:// -version: 10/29/2007-09:00 Coverwrite Cquiet commandD、 Run the Wbadmin start recovery-version:10/29/2007-09:00 -itemType:File -items d:/payroll -overwrite - recursive Cquiet command.

A technician is servicing the Human Resource director’s computer which contains payroll software and salary information. Which of the following should the technician do to ensure confidentiality of the payroll information?()A、Backup the confidential data to the technician’s USB drive to ensure nothing is accidently deleted.B、Uninstall the payroll software to ensure confidentiality.C、Have the director remove sensitive data before the computer will be repaired.D、Perform needed repairs while avoiding sensitive data.

单选题You manage a server that runs Windows Server 2008 R2.The D:/Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00.You need to restore all the files in the D:/Payroll folder back to the most recent backup version without affecting other folders on the server.What should you do on the server?()ARun the Recover d:/payroll command.BRun the Wbadmin restore catalog -backuptarget:D: -version:10/29/2007-09:00 quiet command.CRun the Wbadmin start recovery -backuptarget:D: -version:10/29/2007-09:00 overwrite quiet command.DRun the Wbadmin start recovery -version:10/29/2007-09:00 -itemType:File -items:d:/Payroll -overwrite -recursive quiet command.

单选题You are developing a bonus report for the payroll application to calculate and display the bonus issue to each envelope. Employees with a salary of less than 50000$ earn a bonus of 15% and the employees who earn 50000$ or more earn out 10% bonus. Which type of trigger would you use to conditionally assign a bonus percentage?()AReport level trigger. BGroup filter. CFormat trigger. DNone of the above.

单选题If the over tax returns fails to effectively control, there will be penalties in the case of _____.Afilling the payroll tax bill later than expectedBfilling the payroll tax bill in wrong formCboth A and BDboth tardy and wrong filing

单选题You want to prevent a Windows 2000 Professional computer named Payroll5 from communicating on your network with Windows NT 4.0, Windows 95, and Windows 98 computers. You want to enable the payroll5 computer to communicate on your network with other Windows 2000 computers only. What should you do?()AClose all NetBIOS ports in the advanced TCP/IP options of Payroll5.BImport the Hisecws.inf security template to payroll5.CDisable access this computer from network in the local security policy settings for payroll5.DClear all WINS client settings on payroll5.

单选题Your company has file servers located in an organizational unit named Payroll. The file servers  contain payroll files located in a folder named Payroll.    You create a GPO.   You need to track which employees access the Payroll files on the file servers.  What should you do()AEnable the Audit object access option. Link the GPO to the Payroll organizational unit. On the file  servers, configure Auditing for the Everyone group in the Payroll folder.BEnable the Audit object access option. Link the GPO to the domain. On the domain controllers,  configure Auditing for the Authenticated Users group in the Payroll folder.CEnable the Audit process tracking option. Link the GPO to the Domain Controllers organizational unit.  On the file servers, configure Auditing for the Authenticated Users group in the Payroll folder.DEnable the Audit process tracking option. Link the GPO to the Payroll organizational unit. On the file  servers, configure Auditing for the Everyone group in the Payroll folder.

单选题A technician is servicing the Human Resource director’s computer which contains payroll software and salary information. Which of the following should the technician do to ensure confidentiality of the payroll information?()ABackup the confidential data to the technician’s USB drive to ensure nothing is accidently deleted.BUninstall the payroll software to ensure confidentiality.CHave the director remove sensitive data before the computer will be repaired.DPerform needed repairs while avoiding sensitive data.

单选题You manage a server that runs Windows Server 2008. The D:///Payroll folder is corrupted. The most recent backup version is 10/29/2007-09:00. You need to restore all the files in the D:///Payroll folder back to the most recent backup version without affecting other folders on the server. What should you do on the server?()A Run the Recover d:/Payroll comamndB Run the WBadmin restore catalog-backuptarget:D:// -version: 10/29/2007-09:00 Cquiet commandC Run the WBadmin start recovery-backuptarget:D:// -version: 10/29/2007-09:00 Coverwrite Cquiet commandD Run the Wbadmin start recovery-version:10/29/2007-09:00 -itemType:File -items d:/payroll -overwrite - recursive Cquiet command.

单选题A company printer is used to print payroll checks on paper forms with carbon backing. Which ofthe following is the BEST type of printer for this scenario?()ALaserBImpactCInkjetDThermal

单选题ATalk to the person who hired him.BGo to the payroll department.CCall the director of the payroll department.DResubmit the payroll paperwork.

单选题You need to create a form for Payroll application that will allow the user to view all information for any employee ID queried. This data should be displayed to the user in a grouped format. The user should be able to choose which information they want to see from a pull down list containing the values PERSONAL and PAYROLL. Which format should you use to create this form?()AOne content canvas and multiple stacked canvases. BOne content and one stacked canvas.CTab canvas with several tab pages. DOne content canvas. EA horizontal and vertical toolbar.

单选题Your company network includes 6,000 Windows 2000 Professional client computers and 35 Windows 2000 Server computers in a single domain. Your company has a print device that is used to print payroll checks. The print device is physically attached to the parallel port of one of the client computers. This print device’s tray is loaded with checks at all times.  You have shared this printer on the network as ChkPrinter and retained the default permissions. A payroll application runs on a server named HRserv. Every Wednesday at 5:00P.M, the application prints paychecks from employees on this printer. The payroll application runs as a Windows 2000 service on HRserv. You need to configure ChkPrinter so that only the payroll application will be able to use the printer.  What should you do?()A Configure the share name for ChkPrinter to be ChkPrinter$. Configure the payroll application  to print to this new share name. B Configure ChkPrinter so that it is available only from 5:00 P.M to 5:30 P.M C Configure ChkPrinter to allow the HRserv domain account print permissions for ChkPrinter.  Remove print permissions for the Everyone group. D Configure ChkPrinter to allow all HRserv domain accounts Print permissions for ChkPrinter.  Change the permissions to deny print on ChkPrinter for the Everyone group.

单选题When an employee stops working in the company, all of the following should be done EXCEPT _____.Aa termination notice should be issued by the personnel departmentBa copy of the termination authorization should be given to the employee personallyCa copy of the termination authorization should be sent to the employee’s supervisorDa copy of the termination authorization should be delivered to the payroll register

单选题Your company has file servers located in an organizational unit named Payroll. The file servers  contain payroll files located in a folder named Payroll.     You create a GPO. You need to track which employees access the Payroll files on the file  servers.   What should you do()AEnable the Audit object access option. Link the GPO to the Payroll organizational unit. On the file servers, configureBEnable the Audit object access option. Link the GPO to the domain. On the domain controllers, configure Auditing fCEnable the Audit process tracking option. Link the GPO to the Domain Controllers organizational unit. On the file seDEnable the Audit process tracking option. Link the GPO to the Payroll organizational unit. On the file servers, config