Question: This is a MULTIPLE ANSWER question, which means you are able to select one or more answers as being correct. Note that this does not
This is a MULTIPLE ANSWER question, which means you are able to select one or more answers as being correct. Note that this does not necessarily mean that there are multiple correct answers. In any case, select all the answers you believe are correct. (NB: There are no part marks awarded for multiple answer questions.)
. Which of the following claims about a computer language statements semantics is/are correct?
1.The assignment statement apple = melon in Python moves the value of variable melon into variable apple, leaving variable melon equal to null.
2.The Python statement 'new = numbers[3]' puts the value of variable new in position 3 of the sequence.
3.The return statement is used in Python to return a variable to its previous value
.4.Given a pattern described by regular expression X, then regular expression X* will match the text sequence 'XXXX' .
5.In HTML the markup notation
text
is used to link (also called hyperlink) the bracketed text to another web page.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
