Question Bank

98 approved questions from the community

What is the primary concept behind Java's 'Write Once, Run Anywhere' (WORA) philosophy?

EASY
MULTIPLE CHOICE
30s
Java
by Mohamed

Which tag is used to insert a simple line break in an HTML document?

EASY
MULTIPLE CHOICE
20s
HTML
by Mohamed

What is the primary difference between the <b> and <strong> tags?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

In HTML, comments are added by wrapping text between <!-- and --> and they are not visible to the user in the browser.

EASY
TRUE FALSE
20s
HTML
by Mohamed

Where is the recommended placement for external <script> tags to ensure faster page rendering?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

How do you link an external CSS file to an HTML document?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

Where should the Document Type Declaration (<!DOCTYPE html>) be placed?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

Which tag serves as the root element of an HTML page?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

What does HTML stand for and what is its primary purpose?

EASY
MULTIPLE CHOICE
30s
HTML
by Mohamed

Prepared statements help defend against SQL injection by separating the SQL code structure from the data input values.

EASY
TRUE FALSE
20s
Database
by Mohamed

What is the difference between an INNER JOIN and a FULL OUTER JOIN?

EASY
MULTIPLE CHOICE
30s
Database
by Mohamed

What is a foreign key?

EASY
MULTIPLE CHOICE
30s
Database
by Mohamed

What is the primary role of a primary key in a database table?

EASY
MULTIPLE CHOICE
30s
Database
by Mohamed

What is a primary distinction between SQL and NoSQL databases regarding their schema?

EASY
MULTIPLE CHOICE
30s
Database
by Mohamed

What is a database management system (DBMS), and can you name some examples?

EASY
MULTIPLE CHOICE
30s
Database
by Mohamed

Which command-line tool is used to compile TypeScript (.ts) files into JavaScript (.js)?

EASY
MULTIPLE CHOICE
30s
TypeScript
by Mohamed

Which symbol is used to denote an optional parameter in a TypeScript function declaration?

EASY
MULTIPLE CHOICE
30s
TypeScript
by Mohamed

How does 'Type Inference' work in TypeScript?

EASY
MULTIPLE CHOICE
30s
TypeScript
by Mohamed

Which type is best suited for representing a discrete set of named constants like HTTP methods or days of the week?

EASY
MULTIPLE CHOICE
30s
TypeScript
by Mohamed

What is the primary purpose of an 'Interface' in TypeScript?

EASY
MULTIPLE CHOICE
30s
TypeScript
by Mohamed
PreviousPage 2 of 5Next