6999+ System Programming MCQ with and Answers Pdf - 1

Question: 1

Which of the following translator program converts assembly language program to object program?

(A) macro processor

(B) compiler

(C) linker

(D) assembler

Ans: D

assembler

Question: 2

The register or main memory location which contains the effective address of the operand is called

(A) scratch pad

(B) special location

(C) indexed register

(D) pointer

Ans: D

pointer

Question: 3

The part of the computer system which performs the housekeeping functions is called

(A) assembler

(B) operating system

(C) compiler

(D) interpreter

Ans: B

operating system

Question: 4

The table created by lexical analysis to describe all literals used in the source program is

(A) literal table

(B) identifier table

(C) reductions

(D) terminal table

Ans: A

literal table

Question: 5

Process is

(A) a job in secondary memory

(B) a program in execution

(C) contents of main memory

(D) program in high level language kept on disk

Ans: B

a program in execution

Related Questions