#accepting input from user
n=int(input("Enter a number: "))
#entered number is stored in a temporary variable
temp=n
#initializng required variables
rev=0
dgt=0
#digits are reversed inside while loop
while(n>0):
dgt=n%10
rev=rev*10+dgt
n=n//10
#original number and its reverse are compared
if(temp==rev):
#if equal, it's a palindrome
print("It is a Palindrome")
else:
#if not equal, it's not a palindrome
print("It is not a Palindrome")
#◌⑅⃝●♡⋆♡Nåmřāthā♡⋆♡●⑅◌
Answer:
performance -processor speeds increases because the smaller the transistor, the faster it can operate. Additionally, the transistors become closer to each other which reduces the latency between them.
2.Complexity-for a given size the number of transistors doubles with the reduction in feature size
Explanation:
Question:
Which of these field types allows multiple, non-exclusive options?
A. multi-part
B. checkbox
C. text
D. radio button
E. button
Answer:
The correct option is B) Checkboxes
Explanation:
Field types is a terminology often associated with Database Management.
A field type is often found in a data collection apparatus such a form. It's inherent quality or nature will determine the kind of data that it can collect.
Some field types allow for exclusive options. That is, in some data field types, it's impossible to select more than one option.
For example, a Button field type can only collect one type of value.
A Checkbox on the other can be configured to allow for multiple selections which may or may not be exclusive.
When working with Microsoft Access, for instance, you are required to select the name of the <em>field </em>and define the type of <em>field data.</em>
<em />
Cheers!
Answer:
i dont know you can find the expl below
Explanation:
In this unit, you learned that a test generator can be very helpful when trying to determine if a code runs properly or fails in some situations. For example, let’s say that you were writing a program where the user would input their test grades and the program would tell them their average. What kinds of data would a test generator want to test for that program to be sure that it would work in all situations?
Definitely Chevy. I love chevys.