Answer: Alignment
Explanation:
The principle of repitition indicates that some aspect of a design are repeated. This can be in form of bullet list, lines, color etc.
Balance has to do with how the weight is distributed.
The Principle of Alignment means that the pictures on a page should be connected visually to another thing.
Principle of Proximity simoly means that the items that are related on a page should be close to each other.
Therefore, the principles of page layout that Sam is planning to use in this artwork is alignment.
Answer:
3
Explanation:
The function floor() is used to give the integer which is smaller than or equal to the provided decimal value.
for example:
let a=5.8
floor(a);
the function provides the value 5 (smaller than or equal to 5.8).
In the given code:
variable num assigns the number 3.14.
then, floor(3.14) gives the value 3 (smaller than or equal to 3.14).
then, the echo print the value on the screen.
Therefore, the correct answer is 3.
Answer:
Router
Explanation:
Routers have something called a WAN link, which can be used to connect 2 local area networks
Answer:
First: work out the difference (increase) between the two numbers you are comparing.
Increase = New Number - Original Number.
Then: divide the increase by the original number and multiply the answer by 100.
% increase = Increase ÷ Original Number × 100.
Explanation:
The available options are:
A. In the same folder
B. Where ever is fine
C. In different folders
Answer:
A. In the same folder
Explanation:
Given that a website normally has a folder that contains each pages, images and pictures. It is expected that a website administrator keep all the files of the website in a separate folder that can be easily accessed in situation where there is need to make any form of modification to the website from the back end.
Hence, the appropriate place a website administrator should save all items for the same website is "In the same folder"