Posts

CODE CAMP 2025: Season 3 – Frontend Development Category Webinar Series (Part 2 of 2)

Image
Name: Muni, Rodge Romer B. Course/Block: BSIT 4C Subject: ITC414 - IT Seminars and Educational Trips CODE CAMP 2025: Season 3 – Frontend Development Category Webinar Series (Part 2 of 2) I. Details of the Event Last August 30, 2025, I attended CODE CAMP 2025: Season 3 – Frontend Development Category Webinar Series (Part 2 of 2), a webinar organized by the TECHSAVVY Core Team in partnership with Workflow Co-Working Space. The session was led by a keynote speaker specializing in modern web development. The event focused on enhancing frontend skills and understanding updated tools, frameworks, and best practices for creating responsive, user-friendly web interfaces. II. Reflection on the Webinar (Learnings Gained) The webinar gave me a deeper understanding of how frontend development continues to evolve and how important it is to stay updated. The speaker discussed essential topics such as responsive design, component-based development, and the role of UI/UX in creating meaningful user ex...

ACTIVITY TASK MODULE 6 INFMNGT LECTURE AND LABORATORY

Image
 I. LEARNING TASKS A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies:  A.XML          -  XML stands for extensible markup language. A markup language is a set of codes, or tags, that describes the text in a digital document. The most famous markup language is hypertext markup language (HTML), which is used to format Web pages. XML, a more flexible cousin of HTML, makes it possible to conduct complex business over the Internet. B.JSON      -  JSON (JavaScript Object Notation) is an open standard file format and data interchange format that uses human-readable text to store and transmit data objects consisting of attribute–value pairs and arrays (or other serializable values). It is a common data format with diverse uses in electronic data interchange, including that of web applications with servers. C.AJAX     -  AJAX stands for  A synchronous  Ja vaScript ...

FINALS- LECTURE ACTIVITY TASK MODULE 4

Image
I. LEARNING TASKS  A. ENGAGE  Instruction: Based on your own understanding, kindly answer the question:  WHAT IS SQL?      It comprises Database Creation, Database Deletion, Fetching Data Rows, Modifying & Deleting Data Rows, etc. SQL is a language used to run databases. Structured Query Language, sometimes known as SQL, is a computer language used to store, manipulate, and retrieve data from relational databases. The American National Standards Institute (ANSI) and the International Organization for Standardization (ISO) both adopted SQL as a standard in 1986 and 1987, respectively. SQL was created by IBM computer scientists in the 1970s. B. EXPLORE & EXPLAIN Answer the following questions: 1. What are some sql commands?     -  SELECT and FROM, CREATE TABLE, ALTER TABLE, UPDATE, CREATE DATABASE, DESC, DELETE, INSERT and etc.. . 2. What is the difference between drop and delete command?     -  Delete stat...

ACTIVITY TASK MODULE 3 INFMNGT LECTURE

Image
I. LEARNING TASKS A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies: A. DATA DEFINITION LANGUAGE - Data Definition Language (DDL) is a subset of SQL. It is a language for describing data and its relationships in a database. You can generate DDL in a script for database objects to: Keep a snapshot of the database structure. It is used to provide commands for defining relation schemes, deleting relations, and creating indices, among others. B. INTERACTIVE DATA MANIPULATION LANGUAGE - Interactive Data Manipulation Language is a collection of programming languages explicitly used to make changes to the database, such as: CRUD operations to create, read, update and delete data. Using INSERT, SELECT, UPDATE, and DELETE commands. C. EMBEDDED DATA MANIPULATION LANGUAGE - Embedded Data Manipulation Language is a method of combining the computing power of a programming language and the database manipulation capabilities of SQL. Embedded SQ...

BLOGPOST2 MODULE 1 - LECTURE

Image
BLOGGING Instruction: Based on your understanding, kindly explain the following: A. FUNCTIONS OF DBMS     - There are many functions of DBMS. Data storage management,  Creating a database for complex data and managing the data are two of DBMS's most crucial jobs. By giving the intricate data sets a structure, it relieves the user and makes it much easier for them to access and work with the data, Security Management, Database systems provide a high level of security measures using various security algorithms to keep the data safe and ensure the data privacy, Backup and Recovery Management,  the database system provides the features for backup and recovery management, Database Access Language and Application Programming Interface, a query language, often known as a database access language, is offered by DBMS. Non-procedural query languages are used to access databases and change data, Data Dictionary Management, It keeps both the data an...

ACTIVITY TASK MODULE 1 INFMNGT LECTURE

Image
 I. LEARNING TASKS A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies: A. FUNCTIONS OF DBMS Data Dictionary Management Data Storage Management Data Transformation and Presentation Security Management Multi user Access Control Backup and Recovery Management Data Integrity Management Database Access Languages and Application Programming Interfaces Database Communication interfaces B. ADVANTAGES OF DBMS     - There are many advantages of DBMS. Reduced data redundancy, data integrity, data independence, data security, data consistency, easier use of data, and less storage are the advantages of DBMS. C. DISADVANTAGES OF DBMS     - There are also many disadvantages of DBMS. Complexity, expense, vulnerability, size, training cost, compatibility, and locking-in of technology are the disadvantages of DBMS. B. EXPLORE & EXPLAIN Answer the following questions: 1. What are the different components of dbms? Data Hardware Sof...

ACTIVITY TASK MODULE 1 INFMNGT LABORATORY

Image
     I. LEARNING TASKS A. ENGAGE Instruction: Based on your own understanding, kindly define the following terminologies: A.WHAT IS A DATABASE?     -  A database is a structured information collection that is often stored electronically in a computer           system. Typically, a database management system is in charge of managing a database (DBMS). A           database system, frequently abbreviated to just database, is the collective term for the data, the                DBMS, and the applications that are connected to it. B.WHAT TYPE OF SOFTWARE IS MICROSOFT OFFICE EXCEL?     -  Microsoft Excel is a spreadsheet program that  displays tables of values organized in rows and                 columns that may be mathematically modified using both simple and advanced arithmetic ...