0% found this document useful (0 votes)
27 views

ComProg1 Part 3

A while statement allows increment/decrement to occur before other statements in the loop body. A continue statement terminates execution of the current loop iteration and continues with the next. Variables are used to store temporary values in a program.

Uploaded by

Ivy Bactadan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
27 views

ComProg1 Part 3

A while statement allows increment/decrement to occur before other statements in the loop body. A continue statement terminates execution of the current loop iteration and continues with the next. Variables are used to store temporary values in a program.

Uploaded by

Ivy Bactadan
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

A statement wherein the increment/decrement can occur before the

TRUE
other statements of the body is called While statement.
A statement wherein the used is to terminates the execution of the
FALSE
entire loop is called Continue statement.
Values  A storage of _________________ is called variables.
A symbol used to identify which of the possible approaches will be
Decision
taken based on the conditions called _____________.
TRUE A typical initialization of a counter is set to 0.
FALSE A variable is used to store permanent value in a program.
FALSE A variation in the conditions keyword is IF ... THEN ... ELSE ... WEND.
FALSE A way to organize configurations is called Repository.
TRUE Accessors should be prefixed with "get" in their function name.
TRUE Accessors should never assign values to its referenced properties.
Pseudocodes,
All _______________ are convertible to ________________.
Flowcharts
TRUE All flowcharts are convertible to pseudocodes.
TRUE All pseudocodes are convertible to flowcharts.
FALSE All word processing applications can create flowcharts.
An application can process, _______ and be developed within an
Run
operating system.
TRUE An application is made to run for platforms.
FALSE An array can contain only one value of data type

You might also like