wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Quiz by Ortusolis Technology Solutions Level 1

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

Pointing to a girl in a photograph,Arun said "Her mother's brother is the only son of my mother's father".How is the girl's mother related to Arun?

a)

Mother

b)

Sister

c)

Aunt

d)

Grandma

2.

Look at this series: 12, 11, 13, 12, 14, 13, … What number should come next?

a)

10

b)

16

c)

13

d)

15

3.

Which word does NOT belong with the others?

a)

Trivial

b)

Unimportant

c)

Important

d)

Insignificant

4.

What will be the output of the following C code?

a)

2

b)

8

c)

9

d)

10

5.

What is a variable?

a)

Any inputted data

b)

A type of algorithm

c)

A laballed part of the computer's memory

d)

A way of repeating a block of code

6.

A good algorithm must be:

a)

ambiguous

b)

simple

c)

open-ended

d)

detailed

7.
A database management system (DBMS) is a:
a)
Software system used to create, maintain, and provide controlled access to a database
b)
Hardware system used to create, maintain, and provide controlled access to a database
c)
Hardware system used to create, maintain, and provide uncontrolled access to a database
d)
Software system used to create, maintain, and provide uncontrolled access to a database
8.

Which one of the following is escape sequences?

a)

\r

b)

\n

c)

\f

d)

\t

9.

Java has its origin in

a)

COBOL

b)

PERRL

c)

Oak programming language

d)

C language

10.
What does HTML stand for?
a)
Hypertext Making Language
b)
Hyper Transfer Markup Language
c)
Hypertext Markup Language
d)
Hyper Transfer Making Language
11.

What does <= mean?

a)

less than

b)

greater than

c)

less than or equal to

d)

greater than or equal to

12.

What punctuation is used to signal the beginning and end of code blocks?

a)

{ }

b)

-> and <-

c)

BEGIN and END

d)

( and )

13.
In python the ' BOOLEAN data type' can be defined as...?
a)
holds alphanumerical data
b)
holds whole numbers
c)
holds a number with a decimal point
d)
holds either true or false
14.
What is at the end of a line of code?
a)
#
b)
;
c)
)
d)
>
15.
In a programming language, __________ are used to store data values.
a)
tags
b)
codes
c)
files
d)
variables
16.

JavaScript Code is written inside file having extension __________.

a)

.jsc

b)

.jvs

c)

.js

d)

.javascript

17.

What is the proper CSS format for background color?

a)

back-ground color:orange:

b)

backgroundcolor-orange;

c)

background:color:orange;

d)

background-color:orange;

18.

Every html page is required to have a linked CSS page.

a)

True

b)

False

19.

Comments in coding is used to help

a)

the programmer

b)

anyone viewing the website

c)

the editor of the code

d)

the reader of the code

20.

Which of the following is not a keyword of MYSQL?

a)

Select

b)

Top

c)

Group

d)

Insert