Answer:
large, clear, colorful action buttons.
Explanation:
A website refers to the collective name used to describe series of web pages linked together with the same domain name while a webpage is the individual HTML document (single page) that makes up a website with a unique uniform resource locator (URL).
When users (people) visit a particular website (homepage, index page or landing page) for the first time, there are certain design elements that when seen would give them a sense of security, instill trust and guarantees confidentiality of all user data (informations).
Generally, secure payment methods, social media presence, and visible contact information are design elements of a landing page that instill trust in site visitors.
However, large, clear, and colorful action buttons wouldn't do or cause any of the aforementioned actions.
Socractic Would Definitely Help With An Answer Like This
Answer:
15.7 ; 78.5
Explanation:
Mechanical advantage of a screw = Circumference / pitch
Circumference = pi × d
Where :
pi = 3.142, D = diameter
Therefore ;
Circumference = 3.142 × (1/4) = 0.785 in
Pitch = 1/TPI
TPI (thread per inch) = 20
Pitch = 1/ 20 = 0.05
Mechanical advantage = 0.785 / 0.05 = 15.7
Resistance force if effort force is 5lb
Mechanical advantage = Fr / Fe
Fe = effort force, Fr = resistance force
15.7 = Fr / 5
Fr = 15.7 × 5 = 78.5 lbs
Answer: A game design document (often abbreviated GDD) is a highly descriptive living software design document of the design for a video game. A GDD is created and edited by the development team and it is primarily used in the video game industry to organize efforts within a development team.
Explanation: mark me brainliest pllzzz
The program would not generate an error if the var_str list have up to 5 elements
<h3>How to determine the error?</h3>
The operation is given as:
Assign a value to that same index
This is represented as:
var_str[5] = "r"
The representations from the above code segment are
- List = var_str
- Index = 5
- Value = "r"
When a value is assigned to an index, the value at the index is updated to the new value, provided that the index exists in the list.
This means that the program would not generate an error if the var_str list have up to 5 elements
Read more about list at:
brainly.com/question/27094056
#SPJ1