B.Sc. CSIT

Get all the updates of B.Sc. CSIT results, routine, and news of Nepal from ICT BYTE.Also B.Sc. CSIT syllabus, B.Sc. CSIT old questions,B.Sc. CSIT notes

B.Sc. CSIT, Digital Marketing, NEPAL, News

CSA MMC Club Organized 5-Day Online Digital Marketing Session In Collaboration with UNICTS Nepal

CSA MMC Dang has officially wrapped up a five-days online Digital Marketing Session starting from 30th july 2025, in collaboration with UNICTS Nepal.This event has almost total 30 participants. This …...

Read More

B.Sc. CSIT

Theory of Computation Exam Questions with Answers

Give the DFA accepting the strings over {a, b} such that each string does not start with ab. Here’s the DFA (Deterministic Finite Automaton) that accepts strings over the alphabet …...

Read More

B.Sc. CSIT, Featured, NEPAL, News

CSITAN-Pokhara New Leadership for the 2023/24 Term

In a significant development, the CSIT Association of Nepal – CSITAN-Pokhara bids adieu to its outgoing team, marking the commencement of a new chapter with the introduction of Team 2023/24. …...

Read More

B.Sc. CSIT, Featured

Unlock Your IT Future: Join Career Connect by CSITAN for Top Colleges and Dream Job Opportunities!

After completing their 12th grade, students often find themselves in a state of confusion. The myriad of questions about what to pursue, how to go about it, and the associated …...

Read More

Advanced Java Programming, Object Oriented Programming

JDK, JVM and JRE: java program internal

Java is an object-oriented programming language. Which is based on the concept of objects and classes. Java considers everything in this world is an object. And the group of related …...

Read More

B.Sc. CSIT

B.Sc. CSIT Entrance Model Question with Answer | Chemistry

Azimuthal quantum number describes(a) orbital size (b) orbital orientation(c) orbital shape (d) nuclear stability...

Read More

B.Sc. CSIT

B.Sc. CSIT Entrance Model Question with Answer | Physics

Which of the following pair have same dimension?(a) L/R and CR (b) LR and CR(c) R/L and LC1/2 (d) CR and 1/LC The dimensions of physical quantities are represented by …...

Read More

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
Close