NEW
Font size
WorksheetsEra Novum'20 - Quiz trial
Total questions: 13
Worksheet time: 6mins
713668 + 572018 =
1505678
2502678
505678
151658
6705678
A20F616 + C931D16 =
17A41316
16B41316
10CE316
B15316
6B50316
Answer when 52 .158 is converted into hexadecimal
C2.2A16
A2.3416
36.2A16
2B.5316
2A.3416
The answer when -23 is represented in One’s complement is,
100010002
100101112
111010002
111001002
011010002
2**3 //3 +15 % 6-2 is equal to,
2
3
2.6
3.0
2.0
Which of the following logic functions does this circuit shows ?
OR
NAND
NOR
AND
XOR
‘MOV’ and ‘GIF’ extensions respectively refer to,
Audio files and Video files
Animations/movie files and Image files
Microsoft Wave files and Image files
Windows Media Video files and Image files
Audio files and Vector graphics files
Which IP address cannot be assigned to a computer system in a network ?
192.168.1.1
127.0.0.1
192.1.1.127
128.2.1.126
None of the above
Which of the following is a part of a data packet ?
Header
Footer
Overhead
Section
None of the above.
Find the incorrect statements.
A – An operating system is interrupt driven.
B – Interrupts alert the processor about a high
priority condition.
C – Software-generated interrupts caused by an
error is called timeout.
A only.
C only.
A and B.
A and C.
None are incorrect.
What is the incorrect answer regarding Big Data ?
Big data is complexed massive volumes of data.
Big data is only computer-generated.
Volume is a fundamental characteristic of Big data.
Big data can be structured, unstructured or semi-structured.
None of the above is incorrect.
Select the correct statements.
A – CMOS is considered as a volatile memory.
B – Flash technology is used in memory cards.
C – Secondary memory can be directly accessed by the CPU.
D – Registers are small amounts of memory in CPU that is normally measured in kilobytes.
A only
A and C only
A and B only.
A, B, D only
All are correct.
Output of following code is,
for x in range (6,20,2):
print (x, end = ' ')
'6’ ‘8’ ‘10’ ‘12’ ‘14’ ‘16’ ‘18’ ‘20’
6,8,10,12,14,16,18
6 8 10 12 14 16 18 20
6 8 10 12 14 16 18
6,8,10,12,14,16,18,20
