edited by
1,483 views
2 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}$

2 Answers

0 0 votes
  1. a-ii, b-iv, c-i, d-iii is correct since java is Object Oriented Programming Language
0 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:
Position:
Show:

Related questions

2 2 votes
1 1 answer
10.5k
10.5k views
go_editor asked Jul 27, 2016
10,546 views
Which of the following correctly describes overloading of functions?Virtual polymorphismTransient polymorphismAd-hoc polymorphismPseudo polymorphism
2 2 votes
1 answers 1 answer
2.6k
2.6k views
go_editor asked Jul 27, 2016
2,593 views
Which of the following concepts means adding new concepts to a program as it runs?Data hidingDynamic loadingDynamic typingDynamic binding
1 1 vote
1 answers 1 answer
1.8k
1.8k views
Sanjay Sharma asked Jun 20, 2016
1,829 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 3 votes
2 2 answers
2.8k
2.8k views
go_editor asked Jul 29, 2016
2,844 views
Possible thread states in Windows 2000 operating system include:Ready, running and waitingReady, standby, running, waiting, transition and terminatedReady, running, waiti...