wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Round - 3

Total questions: 10

Worksheet time: 5mins

Name
Class
Date
1.

Which of the following programming languages is primarily used for building dynamic web applications?

a)

Java

b)

Python

c)

Html

d)

Php

2.

Which one is the best browser ?

a)

Chrome

b)

Brave

c)

Opera

d)

Mozilla Firefox

3.

Which of the following data structures typically follows the Last In, First Out (LIFO) principle?

a)

Queue

b)

Stack

c)

Linked List

d)

Tree

4.

What does CSS stand for in web development?

a)

Computer Style Sheets

b)

Creative Style Sheets

c)

Cascading Style Sheets

d)

Centralized Style Sheets

5.

What does the HTTP status code "404" indicate?

a)

Server Error

b)

Unauthorized Access

c)

Page Not Found

d)

Request Timeout

6.

What does the HTTP status code "404" indicate?

a)

Server Error

b)

Unauthorized Access

c)

Page Not Found

d)

Request Timeout

7.

Which programming language is commonly used for building mobile applications for both iOS and Android platforms?

a)

Swift

b)

Java

c)

C#

d)

Kotlin

8.

What does the acronym "URL" stand for in the context of web browsing?

a)

Universal Resource Locator

b)

Uniform Resource Locator

c)

Unified Resource Locator

d)

Unique Resource Locator

9.

What is the primary function of a "for loop" in programming?

a)

To execute a block of code repeatedly while a condition is true

b)

To execute a block of code a fixed number of times

c)

To make decisions based on different conditions

d)

To define a function for reuse in the program

10.

What does the term "OOP" stand for in programming?

a)

Object-Oriented Programming

b)

Operation-Oriented Programming

c)

Ordered Object Programming

d)

Object Optimization Protocol