Answer:
B. to pay for new roads and canals across North America
Yes, I have set a goal of losing my extra weight.
Explanation:
I will answer all the questions one by one as follows:
- After having my baby, I have put on some extra weight. I set up my goal to lose weight.
- I have set a time of 6 months for myself to lose 10 kgs.
- Yes I asked many of my friends and cousins who lost weight after their babies and seek their advice.
- They guided me very well about what to eat and what not to eat during the weight loss journey.
- I learnt about myself that now my body respond differently after having baby than it used to respond before marriage. (because i used to do workout regularly and was able to maintain my fitness before marriage and my body used to respond very well).
- Yes I am still working towards my goal. I am now halfway passed through it and already lost 7 kgs in 3 months. I plan my meals and take out time for workout at least 5 days a week.
This is what I set up for myself and working towards the achievement of my goal.
Learn more about Goal Settings at:
brainly.com/question/10684644
#LearnWithBrainly
In propositional logic, this sentence can be symbolized as pVq.
Propositional logic deals with propositions being true or false. Basic logical connectives are AND, OR, NOT. "OR" is a disjunction connective, symbolized by "V"
The symbols p and q refer to propositions or statements that are connected together to make a compound statement. Connecting two statements with or is a disjunction. In a disjunction, the compound statement is true if and only if statement p OR statement q OR both statements are true. The compound statement is false if and only if statement p AND statement q are both false.
In the example above, the statement "disembodied spirits exist" is statement p, while the statement "psychic hoaxes are rampant" is statement q.
Explanation: MOV instruction copies a word or byte from a specified source to a specified destination. The destination can be a register or a memory location. The source can be a register or a memory location or an immediate number .
For MOV CX 037AH: put immediate number 037AH to CX
For MOV BL, (437AH) : copy byte in Ds at offset 437AH to BL
For MOV AX BX : copy content register BX to AX
For MOV DL, (BX) : copy byte from memory at(BX) to DL
That identifies the differences. Good luck.