Pages

Monday, September 8, 2014

Q. Write brief note on the following a.Visual Basic b.LISP c.C/C++(Chapter 1)

Q. Write brief note on the following
a.Visual Basic   b.LISP   c.C/C++

Ans.

What is a compiler and interpreter?(Chapter 1)

Q. What is a compiler and interpreter?
Ans:
The difference between a compiler and interpreter is as follows:-



Compiler
Interpreter
It converts the whole programme(source code) into machine code at once.
It converts the whole programe(souce code) into machine code one line at a time
It creates an object file
It does not create any object file
It converts the source code into machine code that can be executed or run many times as you need.
It needs to convert the source code into machine code every time you need to run the program.
Its converted programs run faster
Its converted programs run slower
It indicates the errors after the whole program is converted into machine code
It indicates the error on every line it converts in machine code. It stop until you remove the error in that particular line.
 

Describe the negative effects of internet in our society? (Chapter 1)

Q. Describe the negative effects of internet in our society?
Ans.

What is difference between high level languages and low level languages? (Chapter 1)

Q. What is difference between high level languages and low level languages?
Ans:

The foundation of modern computer is laid on the idea of stored program. Who gave this idea? Explain his work in computer history? (Chapter 1)

Q. The foundation of modern computer is laid on the idea of stored program. Who gave this idea? Explain his work in computer history?
Ans.

Define Computer and briefly describe its classification? (Chapter 1)

Q. Define Computer and briefly describe its classification?
Ans.

Describe the effects of computer and internet on society? (Chapter 1)

Q. Describe the effects of computer and internet on society?
Ans.

C++ Part 10 type casting C+