0% found this document useful (0 votes)
825 views5 pages

Far East College of Information Technology: Preliminary Examination in Ict5

This document is a preliminary examination for an ICT5 course covering topics like C++ data types, relational operators, flowchart symbols, and writing simple programs to convert units and identify even and odd numbers. It contains identification questions to test knowledge of programming terms developed by Dennis Ritchie, flowchart symbols, and data types. The bulk of the exam asks students to write short programs to demonstrate skills in writing code to perform basic calculations and conditionals.

Uploaded by

Katz Escaño
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
825 views5 pages

Far East College of Information Technology: Preliminary Examination in Ict5

This document is a preliminary examination for an ICT5 course covering topics like C++ data types, relational operators, flowchart symbols, and writing simple programs to convert units and identify even and odd numbers. It contains identification questions to test knowledge of programming terms developed by Dennis Ritchie, flowchart symbols, and data types. The bulk of the exam asks students to write short programs to demonstrate skills in writing code to perform basic calculations and conditionals.

Uploaded by

Katz Escaño
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 5

FAR EAST COLLEGE OF INFORMATION TECHNOLOGY

CS-IT DEPT. PRELIMINARY EXAMINATION IN ICT5

90 POINTS 60 MINUTES NAME : __________ PROGRAM/YEAR LEVEL: ___________________________ SCORE : _________________________________ DATE :

FAR EAST COLLEGE OF INFORMATION TECHNOLOGY


CS-IT DEPT. PRELIMINARY EXAMINATION IN ICT5

I.

Identification (2 pts each.) Erasures are wrong

1. A high-level programming language developed by Dennis Ritchie. 2. Is a particularly popular language for personal computer programmers because it is relatively small. 3. Is a compact and informal high-level description of a computer programming algorithm. 4. A procedure, rule or formula for solving a problem. 5. A schematic representation of an algorithm or a process.

FAR EAST COLLEGE OF INFORMATION TECHNOLOGY


CS-IT DEPT. PRELIMINARY EXAMINATION IN ICT5

6. A visual representation of data. 7. Denotes the beginning and end of the flowchart. 8. Denotes the direction of the logical flow of the program. 9. Denotes either an input or output. 10. Denotes a process to be carried out. 11.Denotes a decision to be made. 12.act as a storage in C also known as identifier. 13.A data type for bigger or larger number w/ a decimal point. 14.A data type use for number with decimal place. 15.A data type use for whole number.

FAR EAST COLLEGE OF INFORMATION TECHNOLOGY


CS-IT DEPT. PRELIMINARY EXAMINATION IN ICT5

II.

Enumeration 1. C++ Data Types (5) 2. Relational Operators (5) 3. Flowchart Symbols (5) Program Writing

III.

FAR EAST COLLEGE OF INFORMATION TECHNOLOGY


CS-IT DEPT. PRELIMINARY EXAMINATION IN ICT5

1. Write a program that will convert the input ft to cm. (15) pts. 2. Write a program that will convert the input dollar to peso. (15) pts. Note: Assume that $1 = Php 46.46 3. Write a program that will ask the user to input a no. then identify if the no. is even or odd. (20) pts.

You might also like