CORRECT SOLUTIONS||100%
GUARANTEED PASS||UPDATED
2026/2027 SYLLABUS||<<NEWEST
VERSION>>
1. The underlying model of Prolog is: - ANSWER ✓ First Order Predicate
Calculus
2. The basic data structure in Prolog is: - ANSWER ✓ List
3. Prolog is a true/false system. - ANSWER ✓ False
4. All Prolog operators have the same precedence level. - ANSWER ✓ False
5. Prolog can prove that a goal is false. - ANSWER ✓ False
6. Using cut increases the size of the Prolog tree. - ANSWER ✓ False
7. Prolog tree is explored in a deterministic fashion. - ANSWER ✓ True
8. A Prolog goal is equivalent to: - ANSWER ✓ A Horn Clause with Body
Only
9. What port in the standard 4-port Byrd box model is equivalent to a Prolog
goal success? - ANSWER ✓ Exit
10.Coroutines and threads are equivalent. - ANSWER ✓ False
11.Race condition is always bad and must be eliminated. - ANSWER ✓ False
12.Race condition can be eliminated by using: - ANSWER ✓ Synchronization
,13.Concurrency is one of the principal categories of language mechanisms: -
ANSWER ✓ True
14.Thread creation in Java is done using: - ANSWER ✓ Fork/Join
15.Non-blocking algorithms include: - ANSWER ✓ Compare and Store
16.Sequential consistency can be implemented easy and efficiently. - ANSWER
✓ False
17.Monitor is: - ANSWER ✓ A module or object with operations, internal
state, and a number of condition variables.
18.Monitors are more powerful than semaphores. - ANSWER ✓ False
19.Lock based synchronization is not scalable. - ANSWER ✓ True
20.One of the characteristics of scripting languages is: - ANSWER ✓
Sophisticated pattern matching and script manipulation
21.One set of the ancestors of modern scripting languages is: - ANSWER ✓
Various tools for text processing and report generation
22.Shell languages tend to be heavily string-oriented. - ANSWER ✓ True
23.Only imperative languages are used for scripting. - ANSWER ✓ False
24.Extension script languages are used to provide extended regular expression
features. - ANSWER ✓ False
25.What is the advantage of server side scripts? - ANSWER ✓ Access to back-
end infrastructure
26.Server side scripts can be implemented using JavaScript. - ANSWER ✓
True
27.Java applets always produce HTML output. - ANSWER ✓ False
, 28.Client side scripts provide better support for interactive tasks than server
side scripts. - ANSWER ✓ True
29.JavaScript is not: - ANSWER ✓ Object Oriented Language
30.What is not a way to generate regular expressions - ANSWER ✓ Parsing
31.A symbol table is used only during scanning and parsing phases of
compilation - ANSWER ✓ False
32.What kind of scoping is used in Java - ANSWER ✓ Static
33.Syntax tree is a compressed version of parsing tree - ANSWER ✓ True
34.Control flow categories do not include: - ANSWER ✓ Inheritance
35.Call by value introduces aliasing - ANSWER ✓ False
36.Synchronous input is preferred for event handling - ANSWER ✓ False
37.Default method binding in Java is: - ANSWER ✓ Only dynamic
38.Prolog uses negative logic - ANSWER ✓ False
39.Unlike expressions, statements always have the corresponding value. -
ANSWER ✓ False
40.Imperative programing is programming my means of side effects. -
ANSWER ✓ True
41.The order in which the operands are evaluated has no effect on the result
provided by the operator using the operands. - ANSWER ✓ False
Temporaries are used for debugging information and slow down the code
execution. - ANSWER ✓ False
The maximum length of the static chain in C-like languages can be very large. -
ANSWER ✓ False