Note Quiz 1 k all 10 questions ise file main sy thay Note handouts main note keyword ko search krien important points hain jin ko lazmi yaad krna hy.

Ada discriminate types is similar to . C/C++ pointer C/C++ union C/C++ reference All of the given Page # 52 - My Ok

The block structure feature of ALGOL60 has scope. No Local Universal Global Page # 26 – My Ok

Unlike C/C++, Ada can have _____ within functions/procedures. Objects Functions/procedures Events Parameters Page # 58 – My Ok

In the Decimal fixed point type, the distance between values is implemented as a power of 2 10 8 16 Page # 50 – My Ok

Function must have at least ______return statement. Three Two One Four Page # 57 – My Ok Every function must have at least one return statement. A procedure is not required to have any return statements. The expression in a function's return statement must evaluate to a type that matches the return type in the function's declaration.

______operations must have one of its parameters of the tagged type. Concurrent Synchronized Primitive

Generic Page # 59 – My Ok

An understanding of implementation issues leads to a/an ______of why languages are designed the way they are. Uncertainty Understanding Misunderstanding Confusion Page # 5 – My Ok

______has an efficient use of processor and memory. Plankul Kool LISP CORBA C++

Imperative programming languages are the direct result of . Charles Babbage engine Logic or list program languages. Von Neumann architecture Language application domain Page # 22 – My Ok

Following are imperative languages EXCEPT LISP C PASCAL Page # 22 – My Ok

Which statement is true from evolution perspective about 1970's era? Analysis and elaboration era Era of effective software technology Era of object oriented programming languages Era of discovery and description Page # 30 – My Ok

SNOBOL language questions starts from here Variable name in SNOBOL may not be longer than . 150 characters 250 characters 500 characters 120 characters Page # 33 – My Ok

If we have two spaces in SNOBOL the first is used for and the second one for . , immediate assignment, replacement pattern matching, concatenation as a whole assignment, immediate assignment. Page # 35 & 36 – My Ok

In SONOBOL 2 spaces can be used, the purpose of 1st space is for _____ and 2nd for Pattern matching, String Concatenation String concatenation, Pattern matching Page # 35 & 36 – My Ok

Which statement is correct about Table in SNOBOL? Table is indexed by number Table is indexed by the key Table can be indexed by both keys and numbers Table cannot be indexed Page# 43 – My Ok

Which statement is correct about Table in SNOBOL? Table is indexed by number Table is indexed by the key value Table can be indexed by both keys and numbers Table cannot be indexed Page# 43 – My Ok

The GOTO statement in SNOBOL is . Explicit pattern matched implicit an indirect reference. Click Here – My OK

Which statement is true about SNOBOL? Its developers are computer experts Its developers have limited introduction with computer science Is an example of aspect programming languages Have many data types Page # 44 – My Ok

SNOBOL is case_____. Sensitive In-Sensitive Super-Sensitive Not-Sensitive Page # 33 – My Ok

SNOBOL is case ____ Sensitive InSensitive Super-Sensitive Not-Sensitive Page # 33 – My Ok

SNOBOL was designed for______purpose. String manipulation Al Business Scientific Page # 29 SNOBOL (1964) designed as a string manipulation language (at by Farber, Griswold, and Polensky). It had powerful operators for string pattern matching but suffered from poor readability and maintainability.

Which of the following is used for indirect referencing in SNOBOL? Unary $ Binary S Unary & Binary & Page # 40 – My Ok

Indirect referencing in SONOBOL is same as of _____in C. Arrays Pointers Aliasing Stack Page # 40 – My Ok

SIZE () arid REPLACE () in SNOBOL4 are functions Primitive built-in user defined Both primitive and built-in Page # 41 – My Ok

SIZE() and REPLACE() in SNOBOL4 are ______functions Primitive built-in user defined both primitive and built-in Page # 41 – My Ok

Control structure is a ______statement If Else Switch Goto/Jump Statement For Loop Page # 44 – My Ok

Which of the following is the only Control structure in SNOBOL? My Quiz 1 Go to Statement If Else statement Switch statement Both if else and switch statement Page # 44 – My Ok

The space operator in SNOBOL has _____ precedence than arithmetic operators. Lower Higher Higher and Lower None of the given Page # 35 – My Ok

The space operator has _____ precedence than arithmetic operators. Higher Lower Higher and Lower None of the given Page # 35 – My Ok

SNOBOL stands for StriNg Oriented SymBOlic Language

Binary operator in SNOBOL must has at least _____ spaces on both sides 1 2 3 4 Page # 34 – My Ok

In SONOBAL binary operators have at least____ spaces 1 2 3 4 Note as Binary operator in SNOBOL must has at least one space on both sides so it would have at least 2 spaces in total Binary operator

Binary operator in SONOBOL must has at least spaces on both sides. 1 2 3 5 Page # 34 – My Ok

Maps in SNOBOL are also available in ____ C C++ MATLAB Check as not confirmed Ask from the instructor SNOBOL language questions ends here

Today about 50 % coding is done in . BASIC C ADA Visual Basic Check as Not sure – Ask from the instructor

The first-level elements in LISP are called _ level elements. First Index Top Priority Page # 64 – My Ok The first-level elements in LISP are called top-level elements. For example top elements of list (a b c) are a, b, and c. Similarly, top elements of list (a (b c)) are a and (b c).An empty list is represented by nil. It is the same as ().

To write a user defined function in LISP we use _ . Setq Defun Def func Func Page # 69 – My Ok In LISP, defun is used to write a user-defined function. Note that different dialects of LISP may use different keywords for defining a function. The syntax of defun is as below:(defun func- name (arg-1 ... Arg-n) func-body)

Function in LISP is in notation. Postfix Infix

Prefix None of the given Page # 64 – My Ok

Function in LISP is in notation. Postfix Infix Prefix None of the given Page # 64 – My Ok In LISP, a function and a function call is also a list. It uses prefix notation as shown below: (function-name arg1 ... argn)

Dotime loop of LISP is similar in working to of Ada. while loop for loop switch statement Both while loop and switch statement Page # 72 – My Ok

Dotimes loop of LIPS similar working to ______ada For Switch loop Do while While Page # 72 – My Ok

may also change global variable as a side effect. time LISP iteration list LISP iteration dolist LISP iteration dotime LISP iteration Lecture # 20 – Time 42 minute. – My Ok

The first argument in LISP list is the List Function Argument Atom Page # 65 – My Ok

The first argument in LISP list is the List Function Argument Symbol

Page # 65 – My Ok

The second argument in LISP list is the List S-Expression Argument Symbol Page # 65 – My Ok

The 2nd argument in LISP list is the List S-Expression Argument Symbol Page # 65 – My Ok

We have extensive use of ___ in LISP. For loop Switch statement Recursion AI Page # 63 – My Ok

For Recursion it is necessary that a language Dynamic Static Both dynamic and static Stack

Java has no . multiple inheritance struct enum type All of the Given Page # 29 – My Ok

Which of the following is a language designed for distributed computing architecture? CORBA FORTRAN ADA LISP Click Here – My Ok

______does not have a predefined inheritance hierarchy. ALGOL PROLOG

C++ Ada Page # 48 – My Ok

Record in Ada is similar to structure in C/C++. Record members in Ada is accessed through a/an____ (.)Dot operator operator

None of the given Click Here – My Ok

We may create our own exceptions in _ . C SNOBOL C++ Ada Click Here – My Ok But we can also create exception in C and Java too but there we have to create an exception class

A language is reliable if during execution it does not create . Result Error Bytecode Malfunction My Ok

If the program written in a particular language is less than the cost of failure of the system may be significant. Writable Reliable General Readable Page # 20 – My Ok

Conditional control transfer" gave rise to the idea of which are blocks of code that can be reused over and over. Namespaces Header Files Objects Libraries Page # 21 – My Ok

Identify the feature which was not available in FORTRAN-IV. support for logical IF statement

support for explicit type declarations subprograms could also be passed as parameters Page # 25 – My Ok

Identify the feature which was available in FORTRAN-IV. logical IF statement support for explicit type declarations subprograms could also be passed as parameters All of the given Page # 25 – My Ok

The earliest form of a computer language was motion. Physical Logical Virtual Spiritual Page #21 – My Ok

The first high level language is . FORTRAN Plankal kool Ada SNOBOL Page # 25 – My Ok

Which of the given resulted in more complex software requiring support for software engineering in programming. Increasing Hardware cost only Increasing Software cost only Increasing Hardware cost and Decreasing Software Cost Increasing Software cost and Decreasing Hardware Cost Page # 30 – My Ok

COBOL is mainly designed for . My quiz 1 Scientific experiments Business application Al applications Publishing and writing algorithm Page # 22 – My Ok

______programming language is known as “Write-Only” language. FORTRAN BASIC PL/1 APL Page # 28 – My Ok

First language that provided the concept of Pointer was _. COBOL LISP PL/1 JAVA Page # 28 – My Ok Ref:- PL/I was the first language to introduce unit-level concurrency, exception handling, pointer data type, and array cross sections

Following are object oriented programming languages EXCEPT C++ JAVA LISP C#

Learning the implementation details of a language helps the programmer in… Finding bugs Fixing bugs Both finding and fixing bugs Neither finding nor fixing bugs Page # 6 – My Ok

Learning the implementation details of a language helps in the efficient use of that language. True False

was the first object oriented language. COBOL LISP JAVA SIMULA Page # 28 – My Ok

Learning different programming languages helps in increasing the ______to express programming concepts Range Volume Capacity Level Page # 5 – My Ok

Computer architecture has a major influence on the design of programming language. True False

In SONOBOL TABLES can be used in a manner similar to ______. My Quiz 1 Array Pointers Queue Struct Page # 43 – My Ok

Programming Language is basically a tool for instructing a computer to perform specified set of task. True False My Ok

In SONOBOL can the size of the array be determined at run time. Yes No Page # 42 – My Ok

Following is the correct structure of a "block" in Ada. a) declare -- declare section optional statements begin declarations exception -- exception section optional handlers end; b) declare -- declare section optional declarations begin statements exception -- exception section optional handlers end; c) declare -- declare section optional statements begin declarations handlers exception -- exception section optional end; d) declare -- declare section optional

statements declarations begin statements exception -- exception section optional handlers end; Page # 56 & 57 – My Ok

We can have nested procedures in ______language. My Quiz C++ Ada C Prolog Page # 58 – My Ok

______is used to give comments in Ada language /* */ // --

______is more strongly typed language then ______C++, C# C#, C++ C++, Java None of the given Page #111 – My Ok

_____is more strongly typed language then ______C++, C# C#, C++ C++, Java None of the given Page #111 – My Ok

One of the major design goals of Ada was To make it difficult for developers to make mistakes To help developers to code the software in lesser time To help develop an IDE for Ada To make testers to test Ada application easily Page # 45 – My Ok

It is always better to find out the mistakes in the code at ______. Compile time Link time

Run time None of the given options Click Here – My Ok

______is an important feature of Ada language used in embedded systems and operating systems. It is used in managing parallel threads of controls. Packages Controls Tasking Classes

SNOBOL was designed for ______purpose Packages Structures Controls Absrract Data Type

A concept similar to Classes in Ada is called _____. Packages Structures Controls Abstract Data type

Lists can be constructed with the help of three basic functions which are ______. scheme, common lisp and cons cons, append and scheme cons, list and append list, atoms and append

______helps in creating types of your own choice even numeric types can be created. Ada LISP FORTRAN PROLOG Page # 48 – My Ok

Two important versions of LISP are ______. Scheme and Atoms Scheme and Common Lisp Common Lisp and defacto List and Common Lisp Page # 63 – My Ok

A ______program has two types of elements: atoms and lists. LISP PROLOG

Ada C++ Page # 63 – My Ok

Capital letter or underscore in PROLOG anonymous variable is place holder value that is not required

Is very effective solving puzzle? PROLOG My Ok

Which is very effective in solving complex puzzles? PROLOG My Ok

Variable of ………. is not an object of java Primitive Reference Integer type Both reference and Primitive Page # 93 – My Ok

C## and C++ have …….. size Same Different Distinct None of the given

Anything starting with Capital or underscore is a variable in ______Prolog Lisp Cobol Page # 83 – My Ok

In Prolog we specify ______and not ______solution, problem

LISP is used in ______and ______Functional paradigm, AI Page # 63 – My Ok

First arguments in LISP is ______Atom Argument Integer

LIST Page # 65 - My Ok

Elementary types are also called ______in ADA Static User defines Builtin Page # 48 – My Ok

_____ has elaborated exception handling ADA C++ JAVA COBOL Page # 29 – My Ok

___ has a powerful set of operators but poor type checking C C++ ADA LISP Page # 28 – My Ok

______and ______have declaration paradigm Prolog, SQL

1st machine independent language is ______Algol 60 Page # 26 - My Ok

To make necessary arguments at run time error is called ______exception handling

The depth at which we can think is influenced by ______implementation details Read at page # 5 as question and its options are not clear and complete

With programming in ______we state "what" and not "how". PROLOG Page # 86 – My Ok

The inference mechanism of PROLOG is based upon ______. Forward chaining Propositional logic Back tracking Recursion

Page # 81 – My Ok

In programming languages,function are group of statements which take inputs in the form of arguments and Return a value

Classes are the (a)Layout of objects (b)Skelton of objects (c)A and b only Units of objects

Comment in programming are important for a and c only

We termed ______as Microsoft version of C++. Java C# Basic Intermediate Language (IL)

In ENIAC physical motion was eventually replaced by _____ signals. Analog Electrical Digital Logical Page # 21 – My Ok

Which statement is not true about Ada. It has an implicit exception It has an explicit exception It has interfaces to other language

Ada pointers are called Access types. TRUE FALSE

Dynamic binding occurs at: Compile Time Design Time Link Time Run Time Page # 161 – My Ok – Final Term MCQs

The dangling pointer problem is partially alleviated by Ada design. TRUE

FALSE

Pattern . Variable Upon successful completion of pattern matching, the substring matched by the pattern is assigned to the variable as ______Value String Integer Real numbers Page # 37 – My Ok

Ada is a ______language Typed Strongly Typed weakly typed Non typed Page # 46 - My Ok

______operator in prolog is used for list construction and also for List dismantling. ! (Sign of exclamation) :(Colon) | (Vertical Slash) Both ! (Sign of exclamation) and :(Colon)

In the content of Programming, which of the following is/are the way(s) of creating own data type. (a) Defining a variable (b) creating an object (c) Creating a structure variable in C/C++ (d) b and c only

Following is the correct syntax of ‘for’ statement in Ada for variable in low_value .. high_value loop -- Loop body goes here end loop; for variable in low_value .. high_value loop -- Loop body goes here end; begin; for variable in low_value .. high_value loop -- Loop body goes here end loop; begin loop; for variable in low_value .. high_value loop -- Loop body goes here end loop;

Ada DO NOT support post test loop like do-while loop. True False Page # 55 – My Ok

Ada support all of the given loops except ______do-while loop while loop for loop both do-while and while loop Page # 55 – My Ok

Ada has ______do while loop just like C++ Also No Defective None of the above Page # 55 – My Ok

The declarative language among the following is My Quiz 1 C PROLOG PASCAL C++

First electronic computer was ENIAC Baggage Analytical Engine Intel 386 IBM x86 Page # 20 – My Ok

For immediate value assignment sign is used. % & $ * Page # 39 – My Ok

In Ada the example of composite data type is ______Integer data type Floating data type Array All of the given

Which of the following is used in LISP to forbid the evaluation of a symbol? Space Quote Hyphen Double quote Page # 65 – My Ok

LISP was the first programming language that introduced the concept of . Pointers Arrays Dynamic typing Trees Page # 25 – My Ok

In we shape the program as a function. SNOBOL LISP ALGOL C Click Here – My Ok

We use ______operator for indirect referencing in SNOBOL. Unary dot(.) Unary $ Binary dot(.) Binary $ Page # 40 – My Ok

______is used in arithmetic expression in SNOBOL. Space operator $ operator String Character Check - Page # 35

______operations in SNOBOL are right associative. Unary Exponentiation Multiplication Addition Page # 33 – My Ok

Which statement best suited for C programming language? String manipulation language First language to provide exception handling With powerful set of operators but poor type checking Introduce the notion of class Page # 28 – My Ok

In the ordinary fixed point type, the distance between values is implemented as a power of . 2

10 8 16 Page # 50 – My Ok

Ada 95 is the first internationally standardized programming language. Structured Object-Oriented Non-Structured Logical Page # 46 – My Ok

______was the first step towards the complex languages of today. ENIAC Pascal A-0 Short Code language Page # 21 – My Ok

is The First High Level Language FORTAN Ada Plankal kül LISP Page # 25 – My Ok

Two-dimensional arrays are stored column-wise (column major) in ______ALGOL BASIC FORTRAN C# Page # 5 – My Ok

The only Control structure in SNOBOL is . If Else statement Switch statement Go to Statement For Loop Page # 44 – My Ok

______provide middle layer among browser and database. JavaScript PHP C# SMALTALK Page # 30 – My Ok

In LISP, ______is the main tool used for iteration. Recursion For Loop While Loop Do-While Loop Page # 71 - My Ok

Loops in a programming are used to To make logic of the program To execute a statement or group of statements repeatdly To execute some statement within a scope For sorting data only

Which of the following is true about Dot operator (.) in SNOBOL? Unary operator Binary operator Reference pointer Class pointer

Indexes of arrays in Ada DO NOT starts from 0 1 2 3

Predicates in PROLOG are the declarations of ______. Relations only Rules only Both Relations and rules Neither Relations nor rulles

Enlist the control statement(s) in the following (a) Data Structure (b) Loops (C) if-else, switch (d) b and c only

are a type of Aliasing Pointers Parameters Arrays Linked List

In Ada programming language packages are used for Encapsulation only

Type definition only Both Encapsulation and Type definition Neither Encapsulation nor Type definition

______in PROLOG are loosely typed. Variable Constants Atoms Both constants and variables Page # 83 – My Ok

In ______, Enumeration type can also be used as indexes in arrays Ada C C++ Lisp My Ok

Following statement returns the union of the two list in LISP. >(L1 UNION L2) >(union L1 L2) >Union L1 >(L1 union L2) Page # 68 – My Ok Ref:- >(union L1 L2) ; returns the union of the two lists >(intersection L1 L2) ; returns the intersection of the two lists >(set-difference L1 L2) ; returns the difference of the two lists

In LISP, following statement returns the difference of the two lists. (Difference L1 L2) (L1 Difference L2) (L1 difference L2) (set-difference L1 L2) Page # 68 – My Ok

In LISP, following statement returns the intersection of the two lists. (intersection L1 L2) (L1 intersection L2) (L1 intersection L2) (set- intersection L1 L2) Page # 68 – My Ok

______represents the class of languages from functional paradigm. LISP PROLOG

Ada C++ Page # 25 – My Ok

In programming languages, static variables has lifetime Within the block only Within the function only Within the class only During Entire execution of the program

Smalltalk was the first purest______language and pioneered graphical user interface. object oriented structured procedural functional Page # 29 – My Ok Smalltalk - 1972-1980 – The Purest Object-Oriented Language It was developed at Xerox PARC, initially by Alan Kay and then later by Adele Goldberg.

“Everything for everybody” was the motive of the language COBOL LISP PL/1 JAVA Page # 27 – My Ok

In Ada language, which of the following is used for the initiation of concurrent tasks? Subprograms Tagged types Generics Tasking Page # 61 – My Ok

Which of the following are the types of constants in Prolog. Atoms and Numbers Floats and numbers short and char Single and decimal Page # 80 – My Ok

In programming languages functions are group of statements which take input in the form of arguments and Return a value Add them Store the data

Prints the data

Learning curve is proportional to the number of basic components. Directly Indirectly Both directly and indirectly Neither directly nor indirectly Page # 15 – My Ok

Which of the following is very effective in solving complex puzzles? PROLOG ALGOL C/C++ FORTRAN

LISP was basically developed to solve problems. Accounting Scientific Business Page # 22 – My Ok

A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c)) is ______A List An Atom Both Atom and List Neither Atom nor List

Which of the following generates readable code which is easy to maintain. Clauses Inference mechanism Facts Page # 91 - My Ok

In programming languages, Procedures do not Return the Data Print the data Take arguments Process the data

Block statement in Ada is very different to a block in C. True False Page # 56 – My Ok

Block statement in Ada is very similar to a block in ______C SNOBOL FORTRAN Both SNOBOL and FORTRAN Page # 56 – My Ok

The ______of while loop in Ada is same as in C. Syntax Semantics Algorithm None of the given options

In programming, Arrays usually have Data of integer type only Data of character type only Data of different types Data of same type

+ Sign is used for in SONOBOL Line Continuation Line Breakage Body of the program Immediate assignment Page # 38 – My Ok

PROLOG represent ______paradigm. Declarative Formal Functional Algorithmic Page # 29 – My Ok Ref:- PROLOG stands for PROgramming in LOGic and was design in 1975 by Phillippe Roussell. It is a declarative programming language and is based upon Predicate Calculus.

Which of the given resulted in more complex software requiring support for software engineering in the programming languages increasing Hardware Cost only Decreasing Software Cost only increasing Hardware Cost and Decreasing Software Cost Decreasing Hardware Cost and increasing Software Cost Page # 30 – My Ok

: Sign in program written in SONOBOL is used to show the _____ Line continuation Body of the program

Line breaking Immediate assignment My Ok

Initial version of SONOBOL only supports ______and string. Digits Exponential Numbers Real Numbers Integer

SIZE function in SONOBOL language is used to return the size of ______My Quiz 1 String Operator Variable Keyword Page # 41 – My Ok

____ was considered good for describing algorithms. FORTRAN ALGOL LISP Ada Page # 26 – My Ok

Which of the following is an incorrect option from the following statements regarding “objectives of learning new languages”? My Quiz 1 Help to compare different languages Help in transition from one language to other language Help in understanding the language piracy policy Help to choose a language for development of a certain application

A space is used as for ______concatenation Variable String Data Type Operator Page # 35 – My Ok

A space is used as and ______for string concatenation Variable String Data Type Operator Page # 35 – My Ok

A space is used as an ______for string concatenation

Variable String Data Type Operator Page # 35 – My Ok

Space is used as an operator in ______ADA ALOGOL SNOBOL PROLOG

Following are some of the reasons for studying concepts related to different programming languages EXCEPT My quiz 1 Increased ability to learn new languages Increased capability to design communication links Increased ability to design new languages Increased capacity to express programming concepts Page # 5 – My Ok

COBOL was the first language that brings the concept of Records Structure Object Variable Page # 27 – My Ok

In C# struct are used as______. Pointer Array Parameters Class Page # 113 – My Ok – Final Term MCQs

______is/are harmful as far as readability is concerned. Overloading Orthogonality Statements like Break or Continue Case statement Click Here – My Ok

The portability has direct relation with . Simplicity Readability Generalization Standardization

Page # 20 – My Ok

Language with wide domain of application has higher______Portability Generality Reliability Readability Page # 21 – My Ok

_____ is concerned with maintenance and debugging this is a very important concern because if maintenance cost is reduced, the overall cost on the software will also be reduced. Readability Writability Orthogonality Portability Page # 15 & 20 – My Ok

A language that is more orthogonal is usually more ______Readable Writable Portable Reliable

The variable name has profound effect on ______. Readability Writability Orthogonality Portability Click Here – My Ok

A language that can be used for a wide domain of applications has higher . Portability Generality Reliability Readability Page # 21 – My Ok

A language evaluation criteria includes following factors EXCEPT My Quiz 1 Readability Writability Portability Modularity Page # 15 & 16 – My Ok

Too much simplicity in language design can also cause problems. True

False Page # 16 – My Ok

Too much Orthogonality reduces Readability True False

The more is the Simplicity of a language, the more it will always be readable. True False My Ok Page # 16 – My Ok

Simplicity has another dimension as well. If a language is very simple then its level may also be decreased as it may loose abstraction. In that case, it will be difficult to write and read algorithms in that language. True False Page # 16 – My Ok

Readability is increased by adding several different features/ constructs in the language for performing same task. True False

If a language has more than one way to accomplish the same task, this is known as ______Productivity Multiplicity Writability Simplicity Page # 15 – My Ok

Which of the following statement is Correct about SNOBOL? Poor readability Good writability Poor readability and writability Good readability Page # 44 – My Ok

Readability has no influence on the cost of ______Deployment

______is not good as far as reliability of a language is concerned. Orthogonality Readability

Writability Aliasing

If a language become very simple then it will Increase readability Increase writability Increase readability and decrease writability Decrease both readability and writability Page # 16 – My Ok

Following factors influences a portable language design EXCEPT Computer architecture Readability Programmer's time Windows XP

Following factors influence a portable language design EXCEPT Computer architecture Readability Programmer's time Windows XP

Which of the following enhances reliability? Writability Readability Operator overloading Exception handling Page # 19 – My Ok

Operator overloading ______Writability but Readability is affected. Decreases Increases Has no affect on Stabilizes My Ok

Comments in programming are important for: (a) Readability point of view (b) Writeability point of view (c) Maintenance point of view (d) a and c only Page # 20 – My Ok

If a language provides a feature of referencing a variable in more than one way then we say that the language provides . My Quiz Aliasing Data Mining

Orthogonality Reliability Page # 15 Click Here – My Ok

Reliability of a language addresses following concepts/ factors EXCEPT Type checking Array bounds checking Exception handling Language development environment Page # 19 – My Ok

The main design goals of Ada were EXCEPT Program reliability and maintenance Design language for DoD Programming is a human activity therefore avoid unintentional mistakes Designing a portable language

In advance programming Exception Handling mechanism is used (a) Provide reliability (b) Catch compile time errors (c) Catch run time errors (d) a and c only

(.)Dot operator is a ______in SNOBOL. Reference pointer Unary operator Class pointer Binary operator Click Here – My Ok

Prolog is considered to be as ______case and type insensitive case and type sensitive case sensitive and type insensitive case insensitive an type sensitive Page # 91 – My Ok

The last value execution in the …..LISP is the return value Atom Object

Label3 ki conditional and unconditional jumps ki commands likhni thi Program ki output batien Program ki output batien aour is main mistake hy who btaies Zuse’s Plankalkul ki pehli language book k mutaliq question tha