Web Dev
AI/ML
WEB3
APP DEV
TECH TRIVIA
100

Which CSS property controls the space between an element’s content and its border?

padding

100

Which Python library provides the ndarray and is commonly used for numerical computing?

NumPy

100

What is the common three-letter acronym for a unique digital asset on blockchain?

NFT

100

Which programming language is used by Flutter?

Dart

100

What does “URL” stand for?

Uniform Resource Locator

200

What JavaScript method converts an object to JSON?

JSON.stringify()

200

Which activation function maps real values into the range (0, 1)?

Sigmoid

200

Which blockchain platform first popularized smart contracts?

Ethereum

200

In Android, which component represents a single screen with a user interface?

Activity

200

Who founded SpaceX and OpenAI?

Elon Musk

300

In MongoDB, which update operator allows you to modify specific fields of multiple documents simultaneously?

$set

300

Which ensemble method builds multiple decision trees and averages their predictions to reduce overfitting?

Random Forest

300

Which data structure is used to verify large numbers of transactions efficiently in a block?

Merkle Tree

300

Which language did Apple introduce in 2014 as a modern replacement for Objective-C?

Swift

300

What company created the first commercial microprocessor?

Intel

400

What HTTP status code represents “Request Timeout”?

408

400

What technique reduces dimensionality by projecting data onto orthogonal principal components?

PCA

400

Which Ethereum token standard is used for fungible tokens?

ERC-20

400

What is the name of Google’s modern declarative UI toolkit for Android that uses composable functions?

Jetpack Compose

400

What was the world’s first computer virus called?

Creeper

500

What is the internal algorithm used by Chrome’s V8 engine to optimize JavaScript execution?

TurboFan

500

What type of neural network framework pits a generator against a discriminator to produce realistic samples?

GAN

500

What is the abbreviated name for the consensus mechanism where validators lock funds to secure the network?

PoS

500

Which architectural pattern (recommended by Google) separates Model, View, and ViewModel for Android apps?

MVVM

500

Which programming language was developed by Dennis Ritchie at Bell Labs?

c