Plus Two / 12th Computer Science - Book Back Answers - Chapter 14 - English Medium
Tamil Nadu Board 12th Standard Computer Science - Chapter 14: Book Back Answers and Solutions
This post covers the book back answers and solutions for Chapter 14 from the Tamil Nadu State Board 12th Standard Computer Science textbook. These detailed answers have been carefully prepared by our expert teachers at KalviTips.com.
We have explained each answer in a simple, easy-to-understand format, highlighting important points step by step under the relevant subtopics. Students are advised to read and memorize these subtopics thoroughly. Once you understand the main concepts, you’ll be able to connect other related points with real-life examples and confidently present them in your tests and exams.
By going through this material, you’ll gain a strong understanding of Chapter 14 along with the corresponding book back questions and answers (PDF format).
Question Types Covered:
- 1 Mark Questions: Choose the correct answer, Fill in the blanks, Identify the correct statement, Match the following
- 2 Mark Questions: Answer briefly
- 3, 4, and 5 Mark Questions: Answer in detail
All answers are presented in a clear and student-friendly manner, focusing on key points to help you score full marks.
All the best, Class 12 students! Prepare well and aim for top scores. Thank you!
Chapter 14: Importing C++ programs in Python.
I. Choose the correct answer.
1. Which of the following is not a scripting language?
(A) JavaScript
(B) PHP
(C) Perl
(D) HTML
Answer Key:
(D) HTML
2. Importing C++ program in a Python program is called
(A) wrapping
(B) Downloading
(C) Interconnecting
(D) Parsing
Answer Key:
(A) wrapping
3. The expansion of API is
(A) Application Programming Interpreter
(B) Application Programming Interface
(C) Application Performing Interface
(D) Application Programming Interlink
Answer Key:
(B) Application Programming Interface
4. A framework for interfacing Python and C++ is
(A) Ctypes
(B) SWIG
(C) Cython
(D) Boost
Answer Key:
(D) Boost
5. Which of the following is a software design technique to split your code into separate parts?
(A) Object oriented Programming
(B) Modular programming
(C) Low Level Programming
(D) Procedure oriented Programming
Answer Key:
(B) Modular programming
6. The module which allows you to interface with the Windows operating system is
(A) OS module
(B) sys module
(c) csv module
(d) getopt module
Answer Key:
(A) OS module
7. getopt() will return an empty array if there is no error in splitting strings to
(A) argv variable
(B) opt variable
(c)args variable
(d) ifile variable
Answer Key:
(c)args variable
8. Identify the function call statement in the following snippet.
if __name__ =='__main__':
main(sys.argv[1:])
(A) main(sys.argv[1:])
(B) __name__
(C) __main__
(D) argv
Answer Key:
(A) main(sys.argv[1:])
9. Which of the following can be used for processing text, numbers, images, and scientific data?
(A) HTML
(B) C
(C) C++
(D) PYTHON
Answer Key:
(D) PYTHON
10. What does __name__ contains ?
(A) c++ filename
(B) main() name
(C) python filename
(D) os module name
Answer Key:
(C) python filename
(A) JavaScript
(B) PHP
(C) Perl
(D) HTML
Answer Key:
(D) HTML
2. Importing C++ program in a Python program is called
(A) wrapping
(B) Downloading
(C) Interconnecting
(D) Parsing
Answer Key:
(A) wrapping
3. The expansion of API is
(A) Application Programming Interpreter
(B) Application Programming Interface
(C) Application Performing Interface
(D) Application Programming Interlink
Answer Key:
(B) Application Programming Interface
4. A framework for interfacing Python and C++ is
(A) Ctypes
(B) SWIG
(C) Cython
(D) Boost
Answer Key:
(D) Boost
5. Which of the following is a software design technique to split your code into separate parts?
(A) Object oriented Programming
(B) Modular programming
(C) Low Level Programming
(D) Procedure oriented Programming
Answer Key:
(B) Modular programming
6. The module which allows you to interface with the Windows operating system is
(A) OS module
(B) sys module
(c) csv module
(d) getopt module
Answer Key:
(A) OS module
7. getopt() will return an empty array if there is no error in splitting strings to
(A) argv variable
(B) opt variable
(c)args variable
(d) ifile variable
Answer Key:
(c)args variable
8. Identify the function call statement in the following snippet.
if __name__ =='__main__':
main(sys.argv[1:])
(A) main(sys.argv[1:])
(B) __name__
(C) __main__
(D) argv
Answer Key:
(A) main(sys.argv[1:])
9. Which of the following can be used for processing text, numbers, images, and scientific data?
(A) HTML
(B) C
(C) C++
(D) PYTHON
Answer Key:
(D) PYTHON
10. What does __name__ contains ?
(A) c++ filename
(B) main() name
(C) python filename
(D) os module name
Answer Key:
(C) python filename
II.Answer the following questions.
12th Computer Science (soon)
III. Answer the following questions.
12th Computer Science (Soon)
IV. Answer the following questions.
12th Computer Science (Soon)
0 Comments:
Post a Comment