2
www.fellowbuddy.com Simplifying Students Life Technical Paper 1. The programming language that was designed for specifying algorithm address a).ASCII b). ALGOL c). None of these options 2. _____ contains the addresses of all the records according to the contents of the field designed as the record key. a). Index b). Subscript c). Array d). File 3. _________ symbol is used for Processing of data. a). Oval b).Parallelogram c). Rectangle d). Diamond 4. __________ is the analysis tool used for planning program logic a). Protocol b). None of these c). PROLOG d). Pseudocode 5. Machine language has two part format the first part is__________ and the second part is __________ a). OPCODE,OPERAND b). OPERAND,OPCODE c). DATA CODE, OPERAND d). OPERAND,CODEOP 6. Language Primarily used for internet-based applications a). ADA b). C++ c). JAVA d). FORTRAN 7. _________ is a point at which the debugger stops during program execution and awaits a further command. a). Memory Dump b). Watch point c). Break point d). None of these 8. ________do not contains any program logic and are ignored by the language a). Processor b). Protocol

Technical paper

Embed Size (px)

Citation preview

Page 1: Technical paper

www.fellowbuddy.com

Simplifying Students Life

Technical Paper

1. The programming language that was designed for specifying algorithm address

a).ASCII b). ALGOL

c). None of these options

2. _____ contains the addresses of all the records according to the contents of the field designed as the

record key.

a). Index b). Subscript

c). Array d). File

3. _________ symbol is used for Processing of data.

a). Oval b).Parallelogram

c). Rectangle d). Diamond

4. __________ is the analysis tool used for planning program logic

a). Protocol b). None of these

c). PROLOG d). Pseudocode

5. Machine language has two part format the first part is__________ and the second part is __________

a). OPCODE,OPERAND b). OPERAND,OPCODE

c). DATA CODE, OPERAND d). OPERAND,CODEOP

6. Language Primarily used for internet-based applications

a). ADA b). C++

c). JAVA d). FORTRAN

7. _________ is a point at which the debugger stops during program execution and awaits a further

command.

a). Memory Dump b). Watch point

c). Break point d). None of these

8. ________do not contains any program logic and are ignored by the language

a). Processor b). Protocol

Page 2: Technical paper

www.fellowbuddy.com

Simplifying Students Life

c). Virus d). Comment

e). None of these

9. The component of data base management system is ________

a). Data definition Language b). Data manipulation Language

c). Data definition Language and Data manipulation Language d). None of these

10. The quality of Algorithm is judged on the basis of_________

a). Time requirement b). Memory Requirement

c). Accuracy of solution d). All of these options

11. Advantages of using flow charts is:

a). Effective Analysis b). Efficient Coding

c). Time consuming d). Effective Analysis and Efficient Coding

e). Programming in C

12. The Real constants in C can be expressed in which of the following forms

a). Fractional form only b). Exponential form only

c). ASCII form only d). Both Fractional and Exponential forms

13. The program, which translates high-level program into its equivalent machine language program, is

called:

a). Transformer b). Language processor

c). Converter d). None of these

14. Consider the following statements.

i).Multiplication associates left to right ii).Division associates left to right

iii).Unary Minus associates right to left iv).Subtraction associates left to right All are

true

a. Only i and ii are true

b. all are false

c. only iii and iv are true