Answer:
Option (c)
Explanation:
Parallel arrays are those arrays which are used to store some records which needs more than one array to hold a entry but are interrelated and should be accessed by same index number. As they are of different data types so can't be stored as multi-dimensional array or matrix. Then parallel array comes to rescue. For example : Details of a student.
Name, age and ID of a student needs to be stored. So, three arrays can be made and each entry should be accessed by same index number.
Answer:
typing on a keyboard (input) makes letter appear on a screen (output)is removing that
Answer:
There are three techniques description and their names given as below:
1. You install the operating system from a CD but do not need to stay with the computer during the process is called <u>Automated Installation.</u>
2. You install the operating system from a CD, and stay with the computer during the process to input information. It is called <u>Standard installation.</u>
3. You install the operating system from a driver, and stay with the computer during the process to input information. it is called <u>Network installation.</u>
Answer:
Data type is an attribute of the data in the computer science. It basically guide the compiler and interpreter about the data utilization in the program. Data type basically define the operation, which can be done on given data.
There are different types of data types are as follow:
Integer data type: This type if data type basically represent the integer type of data value from largest to smallest order.
For example: int p = 10;
Real data type: This type of data type is used to represent the real type of number from largest to smallest range.
For example: float b = 17.6;