Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

1. ______________ is a value that does not change during the program’s execution

ID: 3798255 • Letter: 1

Question

1. ______________ is a value that does not change during the program’s execution. 2. ______________ is a data type that only holds numbers with no fractional component. 3. ______________ is a data type that holds numbers with fractional components. 4._______________ is an arithmetic operator that gives the remainder of a division problem. 5. cout << is an example of the _______________ fundamental instruction. 6._______________ data types only have two values: true and false. 7. One byte consists of ______________ bits. 8. // or /* in C++ indicates the start of a __________________. 9. A _________________ is a memory location whose value can change during the execution of the program. 10. A _________________ can hold a sequence of characters such as a name.

Explanation / Answer

1. Constant
When we define a variable as a constant then the value cannot be altered throughout the program and will hold the same value throughout the program.

2. Integer
Integer is the most basic data type of all programming languages which consist of numbers excluding fractions.

3. Float
Float is the another basic data type of all programming languages which consist of numbers with fractional components.

4. Modulus(%)
Modulus is an arithmetic operator which when applied between two numbers gives the remainder of a divison problem.

5. Output
cout corresponds to output fundamental instructions as they display the output on the screen.

6. Boolean
Boolean data type is the only data type which consist of only two values i.e. true and false.

7. 8
One byte consist of 8 bits.

8. Comment
Comment are the statements which initiates with // or /* and are used in languages for making programming efficient and through comments we can tell the workng of
the program.

9. Variable
Variable is a memory location whose value can be changed during the execution of a program.

10. String
String holds sequence of characters.

Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Chat Now And Get Quote