Universities Academics Portal Loading....
Theme customizer
Revert customizations made in this style

📢 Universities Academic Portal

Connecting Universities , Skilling the Future, Empowering Careers, and Transforming Education.
  • 📘 Endsemester.com is transforming Universities in Kenya! We're empowering women 👩🏽‍💻 as digital taskers to create and share academic content 📚 across Universities—bridging the gender tech gap 🚺💻 and boosting learning 📈.Support the future of skills education! ⚙️📖🌍✨

Search results

  1. ENDSEMESTER

    🎓 CAMPUS LIFE UNFILTERED: Navigating University Beyond the Classroom 📚

    🌟 Introduction: More Than Just BooksUniversity life isn’t just about burying your nose in textbooks or cramming for exams in the library till midnight. It’s a journey of self-discovery, of forming lifelong friendships, of learning from failure, and building a future that reflects your dreams...
  2. ENDSEMESTER

    Introduction Software upgrades are critical for maintaining security, performance, and access to...

    Introduction Software upgrades are critical for maintaining security, performance, and access to new features. However, upgrading without due diligence can lead to compatibility issues, data loss, or operational disruptions. Considering key factors before proceeding ensures a smooth and...
  3. ENDSEMESTER

    Core Unit Install computer software Examination Paper 5

    Software upgrade is essential for its functionality. Outline THREE factors to consider before performing software upgrade. (3 Marks)
  4. ENDSEMESTER

    Introduction Software installation methods have evolved to meet the needs of diverse computing...

    Introduction Software installation methods have evolved to meet the needs of diverse computing environments, particularly where automation, scale, and minimal user intervention are priorities. Two prominent approaches—headless installation and silent installation—are often used in enterprise...
  5. ENDSEMESTER

    Core Unit Install computer software Examination Paper 5

    Differentiate between headless installation and silent installation as used in software installation
  6. ENDSEMESTER

    Introduction Efficient data retrieval is a cornerstone of high-performing database systems, and...

    Introduction Efficient data retrieval is a cornerstone of high-performing database systems, and indexes are the primary mechanism used to speed up query operations. Two fundamental types of indexes—clustered and non-clustered—play distinct roles in how data is stored, accessed, and managed...
  7. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    What are clustered and non-clustered Indexes?
  8. ENDSEMESTER

    Introduction In database management, maintaining data integrity, consistency, and reliability is...

    Introduction In database management, maintaining data integrity, consistency, and reliability is paramount, especially as systems scale and become more complex. One of the foundational concepts that ensures these qualities is the database transaction—a mechanism that allows a sequence of...
  9. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    What is a transaction? What are ACID properties?
  10. ENDSEMESTER

    1. Introduction In the realm of Database Management Systems (DBMS), two essential...

    1. Introduction In the realm of Database Management Systems (DBMS), two essential constructs—Triggers and Stored Procedures—play pivotal roles in automating tasks, enforcing business rules, and ensuring data integrity. While both are collections of SQL statements stored within the database...
  11. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    What is the difference between Trigger and Stored Procedure?
  12. ENDSEMESTER

    1. Introduction In an era defined by the exponential growth of digital information, the Database...

    1. Introduction In an era defined by the exponential growth of digital information, the Database Management System (DBMS) has become an indispensable tool for organizations and individuals alike. The use of a DBMS is recommended not merely for its ability to store large volumes of data, but for...
  13. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    Why is the use of DBMS recommended? Explain by listing some of its major advantages?
  14. ENDSEMESTER

    1. Introduction SQL joins are fundamental operations that allow you to combine data from two or...

    1. Introduction SQL joins are fundamental operations that allow you to combine data from two or more tables based on related columns. Understanding the different types of joins—INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN—is essential for anyone working with relational databases. Each...
  15. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    Explain the difference between INNER JOIN, LEFT JOIN, RIGHT JOIN, and FULL OUTER JOIN with examples.
  16. ENDSEMESTER

    1. Introduction In relational database management, it is often necessary to identify entities...

    1. Introduction In relational database management, it is often necessary to identify entities that lack certain relationships. A common scenario in academic databases involves identifying students who are not enrolled in any courses. This task requires querying multiple tables—Students, Courses...
  17. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    Given three tables: Students, Courses, and Enrollments, write a query to list students who are not enrolled in any course
  18. ENDSEMESTER

    1. Introduction Finding all students who are enrolled in every course offered by a university is...

    1. Introduction Finding all students who are enrolled in every course offered by a university is a classic relational database problem that tests a deep understanding of SQL, set operations, and aggregation. This task is not only academically significant but also highly relevant in real-world...
  19. ENDSEMESTER

    Core Unit Manage Database System Examination Paper 1

    Write an SQL query to find all students who are enrolled in every course offered by the university.
Top Bottom