2 Feb 2024 PRINCE ROHILLA 0 Comments Computer Education Quiz X-Marks (04) Q(1). SAN refers to: (A) Storage Area Network (B) Sample Annual Numbers (C) Search Access Network (D) None of These Q(2). Full form of COMPUTER is: (A) Compulsory Operated Machine Privately Used for Technology Education and Research (B) Commonly Operated Machine Particularly Used for Technology Education and Research (C) Conveniently Operated Method Particularly Used for Technology Education and Research (D) None of These Q(3). COBOL is: (A) Common Business Oriented Language (B) Computer Basics in Other Language (C) Computer Business Oriented Language (D) None of These Q(4). Ctrl + A is for: (A) To Save (B) To Select Whole Area (C) To Bold (D) None of These Q(5). Ctrl + S is for: (A) To Italic (B) To Redo (C) To Save (D) None of These Q(6). SIM means: (A) Speed In Mobile (B) Special Identity Module (C) Subscriber Identity Module (D) None of These Q(7). CPU is: (A) Control Processing Unit (B) Computer Programming Unit (C) Central Processing Unit (D) None of These Q(8). Cable TV network is an example of: (A) MAN (B) LAN (C) VAN (D) None of These Q(9). RAM stands for: (A) Read Access Memory (B) Random Access Memory (C) Rewritable Access Memory (D) None of These Q(10). ROM stands for: (A) Read Operating Memory (B) Random Oriented Memory (C) Read Only Memory (D) None of These Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit
2 Feb 2024 PRINCE ROHILLA 0 Comments Computer Education Quiz X-Marks (03) Q(1). Font type, Font size, Bold, Underline, Bullets, Alignment display on: (A) Menu Bar (B) Formatting Tool Bar (C) Standard Tool Bar (D) None of These Q(2). Presentations made on: (A) MS Word (B) MS Excel (C) MS PowerPoint (D) None of These Q(3). Slides prepare in: (A) MS Word (B) MS PowerPoint (C) MS Excel (D) None of These Q(4). Full form of DBMS: (A) Data Base Management System (B) Document Base Management System (C) Digital Base Management System (D) None of These Q(5). RDBMS means: (A) Relational Data Base Management System (B) Reliable Data Base Management System (C) Relational Document Base Management System (D) None of These Q(6). Full form of WWW: (A) World Wire Web (B) World Wide Web (C) World Width Web (D) None of These Q(7). Full form of IP: (A) Internet Programming (B) Internet Protection (C) Internet Protocol (D) None of These Q(8). PPP stands for: (A) Point Power Protocol (B) Point to Point Protocol (C) Power Point Presentation (D) None of These Q(9). URL is: (A) Uniform Resource Locator (B) Universal Region Locator (C) Uninterrupted Resource Locator (D) None of These Q(10). KVM stands for: (A) Keyboard Versatility in Mouse (B) Keyboard, Video, Mouse (C) Keyboard, Video, Music (D) None of These Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit
2 Feb 2024 PRINCE ROHILLA 0 Comments Computer Education Quiz X-Marks (02) Q(1). Object Oriented Programming (OOP) is a _______philosophy: (A) Network (B) Design (C) Data Type (D) None of These Q(2). OOP uses a different set of programming languages than old procedural programming languages such as: (A) C (B) Pascal (C) Both of Above (D) None of These Q(3). One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create ______that do not need to be changed when a new type of object is added: (A) Networks (B) Modules (C) Data Slates (D) None of These Q(4). Which among the following definitions are correct: (A) Object - Any entity that has state and behavior is known as an object. (B) Class - Collection of objects is called a class. It is a logical entity. (C) Inheritance - When one object acquires all the properties and behaviors of a parent object, it's known as inheritance. It provides code re-usability and is used to achieve runtime polymorphism. (D) All of the above (E) None of These Q(5). Which one among the following is incorrect about 'class': (A) A class is simply a representation of the type of object. (B) It is a blueprint or plan or template that describes the details of an object. (C) A class is the blueprint from which the individual objects are created. It is composed of three things - a name, attributes, and operations (D) All of the above (E) None of These Q(6). ______provides a powerful and natural mechanism for organizing and structuring your software. It also explains how classes inherit state and behavior from their superclasses and explains how to derive one class from another using the simple syntax provided by the Java programming language: (A) Object (B) Inheritance (C) Class (D) None of These Q(7). An _____ is a contract between a class and the outside world. When a class implements an interface, it promises to provide the behavior published by that ______: (A) Object (B) Interface (C) Package (D) None of These Q(8). A ____ is a namespace for organizing classes and interfaces in a logical manner. Placing your code into ______makes large software projects easier to manage. This section explains why this is useful and introduces you to the Application Programming Interface (API) provided by the Java Platform: (A) Inheritance (B) Object (C) Package (D) None of These Q(9). SRP stands for: (A) Server Responsibility Principle (B) Single Responsibility Principle (C) Standard Responsibility Principle (D) None of These Q(10). OCP stands for: (A) Open Closed Principle (B) Open Class Principle (C) Organized Closed Principle (D) None of These Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit
2 Feb 2024 PRINCE ROHILLA 0 Comments Computer Education Quiz X-Marks (01) Q(1). Object Oriented Programming (OOP) is a _______philosophy: (A) Network (B) Design (C) Data Type (D) None of These Q(2). OOP uses a different set of programming languages than old procedural programming languages such as: (A) C (B) Pascal (C) Both of Above (D) None of These Q(3). One of the principal advantages of object-oriented programming techniques over procedural programming techniques is that they enable programmers to create ______that do not need to be changed when a new type of object is added: (A) Networks (B) Modules (C) Data Slates (D) None of These Q(4). Which among the following definitions are correct: (A) Object - Any entity that has state and behavior is known as an object. (B) Class - Collection of objects is called a class. It is a logical entity. (C) Inheritance - When one object acquires all the properties and behaviors of a parent object, it's known as inheritance. It provides code re-usability and is used to achieve runtime polymorphism. (D) All of the above (E) None of These Q(5). Which one among the following is incorrect about 'class': (A) A class is simply a representation of the type of object. (B) It is a blueprint or plan or template that describes the details of an object. (C) A class is the blueprint from which the individual objects are created. It is composed of three things - a name, attributes, and operations (D) All of the above (E) None of These Q(6). ______provides a powerful and natural mechanism for organizing and structuring your software. It also explains how classes inherit state and behavior from their superclasses and explains how to derive one class from another using the simple syntax provided by the Java programming language: (A) Object (B) Inheritance (C) Class (D) None of These Q(7). An _____ is a contract between a class and the outside world. When a class implements an interface, it promises to provide the behavior published by that ______: (A) Object (B) Interface (C) Package (D) None of These Q(8). A ____ is a namespace for organizing classes and interfaces in a logical manner. Placing your code into ______makes large software projects easier to manage. This section explains why this is useful and introduces you to the Application Programming Interface (API) provided by the Java Platform: (A) Inheritance (B) Object (C) Package (D) None of These Q(9). SRP stands for: (A) Server Responsibility Principle (B) Single Responsibility Principle (C) Standard Responsibility Principle (D) None of These Q(10). OCP stands for: (A) Open Closed Principle (B) Open Class Principle (C) Organized Closed Principle (D) None of These Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit
28 Jan 2024 KULDEEP MEHRA 0 Comments Reasoning Quiz 10 marks (02) Q.(1) 17, 19, 22, 24, 27, ? (A).28 (B).29 (C).30 (D).31 Q.(2) 14, 18, 21, 25, 28, ? (A).32 (B).31 (C).30 (D).35 Q.(3) 14, 21, 35, 49, 84, ? (A).163 (B).143 (C).158 (D).147 Q.(4) 2, 3, 10, 39, ?, 1175 (A).196 (B).195 (C).194 (D).193 Q.(5) 2, 5, 11, 23, ? (A).47 (B).45 (C).44 (D).43 Q.(6) 2, 3, 7, 16, 32, ? (A).57 (B).76 (C).62 (D).67 Q.(7) 8, 11, 24, 17, 20, ? (A).21 (B).22 (C).23 (D).27 Q.(8) 18, 14, 10, 6, ? (A).2 (B).3 (C).4 (D).5 Q.(9) 5, 8, 12, 1,7 23, ? (A).28 (B).30 (C).31 (D).29 Q.(10) 43, 45, 50, 60, ?, 103 (A).79 (B).77 (C).64 (D).69 Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit
28 Jan 2024 KULDEEP MEHRA 1 Comments Reasoning Quiz 10 marks (01) Q.1 19, 9, 28, 37, 65,? (A). 99 (B). 97 (C). 102 (D). 113 Q.2 49, 46, 43,40, ?, 34 (A). 38 (B). 37 (C). 36 (D). 39 Q.3 1728, 864, 432, 216,? (A). 54 (B).108 (C).116 (D).200 Q.4 46, 41, 35, 30, ?, 19, 13 (A).26 (B).24 (C).28 (D).22 Q. 5 14, 21, 24, 28, 31, ? (A).32 (B).33 (C).35 (D).34 Q.6 108, 104, 100, 96, 92, ? (A).88 (B).84 (C).90 (D).86 Q.7 9, 13, 18, 24, 31, ? (A).39 (B).35 (C).40 (D).37 Q.8 192, 186, 174, ?, 162 (A).166 (B).168 (C).164 (D).170 Q.9 9, 28, 86, 261, 787, ? (A).2366 (B).1795 (C).2175 (D).2285 Q.10 152, 164, 176,188, ?, 212 (A).196 (B).202 (C).200 (D).210 Please provide your contact information to proceed.Email Address *First Name *Consent *Yes, I agree with the privacy policy and terms and conditions.Submit