Programming Quiz questions

Q11- Which is a powerful feature of OOP that leads to information hiding?
A) EncapsulationB) Polymorphism
C) InheritanceD) None of these
Ans:-  Encapsulation
Q12- __________ is the strength of the relationships between modules or functions.
A) DependenceB) Cohesion
C) CouplingD) Subjection
Ans:-  Coupling
Q13- Which of the following instruction steps, would be written within the diamond-shaped box, of a flowchart?
A) A=B-AB) Print A
C) Input BD) IF B greater than A
Ans:-  IF B greater than A
Q14- A set of instructions that directs a computer's hardware to perform a task is called.
A) StorageB) Memory
C) LogicD) Program
Ans:-  Program
Q15- In LISP, the Multipication 3 * 2 is entered as.
A) 3 x 2B) 3 MUL 2
C) (* 3 2)D) 3 *2 =
Ans:-  (* 3 2)
Q16- Which of the following languages is more suited to a structured program?
A) FORTRANB) PASCAL
C) BASICD) None of the above
Ans:-  PASCAL
Q17- In Python, Methods having two prefix and suffix underscores in the method name is known as?
A) Dunder methodsB) Magic methods
C) Both A and BD) None of these
Ans:-  Both A and B
Q18- How many types of loops in python?
A) Only oneB) Two
C) ThreeD) Four
Ans:-  Two
Q19- What is the ASCII code of capital F?
A) 100B) 95
C) 70D) 75
Ans:-  70
Q20- What is the best client side scripting language?
A) ParaScriptB) JavaScript
C) DataScriptD) None of these
Ans:-  JavaScript
12345678910