Notes, summaries, assignments, exams, and problems for Computers

Sort by
Subject
Level

Sequential Logic: Understanding Digital Counters and Shift Registers

Classified in Computers

Written on in English with a size of 3.43 KB

Digital Counters (Sequential Circuits)

Counters are sequential circuits whose output represents the number of clock pulses applied to the input. They consist of interconnected bistables (flip-flops).

Counters can operate in ascending mode (content increases with each pulse) or descending mode (content decreases).

Applications of Digital Counters

  • Watches and Timers
  • Frequency Dividers
  • Frequency Meters (Frecuencímetro)

The maximum number of states a counter passes through is called the Modulus.

Asynchronous (Ripple) Counters

In asynchronous counters, the external clock signal is connected only to the first flip-flop. The clock input of subsequent flip-flops is connected to the output of the previous flip-flop.

This configuration causes all flip-flops... Continue reading "Sequential Logic: Understanding Digital Counters and Shift Registers" »

Core Concepts of Virtual Memory Management and Allocation Strategies

Classified in Computers

Written on in English with a size of 3.47 KB

Virtual Memory Management Fundamentals

What is Memory Management?

Memory Management is responsible for the efficient use of main memory in a multiprogramming environment where processes compete for memory resources.

Types of Address Space

  • Actual Addresses: Refer to the physical main memory (RAM) of the machine.
  • Logical or Virtual Addresses: The memory space perceived or known by the process. Each process maintains its own independent logical or virtual address space.

The central idea of virtual memory is to utilize the memory hierarchy: storing the most frequently accessed data in faster, lower-capacity storage tiers (RAM) and less frequently accessed data on less expensive, higher-capacity devices (disk).

Evolution of Memory Management Systems

  • Fixed
... Continue reading "Core Concepts of Virtual Memory Management and Allocation Strategies" »

Windows Server Administration and User Profile Management

Classified in Computers

Written on in English with a size of 3.64 KB

1. Local Users and Roaming Profiles

Is it possible to assign local users roaming profiles on a Windows client integrated into a domain? Why?

No. Roaming profiles can only be assigned to users in Active Directory (i.e., domain global users). Local users can manage and use only local profiles on the machine where they are registered.

2. Storage for Roaming User Profiles

Where should roaming user profiles be stored?

On the server. The system stores a local copy of the domain profile, but the actual configuration of the elements customized by the user is always stored in the folder on the domain controller designed for this purpose.

3. The %username% Variable

What does the variable %username% represent and what replaces it?

It represents the username that... Continue reading "Windows Server Administration and User Profile Management" »

Website Structure and HTML Document Basics

Classified in Computers

Written on in English with a size of 3.6 KB

CARLOS HAYA IES Building Computer Room Web pages pag. 3

Website Structure Types

The basic structures we observe at any site are one of the following types:

Tree Structure

In this structure, there is a main page (the home page in English terminology) from which you can reach other sites on the Web. In this way, the pages come to be grouped into levels, so that to get from the first to the last, you must pass through the middle. It is a very hierarchical structure and can be difficult to navigate if levels are excessive.

This structure may be ideal for a site organized in groups of separate pages.

In any case, the number of levels should not be excessive, never more than 3.

List Structure

There is no home page; what we have is a sort of list of pages... Continue reading "Website Structure and HTML Document Basics" »

Microprocessors and Memory Types: A Deep Dive

Classified in Computers

Written on in English with a size of 2.71 KB

Microprocessors

The microprocessor is the device responsible for processing the data received. It is able to perform arithmetic operations and transfer blocks of information. The increase in processing power allows for faster and faster PCs. This is mainly due to improvements in architecture, microcode, and operating speeds.

Overclocking

Overclocking is a method used to obtain faster processing speed by increasing the domestic multiplier value of the microprocessor. It is not advisable because it causes overheating of the processor. Besides the increased frequency, it may result in errors of "timing" and then produce erroneous results or hang the system. You can also overclock the system clock speed, which will affect the overall team bus. This... Continue reading "Microprocessors and Memory Types: A Deep Dive" »

Mastering Discrete Event Simulation: Concepts & Project Workflow

Classified in Computers

Written on in English with a size of 5.31 KB

Discrete Event Simulation: Core Concepts & Project Workflow

Key Components of a Simulation Model

  • Locations

    Fixed places where entities are processed, stored, decisions are made, or other activities occur.

  • Entities

    Whatever the model processes or tracks within the system.

  • Physical Road Network

    Networks where entities and resources move and interact.

  • Resources

    Any person, equipment (e.g., vehicles), or tools used to transport entities, develop operations, or perform tasks.

  • Process

    Defines the path of entities using the system's logic and operational experience at each location.

  • Arrivals

    New entities entering the system at specific times or rates.

  • Shifts

    Defined periods for breaks or specific assignments for locations or resources, affecting availability.

... Continue reading "Mastering Discrete Event Simulation: Concepts & Project Workflow" »

Database Application Lifecycle: Stages and Key Considerations

Classified in Computers

Written on in English with a size of 3.73 KB

The stages of the database application lifecycle are:

  1. Planning: System and project planning.
  2. Definition: Defining the scope and limits of the database implementation and its interactions with other systems.
  3. Requirements: Collection and analysis of requirements from various sources.
  4. Database Design: Conceptual, logical, and physical database design.
  5. DBMS Selection: Choosing the appropriate Database Management System (DBMS).
  6. Application Design: Designing the application programs that will use and process the database.
  7. Prototyping: Building prototypes of the application for testing and feedback (optional).
  8. Implementation: Creating the database definitions and application programs.
  9. Conversion and Loading: Converting and loading data from an old system to
... Continue reading "Database Application Lifecycle: Stages and Key Considerations" »

Object Identity, Complex Objects, and Persistent Programming

Classified in Computers

Written on in English with a size of 2.77 KB

Object Identity Types

There are three main types of object identity:

  • Asset (Data Value as Identity): This form of identity, commonly used in relational systems, utilizes a data value as the identifier. For instance, the primary key value in a tuple uniquely identifies that tuple.
  • Name (User-Defined Identity): This type of identity relies on a name assigned by the user. File systems often employ this approach, where each file has a unique name regardless of its content.
  • Incorporated (System-Generated Identity): This concept integrates identity directly into the data model or programming language, eliminating the need for user-provided identifiers. Object-oriented systems commonly use this method, automatically assigning a unique identifier to each
... Continue reading "Object Identity, Complex Objects, and Persistent Programming" »

Operating System Core Concepts

Classified in Computers

Written on in English with a size of 3.83 KB

Operating System (OS)

Software that manages hardware resources and provides a high-level abstraction for the user.

Process

A program currently executing.

Multitasking System

An OS allowing multiple programs to run concurrently.

Multiuser System

An OS allowing simultaneous access for multiple users.

Command Interpreter (Shell)

A user interface program that executes commands.

System Calls

Interfaces (APIs) used by programs to request services from the OS.

Single-Tasking System

Allows only one job in memory at a time. The CPU is idle during I/O operations, as it cannot be used by another process when the current one accesses system resources.

Time-Sharing System

Allows multiple terminals connected to a central computer. Enables multiple processes to use the... Continue reading "Operating System Core Concepts" »

Web Design and Accessibility Services

Classified in Computers

Written on in English with a size of 1.25 KB

Web Design and Accessibility Services

Header

Nav

Content

Aside

This is the aside container or wrapper with a width of 30%. Inside, we place a div.

Inside aside, we place a <div>.

This div has margins of 20px and padding of 10px.

Main

This is the MAIN container or wrapper with a width of 70%:

Article Title 1

All articles are within main with a margin and padding. Place the content for class "article 1" here.

Article Title 2

Place the content for class "article 2" here.

Article Title 3

Place the content for class "article 3" here.

Click on the image

Tailored to Your Needs

You will find:

  • Custom Graphic Design
  • Web Design
  • Accessibility
  • Usability
  • Text Processing

Footer

Get in touch at the address:

[email protected]