edited by
1,110 views
2 votes
2 votes

Match the following with respect to the programming language $:$

$\begin{array}{} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{Structured language} & \text{i.} & \text{JAVA} \\ \text{b.} & \text{Non-structured Language} & \text{ii.} & \text{BASIC} \\ \text{c.} & \text{Object oriented Programming Language} & \text{iii.} & \text{PASCAL} \\  \text{d.} & \text{Interpreted Programming Language} & \text{iv.} & \text{FORTRAN} \\  \end{array}$

$\textbf{Codes :}$

  1. $\text{a-iii, b-iv, c-i, d-ii}$
  2. $\text{a-iv, b-iii, c-ii, d-i}$
  3. $\text{a-ii, b-iv, c-i, d-iii}$
  4. $\text{a-ii, b-iii, c-iv, d-i}$
edited by

2 Answers

0 votes
0 votes
  1. a-ii, b-iv, c-i, d-iii is correct since java is Object Oriented Programming Language
0 votes
0 votes
Ans: None of the above

correct sequence should be like this

a---(iii)

b---(iv)

c---(i)

d---(ii)

option(a) is false bcz of a---(iv) as FORTRAN is non structured language

option(b) is false bcz of a---(ii) as BASIC is non structured and interpreted language

option(c) is false bcz of a---(iii) PASCAL is non structured and interpreted language

option(D) is false bcz of a---(ii) as BASIC is non structured and interpreted language
Answer:

Related questions

2 votes
2 votes
1 answer
1
go_editor asked Jul 27, 2016
8,924 views
Which of the following correctly describes overloading of functions?Virtual polymorphismTransient polymorphismAd-hoc polymorphismPseudo polymorphism
2 votes
2 votes
1 answer
2
go_editor asked Jul 27, 2016
1,947 views
Which of the following concepts means adding new concepts to a program as it runs?Data hidingDynamic loadingDynamic typingDynamic binding
1 votes
1 votes
1 answer
3
Sanjay Sharma asked Jun 20, 2016
1,354 views
______ comparisons are necessary in the worst case to find both the maximum and minimum of n numbers.2n – 2n + floor (lg n) – 2floor ($\frac{3n}{2}$) – ...
3 votes
3 votes
2 answers
4