When does the output of a NOR gate =0?
whenever 0 is present at input
only when all input =0
whenever 1 is present at input
only when all input =1
Correct answer is C
The NOR gate is a digital logic gate that implements logical NOR - it behaves according to the truth table to the right. A HIGH output (1) results if both the inputs to the gate are LOW (0); if one or both input is HIGH (1), a LOW output (0) results
The number of input combination for a 4 input gate is ______
9
8
15
16
Correct answer is D
16 possible combinations
So, a 4-input AND gate has 16 possible combinations, 5 inputs would be 32 outputs, and so on.
Sensitive data can be protected from prying eyes using _________
File permissions
File locks
passwords
encryption
Correct answer is A
A File permission specifies who and what can read, write, modify and access them. It therefore important as the codex explains, because without it in place, anyone or anything can access confidential files
Which of the following software can't be categorized as an application software?
DBM
MS-DOS
Spreadsheet
word processor
Correct answer is B
MS-DOS can't be classified as an application software because, it is an operating system software. And OS are classified as system software not application software