Disclaimer: Don't fully rely on the below questions. There is no assurance of fixed or 100% questions. Therefore, all the questions are just a probability or luck, make sure you focus on grasping the concept not just passing an exam.
C programming Section:
Define programming languages along with its types.
Write difference between local and global variable
Explain different types of loop in C? Any three
Difference between while and do-while loop.
Define operator. Explain its types
Define language processor
Write a program to input 4*5 matrix and print its elements using an array
Draw AND, OR, XOR, and XNOR gates with truth table and logic gates
What is logic gate? Describe NOR operator with its truth table and symbol
What is language translator ? Differentiate between complier and interpreter /
What is a program? Write a program in C programming that displays " Yugal Sapkota"
What is constant? How can we declare constant in C (describe any two ways to declare and define constants.
Explain selection control statements
Write a program to input two 4*4 matrices and print their sum using an array
Write a C program to check whether given number is divisible by 5 and 7 or not.
Write a C program to generate Fibonacci series i.e. 0 1 1 2 3
Write a C program to enter salary of 500 employee and find the average salary.
Web Technology Section:
Define HTML. Explain its features.
Define tags and its types with example.
Define DBMS. Explain its advantages.
For MCQ know about several tags and attributes such as character formatting tags (B, I, U etc), attributes of Body, Marquee, Image and Tables, Ordered and Unordered list.
COMPUTER SYSTEM
Why Rom is called non-volatile memory? Explain different types of ROM.
Define computer system. Explain different unit with block diagram.
Define memory. Explain its types.
Differentiate between primary and secondary memory.
Define computer. Explain its feature.
Number system and conversion, Boolean logic
(111)Decimal = (?)Binary
(FACE) Hexadecimal to Octal
Use 1’s and 2’s complement to perform
(1111) - (100)
Use 1’s and 2’s complement to perform
(10111) - (0010)