Correct but men are more prone to it.
Answer:
DHTML (Dynamic HTML) is a collection of a few different languages
Explanation:
Dynamic HTML is a collection of HTML, DOM, JavaScript, and CSS.
It allows for more customizability than regular HTML. It allows scripts (JavaScript), webpage styling (CSS), manipulation of static objects (DOM), and building of the initial webpage (HTML).
<em>Since the question is incomplete, I'm not really sure what all you need answered - please leave a comment if you would like something else explained. :)</em>
Answer:
I dont really know
Explanation:
So first you would use your brain for this.
2) you would ask your sibling or freind
3) then parents
4) then teacher
5) AND IF you really dont know, use brainly and hope u dont have idoits like me answer this question
Answer:
001*|1*00
Explanation:
The language consists of strings in {0,1} that either start with 00 or end with 00 and have no more zeros.
The requirement can be divided into two parts:
1) Strings that start with 00 and have no more zeros
2) Strings that end with 00 and have no more zeros
Generating regular expressions for these parts:
1) 001* - starts with two zeros and can have zero or more 1s later
2)1*00 - starts with zero or more 1s and ends with two zeros
So on combining with the or operator(|), the overall regular expression for the strings in the language becomes:
001*|1*00
The. answer is B technicians repair things