Skip to main content

Posts

Showing posts from December, 2022

Extra questions for computer class 10 icse

please follow and add a comment of you language (no bad words) 1. Name the programming technique that implements programs as an organised collection of interactive objects. a. Procedure Oriented Programming b. Modular Programming c. Object Oriented Programming d. None of these Ans. c. Object Oriented Programming 2. Name the characteristics of Object Oriented Programming that hides the complexity and provides a simple interface. a. Encapsulation b. Polymorphism c. Abstraction d. Inheritance Ans. c. Abstraction 3. Which among the following operator is used to access individual members of an object? a. . (dot) b. + (plus) c. – (minus) d. / (divide) Ans. a. . (dot) 4. Which among the following modifier is used in a ‘class’? a. public b. default c. Both a and b d. None of these Ans. c. Both a and b hhhhhhhhhhhhhhhhh 5. Which among the following is a valid class name? a. Simple Interest b. SimpleInterest c. 1SimpleInterest d. Simple@Interest Ans. b. Simple...