Answer:
The debugged program is as follows:
A=2
B=2
For I=1 to 10
PRINT A
TEMP = A
A=B
B=TEMP+A
NEXT I
END
Explanation:
First, the value of B should be changed to 4 (because the second term of the sequence is 2
Next, change Display to Print because Q-basic uses the print keyword to display output
The sequence is not properly generated. So, I update that part of the program to:
<em>For I=1 to 10
</em>
<em>PRINT A
</em>
<em>TEMP = A
</em>
<em>A=B
</em>
<em>B=TEMP+A
</em>
<em>NEXT I
</em>
<em />
Lastly, the loop is controlled by variable I (not X).
So change NEXT X to NEXT I
To ensure they're translated properly on other operating systems.
The three ways by which government can manipulate the media are given below:
- By prosecuting journalists.
- By restricting the free press.
- By damaging media credibility.
Thus, the correct options are A, D, and E.
<h3>What is Media?</h3>
In journalism, media may be defined as a means of mass communication that delivers information through newspapers, radio, television, magazines, and internet sources.
Government possesses immense control over media, but things are gradual changes and now media can be considered the fourth pillar of the nation.
Still, the government can manipulate the media according to the requirement of the nation, states, and community.
Therefore, it is well described above.
To learn more about Media, refer to the link:
brainly.com/question/3653791
#SPJ1