Skip to main content

 

ENGINEERING STUDIES4U

This is blog is about mcq question for computer science engineering

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...

MPMC MCQ

MPMC MULTIPLE CHOICE QUESTION     1. A machine language instruction format consists of -  Operation code field  Operation code field & operand field  Operand field  none of the mentioned  View Answer         Operation code field & operand field 2. The instruction, MOV AX, 1234H is an example of -  register addressing mode  immediate addressing mode  based indexed addressing mode  direct addressing mode  View Answer       immediate addressing mode 3. The full form of FPGA is -  Forward Programmable Gate Array  Forward Parallel Gate Array  Field Programmable Gate Array  Field Parallel Gate Array  View Answer    Field Programmable Gate Array 4. Which language could be used for programming an FPGA.  VHDL  Verilog  Both A and B  None  View Answer       Both A and B 5. 8085 microprocessor has how many pins -  4...