You are on page 1of 3

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

GITAMS DEGREE COLLEGE - KADAPA


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

IT Recruiter Interview Questions... Contd...


--------------------------------------------------------------------

Q.31 what is General Purpose Programming?

A general Purpose Programming language is a programming language that can be used to produce a lot of different
kinds of Programs.

The following are some programming languages:

1. C
2. C++
3. C# --> Pronounced as C Sharp
4. Clojure
5. Crystal
6. Dart
7. Elixir
8. Erlang
9. F# --> Pronounced as F Sharp
10. Go
11. Harbour
12. Haskell
13. Java
14. JavaScript
15. Julia
16. Kotlin
17. Lua
18. Modula-2
19. Oberon
20. Objective-C
21. Perl
22. PHP
23. Pike
24. PL/I
25. Python
26. Racket
27. Ruby
28. Rust
29. Scala
30. Swift
31. Tcl
32. Visual Basic
33. Visual Basic .NET

Q.32 what is Open Source?

Open source software is computer software that is released under a license in which the copyright holder grants user
s the rights to use, study, change and distribute the software and its source code to anyone and for any purpose.
Q.33 what is Functional Programming?

Functional Programming is a programming paradigm in which we try to bind everything in pure mathematical funct
ions style.

Q.34 what is Interpreted Language?

An interpreted language is one that is primarily executed either as source code or bytecode through a dedicated virtu
al machine.

Translators
~~~~~~~~~~~~~~~~~~~~

1. Compilers
2. Interpreters
3. Assemblers

Q.35 what is High Level Programming Language?

A high level programming language designed to simplify computer programming.

High-level source code contains easy to read syntax that is later converted into a low-level language, which can be r
ecognized and run by a specific CPU.

Most common programming languages are considered high-level language.

Q.36 what is Multi-Paradigm Programming Language?

A multi-Paradigm programming Language is a programming language that supports more than programming langua
ge.

Q.37 what is Dynamic Programming Language ?

In computer science, a dynamic programming language is a class of high level programming language, which at run
time execute many common programming behavior that static programming languages perform during compilation.

These behaviors could include an extension of the program, by adding new code, by extending objects and definitio
ns, or by modifying the type system.

Q.38 what is Lightweight Programming Language?

Lightweight programming languages are designed to have small memory minimalist syntax and features.
These programming languages have simple syntax and semantics.

Q.39 what is Compiled Language?

A compiled language is a programming language, which are generally compiled and not interpreted.

Q.40 what is Markup language?

A markup language is a computer language that uses tags to define elements within a document.

It is human readable, meaning markup files contain standard words, rather than typical programming syntax.

Example: HTML & XML

HTML stands for Hyper Text Markup Language

XML stands Extensible Markup Language

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
By S. A. SADAQ
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

You might also like