1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
netineya [11]
2 years ago
8

Write a program to check the password( qbasic)​

Computers and Technology
1 answer:
snow_tiger [21]2 years ago
4 0

Answer:

Assuming this is in python:

def check_password(password):

   

   correct_password = "qbasic"

   

   if password == correct_password:

       return True

   else:

       return False

def main():

   

   user_input = input("Type in your password: ")

   

   if check_password(user_input):

       print("Correct!")

   else:

       print("Wrong, try again")

     

       

main()

Explanation:

Hope this helped :) If it wasn't suppose to be in python, tell me so I can make it in the correct programming language.

Have a good day :)

You might be interested in
I need help making a rap song of my own !! Ty
Veronika [31]
What are u making it about?
6 0
3 years ago
Read 2 more answers
Software that interprets command from mouse is a
balu736 [363]
I think it would be me because i interpret command from a mouse in my hole.
3 0
3 years ago
The basic functions of Brake Control Valves is?
GrogVix [38]

Answer:

This valve is necessary for optimizing front-to-rear bias, also referred to as brake balance. It is a spring-loaded component that activates when fluid pressure builds when you step on the brake pedal. Then, the valve's plunger unseats and fluid rushes into the calibrated range.

3 0
3 years ago
Describe what happens in your browser as soon as you hit enter after writing a URL in the address bar.
Arlecino [84]

The URL is translated to an IP address, using a domain name server on the Internet. The browser then sends a request to the web server at that IP address. The server replies by sending the file, usually a web page to your IP address. The browser takes in that file, then delivers it into what you see on your screen in your browser.

3 0
3 years ago
As computer words get larger and larger, there is a law of diminishing returns: the speed of execution of real application progr
otez555 [7]

Answer:

Explanation:

I can pick a reason out of many, and that would be the software. The fact is that, even as they are computers and machines, the softwares themselves have particular design cap. A software that was designed for systems with a narrow word size will most likely have issues as more and more words are used on it. I don't know if you understand what I'm saying, everything has a cap, once that particular meter is approaching, systems tend to slow onwards.

When it comes to the hardware part using the same technology, it might take a longer time to do basic arithmetic on larger inputs.

When you're under using a system, it tends to have a lot of space, excess, to perform its functions, but as soon as it is nearing its limit, it will slow down so as to accommodate all the processes at once.

3 0
3 years ago
Other questions:
  • What sugar is used in a DNA molecule​
    7·2 answers
  • All the concrete classes in the java collections framework implement _____________. the cloneable interface the comparable inter
    10·1 answer
  • Given the following method definitions: void mystery(double a) { System.out.print("double! "); } void mystery(int a) { System.ou
    12·1 answer
  • In which decade did cell phones become available to the public?
    8·1 answer
  • Choose the word that best completes this sentence. ____________ should cover every part of the worksite.
    10·2 answers
  • Pre-made, copyright-free illustrations are called __________. apps clip art graphic design stock photos
    6·1 answer
  • Write the include directive needed to allow use of the various i/o functions and values such fprintf and fgetc.
    12·1 answer
  • Match each proofreading mark to the expected result.
    10·1 answer
  • What is the difference between (IF instructions &amp; WHILE instructions )<br> 0<br> 를 들<br> T<br> !
    11·1 answer
  • Define CPU and its functions​
    7·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!