Computer Software Interview Questions and Answers Pdf - 2

Question: 6

What are the basic arithmetic operations on binary numbers?

There are four Binary arithmetic operations are commonly preferred on Binary numbers

Binary addition

Binary subtraction

Binary multiplication

Binary division

Question: 7

Define the system?

System is a group of interrelated components working together towards a common goal.

Question: 8

What is Compiler, Assembler and Interpreter?

Compiler: It is a program which is used to convert the high level language program into machine language.

Assembler: It is a program, which is used to convert the assembly level language program into machine language.

Interpreter: It is a program, it takes one statement of a high level language program, translates it into machine language instruction and then immediately executes the resulting machine language instruction.

Question: 9

Define Headers and Footers?

Header allows text, page number or section titles to appear on every page of document at the top position.

Footer allows text, page number or section titles to appear on every page of document at the bottom position.

Question: 10

What is a Table?

A Table is a grid of rows and columns.

Related Questions