I suggest learning and studying technology and the way a computer or a phone works and how it receives info. That way, you will be able to give the device something it won't handle...... I think....
Answer:
the 1 answer is electronic home equipment installer
number 2 telecommunications equipment repairer
number 3 telecommunications line installer
number 4 radio mechanic
Answer:
Explanation:
The following program is written in Python. It simply creates an endless loop that continously asks the user for an input. If the input is not -1 then it outputs the same input, otherwise it exists the program correctly. A test output can be seen in the attached image below.
while True:
answer = input("Enter a value: ")
if answer != "-1":
print(answer)
else:
break
Answer:
A view is an application
program’s or an individual user’s picture of the database.
It is less involved than the full database.
If a user accesses a database through a view they can only view data but cannot make any changes to the structure of the database