C# Fundamentals
HTML & Web Basics
Java OOP
Databases
General IT Knowledge
100

This C# statement displays text in the console.

Console.WriteLine()

100

This is what HTML stands for.

HyperText Markup Language

100

This is what OOP stands for.

Object-Oriented Programming

100

This is what SQL stands for.

Structured Query Language

100

This is what BSIT stands for.

Bachelor of Science in Information Technology

200

This C# data type stores whole numbers.

int

200

This HTML tag inserts a hyperlink.

<a>

200

This keyword creates a new object in Java.

new

200

This SQL command adds a new row into a table.

INSERT

200

This refers to the physical parts of a computer.

Hardware

300

This statement is better than multiple "if" statements for checking many cases.

switch

300

This tag is used for block-level grouping in HTML.

<div>

300

This OOP concept means “wrapping data and methods into one unit.”

Encapsulation

300

This type of key uniquely identifies a record in a table.

PRIMARY KEY

300

This software manages hardware and system resources.

Operating System

400

The output of Console.WriteLine(5 / 2); in C#.

2

400

This section of an HTML page contains metadata and the title.

<head>

400

This Java construct can contain both concrete and abstract methods.

abstract class

400

This SQL command combines rows from multiple tables.

JOIN

400

This project integrates learned skills at the end of BSIT.

Capstone/CAPRO

500

This method is the entry point of a C# program.

Main

500

This form method appends submitted data to the URL.

GET

500

This term describes redefining a method in a subclass.

Overriding

500

This process reduces redundancy in databases.

Normalization

500

This technology uses a decentralized ledger, commonly for cryptocurrency.

Blockchain