Important Questions - Class 11 Computer Science (CBSE NCERT)
Chapter 1: Computer System and Organisation
1 Mark Questions:
- Define hardware and software.
- What is a port? Give one example.
- Name any two output devices.
- What is the difference between RAM and ROM?
2/3 Mark Questions:
- Explain the types of software with examples.
- Differentiate between system software and application software.
- What is the role of CPU in a computer system?
- Explain cache memory and its role.
5 Mark Questions:
- Draw and explain the block diagram of a computer system.
- Explain the memory hierarchy in detail.
- Compare primary and secondary memory.
Chapter 2: Data Representation and Boolean Logic
1 Mark Questions:
- Convert (1011)2 to decimal.
- What is the base of hexadecimal number system?
- Define a logic gate.
2/3 Mark Questions:
- Convert: (17) to binary, (1101)2 to octal
- Perform binary addition: (1011)2 + (1101)2
- Define AND, OR, and NOT gates with truth tables.
Important Questions - Class 11 Computer Science (CBSE NCERT)
5 Mark Questions:
- Explain all logic gates with truth tables and logic symbols.
- Explain number system conversions with one example each.
- Perform: (1010)2 (11)2 and (1110)2 (0101)2
Chapter 3: Getting Started with Python
1 Mark Questions:
- What is an interpreter?
- Name any two Python IDEs.
- Write the output of: print(3 + 4 * 2)
2/3 Mark Questions:
- What are variables? How are they declared in Python?
- Define any three data types used in Python with examples.
- Differentiate between syntax and logical error.
5 Mark Questions:
- Write a Python program to input two numbers and print their sum, difference, product, and quotient.
- Explain different types of operators in Python with examples.
- What is a data type? Explain numeric and string data types with examples.