This Online Recruitment Screening Test for SCIT, MUJ evaluates candidates on various technical topics including string operations, processor pipelining, ROM implementation, algorithm efficiency, SQL queries, and ER models. It's designed to assess essential skills for academic and professional success in technology.
Every relation is 3NF is also in BCNF
A relation R is in 3NF if every non-prime attribute of R is fully functionally dependent on every key of R
Every relation in BCNF is also in 3NF
No relation can be in both BCNF and 3NF
Rate this question:
10,20,15,23,25,35,42,39,30
15,10,25,23,20,42,35,39,30
15,20,10,23,25,42,35,39,30
15,10,23,25,20,35,42,39,30
Rate this question:
Make parsing and semantic analysis simpler.
Improve error recovery and error reporting
Increase the chances of reusing the machine-independent code optimizer in other compliers.
Improve the register allocation.
Rate this question:
Dynamic memory allocation
Type checking
Symbol table management
Inline expansion
Rate this question:
Segment
Datagram
Message
Frame
Rate this question:
3, 0, and 1
3, 3, and 3
4, 0, and 1
3, 0, and 2
Rate this question:
P and R only
Q and R only
Q and S only
R and S only
Rate this question:
The requirements document also describes how the requirements that are listed in the document are implemented efficiently.
Consistency and completeness of functional requirements are always achieved in practice.
Prototyping is a method of requirements validation.
Requirements review is carried out to find the errors in system design.
Rate this question:
A(n) =Ω(W(n))
A(n) = Ɵ(W(n))
A(n) = O(W(n))
A(n) = o(W(n))
Rate this question:
An attribute of an entity can have more than one value
An attribute of an entity can be composite
In a row of a relational table, an attribute can have more than one value
In a row of a relational table, an attribute can have exactly one value or a NULL value
Rate this question:
High cohesion and high coupling
High cohesion and low coupling
Low cohesion and high coupling
Low cohesion and low coupling
Rate this question:
3
4
7
8
Rate this question:
Fraction bits of 000…000 and exponent value of 0
Fraction bits of 000…000 and exponent value of -1
Fraction bits of 100…000 and exponent value of 0
No exact representation
Rate this question:
5
7
3
6
Rate this question:
This algorithm is equivalent to the first-come-first-serve algorithm
This algorithm is equivalent to the round-robin algorithm
This algorithm is equivalent to the shortest-job-first algorithm
This algorithm is equivalent to the shortest-remaining-time-first algorithm
Rate this question:
A shift-reduce conflict and a reduce-reduce conflict.
A shift-reduce conflict but not a reduce-reduce conflict.
A reduce-reduce conflict but not a shift-reduce conflict.
Neither a shift-reduce nor a reduce-reduce conflict.
Rate this question:
N/2
N-1
2n-1
None
Rate this question:
1 and 2
2 and 3
3 and 4
1 and 3
Rate this question:
4,2,1,3
1,2,3,4
4,1,2,3
2,4,1,3
Rate this question:
T(n) = 2T(n − 2) + 2
T(n) = 2T(n −1) + n
T(n) = 2T(n / 2) +1
T(n) = 2T(n -1) +1
Rate this question:
As an alternative to register allocation at compile time
For efficient access to function parameters and local variables
To handle certain kinds of hazards
As part of address translation
Rate this question:
Maximum possible sum of elements in any sub-array of array E.
Maximum element in any sub-array of array E.
Sum of the maximum elements in all possible sub-arrays of array E.
The sum of all the elements in the array E.
Rate this question:
1,2,3,4
1,2
2,3,4
3,4
Rate this question:
3
1
7
8
Rate this question:
User level threads are not scheduled by the kernel.
When a user level thread is blocked, all other threads of its process are blocked.
Context switching between user level threads is faster than context switching between kernel level threads.
Kernel level threads cannot share the code segment.
Rate this question:
P and R
P and S
Q and R
Q and S
Rate this question:
64 bits
128 bits
1 Kbits
2 Kbits
Rate this question:
1.4
1.6
1.2
1
N/N
L/N
1/A
K/n
Rate this question:
Quiz Review Timeline (Updated): Mar 19, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.