You are on page 1of 2

1.

A memory slot, memory socket, or RAM slot allows RAM (computer memory) to be
inserted into the computer.
Most motherboards have two to four memory slots, which determine the type of RAM
used with the computer.
2.
A clock generator is a type of circuit that produces a continuous, synchronized
electrical signal for timing purposes in a wide variety of devices.
Because many high end electronic equipment require that electrical signals and
mechanical devices work together in an efficient manner, clock generators are often
a necessary component in many devices in order to ensure that all other components
work harmoniously.
3.
Form factor refers to the physical size and shape (according to outside dimensions)
of a computer device.
It is most often used to describe the size of circuit boards, especially the
motherboard and expansion cards.
4.
Hardware: Computer Processing Units (CPU), Random Access Memory (RAM), and Hard
Drives (HDD)
Software: Internet browsers, operating systems (OS), and antivirus.
Firmware: Basic Input/Output System (BIOS) and Extensible Firmware Interface
(EFI).
5.
Bus powered' usually refers to USB connected devices which take their power from
the USB connection and don't require an external power source.
For example you might have a USB Hub or Repeater to extend your USB distance or
number of connected devices.
6.
The Peripheral Component Interconnect (PCI) bus is an expansion bus standard
developed by Intel that became widespread around 1994. It was used to add expansion
cards such as extra serial or USB ports, network interfaces, sound cards, modems,
disk controllers, or video cards.
Synchronous Bus Architecture: PCI is a synchronous Bus .
All data transfers in PCI bus takes place according to a system clock. The first
PCI which was launched by Intel , supports 33 Mhz maximum clock rate while the
newer PCI Buses now supports maximum clock frequency of 66 MHz.
7.
An Accelerated Graphics Port (AGP) is a point to point channel that is used for
high-speed video output.
This port is used to connect graphic cards to a computer's motherboard.
It increases the speed at which machines can render graphics while using the
system's resources more efficiently.
8.

___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
___________________________________________________________________________________
____________________________
string=(input("enter the string:"))
if(string==string[::-1]):
print("It Is A Palindrome")
else:
print("Not A Palindrome")

https://towardsdatascience.com/10-numpy-functions-you-should-know-1dc4863764c5 in
numpy functions

You might also like