Most viewed questions in Non GATE

0 votes
2 answers
24
The lower degree of cohesion is kind of:Logical CohesionCoincidental CohesionProcedural CohesionCommunicational Cohesion
1 votes
1 answer
25
a class having no nameis not allowedcannot have a constructorcannot have a destructorcannot be passed as an argument
3 votes
2 answers
27
7 votes
3 answers
30
If the frame buffer has 8 bits per pixel and 8 bits are allocated for each of the $R, G, B$ components, what would be the size of the lookup table?$24$ bytes$1024$ bytes$...
1 votes
2 answers
31
Consider a raster system with resolution $640$ by $480$. What size is frame buffer (in bytes) for this system to store $12$ bits per pixel?$450$ kilobytes$500$ kilobytes$...
0 votes
1 answer
33
4 votes
2 answers
36
3 votes
4 answers
37
2 votes
1 answer
38
Is there any source that I can refer to for the PGCET (Non-Gate) exam papers with answers/solutions held by Gujarat for admissions in ME or MTech?
6 votes
1 answer
40
We can make a class abstract byDeclaring it abstract using the virtual keywordMaking at least one member function as virtual functionMaking at least one member function a...