wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

ELOQUENCE'25 TECH QUIZ 2L1

Total questions: 20

Worksheet time: 7mins

Name
Class
Date
1.

In Git, which command saves your changes to the local repository?

a)

git push

b)

git add

c)

git commit

d)

git status

2.

Which layer of the OSI model handles MAC addresses?

a)

Physical

b)

Data Link

c)

Network

d)

Transport

3.

What is an infinite loop?

a)

A loop that never starts

b)

A loop that runs a specific number of times

c)

A loop that never terminates

d)

A syntax error

4.

Which sorting algorithm is the simplest but least efficient?

a)

Merge Sort

b)

Quick Sort

c)

Bubble Sort

d)

Heap Sort

5.

What does SQL stand for?

a)

Structured Query Language

b)

Standard Query Logic

c)

Simple Question Language

d)

Structured Question List

6.

Which of the following is NOT an Object-Oriented language?

a)

Java

b)

C++

c)

C

d)

Python

7.

What is a 'Bug' in software?

a)

A virus

b)

An error or flaw in the program

c)

A feature

d)

A type of hardware

8.

What does DNS translate domain names into?

a)

MAC Addresses

b)

IP Addresses

c)

Binary Code

d)

URLs

9.

Which memory is fastest?

a)

RAM

b)

Hard Disk

c)

Cache Memory

d)

USB Drive

10.

What is a Class in OOP?

a)

An object

b)

A blueprint for creating objects

c)

A function

d)

A variable

11.

Which concept helps to solve the 'Diamond Problem' in inheritance?

a)

Interfaces

b)

Recursion

c)

Pointers

d)

Loops

12.

What is the role of the 'Kernel' in an OS?

a)

User Interface

b)

Core component managing resources

c)

Application software

d)

Web browser

13.

In a Binary Search Tree (BST), the left child is always:

a)

Greater than the root

b)

Smaller than the root

c)

Equal to the root

d)

Random

14.

What is 'Polymorphism'?

a)

Multiple inheritance

b)

Ability to take many forms

c)

Data hiding

d)

Code repetition

15.

Which command is used to check network connectivity?

a)

ipconfig

b)

ping

c)

netstat

d)

traceroute

16.

What is a 'Foreign Key'?

a)

A unique key

b)

A primary key of another table

c)

A null key

d)

An index

17.

Which complexity class represents problems solvable in polynomial time?

a)

NP

b)

P

c)

NP-Hard

d)

NP-Complete

18.

What is the main use of 'Pandas' library in Python?

a)

Game Dev

b)

Web Dev

c)

Data Manipulation & Analysis

d)

Networking

19.

Which CSS property changes the text color?

a)

text-color

b)

font-color

c)

color

d)

fg-color

20.

What is 'Recursion'?

a)

A function calling itself

b)

A loop inside a loop

c)

A syntax error

d)

A variable change