Wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Intro Quiz

Total questions: 10

Worksheet time: 7mins

Name
Class
Date
1.

Which sorting algorithm is most efficient?

a)

Bubble sort

b)

Quicksort

c)

Merge sort

d)

Insertion sort

2.

Choose the correct output:

a)

23

b)

43

c)

Error

d)

None

3.

Which data structure resembles the movement of persons moving into a ticket counter and coming out?

a)

Queue

b)

Stack

c)

Linked list

d)

None

4.

Choose the option which is not a Data Structure.

a)

Arrays

b)

Queue

c)

Singly linked list

d)

Quick list

5.

Choose the correct option:

a)

Program will terminate

b)

Program will not terminate

6.

Choose the wrong string concatenation:

a)

string = " DSC " + " KLETech ";

b)

string = " DSC" + " " + "KLETech ";

c)

string1 = " DSC ";

string2 = " KLETech";

string = [ string1 ] + [ string2];

7.

Choose the correct Size of Datatype

a)

char 2 bytes

b)

int 4 bits

c)

char 2 bits

d)

int 4 bytes

8.

Which of these is not a valid tag in HTML

a)

<head></head>

b)

<a></a>

c)

<p></p>

d)

<body></body>

9.

How many levels of headings are defined in HTML?

h1, h2, ....... hn

a)

n = 5

b)

n = 6

c)

n = 8

d)

n = 7

10.

Which tag do we use to insert a link in HTML?

a)

<a>

b)

<h>

c)

<hyperlink>

d)

<linker>