University Notes
BIT 2112: Lesson 2 Information Systems Development
Trending!
Information Systems Development refers to the process of creating and maintaining information systems that support business operations, decision-making, and organizational processes.
24 Pages
2197 Views
0 Downloads
248.35 KB
Uploaded: 2024-12-04
Price: Ksh.50
BIT 2112: Lesson 3 Project Initiation
Trending!
Project initiation is the first phase of a project where the foundational aspects are defined.
24 Pages
2478 Views
0 Downloads
241.19 KB
Uploaded: 2024-12-04
Price: Ksh.50
BIT 2112: Lesson 4 Systems Analysis
Trending!
Systems analysis is the process of studying and analyzing the components of a system to understand its structure, behavior, and function. It is typically used in fields like computer science, engineering, and business management to identify system requirements, problems, and inefficiencies, as well as to design improvements or solutions.
38 Pages
2426 Views
0 Downloads
292.56 KB
Uploaded: 2024-12-04
Price: Ksh.50
BIT 2112: Lesson 5 System Modeling
Trending!
System modeling is the process of creating a mathematical, computational, or conceptual representation of a system to analyze its behavior, performance, and other properties. This can be done in various fields, including engineering, computer science, biology, economics, and more. The purpose of system modeling is to understand, predict, and optimize the behavior of a system, often before it is physically implemented or experimented with.
79 Pages
2287 Views
0 Downloads
546.98 KB
Uploaded: 2024-12-04
Price: Ksh.50
BIT 2112: Software Development
Trending!
Software development is the process of designing, creating, testing, and maintaining software applications. It involves several stages.
2340 Views
0 Downloads
49 KB
Uploaded: 2024-12-04
Price: Ksh.50
BIT 2112: Stuctured system Analysis and Design
Trending!
Structured System Analysis and Design (SSAD) is a methodology used to develop information systems in a systematic, organized manner. It focuses on a clear, step-by-step approach to understanding the needs of the business or organization and then creating a system that fulfills those needs.
54 Pages
2291 Views
0 Downloads
1.95 MB
Uploaded: 2024-12-04
Price: Ksh.50
IT Certification Roadmap
Trending!
IT certification roadmap outlines the steps to achieve certifications that validate skills in various areas of Information Technology. These certifications are grouped based on categories such as foundational, intermediate, and advanced levels, as well as specialization fields like networking, cybersecurity, cloud computing, data science, and more.
2 Pages
3160 Views
0 Downloads
183.05 KB
Uploaded: 2024-11-29
Price: Ksh.50
Deadlock
Trending!
Deadlocks can occur in a variety of different situations besides requesting dedicated I/O devices.
Mostly, deadlocks involve resources when processes have been granted exclusive access to
devices, data records, files, and so forth. Such objects are referred to resources. A computer system
will normally have different resources that can be acquired.
8 Pages
2897 Views
0 Downloads
173.61 KB
Uploaded: 2024-11-29
Price: Ksh.50
File Management
Trending!
File management refers to the process of organizing, storing, accessing, and maintaining files on a computer or storage device. It involves the systematic handling of data to ensure it is easy to locate, secure, and update. Efficient file management is critical for productivity and data integrity.
5 Pages
2777 Views
0 Downloads
236.57 KB
Uploaded: 2024-11-29
Price: Ksh.50
Introduction to Operating Systems
Trending!
An Operating System (OS) is a crucial software layer that serves as the interface between computer hardware and users or application programs. It manages and coordinates hardware resources such as the CPU, memory, storage, and input/output devices, ensuring efficient and effective utilization.
9 Pages
3162 Views
0 Downloads
260.19 KB
Uploaded: 2024-11-29
Price: Ksh.50
IO Device Management
Trending!
I/O (Input/Output) device management refers to the process of controlling and coordinating the operations of input and output devices within a computer system. This is typically handled by the operating system to ensure that data is transferred efficiently between the CPU, memory, and I/O devices.
3 Pages
2805 Views
0 Downloads
287.72 KB
Uploaded: 2024-11-29
Price: Ksh.50
Memory Management
Trending!
Memory management refers to the process of efficiently allocating, organizing, and using computer memory in a system to ensure optimal performance and stability. It is a critical function of an operating system (OS) and is essential for executing programs and processing data.
6 Pages
2427 Views
0 Downloads
240.33 KB
Uploaded: 2024-11-29
Price: Ksh.50
Operating Systems Design and Implementation
Trending!
Systems Design refers to the process of defining the architecture, components, modules, interfaces, and data for a system to meet specified requirements. It is the blueprint for how the system will operate and interact with other systems or users. This phase follows the analysis phase in the systems development life cycle (SDLC).
Systems Implementation is the phase where the designed system is developed, tested, and deployed. It involves translating the plans into an operational system that meets user needs. Implementation often includes installation, configuration, training, and ongoing support.
1106 Pages
2622 Views
0 Downloads
21.97 MB
Uploaded: 2024-11-29
Price: Ksh.50
Operating System Exercise Questions
Trending!
Components of a thread which are not shared
Components of a thread which are shared
Benefits of threaded execution
Models of threads and for each explain advantages and disadvantages
2649 Views
0 Downloads
10.29 KB
Uploaded: 2024-11-29
Price: Ksh.50
media law
This book can be used both for university level and college level for the study of journalism.
411 Pages
559 Views
0 Downloads
2.44 MB
Uploaded: 2024-11-27
Price: Ksh.1000
MATH 240: PROBABILITY AND STATISTICS I
A random variable is a rule that assigns a numerical value to each outcome in
the sample space. It maps events from the sample space S to the real numbers
X: X : S-R, that is, if S is the sample space with a probability measure and
X is a function defined with real values over the elements of S, then X is called
a random variable and associates a real number with each result in the sample
space.
60 Pages
1333 Views
0 Downloads
984.39 KB
Uploaded: 2024-11-26
Price: Ksh.200
C Programming
C is a high-level, general-purpose programming language developed by Dennis Ritchie in 1972 at Bell Laboratories. Known for its efficiency and versatility, C has become a foundational language for system programming, including operating systems, embedded systems, and application development.
146 Pages
1015 Views
0 Downloads
1.75 MB
Uploaded: 2024-11-24
Price: Ksh.100
Introduction to C programming
Trending!
An Introduction to C Programming serves as the foundational step in learning one of the most widely used and powerful programming languages in computer science. C was developed in the early 1970s by Dennis Ritchie at Bell Labs and has become the backbone of modern programming due to its versatility and efficiency.
66 Pages
2873 Views
0 Downloads
433.24 KB
Uploaded: 2024-11-24
Price: Ksh.100
Introduction to Structured Programming
Trending!
Structured programming is a programming paradigm that emphasizes the use of a logical structure to improve clarity, quality, and development time. It is based on the idea of dividing a program into smaller, manageable sections or modules, making it easier to write, debug, and maintain.
15 Pages
3073 Views
0 Downloads
210.51 KB
Uploaded: 2024-11-24
Price: Ksh.100
Learn to program with C
Trending!
Learning to program in C is a great way to build a strong foundation in computer programming, as C is a powerful, versatile, and widely used language.
323 Pages
2953 Views
0 Downloads
3.36 MB
Uploaded: 2024-11-24
Price: Ksh.100