Programming Quiz questions

Q1- What is the default recursion limit of Python?
A) 500B) 1000
C) 1500D) 2000
Ans:-  1000
Q2- Which of the following known as anonymous function in python?
A) SqrtB) lambda
C) filterD) reduce
Ans:-  lambda
Q3- The arguments that are passed in a function call are called_________________.
A) Actual argumentB) Formal argument
C) BothD) none of these
Ans:-  Actual argument
Q4- Which algorithm is used for generating random numbers?
A) Pseudo randomB) Text random
C) Conext rendomD) None of these
Ans:-  Pseudo random
Q5- Which library used in Python for adding support for large, multi-dimensional arrays and matrices?
A) PyCharmB) Django
C) NumPyD) None of these
Ans:-  NumPy
Q6- The symbols used in an assembly language are callled.
A) CodesB) Mnemonics
C) WordsD) Literals
Ans:-  Mnemonics
Q7- Which company developed pycharm?
A) JetBrainsB) Netbeans
C) JetkitD) JetBril
Ans:-  JetBrains
Q8- Which method is used to print address of variable in python?
A) addr()B) id()
C) test()D) type()
Ans:-  id()
Q9- It is a complete copy of the array and its data, and doesn't share with the original array in python.
A) Deep copyB) Shallow Copy
C) Dull CopyD) None of these
Ans:-  Deep copy
Q10- Which language is often referred to as "Golang" ?
A) GOLB) Gob
C) GOD) Golg
Ans:-  GO
12345678910