CS508 Quiz No. 1 Solution and Discussion
-
Please share your current Quiz.
-
Abi attempt ni kiya kisi ne…
-
One of the major design goals of Ada was

Indirect referencing in SONOBOL is same as of _____in C.

LISP was basically developed to solve ________ problems.

Learning different programming languages helps in increasing the ________ to express programming concepts.

Block statement in Ada is very similar to a block in _______.

How many element(s) are there in LISP list (a (b c))?

Which of the following is the only Control structure in SNOBOL?

A language evaluation criteria includes following factors EXCEPT

A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c)) is _____ ?

___________ is an important feature of Ada language used in embedded systems and operating systems. It is used in managing parallel threads of controls.

-
A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c)) is _____ ? CS508

In SONOBOL TABLES can be used in a manner similar to _______.

Which of the following is used for indirect referencing in SNOBOL. CS508

Initial version of SONOBOL only supports __________ and string. CS508

SONOBOL is case _______ CS508

Pattern . VariableUpon successful completion of pattern matching, the substring matched by the pattern is assigned to the variable as ________ CS508

_________ 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. CS508

Smalltalk was the first purest ______________ language and pioneered graphical user interface. CS508

For immediate value assignment ______ sign is used. CS508

In Ada language, which of the following is used for the initiation of concurrent tasks? CS508

-
Indirect referencing in SONOBOL is same as of _____in C.
Pointers -
LISP was basically developed to solve ________ problems.
Select correct option:
Artificial intelligence
Accounting
Scientific
Business -
- Increased capacity to express programming concepts
Study of programming languages helps in increasing the capacity of express
programming concepts.
- Increased capacity to express programming concepts
-
Block statement in Ada is very similar to a block in _______.
in C
-
How many element(s) are there in LISP list (a (b c))?
-
write (list 1 2)) (terpri) (write (list 'a 'b)) (terpri) (write (list 1 nil)) (terpri) (write (list 1 2 3)) (terpri) (write (list 'a 'b 'c)) (terpri) (write (list 3 4 'a (car '(b . c)) (* 4 -2))) (terpri) (write (list (list 'a 'b) (list 'c 'd 'e)))When you execute the code, it returns the following result −
(1 2) (A B) (1 NIL) (1 2 3) (A B C) (3 4 A B -8) ((A B) (C D E)) -
Which of the following is the only Control structure in SNOBOL?
GOTO control structure -
A language evaluation criteria includes following factors EXCEPT
correct option:
Modularity -
A list in LISP is a group of atoms and /or lists. “(b c)” in list (a (b c)) is _____ ?
list
-
___________ is an important feature of Ada language used in embedded systems and operating systems. It is used in managing parallel threads of controls.
Features of Ada include: strong typing, modularity mechanisms (packages), run-time checking, parallel processing (tasks, synchronous message passing, protected objects, and nondeterministic select statements), exception handling, and generics.
-
SNOBOL was created specifically for text and string manipulation


