int sum = 0;
int number;
for (int i=0; i<10; i++) {
printf("Enter an integer number: ");
scanf_s("%d", &number);
sum += number;
}
printf("The sum is %d", sum);
Answer:
NTFS (New Technology File System) or FAT(File Allocation Table) are used to direct read/write arm of hard drive to where data exists and access it upon user's request
Explanation:
Both NTFS and FAT are used but NTFS is fast and optimal and superseed the FAT and supported by windows NT 3.1 and later versions.
Answer:
Passive solar heating system
Explanation:
The goal of passive solar heating systems usually refers to the system in which the energy provided by the sun is used for heating and cooling of the living places in a house.
When sunlight falls on the house, the building elements capture the heat energy of the sun and it later releases back this heat when the sun is not there. The main objective of this system is to regulate the room temperature. It is comprised of two main elements, one is the glasses that face towards the south and a thermal mass that is used for heat absorption, storing and distribution of heat.
Answer: False
Explanation:
Digital certificate is defined as entity identification in digital form that is used by a user or firms to share their information along with authentication and security. It uses public key cryptographic technique and so it is also know as public key certificate.
- Digital signature is the signature that is done digitally to secure data or document.It maintains security of the content present in message of information that is being exchanged through e-signature.It follows encryption technique for maintaining authenticity.
- Therefore, digital signature is the signing feature that protects macro after being made to maintain its authenticity.
- Thus, the given statement is false.
Answer:
The different variable in C is 21213316700.
Explanation:
Given value:
Total value = letters + underscore value
Total value = 52 + 1
Total value =53
choice for first character = 53 letters +10 digits
first character = 63
choice for remaining characters
So,
Variable number With one 1 character = 53
Variable number With 2 character = 53 × 63
Variable number With 3 character = 53 × 63²
Variable number With 4 character = 53 × 63³
.
.
.
Variable number With 7 character =
Total difference variable = 53 + 53 × 63+ 53 × 63²+ 53 × 63³+....+
Total difference variable = 53(1 + 63 + 63²+ 63³+ .... + )
Formula:
Total difference variable