I think B and the second one C
To stop your<span> CRT </span>screen<span> from </span>flickering<span>, </span>you<span> need to change the rate (Hertz) at which </span>your monitor<span> refreshes. To </span>do<span> this in Windows 7, begin by clicking on Start></span>Control<span> Panel></span>Display<span>. This </span>will<span> bring up </span>your<span> computer's </span>display<span>settings.</span>
Answer:
They write code that translates commands to binary code.
Explanation:
Coding or programming is the process of creating instructions for computers using programming languages. Computer code is used to program the websites, apps, and other technologies we interact with every day.
Answer:
The size of the array is dependent on the amount of memory the program can access.
Explanation:
Here according to the question the user is in need of memory space equal to the amount of numbers read from the list. So the size of the array should be equal to the total numbers read from the list. if the user reads 5 number from the list then the size of the array should be int a[5] if the numbers are integers. Wastage of memory space is not appreciated in a good piece of code.