Answer:
Text watermarking involves adding the photographer's name at the corner of the image.
Explanation:
This was one of the correct answers when I took the test, I got it wrong because I didn't pick all the correct answers. I hope that this was helpful to you! If you know the other correct answer(s) please comment and let me know and i'll edit this answer! :)
creates storyboards based on clients’ needs- Animator
assesses proposals for airplane designs to determine if they meet standards- Aeronautical engineer
uses special equipment and techniques to capture images- Commercial Photographer
creates software code, graphics, and multimedia elements for websites- Webpage designer
Answer / Explanation:
195.200.0.0/16
Note: Class C address can not be assigned a subnet mask of /16 because class c address has 24 bits assigned for network part.
2ⁿ = number of subnets
where n is additional bits borrowed from the host portion.
2ˣ - 2 = number of hosts
where x represent bits for the host portion.
Assuming we have 195.200.0.0/25
In the last octet, we have one bit for the network
number of subnets = 2¹ =2 network addresses
number of host = 2⁷ - 2= 126 network addresses per subnets
Answer:
A. RAID0
B. RAID1
C. RAID5
Explanation:
RAID is used to combine multiple physical disk drive components into logical units for data redundancy and performance improvement. They are different RAID types but only RAID 0, 1, 5 can be implemented on windows.
RAID 0 splits data into blocks across drives. RAID 1 stores data twice by writing in a data drive and also in a mirror drive. RAID 5 needs atleast 5 drives spreading data across all drives.