Comp 230 Quiz 3

Published on January 2018 | Categories: Public Notices | Downloads: 254 | Comments: 0 | Views: 1075
of 1
Download PDF   Embed   Report

1. (TCO 3) What decision structure will perform the following logic? if customerCode is not equal to 1 then discount = 0.25 else discount = 0.50 2. (TCO 3) In VBScript, the _____ sign means greater than. 3. (TCO 3) Every condition in a chain of conditions in a Boolean expression must be true in order for the entire expression to be evaluated as true. This defines the _____ Boolean operator in VBScript. 4. (TCO 3) What logic operator could be used to replace the nested selection structure in this pseudocode? if empMedicalIns = "paid" then print empIdNumber endif if empDentalIns = "installments" then print empIdNumber endif 5. (TCO 3) Which one of the following object definitions is used in a VBScript program to Map and Un-map shared network folders to a drive letter? 6. (TCO 3) Which one of the following object definitions is used in a VBScript program to create and delete shared network folders?

Comments

Content

1. (TCO 3) What decision structure will perform the following logic? if customerCode is not equal to 1 then discount = 0.25 else discount = 0.50 2. (TCO 3) In VBScript, the _____ sign means greater than. 3. (TCO 3) Every condition in a chain of conditions in a Boolean expression must be true in order for the entire expression to be evaluated as true. This defines the _____ Boolean operator in VBScript. 4. (TCO 3) What logic operator could be used to replace the nested selection structure in this pseudocode? if empMedicalIns = "paid" then print empIdNumber endif if empDentalIns = "installments" then print empIdNumber endif 5. (TCO 3) Which one of the following object definitions is used in a VBScript program to Map and Un-map shared network folders to a drive letter? 6. (TCO 3) Which one of the following object definitions is used in a VBScript program to create and delete shared network folders?

Sponsor Documents

Or use your account on DocShare.tips

Hide

Forgot your password?

Or register your new account on DocShare.tips

Hide

Lost your password? Please enter your email address. You will receive a link to create a new password.

Back to log-in

Close