0 votes
3
The condition $\text{num}!$ $=65$ cannot be replaced by$\text{num}$ $>65$ || $\text{num}$ $<65$$!($ num $==65)$$\text{num}$ $-65$$! (\text{num}-65)$
0 votes
5
Alpha and Beta testing are forms ofWhite-Box TestingBlack-Box TestingAcceptance TestingSystem Testing
0 votes
6
Which mode is a block cipher implementation as a self-synchronizing stream cipher?Cipher Block Chaining Mode,Cipher Feedback ModeElectronic Codebook ModeOutput Feedback M...
0 votes
8
0 votes
11
An $\text{OS}$ follows round-robin scheduling with time quantum of $4 \mathrm{~ms}$. Assuming that the $\mathrm{CPU}$ is free now and there are $20$ processes waiting in ...
0 votes
26
The Reliability of the software is directly dependent upon :Quality of the designProgrammer's experienceNumber of errorSet of user requirements
0 votes
27
The frequency reuse plan is divided into cell grouping using how many cells, where the number of cells equals $N$ ?$3$$10$$7$$21$
0 votes
28
Which type of coupling is least preferred ? Content couplingData couplingControl couplingCommon coupling
0 votes
29
Which one is measure of software complexity ?Number of lines of code $(LOC)$Number of man yearsNumber of function points $(FP)$All of the above
0 votes
30
System Development Life-cycle has following stages : Requirement analysisCodingDesignTestingWhich option describes the correct sequence of stages ?III, I, IV, IIII, III, ...