Latest Post:
Loading...

Chapter wise grade 12 computer science Important questions

 

Dear Student,

I've prepared important questions for your board exam. Review them carefully, but don't rely solely on these. Make sure to study other topics as well for a well-rounded preparation.

 Good luck!

  Chapter 2

Data Communication and computer networking

  1. What is a communication system? Explain with a block diagram.
  2. What are guided and unguided transmission media? Explain their types in detail.
  3. Explain data communication modes with a labeled diagram and examples.
  4. What is transmission impairment? Explain the causes of transmission impairments.
  5. What is network architecture? Explain different types of network architecture with labeled diagrams, along with their advantages and disadvantages.
  6. What is the OSI reference model? Explain its layers and their functions.
  7. What are network topologies? Explain bus, ring, and star topologies, along with their functions, advantages, and disadvantages.
  8. What is a network address? Explain IPV4 and IPV6 in detail.
  9. Explain subnet masks, MAC addresses, host addresses, network addresses, and packet tracers with examples.
  10. Explain the different classes of IPv4 addresses.
  11. What are interetworking devices? Explain different types of internetworking devices.

Chapter 3 Web Technology II

Javascript

  1. Write a javascript program to find area of four wall.
  2. To check odd/even
  3. To check negative, positive or zero
  4. To check divisible by 5 and 7 or not
  5. To find the greatest number between 3 numbers
  6. To find smallest number between two numbers
  7. To check prime or composite
  8. To find the factorial of an input number
  9. To find reverse of an input number.

PHP program

  1. Define php. Write the features  and application of PHP.
  2. Write a php program to find factorial of an input number
  3. Write a php program to check input number is odd or even
  4. Database connection code
  5. Create database ---- database connection
  6. Create table ---- database connection
  7. Insert data in a table ---- database connection
  8. Select and display data ---- database connection

Chapter 4 C Programming

Pointers and function

  1. Define pointer. Write down the advantages and disadvantages of pointer. Write a program to swap any two number using pointer.
  2. To check odd/even using pointer.
  3. Define function. Write a program to find simple interest using user defined function in c.
  4. What is recursive function. Write a program to create a recursive program to find a factorial of an input number.
  5. What is recursion? Write a recursive function to find the fibonacii value of an input number.
  6. Write a recursive program to display the sum of number up to the number input by user.

Structure and array

  1. WAP to read any ten integer number into an array, sort and display it in descending order.
  2. Wap using structure to input employee id, name, and salary and print the entered data in sorted form on the basis of salary. (from highest to lowest)
  3. WAP to enter name, roll no,and marks of 10 students and sort them in alphabetical order according to their name.
  4. WAP to ask employee id, name and salary of some employees and display the records whose salary ranges from 50000 to 100000.
  5. Develop a program in c using structure to ask the information of any 12 students with roll number, name and marks scored in three subject. Also display them in proper format with the calculation of total and percentage. [note full marks of each subject is 100].

File handling

  1. Write a program to create a data file named “student.dat” and store roll number, name and address of 10 students and display the records in proper format
  2. Let, a database book.txt contain information of books (name, price and edition). WAP in c language to add some more data and count how many student were passed or failed.
  3. Wap to read the marks of 5 students of english, account and computer and count how many students were passed or failed in exam.

     Chapter 5 OOP

  1. Define OOP. Explain its features in details.
  2. What is inheritance? Explain different types of inheritance
  3. Difference between procedural oriented language and OOP.
  4. Differences between Structure programming language and OOP.

Chapter 6 Software process model

  1. Explain SDLC phases
  2. Feasibility study and its types
  3. Requirement collection procedure
  4. System analysis role and characteristics
  5. What is testing? Explain different types of testing.
  6. Differences between system analyst and software engineer.
  7. Explain dfd with its symbol and example
  8. Explain ER-Diagram with its symbol and example.
  9. What is documentation? Write its importance and explain different types of documentation
  10. What is software quality. Explain its characteristics
  11. Explain waterfall model, agile and prototype model in details.

Chapter 7 Recent trends and technology

  1. Define AI? Explain its components and applications in details.
  2. Define Robotics. Explain its application 
  3. What is cloud computing? Write its advantages and disadvantages.
  4. Explain the application of cloud computing.
  5. Explain different types of cloud in details.
  6. Explain different types of cloud services.
  7. What is big data? Explain different types of big data.
  8. Explain the characteristics of big data.
  9. Explain VR with its application? Write advantages and disadvantages.
  10. Define e-Commerce write its advantages and disadvantages.
  11. Explain E learning, e-Medicine and e-governance.
  12. What is mobile computing? Write its advantages and disadvantages.
  13. Explain IOT with its applications.



Post a Comment