Answer:
If a museum charges different prices based on the day of the week and age of the visitor. The pricing rules are shown below.
- On Tuesday and Thursday children 10 and under get in free ($ 0).
- For all other days and ages the cost is ten dollars ($ 10).
The code in python is;
if (day == 'Tuesday' or day == 'Thursday') and age <= 10:
price = 0
else:
price = 10
Explanation:
The logic of the algorithm suggests that that the conditional if-statement assigns zero to the price variable if the day variable is either Tuesday or Thursday and the child's age is 10 or below but assigns 10 to the price variable if the condition is not met.
what are 3 most common Operating systems
Answer: Microsoft Windows, Mac OS X, and Linux
Explanation:
Is this the answer you want or is it something else?
Answer:
Microsoft Windows, MacOS, Linux
Explanation:
These are the most common types.
Maya is a senior in high school and would like to pursue a career in web design. She needs more information about what skills and level of education are needed. What type of resource would be most helpful?
Answer:
Career resource website.
Explanation:
HTML is an acronym for hypertext markup language and it is a standard programming language which is used for designing, developing and creating web pages.
Generally, all HTML documents are divided into two (2) main parts; body and head. The head contains information such as version of HTML, title of a page, metadata, link to custom favicons and CSS etc. The body of the HTML document contains the contents or informations of a web page to be displayed.
In this scenario, Maya is a senior in high school and would like to pursue a career in web design. She needs more information about what skills and level of education are needed.
Hence, the type of resource which would be most helpful to Maya is a career resource website.
A career resource website can be defined as an online platform that offer a very clear, detailed and an elaborate approach to providing informative and helpful article, tips and advice on various career options with their specific requirements to both graduates and undergraduate students.
Answer:
Career resource website.
Explanation:
Took the test and got it right trust me ;)
Iciples UI
32
Select the correct answer.
Sheila is using a word processor to describe the procedure for performing a science experiment. What should she do to make it easier to read
the steps in the procedure?
A
use a numbered list to present the steps
B. align the steps with the right margin
C. decrease the line spacing between steps
D
center align the steps
Reset
Next
Answer:A
Explanation: I took the test !
The scientific procedure used by Sheila in the word processor can be processed for the ease with the numbering of the steps in the list.
What is a word processor?The word processor is given as the computer program that has been used for the working of the document with making it editing, formatting, and adding the features to the document.
The word processing for the scientific experiment involves the series of events that takes place in the sequential order, thereby the easier way to read the process used by Sheila must be the numbering of the list.
Therefore, Sheila using the word processor describe the scientific procedure in the number list presenting steps. Thus, option A is correct.
Learn more about word processor, here:
https://brainly.com/question/14126052
#SPJ2
3
Select the correct answer.
What must a person who wants to join an online discussion group do first?
ОА. .
Email the group's moderator.
OB.
Register with the group.
O C. Reply to at least one message.
OD.
Pay a membership fee,
Reset
Next
Answer:
B. Register with the group.
Explanation:
A person who wants to join an online discussion group would have to first register with the group.
Basically, a user who is not registered with a web or local computer-based platform is considered to be a guest user and as such this user do not have the ability to post comments (messages) in its discussion group. Therefore, to have the exclusive rights and permission to participate in contributing to an online discussion group, a user must be registered with the platform as a bonafide member.
After the registration is complete, the user will have a user account (profile) which comprises of his login credentials i.e username and password.
Help !! -- Please ....................................................................................................
Answer:
1. Prompt user for input and get length and store in L
2. Prompt user for input and get width and store in W
3. Perform calculation p = 2LW and print out result
what file format should you not use for website photos?
JPEG
GIF
PNG
BMP
I'm trying to move the figure a little away from, the column line and every time I move it and click ok it goes back to being beside the line like the others below
Answer:
Try to click the center button layout.
Explanation:
One easy way to tell if a cell contains a formula instead of data is to click on the cell and look at the formula bar to
see if it
A. contains a number.
B.contains any parentheses.
C.begins with an equal sign.
D.begins with an operator.
Answer:
C.. begins with an equal sign.
Explanation:
EDGE2021