You are on page 1of 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