Final Project


EKTA ACADEMY

 Project Work Questions

Final Project Report

Guidelines for Grade XI Students of Ekta Academy, Damak-04, Jhapa
Computer Science Final Project

Instructions for Project Submission:

1. Each student must purchase a new copybook.
2. Write each question and its answer serially in sequence.
3. For programming questions, use A4 papers to create a stack file and solve each program by hand.
4. Include a Table of contains, Acknowledgement  and cover page with the project title, student's name, roll number, and academic year.
Note: The cover page, acknowledgement, and table of contents should be printed, while the rest of the project should be handwritten as per the instructions provided above.

Important: Student should submit this project before 4th of  Baisakh 2081 BS

Long questions [Each question carries 8 marks]:

  1. Define the generation of computers. Explain the features of all generations.
  2. Define a computer. Explain the block diagram of a computer and the different units of a computer.
  3. Explain any five logic gates with graphical symbols and truth tables.
  4. Define memory. Explain the different types of memory used in our computer system.
  5. Define an operating system. Explain the types of operating systems.
  6. Define a programming language. Explain the different types of programming languages with their pros and cons.
  7. Define the Internet. Discuss the positive and negative impacts of the Internet on society.

Short questions [Each question carries 5 marks]:

  1. Define a computer. Explain its features.
  2. Write down the pros and cons of a computer.
  3. Differentiate between third and fourth generations of computers.
  4. Differentiate between analog and digital computers with an example.
  5. Define micro-computers. Explain its types.
  6. State and prove De-Morgan’s Theorem.
  7. Differentiate between primary and secondary memory.
  8. Differentiate between system and application software.
  9. Explain the block diagram of a computer.
  10. Differentiate between CLI and GUI.
  11. Define an operating system. Explain the functions of an OS.
  12. Differentiate between system and program flowchart.
  13. Define a language translator. Explain its types.
  14. Define a word processor. Explain its features.
  15. Define cell referencing. Explain the different types of cell referencing.
  16. Define e-mail. Write down the advantages of e-mail.
  17. Explain the importance of mobile computing.
  18. Define HTML. Write the advantages of HTML.
  19. Define DBMS. Write the advantages of DBMS.
  20. Write a short note on web browser and open-source software.

Important !! Below Question should be done in A4 Paper and make a file with cover page, acknowledgement  page and table of contains and submit it before due date.

Perform the following:

  1. (110)10 = (?)2, (9876)10 = (?)16
  2. (101010)2 = (?)10, (BAD)16 = (?)10
  3. (546)8 = (?)10, (FACE)16 = (?)8
  4. (654)10 = (?)8, (767)8 = (?)16

Perform the following using 1’s and 2’s complement:

  1. (10000)2 - (1111)2
  2. (101011)2 - (110)2
  3. (11001)2 - (1110)2
  4. (1100)2 - (111)2

C- Programming Programs

  1. Define string. Explain any four string handling function used in C. [8]
  2. Write a C program to check whether given number is divisible by 5 and 7 or not. [5]
  3. Write a C program to generate Fibonacci series i.e. 0 1 1 2 3 … [5]
  4. Write a C program to check whether given number is palindrome or not. [5]
  5. Write a C program to enter salary of 500 employee and find the average salary. [5]
  6. Write a C program to enter 2X2 matrix and find sum of its elements. [5]
  7. Write a C program to enter 10 number and find the greatest. [8]
  8. Write a C program that read two 2X2 matrices and perform matrix addition. [8]
  9. WAP to ask a number reverse it and print it.
  10. Write a C program to enter the length, breadth, and height of a box and calculate the total surface area (TSA)   [Formula: TSA = 2 * (L * B + B * H + L * H)]
  11. Write a C program to enter the radius of a circle and print its circumference.
  12. WAP to calculate product of n-natural number.(factorial number)
  13. WAP to ask 10 different number and print sum of them using array
  14. WAP to ask marks of 6 different subject and print total and percentage them using array.
  15. WAP to ask a number and check prime or composite.

Comments