MCQ’s of introduction to programming
1: select one of the true statement for the compiler?
a. the input of the compiler is source program
b.it translates the source code into object code as a whole
c. the output of the compiler is object code
d.all of above
2: the pseudocode is…
a. algorithm
b. flowchart
c. object code
d.coding
3: the language processor translates the program into object code as a whole…
a.linker
b.debugger
c.compiler
d.interpreter
4: finding and solving errors in the source code is…
a. desk checking
b. debugging
c. decoding
d. testing
5. translates the source code into machine language…
a. operating system
b. programming language
c. language processor
d. all of these
6: The step by step procedure for solving a problem…
a. programming
b. algorithm
c. planing
d. flowchart
7. ……language is not an object oriented pogramming lnguage…
a. visual basic
b. c
c. c++
d. java
8. communication between user and the computer is…
a. programming language
b. software
c. syntax
d. english language
Programming C Plus Plus MCQs Homepage
- Low-level and high-level languages MCQs
- Procedural and non Procedural languages MCQs
- C++ STANDARD LIBRARY MCQs
- Array MCQs
- Arrays MCQs 2
- Pointers Solved MCQs
- Inline Function MCQs – C++
- Programming Skills MCQs
- Top 50 Programming C++ MCQs
- MCQs of introduction to programming
- Past Papers 2022 C++ MCQs
- Past Papers 2021 C++ MCQs
- Past Papers 2020 C++ MCQs
- Past Papers 2019 C++ MCQs
- Highly Recommended C++ Important MCQs with Explanation
- OOP
- OOP intro & examples MCQs
- Classes and Inheritance MCQs
- Friend Function MCQs
- Virtual Function MCQs
- Polymorphism MCQs
- Polymorphism MCQs 2