5.The employee default deductions –
Select one:
a. cannot be changed once you finish entering
history
b. are entered into the employee ledger
records
c. are the same for all employees
d. are defined by the Canada Revenue Agency tax
laws
6.Which of the following is not involved in setting up
employee entitlements –
Select one:
a. entering the number of days of entitlement accrued
for the employee
b. entering linked accounts for the
entitlements
c. naming the entitlements
d. entering the number of hours usually worked in a
day
7.When you create a new job category –
Select one:
a. all employees are assigned to the new category
initially
b. you cannot assign an employee from another category
to the new category at the same time
c. no employees are assigned to new category
initially
d. all employees in this category are not salespersons
initially
Answer to question 1 : option d.The employee default deductions are defined by the Canada Revenue Agency tax laws
Answer to question 2 : option d. entering the number of hours usually worked in a day
Answer to question 3 : option d. all employees in this category are not salespersons initially
5.The employee default deductions – Select one: a. cannot be changed once you finish entering history...
(Reference Sage 50 CAD Edition) The employee default deductions – Select one: a. cannot be changed once you finish entering history b. are defined by the Canada Revenue Agency tax laws c. are entered into the employee ledger records d. are the same for all employees
Please reference sage 50 cad edition When you create a new job category – Select one: a. all employees are assigned to the new category initially b. you cannot assign an employee from another category to the new category at the same time c. no employees are assigned to new category initially d. all employees in this category are not salespersons initially
need help for solve multiple choice question... 1.The employee summary report option shows Select one: a. earnings and deductions from a paycheque b. all information entered in employee records c. wage or salary amounts d. all year-to-date totals 2.In the process of correcting a wrong employee error all but one is used – Select one: a. prepare a new entry for the correct employee b. one should remember to recalculate the taxes c. open the adjust cheque window for the...
3.When an employee has chosen to deposit paycheques directly to his/her bank account – Select one: a. you cannot enter the paycheque in the payroll cheque run journal b. you can click direct deposit in the journal to issue a regular cheque c. you cannot issue a cheque directly to the employee unless you change the employee ledger settings d. you must add the bank account number to the payroll journal for the employee 4.Which of the following are not...
The employee is table, the best candidate for primary key is Select one: a. Department ID b. Employee hiredate c. Employee ID d. Employee salary Question 2 A primary key can be composed of more than one attribute. Select one: True False Question 3 A foreign key allows you to join two tables. Select one: True False Question 4 Given two tables, department (dept_id, dept_location, dept_name) and EMPLOYEE(emp_id, emp_name, emp_dept_id, emp_name, emp_salary), which attribute (column) is the foreign key? Select...
If you select Finish Now on a reconciliation before the difference is zero what will happen to the difference? Select one: a. Nothing. Its stays there until the next month’s reconciliation is performed. b. QBO automatically makes an adjustment to the account being reconciled for the amount of the difference. c. QBO automatically makes an adjustment to an account called Reconciliation Discrepancies for the amount of the difference. d. QBO saves the difference for you to find later You have...
In C++ Please please help.. Assignment 5 - Payroll Version 1.0 In this assignment you must create and use a struct to hold the general employee information for one employee. Ideally, you should use an array of structs to hold the employee information for all employees. If you choose to declare a separate struct for each employee, I will not deduct any points. However, I strongly recommend that you use an array of structs. Be sure to read through Chapter...
You are designing a table for employee data of a company. You have a requirement to identify if an employee is a United States citizen or not. You have designed a table called EMPLOYEE to store information related to each employee and you have a column called US CITIZEN INDICATOR to store if an employee is a US citizen or not. You only want to store values "Y" or "N" in this column. From the following options, what is the...
I need help with this one method in java. Here are the guidelines. Only public Employee[] findAllBySubstring(String find). EmployeeManager EmployeeManager - employees : Employee[] - employeeMax : final int = 10 -currentEmployees : int <<constructor>> EmployeeManager + addEmployee( type : int, fn : String, ln : String, m : char, g : char, en : int, ft : boolean, amount : double) + removeEmployee( index : int) + listAll() + listHourly() + listSalary() + listCommision() + resetWeek() + calculatePayout() :...
QUERY EXAMPLE2 SELECTfrom Employee em (Refer to query example 2 to answer questions 12- 13) 12. You plan to join the Location table and fear there may be some employees with no location. You want to make sure that the query returns a list of all employee What join clause would you add to the query above? records. A. LEFT JOIN Location lo ON em.LocationlD lo LocationID B. RIGHT JOIN Location lo ON em.LocationID lo.LocationlD C. INNER JOIN Location lo...