Using keywords as an identifier causes ________________
Using keywords as an identifier causes ________________
An artificial and informal language that helps programmers to develop algorithms, called __________
An artificial and informal language that helps programmers to develop algorithms, called __________
The__________________is an exit-enrolled loop where the control is transferred back to a particular point in the program.
The__________________is an exit-enrolled loop where the control is transferred back to a particular point in the program.
A procedure for solving a problem in terms of actions and their order, called as__________
A procedure for solving a problem in terms of actions and their order, called as__________
Specifying the order in which statements are to be executed in a program called __________
Specifying the order in which statements are to be executed in a program called __________
The _________________ is a multiple-branching statement where,based on a condition, the control is transferred to one of the many possible points.
The _________________ is a multiple-branching statement where,based on a condition, the control is transferred to one of the many possible points.
A connector symbol in flowchart is denoted by _____________
A connector symbol in flowchart is denoted by _____________
++a is an example of _______________
++a is an example of _______________
The C++ control structures are combined in ________________
The C++ control structures are combined in ________________
Bohm and Jacopini's work demonstrated that all the programs must be written in terms of _______________
Bohm and Jacopini's work demonstrated that all the programs must be written in terms of _______________
A graphical representation of an algorithm called as__________
A graphical representation of an algorithm called as__________
A statement that is executed in a repetition structure, skips the remaining statement in the body of structure and proceeds with next iteration of loops, is known as _______________
A statement that is executed in a repetition structure, skips the remaining statement in the body of structure and proceeds with next iteration of loops, is known as _______________
An uninitialized variable contains ________________
An uninitialized variable contains ________________
What is a sequential execution?
What is a sequential execution?
Writing a keyword while as While in C++ program causes a _____________
Writing a keyword while as While in C++ program causes a _____________
C++ statements that allow the programmers to specifies that the next statement to be executed may be other than the next one in a sequence, called as __________
C++ statements that allow the programmers to specifies that the next statement to be executed may be other than the next one in a sequence, called as __________
A program that specifies that an action is to be repeated while some condition remains true, called __________
A program that specifies that an action is to be repeated while some condition remains true, called __________
The rectangle symbol in flowchart called as __________
The rectangle symbol in flowchart called as __________
How many different types of control structures are used for constructing a C++ program?
How many different types of control structures are used for constructing a C++ program?
Which from the following sets are control structures for C++ program?
Which from the following sets are control structures for C++ program?