COMPUTER PROGRAMMING FUNDAMENTALS
WHAT IS PROGRAMMING
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
variable
|
|
event
|
|
command
|
|
sequencing
|
Detailed explanation-1: -Answer: Variable. Explanation: A placeholder for a piece of information that can change is called variable.
Detailed explanation-2: -Variable A placeholder for a piece of information that can change.
Detailed explanation-3: -Placeholder is also called as dummy text or filler text. It is a character, word, or string of characters that temporarily holds the place to the final data.
Detailed explanation-4: -A placeholder is simply a variable that we will assign data to at a later date. It allows us to create our operations and build our computation graph, without needing the data. In TensorFlow terminology, we then feed data into the graph through these placeholders.
Detailed explanation-5: -These placeholders are called format specifiers. Many other format specifiers work with printf() . If we have a floating-point number, we can use %f to print out a floating-point number, decimal point and all. Other format specifiers are: %d-int (same as %i)