Font size
Worksheets7517 06 Section Assessment
Total questions: 70
Worksheet time: 33mins
This is a type of system software
Disk Cleaner
Notepad
Backup and restore
VideoLAN
The operating system is a type of
system software
general purpose software
utility software
application software
Which Scheduling algorithm allocates the
CPU first to the process that requests CPU first?
First Come First serve scheduling
shortest job scheduling
priority scheduling
none of the mentioned
what memory is called separation of user logical memory and physical memory
Memory sharing
Memory management
Virtual memory
Memory control
Memory that uses secondary storage so that it seems like an entire program is running from RAM
Cache Memory
Virtual Memory
Flash Memory
Registers
Define mnemonic
Immediate remembered code
Low remembered code
Easily remembered code
Harder remembered code
Krishna use english-like abbreviations (MUL), (ADD), (SUB).
Pick Language Krishna used.
Computer Language
High Level Language
Assembly Language
Low Level Language
Define Assembly Language
Middle Level Language
Symbolic representation of a machine language of specific processor
Message sent by programmers (program instructions) understood by the computer and vice versa.
Natural language of a particular computer system.
X
X
X
X . X
X
is the same as
A . B
is the same as
A + B
A . B
is the same as
is the same as
A + B + C
A . B
A + B
A . B
( A + B ) ( C + D )
is the same as
AC + BD
(A . B ) + ( C . D )
A + B + C + D
AC + AD + BC + BD
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
For OR, when is it TRUE?
false AND false
true AND false
false AND true
true AND true
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What is the output?
True
False
What will the circuit's output be?
1
0
What type of logic gate is this table showing?
AND
OR
NOT
What type of logic gate is this table showing?
AND
OR
NOT
Which logic gate is this?
AND
OR
NOT
Which logic gate is this?
AND
OR
NOT
Which logic gate is this?
AND
NOT
OR
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
0
1
What will this gate's output be?
0
1
How many different combinations of 1 and 0 are possible with 2 bits?
2
4
6
8
How many different combinations of 1 and 0 are possible with 1 bit?
1
2
3
4
How many different combinations of 1 and 0 are possible with 3 bits?
2
4
6
8
What is the Logic Expression for this circuit?
Z = NOT (A AND B)
Z = NOT (A OR B)
Z = (NOT A) AND B
Z = (NOT A) OR B
True or False:
Both inputs need to be 1 for an OR gate to output a 1
True
False
True or False:
AND gates output a 1 if both inputs are 0
True
False
True or False:
NOT gates output the opposite of the input
True
False
True or False:
NOT gates can only have one input
True
False
Which of these are logic gates?
AND
OR
NOT
IF
ELSE
