Answer:
Characteristics of RAM or ROM memory
Explanation:
RAM (Random Access Memory).
• It is a read (R) and write (W) memory (R/W)
• Types of RAM - SDR SDRAM, RDRAM, DDR SDRAM. The difference is the speed in sending data.
• It is used for the operating system, programs and most of the software.
• Recommendations of at least 8 GB of RAM for PC and At least 2 GB of RAM for a mobile.
ROM (Read Only Memory)
• Store instructions and data permanently
• it's read only
• Type of non-volatile memory
• Save data and system information, settings and programs
• Types of ROM - Mask ROM, PROM, EPROM and EEPROM.
- A PC must have at least 256 GB.
Answer:
actual_value = float(input("Enter the actual value of a piece of property: "))
tax_rate = float(input("Enter the current tax rate for each $100.00 of assessed value: "))
assessed_value = actual_value * 0.6
tax = (assessed_value * tax_rate) / 100
print("The annual property tax is $" + str(tax))
Explanation:
*The code is in Python.
Ask the user to enter the actual value and the tax rate
Calculate the assessed value, multiply the actual value by 0.6
Calculate the tax, multiply the assessed value by the tax rate and divide result by 100
Print the tax
The table gallery is to help you create the table.
Engineers who are involved in product design and manufacture of computer-aided should have enough knowledge in circuit and auto cad electronic design.
<u>Explanation:</u>
He or she should have mother board, voltage in or out extra. Person who develops should enough knowledge on circuit design which capacitor, resistance and voltage and processor capacity.
Each design they have first simulates and tested and result should be recorded. On simulation test success design is made.
There is third party software also available for design the circuit and gives the tested results as report.