Answer:
Array: (a) All the messages a user has sent.
Variable: (b) The highest score a use has reached on the app. (c) A username and password to unlock the app.
Explanation:
An array generally has more than one value whereas a variable can only contain a single value at any particular point in time. In addition, a variable has a limit whereas an array does not have any maximum limit. Therefore, it can be concluded that option (a) will be stored as an array while options (b) and (c) will be stored as variables.
Well it all depends how you plan on making it as you would need to know Web Development or you could just copy paste code from YT
Answer:
The output to this given question is "Is it warm: true".
Explanation:
In this question firstly two-variable defines that are isRaining and isCloudy. In those variables assign false value. Then we define another variable that is isSunny. In isSunny variable, we check condition that is if variable isRaining not AND (logical gate) variable isCloudy not equal to isSunny. The AND logical gate is used to check that both condition is true or not. Then we define another variable that is isWarm. In this variable, we check condition if isSunny OR (logical operator) isSummer is true. The OR operator is used to check in both value if one condition will true it will print true. At the last will print the value.
Answer:
The contents of the portfolio will depend on individual education, work experience and future goals
Explanation:
The contents of the portfolio will depend on the following -
a) Work biography/experiences
b) Career goals
c) personal details
d) contact information
e) Professional photograph
f) Relevant skills
g) Relevant documents, certificates, degree etc.
etc.