Skip to main content

Python MCQ

2

 PYTHON MCQ QUESTIONπŸ‘‡πŸ‘‡πŸ‘‡

                             


                 

       Click here to download the pdfπŸ‘‡πŸ‘‡πŸ‘‡πŸ‘‡


                                       MCQ QUESTION

Comments

Popular posts from this blog

COMPILER DESIGN MULTIPLE CHOICE QUESTION

  MULTIPLE CHOICE QUESTION 1. Which tool is used for grouping of characters in tokens in the compiler? * a. Parser b. Code optimizer c. Code generator d. Scanner ANSWER.D 2) Does the compiler program translate the whole source code in one step? * a. No b. Depends on the Compiler c. Don't Know d. Yes ANSWER.D 3) The Lex compiler runs the lex.1 program and produces a C program as * a. lex.yy.c. b. lex.c c. lex.y.c d. a.out ANSWER.A 4) Buffer pair can store up to --------------------characters * a. N b. N+1 c. N2 d. N2n ANSWER.A 5) In the compiler, the function of using intermediate code is * a. to improve the register allocation b. to increase the error reporting & recovery. c. to make semantic analysis easier. d. to increase the chances of re-using the machine-independent code optimizer in other compilers. ANSWER.D 6) Which symbol is not related to context-free grammar? * a. End symbol b. Start symbol c. Non-terminal symbol d. Terminal symbol ANSWER.A 7) Which method merge...

OOAD Multiple Choice Questions

 OOAD MULTIPLE CHOICE QUESTIONS UNIT WISE 1. A model is a _________ of reality.  a. Complication  b. Simplification   c. Realization  d. Generalization  2. Models help us to________ a system as it is or the way it is wanted.  a. Analyze  b. Design  c. Visualize   d. Measure  3. In which principle, the models created explain the identification of a problem and find its solution?  a. The Choice of Model is Important  b. Levels of Precision May Differ  c. The Best Models are connected to Reality   d. No Single Model is Sufficient  4. Algorithmic and object-oriented are the two common ways for modeling ________  a. Non-software Systems b.software systems c. Vocabulary of a System  d. Client/Server Systems 5. ________ helps to communicate the overall system architecture unambiguously.  a. Flow charts  b. Designing  c. SRS  d. Templates  6. ________ defines the system's ac...

SOFTWARE TESTING MCQ

  IT8076 – SOFTWARE TESTING - Multiple Choice Questions 1.In which testing level the focus is on customer usage? a) Alpha Testing b) Beta Testing c) Validation Testing d) Both Alpha and Beta Answer: d 2.Validation refers to the set of tasks that ensure that software correctly implements a specific function. a) True b) False Answer: b 3.CMM stands for a) Capability Management Module b) Conservative Maturity Model c) Capability Maturity Module d) Capability Maturity Model Answer: d 4.According to ISO 9001, the causes of nonconforming product should be a) deleted b) eliminated c) identified d) eliminated and identified Answer: d 5.ISO 9001 is not concerned with ____________ of quality records. a) collection b) maintenance c) verification d) dis-positioning Answer: c 6.In CMM, the life cycle activities of requirements analysis, design, code, and test are described in a) Software Product Engineering b) Software Quality Assurance c) Software Subcontract Management d) Software Quality M...