Font size
WorksheetsMindSpace Computers Quiz
Total questions: 12
Worksheet time: 7mins
Construction is also called as?
Coding
Imementation
Modelling
Deployment
In which testing, software is tested at customer side?
Alpha Testing
Beta Testing
Gamma Testing
Sigma Testing
In which testing, software is tested at developer side?
Alpha Testing
Beta Testing
Gamma Testing
Sigma Testing
Testing all modules after joining is called?
Integration Testing
Unit Testing
Alpha Testing
Beta Testing
Testing each module seperately one at a time is called?
Integration Testing
Unit Testing
Alpha Testing
Beta Testing
Testing software without knowing coding part is called?
Black-Box Testing
White-Box Testing
Alpha Testing
Beta Testing
Testing software and it's coding is called?
Black-Box Testing
White-Box Testing
Alpha Testing
Beta Testing
Which bitwise operator is used to multiply the value?
<<
>>
&
|
Which bitwise operator is used to divide the value?
<<
>>
&
|
If BOTH are 1 then ONLY answers is 1, it's property of?
&
|
^
<<
If BOTH are 0 then ONLY answers is 0, it's property of?
&
|
^
<<
If BOTH are EQUAL then answers is 0, if BOTH are DIFFERENT answer is 1, is eproperty of?
&
|
^
<<
