This C# statement displays text in the console.
Console.WriteLine()
This is what HTML stands for.
HyperText Markup Language
This is what OOP stands for.
Object-Oriented Programming
This is what SQL stands for.
Structured Query Language
This is what BSIT stands for.
Bachelor of Science in Information Technology
This C# data type stores whole numbers.
int
This HTML tag inserts a hyperlink.
<a>
This keyword creates a new object in Java.
new
This SQL command adds a new row into a table.
INSERT
This refers to the physical parts of a computer.
Hardware
This statement is better than multiple "if" statements for checking many cases.
switch
This tag is used for block-level grouping in HTML.
<div>
This OOP concept means “wrapping data and methods into one unit.”
Encapsulation
This type of key uniquely identifies a record in a table.
PRIMARY KEY
This software manages hardware and system resources.
Operating System
The output of Console.WriteLine(5 / 2); in C#.
2
This section of an HTML page contains metadata and the title.
<head>
This Java construct can contain both concrete and abstract methods.
abstract class
This SQL command combines rows from multiple tables.
JOIN
This project integrates learned skills at the end of BSIT.
Capstone/CAPRO
This method is the entry point of a C# program.
Main
This form method appends submitted data to the URL.
GET
This term describes redefining a method in a subclass.
Overriding
This process reduces redundancy in databases.
Normalization
This technology uses a decentralized ledger, commonly for cryptocurrency.
Blockchain