wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

CEx | Programmer's Day Challenge - Part #1

Total questions: 5

Worksheet time: 3mins

Name
Class
Date
1.

I am a programming language named after a venomous snake. Who am I?

(a)  

2.

Without me, web pages would be static. I am a markup language used for styling the web. Who am I?

a)

JavaScript

b)

HTML

c)

PHP

d)

CSS

3.

I am a data structure that follows the "first in, first out" principle. What data structure am I?

a)

Stack

b)

Heap

c)

Array

d)

Queue

4.

In the cloud, I'm fluffy, but I'm not a cumulus or cirrus. What am I?

a)

Nimbus

b)

Docker

c)

Stratus

d)

Altocumulus

5.

I'm an efficient sorting algorithm that uses a divide and conquer approach. My name resembles a symbol of war. Who am I?

a)

QuickSort

b)

BubbleSort

c)

MergeSort

d)

InsertionSort