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

Sort by
Subject
Level

Essential PC Hardware Troubleshooting Techniques and Fixes

Classified in Computers

Written on in English with a size of 2.75 KB

Essential PC Hardware Troubleshooting Topics

  • POST Routine Familiarity

    The Power-On Self-Test (POST) routines perform entry-level hardware troubleshooting as a PC starts. Be familiar with the abilities of the POST and its use.

  • Diagnosing Port Issues

    When a port isn't functioning, make sure you know the steps to take to ensure that it's physically connected, enabled in BIOS, and recognized in Windows.

  • Troubleshooting Hard Disk Systems

    Be aware of the common causes of hard-disk problems, including improper jumper configuration, BIOS Setup, and formatting/partitioning issues.

  • Identifying Overheating Issues

    Overheating can cause spontaneous rebooting or shutdown. It's often caused by nonfunctioning cooling fans or improper airflow through the PC.

  • Determining

... Continue reading "Essential PC Hardware Troubleshooting Techniques and Fixes" »

Key VTP and STP Networking Concepts

Classified in Computers

Written on in English with a size of 3.41 KB

1. What does a VTP client mode switch do when it receives a summary publication with a higher revision number?

  • A. Shipping is suspended until it receives the update subset of publications.
  • B. Issues a request for publication for the new VLAN information.
  • C. Updates the revision number and sends it to the other switches.
  • D. Deletes VLANs not included in the summary publication.
  • E. Sends summary publications to warn the other switches about state changes.
  • F. None of the above

2. What causes a VTP configured switch to issue a summary publication?

  • A. Five minutes have elapsed on the update timer.
  • B. A switch port is disabled.
  • C. The switch mode is changed to transparent.
  • D. A new host is added to the switch in the management domain.
  • E. 100 seconds have elapsed
... Continue reading "Key VTP and STP Networking Concepts" »

Multimedia Production: Definitions, Video Editing, and Audio Formats

Classified in Computers

Written on in English with a size of 3.64 KB

Fundamentals of Multimedia Production

Media Types: Text, image, video, and sound.

Professional Standard: Macintosh.

Multimedia Production Stages

  1. Capture: Obtaining different media components containing the multimedia product, and storing them in computer formats.
  2. Editing and Integration: Editing each medium and integrating them all into a multimedia product, adding effects.
  3. Presentation: Using the appropriate device depending on the type of multimedia creation done.

Digital Audio Concepts

Streaming: The action of receiving real-time multimedia information over the Internet.

Digitalization of Sound: The process of converting the analog sound signal into a digital signal.

Sound Formats and Quality

  • WAV
  • MIDI
  • MP3
  • OGG
  • WMA
  • Real Audio

WMA: Compressed files known for... Continue reading "Multimedia Production: Definitions, Video Editing, and Audio Formats" »

Software Installation & Uninstallation: Parallel Work, Backup & Troubleshooting

Classified in Computers

Written on in English with a size of 2.47 KB

8 Steps for Parallel Work & Uninstallation

The operation of the application, i.e., its use at full capacity.

Parallel Work

When an application is replaced by another, performing a parallel operation of the new application with the old. This means a double data entry, and duplicating all tasks for a certain period of time. This results in greater safety for two reasons:

  • You can compare the results of both applications. If the previous application had no failures, the results of the new application should be the same as the old, for identical processes.
  • If you detect a serious problem in the new application, you can continue working with the former, which has all the information up to date, while the situation is resolved.

Warranty and After-Sales

... Continue reading "Software Installation & Uninstallation: Parallel Work, Backup & Troubleshooting" »

Connecting to SQL Server 2000 with JDBC: A Practical Example

Classified in Computers

Written on in English with a size of 5.03 KB

Connecting Through JDBC Driver for Microsoft SQL Server 2000

Exercise 2

import java.sql.*;

Class Home

public class Jdbc_sqls3 {

private Connection con = null;

Constants for PLS USE chain link

private final String url = "jdbc:microsoft:sqlserver://";

private final String server = "localhost";

private final String port = "1433";

private final String db = "pubsSQL";

private final String user = "sa";

private final String pass = "spark";

The password is easily found; it is recommended to request the user for the final application.

Make the driver use cursor on the server side, allowing more than one active SQL statement per connection.

private final String method = "cursor";

Main Method of Entry Program

public static void main(String[] args) throws Exception {

Jdbc_

... Continue reading "Connecting to SQL Server 2000 with JDBC: A Practical Example" »

Operating Systems: Types, Processes, and Architectures

Classified in Computers

Written on in English with a size of 2.77 KB

Batch Processing Systems

5) For + d l sistma oprativo exploit. Two types are distinguished:

  • Processes by Lots: The following processes are followed:
  1. Load the data in a device (e.g., punched cards).
  2. Receive the magnetic tape CPU and processes, leaving the results on another magnetic tape.
  3. Other devices manage the processed data, leaving it for printing or visualization.

In this way, the CPU processes data only in intervals. This system is very slow because it takes time to load and remove the data. This is the oldest system used and the first structure supposed to be of the IT department, according to these functions. The operators entered and exited the CPU managers.

  • Real-Time:

The process is very different from the processes by lots, more prone to... Continue reading "Operating Systems: Types, Processes, and Architectures" »

Linux Software RAID and Apache Web Server Management

Classified in Computers

Written on in English with a size of 2.56 KB

Software RAID Configuration

  • Use fdisk or similar tools to create partitions with type 0xfd (Linux RAID). Remember to run partprobe.
  • Create and define RAID devices using mdadm: mdadm -C /dev/md0 --chunk=64 --level=5 --raid-devices=3 /dev/sd[b,c,d]1
  • Format each RAID device with a filesystem: mkfs.ext3 -j /dev/md0
  • Test RAID devices:
    • mdadm --detail /dev/md0
    • mdmonitor provides the notification service.

Software RAID Testing and Reclaiming

  • Simulating disk failure: mdadm /dev/md0 -f /dev/sda1
  • Recovering from failure:
    • Replace the failed disk.
    • Rebuild the partitions on the new disk.
    • mdadm /dev/md0 -a /dev/sda1
  • Monitor /proc/mdstat and syslog for error messages.
  • Managing arrays:
    • Disassemble: mdadm -S /dev/md0
    • Assemble: mdadm -A -s

Apache Web Server Management

In RHEL5,... Continue reading "Linux Software RAID and Apache Web Server Management" »

Windows System Recovery and Internet Connectivity Configuration

Classified in Computers

Written on in English with a size of 4.7 KB

System Recovery and Troubleshooting

When repairing an Operating System (OS), specifically Windows XP, there are two primary options available:

  • Emergency Repair Disk (ERD): Known previously as DRE.
  • Restore Points (RP): System backups performed automatically.

Windows XP Recovery Methods

The original Floppy-based Emergency Repair Disk action that existed in older versions of Windows was deleted in Windows XP. This change occurred because modern computers support booting from the CD-ROM drive. The ERD functionality was replaced by a mixed, recoverable method, often utilizing a diskette as a storage medium.

Restore Points: These are backups performed automatically at regular intervals. They allow you to recover a damaged system state by reverting to a... Continue reading "Windows System Recovery and Internet Connectivity Configuration" »

Mastering Page Layout: Essential Elements and Formats

Classified in Computers

Written on in English with a size of 4.81 KB

Elements of Page Layout

Clean layout: Visual elements in good order.

Layout elements are three essential elements:

Format: The size or area of the paper on which our design will be printed.

Many formats are according to user needs, such as books, magazines, etc.

Margins: The surrounding areas that respect each box and the edge of the paper.

May be varied according to design. (Head, Spine, Foot, and Fore-edge).

The Box: This is the real space and limiting area where we diagram and fit the elements of the page.

In Microsoft Publisher, the document box appears delineated by a blue box on the page.

Chaotic layout: Items at random, without aesthetic consideration.

What is Page Layout?

It is the attempt to balance the elements across pages, organizing the masses... Continue reading "Mastering Page Layout: Essential Elements and Formats" »

MFS File System Operations in C

Classified in Computers

Written on in English with a size of 3.59 KB

Code fragment likely from mfs_readdir:


int inodo_root_previo = get_inodo_previo(fs, dir->path); // obtain prior entry inode
inode_read(fs, &ino_previo, inodo_root_previo);
// Checking to see if what we are reading is a directory or not, and storing in variables
if (inodo_root_previo != -1) {
    if (inodo_root_previo > 0)
        root_is_dir = is_dir(fs, &ino_previo, name(fs, dir->num_inodo));
    else
        root_is_dir = is_dir(fs, &ino_previo, dir->path);
    if (root_is_dir == 0) {
        if (inodo_root_previo > 0) {
            strcpy(entry->d_name, name(fs, dir->num_inodo)); // assign the name of the entry
        } else {
            strcpy(entry->d_name, dir->path); // Assign the name of the
... Continue reading "MFS File System Operations in C" »