NEW
Font size
S
M
L
XL
WorksheetsVIVANTA 23
Total questions: 20
Worksheet time: 10mins
Name
Class
Date
1.
What is the term for a temporary storage area that compensates for differences in data rate and data flow between devices?
a)
Buffer
b)
Bus
c)
Channel
d)
Modem
2.
A computer is accurate, but if the result of a computation is false, what is the main reason for it?
a)
Power failure
b)
Computer circuits
c)
Incorrect data entry
d)
Distraction
3.
Which of the following is not one of the internal components of a CPU?
a)
Control sequencer
b)
M-D-R
c)
M-A-R
d)
Floppy disk
4.
What is the speed of computer measured in?
a)
Nanoseconds
b)
Kilo-seconds
c)
Gigahertz
d)
Megabytes
5.
Akshat has created a story of ten pages, but only wants to print the first two pages. Which printer command should he choose?
a)
Print all
b)
Print from 1 to 2
c)
Page setup
d)
Print Preview
6.
Which of the following would be the correct description for WORM virus?
a)
It infects the boot sector.
b)
It propagates through the internet and e-mail.
c)
It has no effect in increasing the internet traffic.
d)
It alters the folder structure.
7.
What is the full form of SCSI?
a)
Standard computer systems interface
b)
Small computer systems interface
c)
Super computer systems interface
d)
Small computer standard interface
8.
Which methodology is used to performed Maintenance testing?
a)
Breadth test and depth test
b)
Confirmation testing
c)
Retesting
d)
Sanity testing
9.
How to add a background color in HTML?
a)
<marquee bg color: "red">
b)
<marquee bgcolor = "red">
c)
<marquee color = "red">
d)
<marquee bg-color = "red">
10.
Who developed the Python language?
a)
Bjarne Stroustrup
b)
Guido van Rossum
c)
Dennis M. Ritchie
d)
James Gosling
11.
In which language is Python written?
a)
English
b)
PHP
c)
C
d)
All the above
12.
What do we use to define a block of code in Python language?
a)
Key
b)
Brackets
c)
Indentation
d)
None of these
13.
Which one of the following has the highest precedence in the expression?
a)
Multiplication & Division
b)
Addition & Subtraction
c)
Power
d)
Parentheses
14.
When was the first operating system developed?
a)
1948
b)
1949
c)
1950
d)
1951
15.
What else is a command interpreter called?
a)
Prompt
b)
Kernel
c)
Shell
d)
Command
16.
print(pow(2, 0))
a)
0
b)
1
c)
2
d)
None of these
17.
Find the output
a)
Consonant
b)
Vowel
c)
Error
d)
None of the above
18.
str = "hello"
print(s[::-1])
a)
hlloe
b)
olleh
c)
olehl
d)
Error
19.
value = true
print(type(value))
a)
Integer
b)
Boolean
c)
String
d)
Char
20.
s = " Enter the num"
print(len(s))
a)
11
b)
12
c)
13
d)
14
Reset
