What is Qbasic programming language?​

Answers

Answer 1

Answer:

QBASIC is a high level programming language that allows us to write programs. BASIC uses English like words and mathematical symbols to write programs. The programs written in QBASIC need to be converted into machine codes. QBASIC provides working area to write programs and QBASIC has its own Interpreter

Explanation:


Related Questions

What are inserted to show the total number of pages in Word?

Answers

Answer:

Include total number of pages in the page number

Go to Insert > Page Number.

Do one of the following: Select Current Position if you have a header or footer. Select a location if you have no header or footer yet.

Scroll until you see Page X of Y and select a format.

Select Close Header and Footer, or double-click anywhere outside the header or footer area.

Which of the following is not a key component of a structure?
A. Name
B. Properties
C. Functions
D. Enumerations

Answers

Answer:

D i think

Explanation:

What the price of XRP right now??????

Answers

Answer:

$0.579

Explanation:

I'm pretty sure that's the answer.

Which of the following is NOT present on the Title Bar?​

Answers

Answer:whats the question

Explanation:(pls dont report me as soon as u tell me the question i will edit my answer and answer correctly)

In a single paragraph, write about the functions of HTML tags.

Answers

Answer:

The main function of HTML Tag is to define the set of rules for browsers to display the content of web page in a certain way. The content could be anything Text, Image and even video (thanks to HTML5). It tells your browser what to display on the Web Page and how to display it. Overview. People use tags to aid classification, mark ownership, note boundaries, and indicate online identity. Tags may take the form of words, images, or other identifying marks. An analogous example of tags in the physical world is museum object tagging.

Explanation:

Hope this helps        :)

Answer:

The main function of HTML Tag is to define the set of rules for browsers to display the content of web page in a certain way. The content could be anything Text, Image and even video (thanks to HTML5). It tells your browser what to display on the Web Page and how to display it. Overview. People use tags to aid classification, mark ownership, note boundaries, and indicate online identity. Tags may take the form of words, images, or other identifying marks. An analogous example of tags in the physical world is museum object tagging.

Explanation:

Price of ETH coin right now?
Don't answer if u don't know.

Answers

Answer:

58,715.40

Explanation:

why is page formatting important??​

Answers

Answer:

Perhaps one of the most important things you can learn in Microsoft Word is how to format your page with elements such as margins and page breaks. Formatting your pages makes them look more attractive and makes them easier to read.

Answer:

Formatting is important for two reasons: It makes your essay look like an essay (rather than a letter or a note to a friend). It helps to make your essay more readable.

Explanation:

Write a program in Python which prints your name, surname and class.

Answers

Answer:

print(name + "\n" + surname + "\n" + class)

Explanation:

not enough information is given but this will print those three variables with a newline between each.

Which of the following is referred to as "keeping up with the Joneses"?

Answers

Answer:

This phrase basically means keeping up with the trend. You can get an Android for cheaper but you get the high quality iPhone because it appears rich and overall, better. But it's used a lot to say, "you're wasting money"

who is father of computer?​

Answers

Charles cabbage is thehshshshdhshshshshshdh

You've just received an e-mail message that indicates a new serious malicious code threat is ravaging across the Internet. The message contains detailed information about the threat, its source code, and the damage it can inflict. The message states that you can easily detect whether or not you have already been a victim of this threat by the presence of the three files in \Windows\System32 folder. As a countermeasure, the message suggests that you delete these three files from your system to prevent further spread of the threat. What should your first action based on this message be?a. Perform a complete system backup.b. Verify the information on well-known malicious code threat management web sitesc. Distribute the message to everyone in your address book.d. Reboot the system.e. Delete the indicated files if present

Answers

Answer:

B.) Verify the information on well-known malicious code threat management web sites

Explanation:

Of course, you should verify the message with reliable sources before taking any actions that could impact your computer. Even if the message seemed legit, it telling you to fiddle with the Windows system folder is a red flag.

Verify the information on well-known malicious code threat management web sites. The correct option is b.

What is malicious code threat?

The threat posed by malicious code to application security cannot be effectively addressed by traditional antivirus software on its own.

Attack scripts, viruses, worms, Trojan horses, backdoors, and malicious active content are all examples of the broad category of system security words known as harmful code.

Malware attacks are frequent cyberattacks in which the victim's system is compromised by malware, which is typically malicious software.

Ransomware, malware, command and control, and other specialised sorts of attacks are all included in malicious software, sometimes known as viruses.

The notification advises you to remove these three files from your system as a countermeasure to stop the threat from spreading further, but you should first double-check the information on reputable harmful code threat management websites.

Thus, the correct option is b.

For more details regarding malicious attacks, visit:

https://brainly.com/question/13137381

#SPJ5

Hello anyone to speak?

Answers

Answer:

hey hope you have a good day or night :)

Question
You want to draw a rectangle over the moon you added to your slide and then move it behind the moon. You want it to look like a frame. What ribbon tab would you click to find the tool to add the rectangle?

Animations
Insert
Design
Home

Answers

Answer: Insert  :-) !

Explanation:

2 When you add text with the Text Tool, __________. the text is added to the current layer a new floating selection layer is created the text is added to every layer a new layer is created

Answers

Answer:

A new floating selection layer is created

Explanation:

In a graphic design software for example like CorelDraw, if  a text tool is used to add text, a new floating selection layer is created in which, the text is inserted.

Design a program that ask the user to enter a series of positive numbers. The user should enter a negative number to the series. After all the positive numbers have been entered the program should display their sum

Answers

Answer:

total = 0

while True:

   number = float(input("Enter a number: "))

   

   if number < 0:

       break

   

   total += number

   

print("The total of the positive numbers entered is", total)

Explanation:

*The code is in Python.

Initialize the total as 0

Create a while loop. Inside the loop:

Ask the user to enter a number. Check the number. If it is smaller than 0 (This means it is a negative number), stop the loop using break. Add the number to the total (cumulative sum). (This way your program keeps summing numbers until you enter a negative number)

When the loop is done, print the total

Which import option is not supported in Access 2016?

from Access
from Excel
from PDF
from Text file

Answers

Answer: from PDF(C)

Explanation:

Took it on edg

Answer:

C

Explanation:

Who else hates brainly cause they took over 400 points out of my other account and left me at -324 points so copy and paste this every where

Answers

SAME! Instead, it was 630!! It was so unfair tbh, and I did nothing wrong.

Answer:

That's terrible :(

Explanation:

Theo would like to apply formatting to record data based on values in comparison with values in other fields. Which option should he use?

Conditional Formatting
Access Rules
Expression Builder
Field Validation Rules

Answers

Answer:

Conditional Formatting

Explanation:

A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to create, store, modify, retrieve and manage data or informations in a database. Generally, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.

A data dictionary can be defined as a centralized collection of information on a specific data such as attributes, names, fields and definitions that are being used in a computer database system.

In a data dictionary, data elements are combined into records, which are meaningful combinations of data elements that are included in data flows or retained in data stores.

This ultimately implies that, a data dictionary found in a computer database system typically contains the records about all the data elements (objects) such as data relationships with other elements, ownership, type, size, primary keys etc. These records are stored and communicated to other data when required or needed.

Conditional formatting is a feature found in a lot of spreadsheet software applications such as Microsoft Excel and it avails end users the ability to apply specific formatting options to cells based on certain defined criteria.

Basically, it is used for highlighting, emphasize, comparing or differentiating between data (information) stored in a spreadsheet document i.e data values that are lesser than or greater than a specificied value.

In this scenario, Theo would like to apply formatting to record data based on values in comparison with values in other fields. Thus, the option he should use is conditional formatting.

Answer:

A

Explanation:

It is the ornamentation of textiles and other material with needle work
for personal use and decoration.
a. Embroidery
b. Handicraft
c. Recycling
d. Sewing

Answers

A! Embroidery is the ornamentation of textiles using needle work

Explain how malware can be used in cyber warfare or a cyber terrorism attack on a country?

Answers

Answer:

Malware can be utilized to damage infrastructure that utilizes computers. It can manipulate what a computer is doing. In this way, a piece of malware could be designed to target government operations, such as government office computers, and then steal and wipe data from a computer. In other ways, a piece of malware could target the water supply control computers, and removing safety features, or target the power grid. This is why infrastructure necessary for day to day life and survival should be separate from the Internet, which can remove a major vulnerability.

Where can
а a
radio be found and how
they used​

Answers

Answer:

I don't know if I'm the only one who doesn't understand I'm sorry.

Explanation:

Hello, I am smart without showing off and I will help you with your homework and tell you the correct answers (◠ᴥ◕ʋ).​

Answers

Answer:

HII CSN U ANSWER MY MATH QUESTION

Choose the correct term to complete the sentence.

______ uses objects that represent classes to manage, manipulate, and store data.

•Object-defined programming

•Object-oriented programming

•Oriented programming

Answers

Answer:

Object-oriented programming

Explanation:

When used in object-oriented programming , a class is a factory for creating object. An object is a collection of data and behavaiors that represent some entity(real or abstract).

Answer: Object-oriented programming

Explanation: got it right on edgen

WHAT DOES THE SCRATCH CODE BELOW DO?

Answers

i think the correct answer would be b but im not 100% so if i’m wrong please lmk :]

What are your thoughts on the last nintendo direct

Answers

Answer:

I don't know? How do you feel about them?

Explanation:

Answer:

Wait, what's that-

Explanation:

how old is the letter 3 on its 23rd birthday when your car turns 53 and your dog needs gas and your feet need lave then when is your birthday when your mom turns 1 and your younger brother is older then you

Answers

Answer:

ummm...idr.k..u got me....wat is it

Explanation:

Which symbol should you use for entering a formula in a cell?
А.+
B.=
C. $
D.%
E#

Answers

Answer:

ITS + AND =

Explanation:

Answer:

Explanation: The equals operator is used in the Microsoft excel for the indication of formula in a cell .

Explanation:

Use the drop-down tool to select the correct answer.

Government agencies work to catch people who engage in software piracy, and can also help to stop them by filing lawsuits.

Answers

Answer:

Software producers

Explanation:

Patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.

Generally, patents are used on innovation for products that are manufactured through the application of various technologies.

Basically, the three (3) main ways to protect an intellectual property is to employ the use of

I. Trademarks.

II. Patents.

III. Copyright.

Copyright law can be defined as a set of formal rules granted by a government to protect an intellectual property by giving the owner an exclusive right to use while preventing any unauthorized access, use or duplication by others.

Hence, government agencies work to catch people who engage in software piracy, and software producers can also help to stop them by filing lawsuits. Software producers or developers are saddled with the responsibility of filing lawsuits against pirates or intellectual property theft who engages in the illegal use of patents or licensed software applications.

Justify the following statement: " Diversity should exist in the workplace."

Answers

Answer:

Explanation:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Answer:

Diversity should exist in the workplace because if everyone working together had the exact same views, there wouldn't be any growth and learning of new ways to expand ideas.

Explanation:

e d g e

HELP mE PLZ

Gabby needs to perform regular computer maintenance. What should she do? Check all that apply.

Remove unwanted files.
Reboot the computer.
Back up her data.
Scan for viruses.
Delete the browsing history.

Answers

Answer:

scan for viruses

remove unwanted files

back up her data

Other Questions
He is going to open the shop. (Find the correct passive form) examples of personification Francisco and Bernardo, two castle guards in Elsinore, Denmark, stand alert on the castle steps at night. This is part of the plotsexposition.climax.falling action.resolution. (2a^3 b^4) ^4= What is the answer to this problem ? Tyler and Daniel each deposited money into different banks with different savings plans. Tyler went toBank 1 and deposited $500. Daniel went to Bank 2 and deposited $1500. The graph above shows howmuch money is in each savings account after 14 years. According to the graph, who will have more moneyby year 20, and why?Daniel, because his money is increasing exponentially.O Daniel, because his money is increasing linearly.O Tyler, because his money is increasing exponentiallyTyler, because his money is increasing linearly A 0.40 kg soccer ball has 20 J of kinetic energy. How fast is it moving? PLS HELP WILL GIVE BRAINLIEST1. The organism represented by letter F is an?_________________2: Which letters contain organisms that are autotrophic? Some people think that we rely too much on eating convenience food nowadays.Here are two comments from your friends:I think it lets me have more time to do other things.I wish I knew how to cook things for myself.Write an article for your school newspaper, giving your views.The comments above may give you some ideas, and you should try to use some ideas of your own.Your article should be between 150 and 200 words long.You will receive up to 10 marks for the content of your article, and up to 9 marks for the style andaccuracy of your language. 7m+9, for m=2.Someone solve please The solution to which system of equations has an y-value of 0?(A) x + 2y=-1; y = 3x + 3(B) 3x y=2; x + 2y=-1y= 3x + 3; 2x + 3y=01(D) 2x + 3y=0; x + 2y=-1 hey guys! just so you know, DO NOT click on those tinylnk file links. they are a SCAM Was Lenin a good guy or a bad guy? Which system of inequalities is shown? What is the value of tangent theta in the unit circle below? One-half StartFraction StartRoot 3 EndRoot Over 3 EndFraction StartFraction StartRoot 3 EndRoot Over 2 EndFraction StartRoot 3 EndRoot What is the value of y in 6y+4 name three activities that a visitor to ixtlan de juarez in oaxaca is likely to do A taxi cab cost $1.75 for the 1st mile and .75 for each additional mile you have $20 to spend on your ride was in a quality could be certified and how many miles you can travel if N is a number of additional miles Which of the following processes in the nineteenth century most directly created the economic needs filled by Indian indentured servants in the Caribbean? so this up on gooble and u will find the answere ANd quiziz will pop up and give u the ans were and u give to me so its a win win The leading source of energy in Africa is -A. oilB. coalC. hydroelectricity D. natural gas Find the area of the composite shape shown below:6ft9ft3ft 4ft