1. Question: Which of the following abbreviation(s) is/are correct?

    A
    COBOL (COmmon Business Oriented Language)

    B
    COBOL (COmmon Businesses Oriented Language)

    C
    RPG II (Report Program Generators)

    D
    RPG II (Report Program Generator)

    E
    BASIC (Beginner’s All-purpose Symbolic Instruction Code)

    F
    EOF (End Of File)

    Note: Not available
    1. Report
  2. Question: Which of the following procedure-oriented language is/are not ANSI standardized?

    A
    BASIC

    B
    COBOL

    C
    FORTAIN

    D
    RPG II

    Note: Not available
    1. Report
  3. Question: Translator program check the _________ from code for write into an object program.

    A
    Execution-time error

    B
    Exception error

    C
    Syntax error

    D
    Runtime error

    E
    Logic error

    Note: Not available
    1. Report
  4. Question: Which of the following is/are not translator program?

    A
    Complier

    B
    Generator

    C
    Assembler

    D
    Interpreter

    E
    Translator

    Note: Not available
    1. Report
  5. Question: Detail line consist of ________

    A
    Items

    B
    Fields

    C
    Total lines

    D
    Records

    Note: Not available
    1. Report
  6. Question: The total line is processed with _________expression inside the loop.

    A
    Total line = Total line + new item

    B
    Total line = new item

    C
    Total line = new item1 + new item2 + … + new itemN

    D
    Total line = Total line ++ new item

    Note: Not available
    1. Report
  7. Question: Which of the following defines an algorithm?

    A
    It is a graphical representation of a program flow.

    B
    It is the documentation of program logic.

    C
    It is a list of sequence of steps required to solve the problem.

    D
    It is the actual program code.

    Note: Not available
    1. Report
  8. Question: What is used to keep track of the number of times something occurs in a program?

    A
    A loop.

    B
    A counter.

    C
    A decision construct.

    D
    None.

    Note: Not available
    1. Report
  9. Question: A source program written in a High-level language is translated into ______ using a special translator program?

    A
    Object program.

    B
    Assembly program

    C
    IL program

    D
    Byte code

    Note: Not available
    1. Report
  10. Question: Violation of the rules of a particular programming language creates what?

    A
    Syntax error.

    B
    Logical error.

    C
    Execution-time error.

    D
    Bug

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd