1st Semester

Get all the details of the subjects of the 1st Semester of BSc.CSIT course in Nepal.

1st Semester, B.Sc. CSIT, C Programming

Write a function to add, subtract, multiply, and divide two complex numbers (x +iy) and (c + id). in C

Write a function to add, subtract, multiply, and divide two complex numbers (x +iy) and (c + id). in C typedef struct {double real;double imaginary;} Complex; Complex addComplex(Complex a, Complex …...

Read More

1st Semester, B.Sc. CSIT, C Programming

write a program in c to generate the following matrics: A = [ 3 5 7 2 −3 4 4 5 2 ] , B = [ 7 6 6 −5 4 3 ]

void displayMatrix(int matrix3, int rows, int columns) {for (int i = 0; i < rows; i++) {for (int j = 0; j < columns; j++) {printf(“%d “, matrixij);}printf(“n”);}} int main() …...

Read More

1st Semester, B.Sc. CSIT, C Programming

Write a program that uses a “for” loop to compute and prints the sum of a givennumbers of squares.

Write a program that uses a “for” loop to compute and prints the sum of a givennumbers of squares. #include<stdio.h> int main() {int n;int sum_of_squares = 0; }...

Read More

1st Semester, B.Sc. CSIT, C Programming

Write a program for the interest charged in installments for the following case. A cassette player costs Rs. 2000. A shopkeeper sells it for Rs. 100 down payment and Rs. 100 for 21 more months. What is the monthly interest charged?

Write a program for the interest charged in installments for following case. A cassetteplayer costs Rs. 2000. A shopkeeper sells it for Rs. 100 down payment and Rs. 100for 21 …...

Read More

1st Semester, B.Sc. CSIT, C Programming

Find the value of “a” in each of the following statements:int i=3 , j=4 ,k=8float a=4.5 ,b=6.5,c=3.5

Let’s calculate the value of “a” for each of the given statements: (a) a = b – i/k + c/kSubstituting the given values:a = 6.5 – 3 / 8 + …...

Read More

1st Semester, 7th Semester, B.Sc. CSIT

Overview of Remote User Authentication Principles

What is User Authentication? Defines User Authentication as the process of verifying an identity claimed by or for a system entity. This process consists of two steps: Identification step: Presenting …...

Read More

1st Semester, B.Sc. CSIT, Old Questions

BSc.CSIT 1st Semester Digital Logic Old Questions

BSc.CSIT 1st Semester Old Questions Subject: Digital Logic BSc.CSIT 1st Semester Digital Logic BSc.CSIT 1st Semester Digital Logic Question Year : 2065 Long Questions:Attempt any two questions: (2 × 10=20) …...

Read More

1st Semester, B.Sc. CSIT, C Programming, Old Questions

BSc.CSIT C Programming 1st Semester Old Questions

B.Sc. CSIT 1st Semester Old Questions Subject : C – Programming C-Programming Year: 2065 Old Question Attempt all questions: A = 3 5 72 −3 44 5 2 , B …...

Read More

1st Semester, B.Sc. CSIT, Old Questions

BSc.CSIT 1st Semester Introduction to Information Technology Old Questions

B.Sc. CSIT 1st Semester Old Questions Subject : Introduction to Information Technology Year: 2065 BSc.CSIT 1st Semester Introduction to Information Technology Old Questions Long Questions:Attempt any two questions: (2 × …...

Read More

1st Semester, B.Sc. CSIT

BSc.CSIT First Semester Syllabus | TU Syllabus

BSc.CSIT is a 4 year (8 semester’s) course affiliated with Tribhuvan University. The course includes principles of both Computer Science and Information Technology and shows how these principles can be applied to real-world …...

Read More
Close