You can boost your Computer Science Engineering (CSE) 2026 exam preparation with this BEL Trainee Engineer CS Mock Test- 3 (available with detailed solutions).. This mock test has been designed with the analysis of important topics, recent trends of the exam, and previous year questions of the last 3-years. All the questions have been designed to mirror the official pattern of Computer Science Engineering (CSE) 2026 exam, helping you build speed, accuracy as per the actual exam.
Mock Test Highlights:
Sign up on EduRev for free and get access to these mock tests, get your All India Rank, and identify your weak areas to improve your marks & rank in the actual exam.
For the matrix
, one of the normalized eigen vectors is given as:
Detailed Solution: Question 1
What is the minimum and maximum number of link field updations required respectively to insert a new node in the double linked list?
Detailed Solution: Question 2
Detailed Solution: Question 3
Which of the following statements is/are false in the context of Relational DBMS?
Detailed Solution: Question 4
Consider the grammar:
S → ACB | cbB | Ba
A → da | BC
B → g|∈
C → h|∈
FIRST (A) will be
Detailed Solution: Question 5
In the matrix equation Px = q, which of the following is a necessary condition for the existence of at least one solution for the unknown vector x?
Detailed Solution: Question 6
Detailed Solution: Question 7
Which of the following are essential features of an object-oriented programming language?
Detailed Solution: Question 8
Detailed Solution: Question 9
A 4-way set-associative cache has lines of 32 byte and a total cache size of 16 KB. Which of the following main memory block is mapped onto the set '13' of the cache memory when 16 MB of main memory is used?
Detailed Solution: Question 10
An item that is read as input can be either pushed to a stack and later popped and printed, or printed directly. Which of the following will be the output if the input is the sequence of items - 1, 2, 3, 4, 5?
Detailed Solution: Question 11
If f(x) = ex in [0, 1], then the value of c of the mean value theorem is
Detailed Solution: Question 12
Consider a machine with a 2-way set associative data cache of size 64 Kbytes and block size 16 bytes. The cache is managed using 32 bit virtual addresses and the page size is 4 Kbytes. A program to be run on this machine begins as follows:
double ARR[1024] [1024];
int i, j;
/* Initialize array ARR to 0.0 */
for (i = 0; i < 1024; i++)
for (j = 0; j < 1024; j++)
ARR[i] [j] = 0.0;
The size of double is 8 Bytes. Array ARR is located in memory starting at the beginning of virtual page 0xFF000 and stored in row major order. The cache is initially empty and no pre-fetching is done. The only data memory references made by the program are those to array ARR.
The total size of the tags in the cache directory is
Detailed Solution: Question 13
Consider the following array:
{16, 4, 9, 3, 18, 14, 15}
For the array, if A is the number of comparisons in bubble sort and B is the number of comparisons in selection sort, then
Detailed Solution: Question 14
Which of the following statement is a proposition?
Detailed Solution: Question 15
Direction: A word in capital letters is followed by four words. Choose the word that is most nearly opposite in meaning to the word given in capital letters.
SCRIMP
Detailed Solution: Question 16
Directions: In each of the following questions, a sentence has been given in Active (or Passive) Voice. Out of the four alternatives suggested, select the one that best expresses the same sentence in Passive/ Active Voice.
One cannot expect children to understand these problems.
Detailed Solution: Question 17
Direction: Read the following passages carefully and answer the question that follows.
I have said several times that this government has suffered from leadership crisis from day one. As long as the going was good, everything was hunky-dory. The moment we started facing challenges, we realized that this government had no power to take decisions and was floundering on all fronts. Bipartisanship is a very desirable objective in any democracy because in a democracy, while governments are formed on the basis of numbers, they function on the basis of consensus. But the responsibility for building that consensus rests squarely on the shoulders of the government of the day.The government should reach out to build that consensus. Why only on economic issue even on other issues this government did not build any consensus. On the nuclear deal, the BJP and left were opposing it, and other elements in the political spectrum too. but the government went ahead with it. So, consensus building cannot be cherry-picking, that I want to build consensus and so you fall in line.
Q. Why the government got troubled?
Detailed Solution: Question 18
Direction: Read the following passages carefully and answer the question that follows.
I have said several times that this government has suffered from leadership crisis from day one. As long as the going was good, everything was hunky-dory. The moment we started facing challenges, we realized that this government had no power to take decisions and was floundering on all fronts. Bipartisanship is a very desirable objective in any democracy because in a democracy, while governments are formed on the basis of numbers, they function on the basis of consensus. But the responsibility for building that consensus rests squarely on the shoulders of the government of the day.The government should reach out to build that consensus. Why only on economic issue even on other issues this government did not build any consensus. On the nuclear deal, the BJP and left were opposing it, and other elements in the political spectrum too. but the government went ahead with it. So, consensus building cannot be cherry-picking, that I want to build consensus and so you fall in line.
Q. What strong decision was taken by the government?
Detailed Solution: Question 19
Direction: Read the following passage carefully and answer the questions. Your answer to these questions should be based on passage only.
Work expands so as to fill the time available for its completion. The general recognition of this fact is show in the proverbial phrase, 'It is the busiest man who has time to spare. 'Thus, an elderly lady at leisure can spend the entire day writing a postcard to her niece. An hour will be spent in finding the postcard, another hunting for spectacles, half an hour to search for the address, an hour and a quarter in composition and twenty minute in deciding whether or not to take an umbrella when going to the pillar box in the street. The total effort that would occupy a busy man for three minutes, all told, may in this fashion leave another person completely exhausted after a day of doubt, anxiety and toil.
Q. What is the total time spent by the elderly lady in writing a postcard?
Detailed Solution: Question 20
In the early 1600s, a trip across the Atlantic Ocean was a daunting idea. The Europeans must have been a very determined and brave group of settlers. A daunting task is one that would _______ someone
Detailed Solution: Question 21
Which one of the following is used to communicate between different networks
Detailed Solution: Question 22
Detailed Solution: Question 23
Detailed Solution: Question 24
A line printer
(i) prints an entire line at a time
(ii) is a non-impact printer
(iii) allows multiple copies to be taken at a time
(iv) prints one character at a time
Detailed Solution: Question 25
Detailed Solution: Question 26
P is 6 km west from point Q. Point R is 4 km north to point Q. S is 12 km south from point R. Now point S in which direction and how far from point P?
Detailed Solution: Question 27
Direction: Study the following information carefully and answer the given questions besides.
M, N, O, P, Q, R, S and T are sitting around a circular table and all are facing the centre of the table. M is sitting fourth to the right of N. P is sitting second to the left of N. Q is sitting third to the right of S. T is sitting second to the left of O. S is not sitting beside P. O is not sitting beside M.
Q. Who among the following is the immediate neighbour of P and M?
Detailed Solution: Question 28
Directions to Solve
In each of the following questions find out the alternative which will replace the question mark.
Question -
16 : 56 :: 32 : ?
Detailed Solution: Question 29
'Flower' is related to 'Bud' in the same way as 'Fruit' is related to:
Detailed Solution: Question 30