MCQs on String and function for class 11
MCQs on String and function for class 11 STRING AND BUILT IN FUNCTION Q.1 What is the output of the following code ? example = “snow world” example[3] = ‘s’ print (example) (a) snow (b) snow world (c) Error ✓ (d) snos world…
MCQ on for loop in Python class 11
MCQ on for loop in Python class 11 and 12 Computer Science/ IP Iterative (loop) Statements Q.1 The for loop in Python is an _____________ a) Entry Controlled Loop b) Exit Controlled Loop c) Both of the above d) None of the above Q.2 break in…
MCQs on Flow of control, conditional statements
MCQs on Flow of control, conditional statements Topic: OUTPUT,ERRORS,FLOW OF CONTROL,CONDITIONAL STATEMENTS Q.1 Which one of the following is a valid Python if statement : a) if a>=2 : b) if (a >= 2) c) if (a => 22) d) if a >= 22 Q.2…
MCQs on Boolean Algebra for class 11
MCQs on Boolean Algebra for class 11 Topic: BOOLEAN ALGEBRA, NUMBER SYSTEM, ENCODING SCHEME Q.1 Boolean Algebra is also called a) Switching algebra b) Arithmetic algebra c) Linear algebra d) Algebra Q.2 DE Morgan’s law states that a) (AB)’ = A’ +…
MCQ on Types of Software, Operating system for class 11
MCQ on Types of Software, Operating system for class 11 Q.1 Software Package is a group of programs that solve multiple problems. a) True b) False Q.2 ____________ refer to renewing or changing components like increasing the main memory, or hard…
MCQ Basic Computer Organisation Class 11
TOPIC: MCQ BASIC COMPUTER ORGANISATION CLASS 11 Q.1 Data in computer terminology mean? (a) Figure (b) Raw facts (c) Both a & b (d) None of these Q.2 What is information? (a) Processed Data (b) Collection of a Program (c) Raw Data (d)…
Top 50 MCQ on Digital Documentation Class 10 IT
MCQ on Digital Documentation Class 10 IT 402 Digital Documentation Class 10 MCQ 1. Which of the following styles are not supported in OpenOffice Writer? (a) Character Styles (b) Page Styles (c) Paragraph Styles (d)Table Styles 2. …
MCQ Electronic Spreadsheet Class 9 IT
MCQ Electronic Spreadsheet Class 9 IT 1. In a spreadsheet, letters are used to represent _____________ a) Cells b) Rows c) Columns d) Blocks 2. A numeric data analysis tool that allows us to create a computerized ledger. a) Word processing package b)…
Digital Documentation Class 9 IT
Digital Documentation Class 9 IT A word processing tool is a sort of software that gives page format & allows to kind text & create files and also enables in editing, formatting, editing, printing and storing the contents of the file.…
Dictionary in Python Quiz for Class 11-12
Dictionary in Python Quiz for Class 11 The quiz contains 16 questions and there is no time limit. You’ll get 1 point for each correct answer. At the end of the quiz, you’ll receive a total score. The maximum score is 100%. Good luck!