PE (C Programming) 1st Mid MCQ Question Paper (07!03!2019)
PE (C Programming) 1st Mid MCQ Question Paper (07!03!2019)
PE (C Programming) 1st Mid MCQ Question Paper (07!03!2019)
3. Software is a set of programs, which is designed to perform a well defined function and there are two types of
software, application and system. The following are all application software except for [ ]
A. Microsoft Word B. Microsoft Excel C. Microsoft Power Point D. Microsoft Windows
7. Validation is responsibility of [ ]
A. Developer B. Designer C. Tester D. QA Team
9. The program written by the programmer in high level language is called _____________ [ ]
A. Object Program B. Source Program C. Assembled Program D. Compiled Program
13. What is the best data type definition for Oracle when a field is alphanumeric and has a fixed length? [ ]
A. VARCHAR2 B. CHAR C. LONG D. NUMBER
15. Computer programmers often refer to memory addresses using ____notation, or base 16. [ ]
A. Binary B. Indirect
C. Mathematical D. Hexadecimal
16. Operators with the same precedence are evaluated in which manner? [ ]
A. Left to Right B. Right to Left C. Can’t say D. None of the mentioned
18. Which of the following Boolean expressions is not logically equivalent to the other three? [ ]
A. not(-6<0 or-6>10) B. -6>=0 and -6<=10
C. not(-6<10 or-6==10) D. not(-6>10 or-6==10)