Computer Science
Las últimas cargas en Computer Science. ¿Buscando notas en Computer Science? Tenemos muchas notas, guias de estudio y notas de estudio disponsible para tu escuela.
-
1611
-
4
-
83
All courses for Computer Science
-
Computer Science 1
-
Computer Science 7
-
COMPUTER SCIENCE 1605
-
COMPUTER SCIENCE , 2
-
Computer science / 3
-
COMPUTER SCIENCE, 5
-
Computer Science: 3
-
Computer-science 1
-
Python Programming 1
-
Python Programming Language 2
-
WordPress 1
Último contenido Computer Science
This document provides detailed and structured notes on HTML Accessibility and SEO, focusing on improving usability, visibility, and performance. 
 
What you will learn: 
 
Accessibility principles in HTML 
 
SEO optimization techniques 
 
Semantic HTML and ARIA 
 
Meta tags and content structure 
 
This document is useful for students, developers, and anyone interested in building accessible and SEO-friendly websites.
- Resumen
- • 8 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on HTML APIs, covering advanced features and modern web development techniques. 
 
What you will learn: 
 
Introduction to HTML APIs 
 
Geolocation, Drag and Drop, Web Storage 
 
Canvas and SVG graphics 
 
Real-world applications and performance 
 
This document is useful for students, developers, and learners interested in advanced HTML features.
- Resumen
- • 7 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on HTML Multimedia, covering audio, video, embedding, and performance considerations. 
 
What you will learn: 
 
HTML audio and video elements 
 
Media formats and compatibility 
 
Embedding external content 
 
Performance and optimization 
 
This document is useful for students, beginners, and web developers learning multimedia integration
- Resumen
- • 7 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on HTML Semantic Elements, focusing on modern web structure, accessibility, and SEO. 
 
What you will learn: 
 
Semantic vs non-semantic elements 
 
Common semantic tags 
 
Structure and organization of web pages 
 
SEO and accessibility benefits
- Resumen
- • 7 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on HTML Forms, covering input types, validation, and real-world applications. 
 
What you will learn: 
 
HTML form structure and elements 
 
Input types and attributes 
 
Form validation techniques 
 
Real-world usage
- Resumen
- • 7 páginas's •
-
Computer SCIENCE•Computer SCIENCE
This document provides complete and detailed notes on HTML, covering all fundamental concepts required for web development. 
 
What you will learn: 
 
HTML structure and basic tags 
 
Elements and attributes 
 
Links, images, lists, and tables 
 
Advantages, disadvantages, and real-world applications
- Resumen
- • 10 páginas's •
-
cOMPUTER SCIENCE•cOMPUTER SCIENCE
This document provides a complete and detailed overview of SQL, covering all major concepts from basic to advanced levels. 
 
What you will learn: 
 
Core components of SQL 
 
Data manipulation and querying 
 
Advanced SQL concepts 
 
Performance optimization techniques 
 
Real-world applications and career scope 
 
This document is useful for students, SQL learners, and professionals who want a complete understanding of SQL.
- Resumen
- • 8 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on SQL Window Functions, focusing on advanced data analysis and query techniques. 
 
What you will learn: 
 
Introduction to window functions 
 
OVER, PARTITION BY, ORDER BY clauses 
 
Ranking functions and analytical functions 
 
Performance considerations
- Resumen
- • 6 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on SQL Join Optimization, focusing on improving query performance and handling large datasets efficiently. 
 
What you will learn: 
 
Introduction to join optimization 
 
Query optimization techniques 
 
Indexing and execution plans 
 
EXISTS vs IN comparison
- Resumen
- • 5 páginas's •
-
Computer Science•Computer Science
This document provides detailed and structured notes on SQL Denormalization, focusing on performance optimization and real-world database design. 
 
What you will learn: 
 
Introduction to SQL Denormalization 
 
Difference between normalization and denormalization 
 
Techniques used in denormalization 
 
Advantages and disadvantages 
 
Performance impact and use cases
- Resumen
- • 6 páginas's •
-
Computer Science•Computer Science
This document provides complete and detailed notes on SQL Transactions, including ACID properties, commands, and real-world applications. 
 
 What you will learn: 
 
Introduction to SQL Transactions 
 
ACID properties (Atomicity, Consistency, Isolation, Durability) 
 
Transaction control commands (COMMIT, ROLLBACK, SAVEPOINT) 
 
Transaction states and execution flow 
 
Real-world applications
- Resumen
- • 5 páginas's •
-
Computer Science•Computer Science
This document provides complete and detailed notes on SQL Triggers, including types, creation, execution flow, and real-world applications. 
 
 What you will learn: 
 
Introduction to SQL Triggers 
 
Types of triggers (BEFORE, AFTER, INSTEAD OF) 
 
Creating and executing triggers 
 
Advantages and disadvantages 
 
Real-world use cases
- Resumen
- • 6 páginas's •
-
Computer Science•Computer Science
This document provides complete and detailed notes on SQL Functions, covering types, creation, and real-world applications. 
 
 What you will learn: 
 
Introduction to SQL Functions 
 
Types of functions (Scalar, Aggregate, UDF) 
 
Creating and using functions 
 
Advantages and disadvantages 
 
Comparison with stored procedures 
 
Real-world applications
- Resumen
- • 7 páginas's •
-
COMPUTER SCIENCE•COMPUTER SCIENCE
This document provides complete and detailed notes on SQL Stored Procedures, covering creation, execution, parameters, and real-world applications. 
 
 What you will learn: 
 
Introduction to Stored Procedures 
 
Creating and executing procedures 
 
Parameters and dynamic queries 
 
Advantages and disadvantages 
 
Comparison with functions 
 
Real-world use cases
- Resumen
- • 6 páginas's •
-
computer science•computer science
This document provides complete and detailed notes on SQL Views, including types, creation, usage, and real-world applications. 
 
 What you will learn: 
 
Introduction to SQL Views 
 
Types of views (Simple and Complex) 
 
Creating and updating views 
 
Advantages and disadvantages 
 
Security using views 
 
Real-world applications
- Resumen
- • 6 páginas's •
-
Computer Science•Computer Science
This document provides detailed and easy-to-understand notes on SQL Indexes, covering types, working, and performance optimization techniques. 
 
 What you will learn: 
 
Introduction to SQL Indexes 
 
Types of indexes (Clustered, Non-Clustered, Unique, Composite) 
 
How indexing improves performance 
 
Real-world applications 
 
Advantages and disadvantages 
 
Common mistakes and best practices
- Resumen
- • 5 páginas's •
-
Computer Science•Computer Science
This document provides complete and easy-to-understand notes on SQL Subqueries, covering nested queries, correlated subqueries, and real-world applications. 
 
 What you will learn: 
 
Introduction to SQL Subqueries 
 
Types of subqueries (single-row, multi-row, correlated) 
 
Subqueries in WHERE and SELECT clauses 
 
Correlated subqueries explained with examples 
 
Difference between subqueries and joins 
 
Real-world use cases
- Resumen
- • 6 páginas's •
-
cOMPUTER SCIENCE•cOMPUTER SCIENCE
What you will learn: 
 
Introduction to GROUP BY and its purpose 
 
How GROUP BY works internally 
 
Use of aggregate functions (COUNT, SUM, AVG, MIN, MAX) 
 
HAVING clause and its importance 
 
Difference between WHERE and HAVING 
 
Practical SQL query examples 
 
Real-world applications of data grouping 
 
 This document is perfect for: 
 
Engineering students 
 
Computer Science learners 
 
Beginners learning SQL 
 
Students preparing for exams and placements
- Resumen
- • 3 páginas's •
-
COMPUTER SCIENCE•COMPUTER SCIENCE
This PDF provides complete and detailed notes on SQL Constraints and Keys, focusing on maintaining data integrity and enforcing rules in relational databases. 
 
 What you will learn: 
 
Introduction to SQL Constraints 
 
Primary Key and Foreign Key concepts 
 
Unique, Not Null, and Check constraints 
 
Data validation techniques in SQL 
 
Practical SQL examples 
 
Conceptual understanding with diagrams 
 
 This document is perfect for: 
 
Engineering students 
 
Computer Science learners 
 
SQL...
- Resumen
- • 5 páginas's •
-
Computer science•Computer science
This PDF provides complete and detailed notes on SQL Fundamentals, covering concepts from beginner to advanced foundation level with practical query examples. 
 
 What you will learn: 
 
Introduction to databases and SQL 
 
SQL command types (DDL, DML, DQL, DCL, TCL) 
 
Database and table creation 
 
Data types and constraints 
 
Data insertion, updating, and deletion 
 
SELECT queries with filtering and sorting 
 
Aggregate functions and grouping 
 
Joins and subqueries 
 
Indexing and transact...
- Resumen
- • 5 páginas's •
-
Computer science•Computer science