Which of the following is not a programming language:
a) Java
b) Basic
c) Knuth
d) None of These

1 Answer

Answer :

c) Knuth

Related questions

Description : A computer programming language often used by children is (1) LOGO (2) PILOT (3) BASIC (4) JAVA

Last Answer : LOGO

Description : What second programming language did Google add for App Engine development? A. C++ B. Flash C. Java D. Visual Basic

Last Answer : Java

Description : A software company needs to develop a project that is estimated as 1000 function points and is planning to use JAVA as the programming language whose approximate lines of code per function point is accepted as 50. Considering a=1. ... ? (1) 11.2 months (2) 12.2 months (3) 13.2 months (4) 10.2 months

Last Answer : Generally, any projects are measured in weeks. However, the complex project might take more time depending on the level of object re-use available.

Description : Java Programming Language was originally developed by Sun Micro-systems which was initiated by _______: a) James Gosling b) Charles Babbage c) Steford Pascal d) None of These

Last Answer : a) James Gosling

Description : Java Programming language was invented by: a) Christopher Kelein b) Charles Babbage c) James Gosling d) Grace Hopper e) None of These

Last Answer : c) James Gosling

Description : ______provides a powerful and natural mechanism for organizing and structuring your software. It also explains how classes inherit state and behavior from their super classes and explains how to derive one class ... the java programming language: a) Object b) Inheritance c) Class d) None of These

Last Answer : b) Inheritance

Description : Which of the following is a popular Programming Language for developing multimedia Web pages, Websites and web-Based applications? 1) COBOL 2) JAVA 3) ASSEMBLER 4) Nine of these

Last Answer : 2) JAVA

Description : hich is not the commonly used programming language for AI? ⮚ PROLOG ⮚ LISP ⮚ Perl ⮚ Java script

Last Answer : ⮚ Perl

Description : Which was the computer conceived by Babbage? A) Analytical engine B) Arithmetic machine C) Donald Knuth D) All of above

Last Answer : Answer : A

Description : (a) Following is a list of programming languages : BASIC, COBOL, C, JAVA -Technology

Last Answer : (a) JAVA, COBOL(b) jListl. getSelectedValue ( ) ;

Description : Computer Language used on the internet is: a) BASIC b) COBOL c) Pascal d) Java e) None of The Above

Last Answer : d) Java

Description : 103. Which one is the Low Level Language: a) Assembly b) Visual Basic c) Java d) C++ e) None of The Above

Last Answer : a) Assembly

Description : Which organization first developed the Java programming language ?

Last Answer : Sun Microsystems first developed the Java programming language.

Description : Which is not the commonly used programming language for AI? a) PROLOG b) Java c) LISP d) Perl

Last Answer : d) Perl

Description : What was Hadoop written in? a) Java (software platform) b) Perl c) Java (programming language) d) Lua (programming language)

Last Answer : Java (programming language)

Description : Java has its origin in A) C programming language B) PERRL C) COBOL D) Oak programming language

Last Answer : D) Oak programming language

Description : Which is not the commonly used programming language for AI? A. PROLOG B. LISP C. Perl D. Java script

Last Answer : C. Perl 

Description : Which of the following is not a programming language? (A) Pascal (B) Microsoft Office (C) Java (D) C++

Last Answer : (B) Microsoft Office

Description : The pure object oriented programming language with extensive metadata available and modifiable at run time is (A) Small talk (B) C++ (C) Java (D) Eiffel

Last Answer : (A) Small talk

Description : Which one of the following is correct? (A) Java applets cannot be written in any programming language (B) An applet is not a small program. (C) An applet can be run on its own. (D) Applets are embedded in another applications. 

Last Answer : (D) Applets are embedded in another applications.

Description : Which of the following programming language started from second generation? A) Cobol B) BASIC C) C D) LISP

Last Answer : Answer : A

Description : The most widely used commercial programming computer language is 1) BASIC 2) COBOL 3) FORTRAN 4) PASCAL

Last Answer : 2) COBOL

Description : Which one of the following is not a programming language of a computer? 1) BASIC 2) FORTRAN 3) LASER 4) PASCAL

Last Answer : 3) LASER

Description : The first AI programming language was called (a) Basic (b) IPL (c) FORIRAN (d) LISP

Last Answer : (d) LISP

Description : A ____ is a namespace for organizing classes and interfaces in a logical manner. Placing your code into ______makes large software projects easier to manage. This section explains why this is useful and ... provided by the Java Platform: a) Inheritance b) Object c) Package d) None of These

Last Answer : c) Package

Description : Which was the computer conceived by Babbage? a. Analytical engine b. Arithmetic machine c. Donald Knuth d. All of above

Last Answer : a. Analytical engine

Description : Which was the computer conceived by Babbage? a. Analytical engine b. Arithmetic machine c. Donald Knuth d. All of above

Last Answer : a. Analytical engine

Description : In Visual Basic .NET or Visual C# programming, when would you use Structured Query Language (SQL)? How are they executed? 

Last Answer : ADO.NET handles most of the database communication for you behind-thescenes. You would only use SQL statements when generating ad-hoc queries for the database. You execute SQL statements by ... returning statements, such as DELETE, INSERT INTO, or UPDATE statements, use the ExecuteNonQuery method.

Description : Assume a systems development project effort calculation determines that the system  will require 240 function points. If the developers choose to implement this system in the  C programming language, approximately ... without more information  c. exactly the same  d. much greater  e. much less

Last Answer : e. much less

Description : Which is the first AI programming language? a) BASIC b) FORTRAN c) IPL(Inductive logic programming) d) LISP

Last Answer : d) LISP

Description : What second programming language did Google add for App Engine development? A. C++ B. Flash C. JavaD. Visual Basic

Last Answer : Java

Description : The first AI programming language was called: a. BASIC b. FORTRAN c. IPL d. LISP

Last Answer : c. IPL

Description : The first AI programming language was called: A. BASIC B. FORTRAN C. IPL D. LISP

Last Answer : C. IPL 

Description : The first AI programming language was called: A. BASIC B. FORTRAN C. IPL D. LISP E. None of the above 

Last Answer : C. IPL 

Description : I love programming in Qbasic... and can't seem to learn C+ or Java... am I doomed?

Last Answer : answer:Try Just BASIC if you don’t plan to write code as a career. If you’re wanting a “bridge” to C++ or Java, try the PHP server-side scripting language or Python.

Description : Ruby, a class XI student has just started learning java programming. Help her in the following: (i) Explain her the concept of variable -Technology

Last Answer : (i)Variables are named storage location to store values temporarily which can be changed during program execution.Data type states the way the values of that type are stored, the operations that can be done ... setText( Just Pass );In the above if statement, value of marks is being compared with 40.

Description : Anju, a beginner in java programming has written following code with some mistakes: -Technology

Last Answer : int k=0;String s='Save Earth';int l=s.length();for(int i=0;k

Description : Ruby, a class XI student has just started learning java programming. Help her in the following: -Technology

Last Answer : i. Variables are named storage location to store values temporarily which can be changed during program execution.Data type states the way the values of that type are stored, the operations that can be done ... setText( Just Pass );In the above if statement, value of marks is being compared with 40.

Description : Which of the following programming medium makes social networking widgets more prevalent than the past? A. HTML B. CSS C. JAVA D. AJAX

Last Answer : AJAX

Description : . _____________ The open source clone of GFS. Written in Java. The programming interfaces are similar to POSIX but not identical. a) HDFS b) SAMIL c) SCIM d) DVE

Last Answer : HDFS

Description : Match the following types of variables with the corresponding programming languages: (a) Static variables (i) Local variables in Pascal (b) Stack dynamic (ii) All variables in APL (c) Explicit heap dynamic (iii) Fortran 77 (d) Implicit ... (ii) (C) (iii) (i) (iv) (ii) (D) (ii) (i) (iii) (iv)

Last Answer : (C) (iii) (i) (iv) (ii) 

Description : Java Language was released in _____as core component of Sun Micro-systems Java platform: a) 1994 b)1993 c) 1995 d) None of These

Last Answer : c) 1995

Description : ____is a general purpose high level language: a) C++ b) C c) Java d) None of These

Last Answer : b) C

Description : Each computer can only understand programs that are written in its own ____: a) Machine Language b) Assembly Language c) Java d) None of These

Last Answer : a) Machine Language

Description : A compiler translates a program written in a high-level language into a) Machine language b) An algorithm c) A debugged program d) Java e) None of these

Last Answer : a) Machine language

Description : Which programming languages are classified as low level languages? A) Basic, COBOL, FORTRAN B) Prolog 2, Expert Systems C) Knowledge based Systems D) Assembly Languages

Last Answer : Answer : D

Description : The window version of Excel supports programming through Microsoft's Visual Basic for Applications (VBA), which is a dialect of _____: a) Visual Support b) Visual Basic c) Visual Format d) None of These

Last Answer : b) Visual Basic

Description : A _____ contains specific rules and words that express the logical steps of an algorithm. 1) Syntax 2) Programming structure 3) Programming language 4) Logic chart 5) None of these

Last Answer : Answer :3

Description : Which of the following is a programming language? A) Lotus B) Pascal C) MS-Excel D) Netscape

Last Answer : Answer : B