Notes, abstracts, papers, exams and problems of Computers

Sort by
Subject
Level

Gender Disparities in Mortality Rates and Immune System Function

Classified in Computers

Written at on English with a size of 2.03 KB.

EXT2018.OA´WOMEN REALLY´

1.a-P1: A recent study found that women tend to live longer than men. b-P3: The academics also discovered that women have a stronger immune system.

  • a-harsh
  • b-hardship
  • c-underpinnings
  • d-outlive

4.p1: Danish researchers analyzed 19th-century data. p2: Research showed that women outlive men. p3: Males have a higher mortality rate even if...

ORD2018.OB·`Shop hires...`

1.a-P2: But it is important for businesses to understand their customers. b-P4: We thought it was an emotional and exciting experience.

  • a-actually
  • b-aware
  • c-stressful
  • d-understanding

4.p1: At the shop, Fabio performed. p2: When Fabio, the staff. p3: The staff had become...

ORD2017.OB`The victorian...`

1.a-P2: People would gather to observe. b-P3: The tableaus were a frozen... Continue reading "Gender Disparities in Mortality Rates and Immune System Function" »

Linux Memory Management and Scheduling Objectives

Classified in Computers

Written at on English with a size of 4.55 KB.

Linux Memory Management

There are two components to memory management under Linux. First, the physical memory-management system deals with allocating and freeing pages, groups of pages, and small blocks of memory. The second component handles virtual memory, which is memory mapped into the address space of running processes.

Management of Physical Memory

The primary physical memory manager in the Linux kernel is the page allocator. This allocator is responsible for allocating and freeing all physical pages, and is capable of allocating ranges of physically contiguous pages on request. The allocator uses the buddy heap algorithm to keep track of available physical pages. A buddy-heap allocator pairs adjacent units of allocatable together; hence... Continue reading "Linux Memory Management and Scheduling Objectives" »

Signal, Modulation, Attenuation, and Multiplexing in Communication Systems

Classified in Computers

Written at on English with a size of 4.22 KB.

SIGNAL

SIGNAL: electromagnetic field which, thanks to its variations, is able to convey information from one place to another. It can be ANALOGUE (continuous) or DIGITAL (sequence).

MODULATION: the process of varying a periodic signal (car: constant amplitude and frequency) to use it for conveying some information. It can be done through AMPLITUDE (amplitude of carrier modified according to changes on modulating signal), FREQUENCY (frequency of carrier modified according to changes on modulating signal), or PHASE (phase of carrier is...). The transmitted modulated signal uses a frequency band around the carrier frequency. Reasons to use modulation: No signal mixing, long communication range, reduced antenna size.

ATTENUATION: As a signal propagates... Continue reading "Signal, Modulation, Attenuation, and Multiplexing in Communication Systems" »

Database Management System and E-commerce Concepts

Classified in Computers

Written at on English with a size of 2.47 KB.

A database management system contains

Data definition subsystem

Every primary key

Foreign

If part of your academic work was to read

Push

If you created links on your personal

Affiliate programs

If you need to store facts about inf.

Data dictionary

If you were on the Dell site purchasing...

Affiliate

If you were surfing the Web and actively

Pull

If you were to purchase a song from iTunes

M-commerce

If your company sold widgets to the automobile

B2B

If your phone number was used in a clothing

Primary key

If your student inf. had two...

Clean

The e-commerce model is an ex.

G2C

The auto industry is currently creating

Mass customization

What application enables your org. to analyze

Business intelligence

What does 'click-and-mortar' refer to?

An organization that has a presence

... Continue reading "Database Management System and E-commerce Concepts" »

Refer to the exhibit. When a static IP address is being configured on the host, what address should be used for the default gateway

Classified in Computers

Written at on English with a size of 15.07 KB.

1allows 4 an mtu as high as 9198 bytes.​jumbo frame
2.R highly scalable & have a very high fault tolerance,massive storage capabilities,& fast data access.sans
3.R not used 2 find noes on ne2rks other than the local ne2rk.mac addresses
4.as a ne2rk support technician,U only need 2 know how 2 support ipv6.false
5.@ what layer of the osi model would a tcp or udp header be added 2 a payload?layer 4
6.border routersconnect an autonomous system with an outside ne2rk
7.by default,the pathping command sends how many pings per hop?​100
8.cable that is coated with flame-resistant polyvinyl chloride (pvc) is acceptable 4 use in plenum areas.false
9.a ________ consists of a host's ip address & the port number of an application
... Continue reading "Refer to the exhibit. When a static IP address is being configured on the host, what address should be used for the default gateway" »

Hardware: The Physical Components of a Computer

Classified in Computers

Written at on English with a size of 1.46 KB.

HARDWARE- Are the physical part of the computer: both the box and the internal components and the elements connected to it.

MOTHERBOARD-

Is the largest card with a printed circuit you see when you open a computer. All the other computer components are inserted on it, includes connectors or communication ports with peripherals and can also incorporate video, audio, and network devices.

MICROPROCESSOR-

Is the most important part of a computer. It is responsible for processing data, performing arithmetical-logical operations, and controlling all the other devices. It is characterized by its working frequency, measured in hertz, which determines its operating speed.

USB-

Universal serial bus, permits interconnection with practically any device. Standard... Continue reading "Hardware: The Physical Components of a Computer" »

Understanding Computer Networks and the Internet

Classified in Computers

Written at on English with a size of 2.95 KB.

Computer Networks

What is a Network?

A network is a number of computers linked together to allow the sharing of resources. A server usually provides services like file storage and email.

Types of Networks

There are two main types of networks:

  • Local Area Network (LAN): A LAN covers a small area, such as a home or office.
  • Wide Area Network (WAN): A WAN covers a large geographical area. Most WANs are made from several LANs connected together. WANs can be connected together using the internet.

Email

There are two main types of email:

  • Client-based email: Often used by business users, client-based email involves downloading email from a server to an application on the user's computer.
  • Webmail: Accessed through a web browser, webmail can be accessed from any
... Continue reading "Understanding Computer Networks and the Internet" »

Introduction to Computer Networks

Classified in Computers

Written at on English with a size of 2.57 KB.

Servers

A server stores data to be used by other computers on a network. A server could be a specialized machine, or it can be a normal PC running server software. The server stores data and responds to requests for data or files, such as web pages.

Types of Server

There are many different types of servers. Some popular examples follow.

Web Servers

Web servers host websites and generally handle requests for static information such as HTML pages or images. They are used to manage the website on the server and often include FTP software, which can easily host and share large files. The Apache web server is a popular type of open-source web server software.

Application Servers

Many websites are classed as web applications, which contain programming and... Continue reading "Introduction to Computer Networks" »

Python Syntax, Indentation, Comments, Variables, Data Types, Numbers, Casting, and Strings

Classified in Computers

Written at on English with a size of 5.67 KB.

Python Syntax

As we learned in the previous page, Python syntax can be executed by writing directly in the Command Line:

>>> print("Hello, World!")
Hello, World!

Python Indentation

Indentation refers to the spaces at the beginning of a code line.

Where in other programming languages the indentation in code is for readability only, the indentation in Python is very important.

Python uses indentation to indicate a block of code.

if5 > 2:
    print("Five is greater than two!")

Python will give you an error if you skip the indentation:

if5 > 2:
print("Five is greater than two!")

Python Comments

Comments can be used to explain Python code.

Comments can be used to make the code more readable.

Comments can be used to prevent execution when testing... Continue reading "Python Syntax, Indentation, Comments, Variables, Data Types, Numbers, Casting, and Strings" »

Radio nav

Classified in Computers

Written at on English with a size of 10.2 KB.

  1. Telephone communication

it has been the medium used as the first contact with a company. It is used to arrange meetings , interviews or to ask for information, so the impression of the first telephone call is very important

  1. Telephone means and equipment

Fixed individual devices

Private branch exchanges (PBX):  it connects calls between two destinations or ends

Mobile devices:

PDA (Personal Digital Assistant) it`s like a small computer (Internet and electronic mail)

Smartphone:  A PDA with video, camera, radio, MP3 player  or television

Services: Internet, e-mail, videoconference, camera, audio and  Video quality player, an agenda, GPS,....

3. Additional services offered by the telephone equipment

3.1 Common features(a,b,c,)

  1. Fixed telephony: -

Notice

... Continue reading "Radio nav" »