wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Comouflaged Thought Wizard

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Computers are _______ and ______ enough to be used almost anywhere and everywhere including banks.

a)

multitasking

b)

accurate

c)

both

d)

none

2.

The ________ spreadsheet app lets you create, view, edit, and share your files with others quickly and easily.

a)

Word

b)

Excel

c)

Powerpoint

3.

_________ gives you the drawing tools to create original artwork and the animation tools to give it movement and life.

a)

Flash

b)

HTML

c)

Excel

d)

All the above

4.

BQasic, a short form of __________

a)

Quick Beginners All purpose Symbolic Instruction Command

b)

Quick Beginners All purpose Symbolic Instruction Code

c)

Quick Beginners All purpose Systematic Instruction Code

d)

Quick Beginners All purpose Symbolic Integer Code

5.

HTML stands for ?

a)

Hypertext Markup Language

b)

Hyperlink Markup Language

c)

Hypertext Mark Language

d)

Hyperfile Markup Language

6.

The ________ spreadsheet app lets you create, view, edit, and share your files with others quickly and easily.

a)

Word

b)

Excel

c)

Powerpoint

7.

_________ gives you the drawing tools to create original artwork and the animation tools to give it movement and life.

a)

Flash

b)

HTML

c)

Excel

d)

All the above

8.

BQasic, a short form of __________

a)

Quick Beginners All purpose Symbolic Instruction Command

b)

Quick Beginners All purpose Symbolic Instruction Code

c)

Quick Beginners All purpose Systematic Instruction Code

d)

Quick Beginners All purpose Symbolic Integer Code

9.

HTML stands for ?

a)

Hypertext Markup Language

b)

Hyperlink Markup Language

c)

Hypertext Mark Language

d)

Hyperfile Markup Language

10.

Who is the inventor of html ?

a)

Edward Page

b)

Sergey Brin

c)

Larry Page

d)

Tim Berners-Lee

11.

There are ____ types of tag.

a)

3

b)

2

c)

1

d)

4

12.

Container tags are also known as ______

a)

Paired tag

b)

Empty tag

c)

non-paired tag

d)

both a and c

13.

Computers are _______ and ______ enough to be used almost anywhere and everywhere including banks.

a)

multitasking

b)

accurate

c)

both

d)

none

14.

In computer text processing, a _________ language is a system for annotating a document in a way that is syntactically distinguishable from the text, meaning when the document is processed for display, the markup language is not shown, and is only used to format the text.

a)

mark

b)

markin

c)

markup

15.

What will be the output for the following program?

<html>


<body>


<p>Hello SJPS</p>


</body>


</html>

a)

<Hello SJPS>

b)

Hello SJPS

c)

both are correct

16.
What is the word (command) used to display numbers and text on the screen?
a)
print
b)
input
c)
output
d)
command
17.
What is a variable?
a)
A box(memory location) where you store values
b)
a type of graphics
c)
Data type
d)
a type of memory
18.

What will be the output?

name = "Dave"

print (name)

a)

Dave

b)

'Dave'

c)

name

d)

(name)

19.
What is Python?
a)
text based programming language
b)
word processor 
c)
spreadsheet
d)
block based programming language
20.
What Python command lets the user enter an answer to a question?
a)
answer()
b)
open()
c)
print()
d)
input()