12th Computer Science Chapter- 14 Onemarks Online Test

Question 1: Which of the following is not a scripting language?
A) Javascript
B) PHP
C) Perl
D) HTML
Question 2: Importing C++ program in a python program is called
A) Wrapping
B) Downloading
C) Interconnecting
D) Parsing
Question 3: The expansion of API is
A) Application Programming Interpreter
B) Application Programming Interface
C) Application Performing Interface
D) Application Programming Interlink
Question 4: A framework for interfacing Python and C++ is
A) Ctypes
B) SWIG
C) Cython
D) Boost
Question 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
Question 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
Question 7: getopt() will return an empty array if there is no error in splitting stings to
A) argv variable
B) opt variable
C) args variable
D) ifile variable
Question 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
Question 9: Which of the following can be used for processing text, numbers, images, and scientific data?
A) HTML
B) C
C) C++
D) PYTHON
Question 10: What does __name__ contains?
A) c++ filename
B) main() name
C) python filename
D) os module name

Report Card

Total Questions Attempted: 0

Correct Answers: 0

Wrong Answers: 0

Percentage: 0%

Post a Comment

0 Comments