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

Structured Programming LanguageDiscussion Quiz

1. The document is a quiz for a programming language structure course. It contains questions testing knowledge of programming terminology, concepts, and syntax. 2. The questions cover topics like the definition of programs and modules, variable types, comparison operators, identifier naming rules, and structured programming phases. 3. Students are asked to identify terms, enumerate concepts, identify valid identifier declarations, and write a program demonstrating variable use, operators, selection statements, and constants.

Uploaded by

Bryan Cabotaje
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
106 views

Structured Programming LanguageDiscussion Quiz

1. The document is a quiz for a programming language structure course. It contains questions testing knowledge of programming terminology, concepts, and syntax. 2. The questions cover topics like the definition of programs and modules, variable types, comparison operators, identifier naming rules, and structured programming phases. 3. Students are asked to identify terms, enumerate concepts, identify valid identifier declarations, and write a program demonstrating variable use, operators, selection statements, and constants.

Uploaded by

Bryan Cabotaje
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Republic of the Philippines

NUEVA ECIJA UNIVERSITY OF SCIENCE AND


TECHNOLOGY

MASTER OF SCIENCE IN INFORMATION TECHNOLOGY


IT223: STRUCTURE OF PROGRAMMING LANGUAGE

QUIZ

I. IDENTIFICATION. Each statement describes a certain terminology. Read and answer


each number. Write your answer on the space provided.

__________________1. is a series or set of accumulated instructions that a machine can follow to


accomplish a specific task.

__________________2. A program design style where a program is broken into smaller independent
units called as modules and each module is developed independent of each other.

__________________3. Data is categorized as _____when its value cannot be changed while a


program is running. 

__________________4. It can come from different sources?


__________________5. Value cannot be changed while a program is running.
__________________6. may contain any combination of letters and digits.
__________________7. Tell the CPU what to do with the data.
__________________8. Are used to define if the values of two expressions are equal or not then the
result is true or false.

__________________9. Sometimes called as comparison operators.


__________________10. Is a type of data that holds fractional values.

II. ENUMERATION. This section ask you to write and enumerate what is being asked.

1-3 Three phases of structured programming


4-5 Ideas of Top-Down Analysis approach
5-6 Two elements of c++ program
7.10Give atleast four (4) requirements as an identifier that you can define in C++.
III. Given the following, encircle the correct declaration of identifiers.

a. Date_of_Birth
b. SubjGrades g. int
c. 2_numbers h. debit#credit
d. cout i. if
e. RATE_PER_HOUR j. double
f. isBooleanYesOrNo

IV. Write any program that will apply the following:

a.) Variable declarations


b.) Shortcut operators
c.) All Selection statements(if/if else/nested if else/switch)
d.) Constants
e.) Increment/Decrement operators

Submit/Send to [email protected]
with this filename: QUIZ-IT223-Surname_FirstName

“There are no shortcuts to any place worth going.”


-Beverly Sills

Prepared by:
Jet C. Aquino

You might also like