اس فایل

مرجع دانلود فایل ,تحقیق , پروژه , پایان نامه , فایل فلش گوشی

اس فایل

مرجع دانلود فایل ,تحقیق , پروژه , پایان نامه , فایل فلش گوشی

دانلود مقاله ای در رابطه با حافظه RAM متن انگلیسی با ترجمه فارسی

اختصاصی از اس فایل دانلود مقاله ای در رابطه با حافظه RAM متن انگلیسی با ترجمه فارسی دانلود با لینک مستقیم و پر سرعت .

دانلود مقاله ای در رابطه با حافظه RAM متن انگلیسی با ترجمه فارسی


دانلود مقاله ای در رابطه با حافظه RAM متن انگلیسی با ترجمه فارسی

Ram Guide
What is random access memory (RAM)?


Random access memory
(Redirected from RAM)
Random access memory or RAM is a type of computer storage whose contents can be accessed in any order. This is in contrast to sequential memory devices such as magnetic tapes, discs and drums, in which the mechanical movement of the storage medium forces the computer to access data in a fixed order. It is usually implied that RAM can be both written to and read from, in contrast to read-only memory or ROM.
Overview
Computers use RAM to hold the program code and data during execution. In the first electronic computers, RAM was built from vacuum tubes, and later magnetic cores. The term "core" is still used by some programmers to describe the RAM at the heart of a computer.
Many types of RAM are volatile, which means that unlike some other forms of computer storage such as disk storage and tape storage, they lose their data when the computer is powered down.
Throughout the history of computing, a variety of technologies have been used for RAM, and usually more than one in the same computer, with high-memories constructed out of the same technology as the logic, and slower, cheaper technologies used for bulk storage.
Some early computers used mercury delay lines, in which a series of acoustic pulses were sent along a tube filled with mercury. When the pulse reached the end of the tube, the circuitry detected whether the pulse represented a binary 1 or 0 and caused the oscillator at the beginning of the line to repeat the pulse. Other early computers stored RAM on high-speed "magnetic drums".
Later designs used arrays of small ferrite electromagnets, known as core memory.
Modern RAM generally stores a bit of data as either a charge in a capacitor, as in dynamic RAM, or the state of a flip-flop, as in static RAM.
Common types of RAM
•    SRAM or Static RAM
•    DRAM or Dynamic RAM
•    Fast Page Mode DRAM
•    EDO RAM or Extended Data Out DRAM
•    SDRAM or Synchronous DRAM
•    DDR SDRAM or Double Data Rate Synchronous DRAM
•    RDRAM or Rambus DRAM
Not so common types of RAM
•    Dual-ported RAM
•    Video RAM, a dual-port memory with one random access port and one sequential access port.
RAM packaging
Semiconductor RAM is produced as integrated circuits (ICs). RAM ICs are often assembled into plug-in modules. Some standard module types are:
•    single-in-line memory module (SIMM)
•    dual-in-line memory module (DIMM)
Write-Only Memory
In 1972 some engineers at the Signetics Corporation published a spoof data sheet for a write-only memory. This was a type of RAM with no read facility and therefore no outputs. The full title was Fully Encoded, 9046×N, Random Access Write-Only Memory and the part number was 25120.
Introduction
Three years ago, there wasn't much to say about sytem RAM. Almost all PCs came with fast page mode (FPM) DRAM, which ran at speeds between 100ns and 80ns. However, escalating CPU and motherboard bus speeds outstripped the ability of FPM DRAM to deliver data in a timely manner. Nowadays there are a lot of different memory designs.
Due to cost considerations, all but the very high-end (and very expensive) computers have utilized DRAM for main memory. Originally, these were asynchronous, single-bank designs because the processors were relatively slow. Most recently, synchronous interfaces have been produced with many advanced features. Though these high-performance DRAMs have been available for only a few years, it is apparent that they will soon be replaced by at least one of the protocol-based designs, such as SyncLink or the DRDRAM design from Rambus, Inc. and Intel.

Basic DRAM Operation
A DRAM memory array can be thought of as a table of cells. These cells are comprised of capacitors, and contain one or more 'bits' of data, depending upon the chip configuration. This table is addressed via row and column decoders, which in turn receive their signals from the RAS and CAS clock generators. In order to minimize the package size, the row and column addresses are multiplexed into row and column address buffers. For example, if there are 11 address lines, there will be 11 row and 11 column address buffers. Access transistors called 'sense amps' are connected to the each column and provide the read and restore operations of the chip. Since the cells are capacitors that discharge for each read operation, the sense amp must restore the data before the end of the access cycle.
The capacitors used for data cells tend to bleed off their charge, and therefore require a periodic refresh cycle or data will be lost. A refresh controller determines the time between refresh cycles, and a refresh counter ensures that the entire array (all rows) are refreshed. Of course, this means that some cycles are used for refresh operations, and has some impact on performance.
A typical memory access would occur as follows. First, the row address bits are placed onto the address pins. After a period of time the RAS\ signal falls, which activates the sense amps and causes the row address to be latched into the row address buffer. When the RAS\ signal stabilizes, the selected row is transferred onto the sense amps. Next, the column address bits are set up, and then latched into the column address buffer when CAS\ falls, at which time the output buffer is also turned on. When CAS\ stabilizes, the selected sense amp feeds its data onto the output buffer
Asynchronous Operation
An asynchronous interface is one where a minimum period of time is determined to be necessary to ensure an operation is complete. Each of the internal operations of an asynchronous DRAM chip are assigned minimum time values, so that if a clock cycle occurs any time prior to that minimum time another cycle must occur before the next operation is allowed to begin.
It should be fairly obvious that all of these operations require a significant amount of time and creates a major performance concern. The primary focus of DRAM manufacturers has been to either increase the number of bits per access, pipeline the various operations to minimize the time required or eliminate some of the operations for certain types of accesses.

Wider I/O ports would seem to be the simplest and cheapest method of improving performance. Unfortunately, a wider I/O port means additional I/O pins, which in turn means a larger package size. Likewise, the additional segmentation of the array (more I/O lines = more segments) means a larger chip size. Both of these issues mean a greater cost, somewhat defeating the purpose of using DRAM in the first place. Another drawback is that the multiple outputs draw additional current, which creates ringing in the ground circuit. This actually results in a slower part, because the data cannot be read until the signal stabilizes. These problems limited the I/O width to 4 bits for quite some time, causing DRAM designers to look for other ways to optimize performance.

Page Mode Access
By implementing special access modes, designers were able to eliminate some of the internal operations for certain types of access. The first significant implementation was called Page Mode access.
Using this method, the RAS\ signal is held active so that an entire 'page' of data is held on the sense amps. New column addresses can then be repeatedly clocked in only by cycling CAS\. This provides much faster random access reads, since the row address setup and hold times are eliminated.
While some applications benefit greatly from this type of access, there are others that do not benefit at all. The original Page Mode was improved upon and replaced very quickly so you will likely never see any memory of this type. Even if you do, it wouldn't be worth even getting it for free, considering the advantages of later access modes.

Fast Page Mode
Fast Page mode improved upon the original page mode by eliminating the column address setup time during the page cycle. This was accomplished by activating the column address buffers on the falling edge of RAS\ (rather than CAS\). Since RAS\ remains low for the entire page cycle, this acts as a transparent latch when CAS\ is high, and allows address setup to occur as soon as the column address is valid, rather than waiting for CAS\ to fall.
Fast Page mode became the most widely used access method for DRAMs, and is still used on many systems. The benefit of FPM memory is reduced power consumption, mainly because sense and restore current is not necessary during page mode access. Though FPM was a major innovation, there are still some drawbacks. The most significant is that the output buffers turn off when CAS\ goes high. The minimum cycle time is 5ns before the output buffers turn off, which essentially adds at least 5ns to the cycle time.

Today, FPM memory is the least desirable of all available DRAM memory. You should only consider using this if it is either free, or your system does not support any of the later memory types (such as a 486 based system). Typical timings are 6-3-3-3 (initial latency of 3 clocks, with a 3-clock page access). Due to the limited demand, FPM is actually more expensive now than most of the faster memories now available.
 

Synchronous Operation
Once it became apparent that bus speeds would need to run faster than 66MHz, DRAM designers needed to find a way to overcome the significant latency issues that still existed. By implementing a synchronous interface, they were able to do this and gain some additional advantages as well.
With an asynchronous interface, the processor must wait idly for the DRAM to complete its internal operations, which typically takes about 60ns. With synchronous control, the DRAM latches information from the processor under control of the system clock. These latches store the addresses, data and control signals, which allows the processor to handle other tasks. After a specific number of clock cycles the data becomes available and the processor can read it from the output lines.
Another advantage of a synchronous interface is that the system clock is the only timing edge that needs to be provided to the DRAM. This eliminates the need for multiple timing strobes to be propagated. The inputs are simplified as well, since the control signals, addresses and data can all be latched in without the processor monitoring setup and hold timings. Similar benefits are realized for output operations as well.

HyperPage Mode (EDO)
The last major improvement to asynchronous DRAMs came with the Hyperpage mode, or Extended DataOut. This innovation was simply to no longer turn off the output buffers upon the rising edge of /CAS. In essence, this eliminates the column precharge time while latching the data out. This allows the minimum time for /CAS to be low to be reduced, and the rising edge can come earlier.
In addition to a 40% or greater improvement in access times, EDO uses the same amount of silicon and the same package size. EDO has been shown to work well with memory bus speeds up to 83MHz with little or no performance penalty. If the chips are sufficiently fast (55ns or faster), EDO can be used even with a 100MHz memory bus. One of the best reasons to use EDO is that all of the current motherboard chipsets support it with no compatibility problems, unlike much of the synchronous memory now being used.
Even with all the stated advantages, EDO is no longer considered mainstream. Most manufacturers no longer produce it, or have limited production. It is only a matter of time before the prices begin to rise, and the equivalent size SDRAM module will be less expensive.
If you already own EDO memory, there is no real reason to jump to SDRAM unless you require bus speeds above 83MHz. With a typical EDO timing of 5-2-2-2 at 66MHz, there is almost no noticeable improvement with SDRAM over EDO, and at 83MHz it is still negligible. If you require 100MHz bus operation, EDO will lag far behind current SDRAM in performance even if it does operate at that speed due to the need for 6-3-3-3 timings. On the other hand, with EDO being phased out, you will likely find SDRAM to be equal to or even lower in price.

 
Burst EDO (BEDO)
Burst EDO, while a good idea, was dead before it ever was born. The addition of a burst mode, along with a dual bank architecture would have provided the 4-1-1-1 access times at 66MHz that many expected with SDRAM. Burst mode is an advancement over page mode, in that after the first address input, the next 3 addresses are generated internally, thereby eliminating the time necessary to input a new column address. Unfortunately, Intel decided that EDO was no longer viable, and SDRAM was their preferred memory architecture so they did not implement support of BEDO into their chipsets. In fact, several large memory manufacturers had put considerable time and money into the development of SDRAM over the past decade, and were not very happy with the BEDO design.
Except for support of bus speeds of 100MHz and faster, BEDO would probably have been a much faster and more stable memory than SDRAM. Essentially, BEDO lost support as much for political and economic reasons as for technical ones, it seems.

 

JEDEC SDRAM
All DRAMs that have a synchronous interface are known generically as SDRAM. This includes CDRAM (Cache DRAM), RDRAM (Rambus DRAM), ESDRAM (Enhanced SDRAM) and others, however the type that most often is called SDRAM is the JEDEC standard synchronous DRAM.
JEDEC SDRAM not only has a synchronous interface controlled by the system clock, it also includes a dual-bank architecture and burst mode (1-bit, 2-bit, 4-bit, 8-bit and full page). A 'mode register' that can be set at power-on and changed during operation controls the burst mode, burst type (sequential or interleave), burst length and CAS latency (1, 2 or 3).
CAS Latency is one of several performance related timings for SDRAM. This measurement is the time it takes to strobe in the Row Address, and to activate the bank. When a burst read cycle is initiated, the addresses are set up and RAS\ and CS\ (chip select) are held low on the next clock cycle (rising edge of CLK), thereby activating the sense amplifiers on the bank. A period of time equal to tRCD (RAS\ to CAS\ delay) must pass after which CAS\ and CS\ are held low (again, at the next clock cycle). After the time period for tCAC (column access time) has passed the first bit of data is on the output line and can be retrieved (at the next clock cycle). The basic rule is that CAS latency times the clock speed (tCLK) must be equal or greater than tCAC (or CL x tCLK >= tCAC). This means that the column access time is the limiting factor for CAS Latency.
SDRAM was initially introduced as the answer to all performance problems, however it quickly became apparent that there was little performance benefit and a lot of compatibility problems. The first SDRAM modules contained only two clock lines, but it was soon determined that this was insufficient. This created two different module designs (2-clock and 4-clock), and you needed to know which your motherboard required. Though the timings were theoretically supposed to be 5-1-1-1 @ 66MHz, many of the original SDRAM would only run at 6-2-2-2 when run in pairs, mostly because the chipsets (i430VX, SiS5571) had trouble with the speed and coordinating the accesses between modules. The i430TX chipset and later non-Intel chipsets improved upon this, and the SPD chip (serial presence detect) was added to the standard so chipsets could read the timings from the module. Unfortunately, for quite some time the SPD EEPROM was either not included on many modules, or not read by the motherboards.
SDRAM chips are officially rated in MHz, rather than nanoseconds (ns) so that there is a common denominator between the bus speed and the chip speed. This speed is determined by dividing 1 second (1 billion ns) by the output speed of the chip. For example a 67MHz SDRAM chip is rated as 15ns. Note that this nanosecond rating is not measuring the same timing as an asynchronous DRAM chip. Remember, internally all DRAM operates in a very similar manner, and most performance gains are achieved by 'hiding' the internal operations in various ways.
The original SDRAM modules either used 83MHz chips (12ns) or 100MHz chips (10ns), however these were only rated for 66MHz bus operation. Due to some of the delays introduced when having to deal with the various synchronization of signals, the 100MHz chips will produce a module that operates reliably at about 83MHz, in many cases. These SDRAM modules are now called PC66, to differentiate them from those conforming to Intel's PC100 specification.

PC100 SDRAM
When Intel decided to officially implement a 100MHz system bus speed, they understood that most of the SDRAM modules available at that time would not operate properly above 83MHz. In order to bring some semblance of order to the marketplace, Intel introduced the PC100 specification as a guideline to manufacturers for building modules that would function properly on their upcoming i440BX. With the PC100 specification, Intel laid out a number of guidelines for trace lengths, trace widths and spacing, number of PCB layers, EEPROM programming specs, etc.

There is still quite a bit of confusion regarding what a 'true' PC100 module actually consists of. Unfortunately, there are quite a few modules being sold today as PC100, yet do not operate reliably at 100MHz. While the chip speed rating is used most often to determine the overall performance of the chip, a number of other timings are very important. tRCD (RAS to CAS Delay), tRP (RAS precharge time) and CAS Latency all play a role in determining the fastest bus speed the module will operate on to still achieve a 4-1-1-1 timing.
PC100 SDRAM on a 100MHz (or faster) system bus will provide a performance boost for Socket 7 systems of between 10% and 15%, since the L2 cache is running at system bus speed. Pentium II systems will not see as big a boost, because the L2 cache is running at ½ processor speed anyway, with the exception of the cacheless Celeron chips of course
PC100 SDRAM
When Intel decided to officially implement a 100MHz system bus speed, they understood that most of the SDRAM modules available at that time would not operate properly above 83MHz. In order to bring some semblance of order to the marketplace, Intel introduced the PC100 specification as a guideline to manufacturers for building modules that would function properly on their upcoming i440BX. With the PC100 specification, Intel laid out a number of guidelines for trace lengths, trace widths and spacing, number of PCB layers, EEPROM programming specs, etc.

There is still quite a bit of confusion regarding what a 'true' PC100 module actually consists of. Unfortunately, there are quite a few modules being sold today as PC100, yet do not operate reliably at 100MHz. While the chip speed rating is used most often to determine the overall performance of the chip, a number of other timings are very important. tRCD (RAS to CAS Delay), tRP (RAS precharge time) and CAS Latency all play a role in determining the fastest bus speed the module will operate on to still achieve a 4-1-1-1 timing.
PC100 SDRAM on a 100MHz (or faster) system bus will provide a performance boost for Socket 7 systems of between 10% and 15%, since the L2 cache is running at system bus speed. Pentium II systems will not see as big a boost, because the L2 cache is running at ½ processor speed anyway, with the exception of the cacheless Celeron chips of course.



DDR SDRAM
One limitation of JEDEC SDRAM is that the theoretical limitation of the design is 125MHz, though technology advances may allow up to 133MHz operation. It is obvious that bus speeds will need to increase well beyond that in order for memory bandwidth to keep up with future processors. There are several competing new standards on the horizon that are very promising, however most of them require special pinouts, smaller bus widths, or other design considerations. In the short term, Double Data Rate SDRAM looks very appealing. Essentially, this design allows the activation of output operations on the chip to occur on both the rising and falling edge of the clock. Currently, only the rising edge signals an event to occur, so the DDR SDRAM design can effectively double the speed of operation up to at least 200MHz.
There is already one Socket 7 chipset that has support for DDR SDRAM, and more will certainly follow if manufacturers decide to make this memory available. In this industry, many times it is the first to market that gains the support, rather than the best technology.

Enhanced SDRAM (ESDRAM)
In order to overcome some of the inherent latency problems with standard DRAM memory modules, several manufacturers have included a small amount of SRAM directly into the chip, effectively creating an on-chip cache. One such design that is gaining some attention is ESDRAM from Ramtron International Corporation.
ESDRAM is essentially SDRAM, plus a small amount of SRAM cache which allows for lower latency times and burst operations up to 200MHz. Just as with external cache memory, the goal of a cache DRAM is to hold the most frequently used data in the SRAM cache to minimize accesses to the slower DRAM. One advantage to the on-chip SRAM is that a wider bus can be used between the SRAM and DRAM, effectively increasing the bandwidth and increasing the speed of the DRAM even when there is a cache miss.
As with DDR SDRAM, there is currently at least one Socket 7 chipset with support for ESDRAM. The deciding factor in determining which of these solutions will succeed will likely be the initial cost of the modules. Current estimates show the cost of ESDRAM at about 4 times that of existing DRAM solutions, which will likely not go over well with most users.

Protocol Based DRAM
All of the previously discussed DRAM have separate address, data and control lines which limits the speed at which the device can operate with current technology. In order to overcome this limitation, several designs implement all of these signals on the same bus. The two protocol based designs currently getting the most attention are SyncLink DRAM (now called SLDRAM due to trademark issues) and Direct Rambus DRAM (DRDRAM) licensed by Rambus, Inc.

DRDRAM
Intel has placed their money on the proprietary memory design developed by Rambus, Inc. On the surface, this looks to be a very fast solution for system memory due to its fast operation (up to 800MHz). The reality is, however, that the design is only up to twice as fast as current SDRAM operation due to the smaller bus width (16 bits vs. 64 bits).
Despite the claims from Intel and Rambus, Inc., there are some potentially serious issues which need to be addressed with this technology. The higher speeds require short wire lengths and additional shielding to prevent problems with EMI. In addition, latency times are actually worse than currently available fast SDRAM. Since most of today's applications do not actually utilize the full bandwidth of the memory bus even today, simply increasing the bandwidth while ignoring latency issues will likely not provide any real performance improvements. In addition, processors operating with 800MHz bus speeds will certainly require more than double the current memory bandwidth.
While these issues are serious enough, the biggest drawback to the technology is that it is proprietary technology. Manufacturers wishing to implement a solution with DRDRAM will be required to pay a royalty to Intel and Rambus, Inc., and will also have no real control over the technology. This is not an attractive outlook for most memory manufacturers who have no desire to essentially become chip foundries.

SLDRAM
Many memory manufacturers are putting their support behind SLDRAM as the long-term solution for system performance. While SLDRAM is a protocol-based design, just as RDRAM is, it is an open-industry-standard, which requires no royalty payments. This alone should allow for lower cost. Another cost advantage for the SLDRAM design is that it does not require a redesign of the RAM chips.
Due to the use of packets for address, data and control signals, SLDRAM can operate on a faster bus than standard SDRAM - up to at least 200MHz. Just as DDR SDRAM operates the output signal at twice the clock rate, so can SLDRAM. This puts the output operation as high as 400MHz, with some engineers claiming it can reach 800MHz in the near future.

Compared to DRDRAM, it seems that SLDRAM is a much better solution due to the lower actual clock speed (reducing signal problems), lower latency timings and lower cost due to the royalty-free design and operation on current bus designs. It appears that even the bandwidth of SLDRAM is much higher than DRDRAM at 3.2GB/s vs. 1.6GB/s
Though Intel initially intended to support only DRDRAM in future chipsets, competing chipset manufacturers, memory manufacturers and pressure from end users may force them to include support for SLDRAM as well. If the marketplace can successfully influence Intel to provide this support, we may actually see a situation where the best technology wins over marketing hype

 


RAM
حافظه اصلی یا مستقیم(RAM)چیست؟
حافظه اصلی یا RAM نوعی ذخیره یامخزن در کامپیوتر است که ظرفیت ورود هر دستور وفرمانی را دارد. این ویژگی در مقابل دستگاههای حافظه دائمی مانند نوار مغناطیسی ،دیسکها و______قرار دارد که حرکت مکانیکی دستگاه اطلاعاتی  را با دستوراتی ثابت وارد کامپیوتر می کند معمولاً RAM می تواند هم خواندنی وهم نوشتنی  باشد در برابر ROM که فقط خواندنی است.
فهرست محتویات
1-    نظریه
2-    انواع  رایج RAM
3-    انواع غیر رایج RAM
4-    ذخیره سازی RAM
5-    حافظه فقط نوشتنی
6-    مراجع
نظریه (دیدگاه)
کامپیوتر ها از RAM برای  نگهداری کد برنامه واطلاعات در طول اجرای یک فرمان استفاده می کنند در کامپیوتر های الکترونیکی  ابتدایی، RAM از لامپهای خلأ وبعد از کابلهای مغناطیسی ساخته شد.اصلاح "کابل یا هسته ،هنوز توسط بعضی  ازبرنامه نوسان برای توصیف RAM در قلب یا مرکز کامپیوتر بکار می رود.
بعضی از انواع RAM  فرار هستند به این معنی که بر خلاف بعضی دیگر از اشکال مخزن کامپیتر مانند مخزن دیسک  ونوار،آنها اطلاعاتشان را وقتی کامپیوتر خاموش می شود از دست می دهند در طول تاریخ محاسبه ،برای RAM از یک تکنولوژی  استفاده  استفاده می شده است ومعمولا برای ذخیره سازی حجم  وایجاد حافظه بالا از تکنولوژی های منطقی ارزانتر وسنگین تر استفاده می شد.

 

 

 

 

شامل 36 صفحه word


دانلود با لینک مستقیم


دانلود مقاله ای در رابطه با حافظه RAM متن انگلیسی با ترجمه فارسی

بررسی رابطه ی رضایت شغلی و استفاده بهینه از زمان در کارمندان

اختصاصی از اس فایل بررسی رابطه ی رضایت شغلی و استفاده بهینه از زمان در کارمندان دانلود با لینک مستقیم و پر سرعت .

بررسی رابطه ی رضایت شغلی و استفاده بهینه از زمان در کارمندان


بررسی رابطه ی رضایت شغلی و استفاده بهینه از زمان در کارمندان

بخشی از متن اصلی :

چکیده :

هدف این پژوهش بررسی عواملی بود که دانش آموزان را به سوی رشته های فنی و حرفه ای سوق می دهد تا با شناخت این عوامل و انگیزه ها را ه های تقویت آن را یافته وشوق و رغبت آنان را سوی این رشته ها بیشتر به وجود آورده باشد که با تربیت افراد متخصص در امور فنی و حر فه ای راه خود کفایی کشور سریع تر طی می شود.

برای این منظور تعدادی فرضیه تعیین شده و نتایجی نیز حاصل گردید که عبارت از : 1-بین نوع  شغل والدین و گرایش فرزندانشان به رشته های هنرستانی رابطه  وجود دارد؟

2- دانش آموزانی که در ترم اول  ودوم سال گذشته در کلاس اول از پیشرفت تحصیلی بر خوردار بوده اند کمتر از دانش آموزان دیگر به شاخه فنی گرایش دارند .

3- بین تحصیلات پدر و مادر و گرایش فرزندان به رشته های هنرستانی رابطه وجود دارد .

4- گرایش دانش آموزان به ادامه تحصیل در هنر ستان بستگی به علاقه شخصی آنها دارد .

5- گرایش دانش آموزان به ادامه تحصیل در هنر ستان ها بستگی به مهارت و استعداد فنی دارد .

6- تشویق افراد خانواده و دوستان در انتخاب رشته های  هنرستانی تاًثیر دارد .

7- عوامل اجرایی دوره راهنمایی و دبیر ستان در انتخاب رشته های هنر ستانی تاًثیر دارد .

8- بین امکان ورود به مقطع فوق دیپلم  (دیپلم )و گرایش نو جوانان به رشته های هنرستان رابطه وجود دارد .

9- آسانی ورود به بازار کار در انتخاب رشته های هنر ستانی موًثر است

جامعه آماری عبارت از دانش آموزانن دختر هنر ستان حر فه ای ،که از این تعداد 120 نفر با استفاده از روش اندازه گیری تصادفی چند مر حله ای انتخاب شدند .

ابزار پژوهش را پرسشنامه ای که محقق ساخته ، تشکیل می داد. داده های به دست آمده با استفاده از روش آمار توصیفی مورد بررسی قرار گرفت  نتایج نشان داد که :

- اکثریت اولیای دانش آموزان این رشته ها از خانواده های کارگر و کشاورز و تعدادی نیز از خانو ده های فر هنگی و کار مندی می باشد .

             -  پیشرفت تحصیلی دانش آموزان در سطح پایین و متو سط قرار دارد .

-           میزان تحصیلات پدر و مادر در سطح پایین  می باشد و تعدادی نیز متوسط می باشند .

-           علاقه و رغبت شخصی این محصلین تاءثیر زیادی در انتخاب رشته مورد علاقه شان داشته است .

-           دانش آموزان فوق اکثراض دارای علاقه به کار های دستی بوده و در آنها مهارت و استعداد وجود دارد .

 - تشویق اطرافیان در انتخاب رشته تاًثیر ضعیفی داشته است .

تقلید در انتجاب رشته نقش داشته است .

-           آنان تصور می کنند ،که نسبت به رشته های نظری راحت تر می توانند وارد مقطع کاردانی شوند و این تصور در انتخاب آنان تاًثیر دا شته است .

به تصور آنان راحت تر می توانند جذب بازار کار شوند .

مقدمه:

بسیاری از جوانان و نو جوانان قادر به ادامه تحصیل نیستند و علاقه دارند که شغلی برای خود تعیین نموده و مستقلاًبه زندگی خود ادامه دهند و در این زمینه مدرسه می تواند با تهیه برنامه های حر فه ای و آماده کردن جوانان برای احراز مشاغلی که مورد نیاز جامعه است قدم های مو ثری برای ما در این  زمینه  بر دارد . وظیفه معلم و مدرسه این است که از طریق راهنمایی در انتخاب شغل و گذر اندن معیشت به شاگردان کمک کنند . هدف آموزش متوسطهبیشتر تربیت متخصص در حهت رفع نیاز مندی های جامعه خواهد بود ،به طوری که همه فارغ التحصیلان دوره متوسطه ، اعم از آنان که از رشته های نظری یا از رشته های فنی و حر فه ای فارغ  التحصیل شده باشند ، بتوانند بلافاصله به نیروی انسانی فعال بپیوندند . زیرا هدف از این دوره صرفاً آماده کردن همه افراد برای ورود به دانشگاه نخواهد بود . جوان حداکثر درصد از فارغ التحصیلان دوره متو سطه می توانند به دانشگاه ها راه یابند ،این گروه خود را در سطحی بالاتر برای خدمت آماده می کنند وبه خاطر تعمق بیشتر در تخصصی که به دست می آورند در خود کفایی کشور سهیم می شوند .

زیرا خود کفایی هر جامعه ای از جهات مختلف به کار آیی فارغ التحصیلان متوسطه عمومی و فنی و حرفه ای آن کشور بستگی دارد .

این فایل به همراه چکیده ، متن اصلی و منابع تحقیق با فرمت word ( قابل ویرایش ) در اختیار شما قرار می‌گیرد.

 

تعداد صفحات : 88

 


دانلود با لینک مستقیم


بررسی رابطه ی رضایت شغلی و استفاده بهینه از زمان در کارمندان

دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر

اختصاصی از اس فایل دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر دانلود با لینک مستقیم و پر سرعت .

دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر


دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر

دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر

نوع فایل Word 

تعداد صفحات : 119

فهرست مطالب

چکیده 7 
فصل اول: کلیات تحقیق 8 
مقدمه 9 
بیان مسئله 10 
اهمیت و ضرورت تحقیق 11 
فصل دوم: پیشینه و ادبیات تحقیق 13 
پرخاشگری 14 
انواع پرخاشگری 18 
علل وانگیزه های پرخاشگری 22
کروموزمهای جنسی و پرخاشگری 25 
نظریه یادگیری اجتماعی 30
پرخاشگری چگونه یادگرفته می شود 35 
کنترل پرخاشگری 41 
اختلال دوقطبی 47 
دیس وتایمی و سیکلوتایمی 51 
سیکوتیک در برابر نوروتیک 53 
افسردگی قطبی 65 
نظریه های مربوط به افسردگی 67 
نقش وراثت در اختلالات دو قطبی 72 
الگتروشوک درمانی 76 
نظریه های روان یویایی 81 
نظریه یادگیری 86 
نظریه شناختی 93 
بی پناهی آموخته شده اولیه 97 
فصل سوم: روش تحقیق 100 
جامعه آماری 101 
روش آماری مربوط به فرضیه ها 103 
فصل چهارم: یافته ها وتجزیه وتحلیل داده ها 105 
فصل پنجم: بحث نتیجه گیری 113 
پیشنهادات 116 
محدودیت 117 
منابع وماخذ 118 

 

چکیده:
هدف از تحقیق حاضر بررسی رابطه بین پرخاشگری و افسردگی در بین دانش آموزان مقطع پنجم ابتدایی شهرستان ابهر که فرضیه عنوان شده عبارتند از اینکه بین پرخاشگری و افسردگی رابطه معنی داری وجود دارد که جامعه مورد مطالعه دانش آموزان مقطع پنجم ابتدایی شهرستان ابهر است که از بین 1350 نفر، 70نفر بصورت روش نمونه گیری طبقه ای و به عنوان حجم نمونه انتخاب گردیده که پرسشنامه های افسرگی و پرخاشگری بر روی آنها اجرا گردیده است که بعد از اجرای پرسشنامه در بین آزمودنیها و بدست آوردن نمرات خام از طریق روش آماری ضریب هم بستگی آمار را بدست آورده که نتایج بدست آمده حاکی از آن است که بین افسردگی و پرخاشگری رابطه معنی داری وجود دارد و سطح معنی داری آن برابر 05/0p> است.


فصل اول
کلیات تحقیق

مقدمه :
پرخاشگری یکی از پدیده های مهم روانی ـاجتماعی است که قسمت اعظم تاریخ مدون انسان پیرامون آن رقم خورده است. برخی سپیده دم تاریخ را با بیان قتل هابیل بدست قابیل آلوده به پرخاشگری و خشونت می دانند. کوالسکی بر اساس پژوهشهای انجام شده خود می نویسد: از 5600 سال پیش تا امروز بشر فقط 292 سال در صلح و صفا گذارنیده و بقیه را در جنگ و ستیز بوده است اگر تاریخ انسان را ورق بزنیم پر از خونخواری و قتل و غارت و کشتار و بزرگترین افتخار قهرمانان تاریخ این بوده است که توده های گسترده تری از انسانها را کشته یا به کشتن داده اند. از آن سردار رومی می توان نام برد که چهل هزار غلام را در روم به صلیب کشیده است. که تمام این موارد نمونه هایی بارز از پرخاشگری در ایران و جهان بوده است که به طور گسترده خود را نشان می دهد ولی پرخاشگری امروزه در مدارس و حتی در خانواده و خانه ها در بین زنان و مردان خود را نشان می دهد که به صورت زنی که از شوهر خود انتقاد می کند یا مردی که حضور همسرش را در یک مهمانی نادیده می گیرد و تمام این موارد که می تواند در زندگی زناشویی باعث پرخاشگری شود و بدون در نظر گرفتن فرزندان که چه ضربه ای به روحیات آنها خواهد خورد و تمام این نوجوانان و جوانان سرخورده می تواند حاصل این زندگی های بدون برنامه باعث پرخاشگری به دلیل خشم یا برای هیجان ایجاد نمی شود. بلکه هدف به دست آوردن پاداشهای مطلوب مثل پول یا کالای با ارزش است و تمام این موارد ممکن است که در نظر فرد دیگر امری نامطلوب جلوه کند که تمام مشکلات را بوجود آورد و پرخاشگری ناشی از خشم که این نوع پرخاشگری عموماَ با علائم برانگیختگی هیجانی و اغلب ناشی از ناکامی است که در زندگی زوجین دیده می شود که تمام موارد را می تواند در گوشه گیری و انزواطلبی فرزندان و به گونه ای افسردگی تاثیر بگذارد که این مسأله باعث می شود کودک بعدها دچار ناراحتیها می شود که عامل اصلی ناراحتی خود را در والدین خود می دانند.


دانلود با لینک مستقیم


دانلود بررسی رابطه بین پرخاشگری والدین وافسردگی کودکان مقطع پنجم ابتدایی شهرستان ابهر

دانلود تحقیق بررسی رابطه اخلاق حرفه ای و مسئولیت اجتماعی در بین معلمین مقطع ابتدایی مدارس دولتی و غیر دولتی شهرستان قوچان

اختصاصی از اس فایل دانلود تحقیق بررسی رابطه اخلاق حرفه ای و مسئولیت اجتماعی در بین معلمین مقطع ابتدایی مدارس دولتی و غیر دولتی شهرستان قوچان دانلود با لینک مستقیم و پر سرعت .

دانلود تحقیق بررسی رابطه اخلاق حرفه ای و مسئولیت اجتماعی در بین معلمین مقطع ابتدایی مدارس دولتی و غیر دولتی شهرستان قوچان


دانلود تحقیق بررسی رابطه اخلاق حرفه ای و مسئولیت اجتماعی در بین معلمین مقطع ابتدایی مدارس دولتی و غیر دولتی شهرستان قوچان

چکیده
هدف از این پژوهش، شناسایی رابطه بین اخلاق حرفه ای و مسئولیت اجتماعی دربین معلمین مقطع ابتدایی مدارس غیر دولتی و دولتی شهرستان قوچان در سال تحصیلی94- 1393 می باشد. به همین منظور اخلاق حرفه ایبه عنوان متغیر وابسته و مسئولیت اجتماعی به عنوان متغیر مستقل مورد بررسی قرار گرفته است.این پژوهش از نظر هدف جزو پژوهشهای کاربردی محسوب می شود و روش تحقیق توصیفی و از نوع همبستگی می باشد. جامعه آماری شامل کلیه معلمین مدارس غیر دولتی و دولتی شهرستان قوچان، در سال تحصیلی94-1393 که تعداد 320نفر می باشد. حجم نمونه،بر اساس جدول مورگان169 نفر از معلمین مدارس بوده که با استفاده از روش نمونه گیری خوشه ای انتخاب شده اند. جهت جمع آوری اطلاعات از دو روش کتابخانه ای و میدانی استفاده شده است. ابزار گرد آوری داده ها در این پژوهش 2 پرسشنامه است. 1- پرسش نامه استاندارد شده اخلاق حرفه ای کادوزیر که روایی و اعتبار آن با ضریب آلفای کرونباخ سنجیده شده و 97 درصد می باشد و 2- پرسشنامه استاندارد شده مسئولیت اجتماعی که روایی و اعتبار آن با ضریب الفای کرونباخ 87درصد که توسط کارول دارای 4مؤلفه ی نیازهای اقتصادی، رعایت قوانین و مقررات، رعایت اخلاق کسب و کار، مسئولیت های بشردوستانه می باشد. با استفاده از روش های آماری تحلیل واریانس و رگرسیون و هم بستگی، داده توسط نرم افزار SPSS مورد تجزیه و تحلیل قرار خواهد گرفت.یافته های پژوهش نشان می دهد: بین اخلاق حرفه ای و مسئولیت اجتماعی معلمین در مدارس غیر دولتی و دولتی شهرستان قوچان رابطه معناداری وجود دارد..
کلید واژه ها: اخلاق حرفه ای،مسئولیت اجتماعی، نیازهای اقتصادی، مسئولیتهای بشر دوستانه







فهرست مطالب
فصل اول:کلیات تحقیق    1
1-1-مقدمه    2
1-2-بیان مساله    2
1-3-اهمیت و ضرورت پژوهش    5
1-4- اهداف پژوهش    6
1-5- فرضیات پژوهش    6
1-6- تعاریف نظری مفاهیم واصطلاحات    6
1-6-1- تعاریف نظری    6
1-6-2- تعاریف عملیاتی    7
فصل دوم:ادبیات ومبانی نظری تحقیق    8
2-1-  مقدمهمبانی نظری پژوهش    9
2-2-  اخلاق حرفه ای    9
2-2-1-  تعاریف وماهیت اخلاق حرفه ای    9
2-2-2-  جمع بندی تعاریف اخلاق حرفه ای    13
2-2-3- مفاهیم اخلاق    14
2-2-4-  سند اخلاقی    16
2-2-5-  مبانی اخلاق حرفه ای    20
2-2-6-  نظریه های اخلاقی    20
3-2- ضرورت طرح موضوع اخلاق حرفه ای    22
2-3-1 -  اخلاق کاری وابعاد آن    24
2-3-2-  منشور اخلاقی در سازمان و تاثیر آن بر عملکرد کارکنان    25
2-3-3- ویژگی مسائل اخلاق حرفه ای    25
2-3-4- اخلاق حرفه ای در رهبری    26
2-3-5-  عوامل رشد و توسعه ی اخلاق حرفه ای    27
2-3-6-  اخلاق حرفه ای از دیدگاه اسلام    28
2-3-7-  مسولیت حرفه ای    28
2-3-8-  بستر های جهانی شدن اخلاق    29
2-3-9-  رونق اخلاق حرفه ای    30
2-3-10-  ویژگی رونق اخلاق    30
2-3-11-  رهیافت های اخلاق حرفه ای    31
2-4-  مسئولیت اجتماعی    32
1-4-2-  مفهوم مسئولیت اجتماعی    33
2-4-2-  تعاریف مسئولیت اجتماعی    35
2-4-3-  جمع بندی تعاریف مسئولیت اجتماعی    37
2-4-4-  اصول مسئولیت اجتماعی
37
2-4-5-  اهمیت وضرورت مسئولیت اجتماعی    39
2-4-6-  ویژگی های مسئولیت اجتماعی    41
2-4-7-  نظربرخی ازروانشناسان درباره  مسئولیت اجتماعی    42
2-5-  الگوی نظری درارتباط بااخلاق حرفه ای ومسئوولیت اجتماعی    45
2-6-  پیشینه پژوهش    46
2-6-1-  تحقیقات خارجی    46
2-6-2-  تحقیقات داخلی    48
فصل سوم:روش تحقیق    52
3-1-  مقدمه    53
3-2-  روش تحقیق    53
3-3-  جامعه آماری    54
3-4-  نمونه آماری    54
3-5-  شیوه نمونه گیری    54
3-6-  ابزار جمع آوری داده ها    54
3-7-  روایی و پایایی پرسشنامه    55
3-8-  شیوه تحلیل داده ها    55
فصل چهارم: تجزیه و تحلیل داده ها    57
4-1– مقدمه     58
4-2- توصیف داده ها    59
4-3- یافته های استنباطی     59
4-3-1 – بررسی نرمال بودن داده ها     59
4-3-2 – یکسانی واریانس ها    59
4-3-1-1- فرضیه اول    60
4-3-1-2- فرضیه دوم    61
4-3-1-3- فرضیه سوم    62
4-3-1-4- فرضیه چهارم    63
فصل پنجم: بحث و نتیجه گیری    64
5-1- خلاصه    65
5-2- محدودیت های پژوهش    73
5-3- پیشنهاد بر اساس یافته های پژوهش    74
5-4- پیشنهاد به سایر محققین    76
منابع و ماخذ    76
الف : منابع فارسی    77
ب : منابع لاتین    81
    
    



فهرست جداول   
جدول شماره 3-1-  رتبه متغیرها    55
جدول شماره 4-1-  اطلاعات توصیفی مولفه های پرسشنامه مسئولیت اجتماعی    58
جدول شماره 4-2-  همبستگی بین نمره کلی اخلاق حرفه ای و مولفه های نیازهای اقتصادی    60
جدول شماره 4-2- همبستگی بین نمره کلی اخلاق حرفه ای و مولفه های رعایت قوانین و مقررات    61
جدول شماره 4-2-  همبستگی بین نمره کلی اخلاق حرفه ای و مولفه های اخلاق کسب و کار    62
جدول شماره 4-2- همبستگی بین نمره کلی اخلاق حرفه ای و مولفه های مسئولیت های بشر دوستانه    63

 

 

 

شامل 81 صفحه Word


دانلود با لینک مستقیم


دانلود تحقیق بررسی رابطه اخلاق حرفه ای و مسئولیت اجتماعی در بین معلمین مقطع ابتدایی مدارس دولتی و غیر دولتی شهرستان قوچان

رابطه افسردگی باگرایشات مذهبی

اختصاصی از اس فایل رابطه افسردگی باگرایشات مذهبی دانلود با لینک مستقیم و پر سرعت .

رابطه افسردگی باگرایشات مذهبی


رابطه افسردگی باگرایشات مذهبی

 

 

رابطه افسردگی باگرایشات مذهبی

 

(نماز)

 

افسردگى چیست؟

 

علائم و نشانه هاى افسردگى

 

افسردگى در گروههاى مختلف

 

انواع افسردگى

 

علل افسردگى

 

ارتباط افسردگى با بیماریهاى دیگرودرمان افسردگى

 

نقش دین در بهداشت روان

 

رابطه نحوه برپاداری نمازباافسردگی

word

 


دانلود با لینک مستقیم


رابطه افسردگی باگرایشات مذهبی