what is Q-Basic statement​

Answers

Answer 1

A statement (for the QBASIC) is a set of instructions written by using keywords or commands of QBASIC. Every programming language uses keywords as a statement with certain syntax. The statements are the first stored in the memory and executed only when the RUN command is given


Related Questions

Why there should be laws against using phones and

driving?

Answers

Answer:

There should be laws against using phones & driving because you can get into an accident & you are not paying attention to the road & it's surroundings.

Explanation:

It is for your safety & other peoples safety around you.

Sort the layout options for two types of masters in PowerPoint.

Answers

Answer:

The program photo is showing the correct answers and the correct place for the two that you missed.

Explanation:

Answer: ANSWER IS SHOWN CORRECTLY

Explanation:

I REALLY HOPE IT HELPS YOU!!!!!!!!!!!!!

THANK YOU & BE SAFE TOO!!!!!!!!!!!!!!!

What is my mistake in this case?

Answers

Answer:

I think it suppose to be #print out house

Answer:

i guess take the hint, bro.

Explanation:

What are the two main types of software​

Answers

system software and application software

Answer:

System software and application software

Explanation:

Michaela has been tracking the temperatures of the dirt, pond water, and air near her home for a science investigation. She is ready to analyze the data to prepare for her science report. Based on each application’s strengths and weaknesses, which one would be the best to choose for this task?

Answers

Answer:

The science of investigation

Explanation:

hope it help

2. It serves as the foundation of all crochet work. a. Chain stitch C. double treble b. Treble stitch d. slip stitch​

Answers

Answer:

a. chain stitch

because the foundation of so many crochet patterns involved a chain of × stitches followed by working sc/dc into the chain

computer science

describe 3 differences between the checksum and check digit:

Answers

Answer:

A check digit, also known as a checksum character, is the number located on the far right side of a bar code. The purpose of a check digit is to verify that the information on the barcode has been entered correctly.

A check digit, even comprehended as a checksum character, stands for the number found on the far right side of a bar code. The intention of a check digit exists to confirm that the information on the barcode contains been documented accurately.

What are the differences between the checksum and check digit?

A checksum in public can be any size, although generally, they exist some suitable number of bits for computation, such as 32. The more extensive the checksum, the wider the range of errors it can capture. For instance, the checksum utilized for credit card numbers will notice changed digits that exist after each other, but not reversed digits that exist split by a single digit.

All cryptographic hashes (like MD5, SHA, etc.) can be utilized as checksums, but not all checksums exist cryptographic. CRC-type checksums aren’t cryptographic, but they’re extremely quick to calculate, and so they exist generally utilized for things like hard drive checksums where you don’t require the cryptographic functionality, but you accomplish want to notice an extensive range of probable errors.

To learn more about checksum and check digit

https://brainly.com/question/14789699

#SPJ2

Help!!
So I think that someone is tracking my truck with an apple airtag but I don't know for sure. The only apple product I have is an iPad and I don't know how to check if an airtag is near by!!

Answers

Answer:

Explanation:

   In iOS 13 or iPadOS 14 or later go to Settings > account name > Find My > Find My iPhone/iPad, and disable Find My network.

   In macOS 10.15 Catalina or later, go to the Apple ID preference pane, select the iCloud link at left, click the Options button to the right of the Find My Mac item, and uncheck Offline Finding or Find My network (the text varies by macOS version).

it is defined as the interloping of yarn with the use of a hook to make a design . A smocking B knitting C crocheting D embroidery​

Answers

Answer:

letter C

Explanation:

because the crocheting is defined as the interloping yarn and use to make and made a design to excellent.

How to recover permanently deleted photos from gallery?

Answers

Answer:

it's technically impossible to recover permanently deleted photos

but if you have a copy of the photo or maybe have backup that would help.

I'm sorry if my answer isn't much help

What are some of the restrictions to muscle wire?

Answers

Answer:

Muscle Wire is an extremely thin wire made from Nitinol (a nickel-titanium alloy) that is known for its ability to contract when an electric current is applied.Although thin and lightweight, one of the most amazing things about Muscle Wire is that they can lift many times their weight and are able to do 100 times more work per cycle than the human muscle. This material is easy to use, small in size, operates silently, has a high strength-to-weight ratio, and is easily activated using AC or DC power. This technology is ideal where mechanics require minimization, such as electronic textiles projects, robotics or nano-applications.Muscle Wire is an extremely thin wire made from Nitinol (a nickel-titanium alloy) that is known for its ability to contract when an electric current is applied.

Sampson runs his own online business, and much of his success depends on the reliability and accuracy of various online data. How does integrity help to ensure that Sampson can trust the online data he is using?

A.
Integrity takes steps to ensure Sampson's information cannot be altered or deleted by unauthorized people.

B.
Integrity refers to a process that makes it impossible for anyone but Sampson to see the data that he is using.

C.
Integrity blocks all hackers from interfering with Sampson's data and what he does with it.

D.
Integrity allows Sampson to access and move data on an unsecured network.

Answers

Answer: because integrity takes steps to ensure Sampson's information cannot be altered or deleted by unauthorized people and that it stays intact, no matter where it goes

Explanation:

Arrange the code so that the numbers are swapped.

Answers

Rand.int(your_num , your_num

This type of RAID implementation uses its own Central Processing Unit (CPU) for calculations on an intelligent controller card by:

Answers

RAID implementation uses its CPU for calculations on an intelligent controller card by a hardware implementation.

Basically, a hardware implementation refers to a job is done using a physical device or electronic circuit rather than been done automatically by the computer program.

Hence, through a hardware implementation, the RAID implementation is able to use its CPU for calculations on an intelligent controller card

Read more about hardware implementation

brainly.com/question/25803633

help me pleaseeeeeeee

Answers

Answer:

I think you have to ask to your parents

a client has requested adjustments to the arrangement and placement of elements on an image. what does the client want changed?

Answers

Considering the situation described above, the client wants the image's recipe to be changed.

What is the Image Recipe?

Image Recipes are characteristics of an image or picture. It includes features like shape, size, form, pattern, line, shadow, tone, color, contrast, positive space and negative space, etc.

Given that the client needs adjustments to the arrangement and placement of elements on an image, this is a request for a change in the image recipe.

Hence, in this case, it is concluded that the correct answer is "the client wants the recipe of the image changed."

Learn more about the Image Recipe here: https://brainly.com/question/1605430

WHEN IS THE DESIGN PROCESS FINISHED IN ENGINEERING?​

Answers

Answer:

I think answers is it never ends

In the program to evaluate passwords, you gradually built a message to display to the user. What did you add to the end of each message string to start each message on a new line?

message = message + "Your password needs an uppercase letter. _____ "

\endline

\e

\n

\newline

Answers

You need to add \n to start a new line

The option that one need to add to the end of each message string to start each message on a new line is \n.

What is a message string?

This is known to be a kind of running aspect of text messages that relates to one topic or any question.

Based on the program written above, the option that one need to add to the end of each message string to start each message on a new line is \n as it is the one that will give the best result.

Learn more about program  from

https://brainly.com/question/1538272

#SPJ2

which type of writing is most commonly used in the field of information technology

Answers

Answer:

Technical writing

.........

My sister told me an extremely funny joke. what is the direct object for this sentence ?

Answers

Answer:

Explanation:

relevez le rôle principal de la peau dans l,organime humain. je suis bloquée aidez moi metci​

Answers

Answer:

language?

Explanation:

akira has a mobility impairment that makes it difficult to type on a keyboard. what technology can she use to create written documents without using a keyboard?

Answers

Answer:

speech recognition software

The screen reader technology she can use to create written documents without using a keyboard if Akira has a mobility impairment that makes it difficult to type on a keyboard.

What is Screen reader technology?

An assistive technology known as a screen reader reads text, such as the document you see on your screen.

The audio output of screen reader technology is used to describe the information on the screen. A screen reader may narrate the operations of the computer or device as well as read aloud webpages and documents.

When reading text on a screen, a screen reader employs a Text-To-Speech engine to convert it to speech.

Thus, the screen reader technology she can use to create written documents without using a keyboard if Akira has a mobility impairment that makes it difficult to type on a keyboard.

Learn more about the Screen reader technology here:

https://brainly.com/question/7600315

#SPJ2

What Pre-Built PC should I get? I don't have a lot of money so I'm looking for cheap options.

Answers

Answer:

for a gaming pc i recommend better graphic cards and for streaming gpu you can find some good options online not exactly sure what model.

10. What Microsoft program is frequently used to develop pictorial representations
of a database's logical relationships?
A. Visio
B. Access
C. Excel
D. Word

Answers

Answer:

A. Visio

It's a "powerful tool for diagramming needs". In other words, pictures.

This is an image of the ...................... Topology. * If you get it right i will mark you brainlist ​

Answers

Answer:

Tree

Explanation:

in reference to operating systems, what is spooling? what does it stand for? chegg

Answers

Answer:

Spooling is a process in which data is temporarily held to be used and executed by a device, program or the system. Data is sent to and stored in memory or other volatile storage until the program or computer requests it for execution. "Spool" is technically an acronym for simultaneous peripheral operations online.

what type is the combination of an integer and a string

Answers

Answer:

Concatenation.

Explanation:

How has A.I. evolved and helped humanity in recent times?

Answers

Answer:

AI has helped many people in these days.

Explanation:

With AI adoption on the rise, the technology is addressing a number of global challenges.

Artificial intelligence is being used to help crack down on illegal activities.

It is helping to tackle over fishing in our ocean.

And it is even being used to address the issue of gender imbalance.

Question 1 Which portion of the PuTTY package allows you to perform file transfers using the SCP (Secure Copy) protocol?

Answers

There are different aspect of computing. The portion of the PuTTY package that allows you to perform file transfers using the SCP (Secure Copy) protocol is pscp.exe.

The pscp.exe tool commonly called the PuTTY Secure Copy Client is known to be the only portion of the Putty package that can let you copy files to and from remote computers through the use of the SCP.

Secure Copy (SCP)  is simply defined as a computer command that one can use in Linux to copy files from one computer to another on a network.  PuTTY is simply known to be a free implementation of SSH (and telnet) used for computer that running Microsoft Windows.

Learn more about the PuTTY package from

https://brainly.com/question/13171394

Within a master slide template, you can create a custom slide layout. Place the steps to complete this task in the correct order.

Answers

Answer: yes the above is correct

1. In the slide master tab, select insert layout.

2. Click rename, and name the new layout.

3. Choose new elements with Insert Placeholder.

4. Save the Changes.

5. Confirm by selecting Home, then Layout.

When a custom slide layout is created, the steps to complete this task in the correct order are as follows:

What do you mean by layout?

A layout refers to the parts of something that are arranged or laid out.

The steps to complete this task are as follows:

In the slide master tab, select insert layout.Click rename and name the new layout.Choose new elements with an Insert placeholder.Save the changes.Confirm by selecting home and then the layout.

Learn more about Layout here:

https://brainly.com/question/1327497

#SPJ2

Other Questions
Use this table of a school bus during morning pickups to calculate its average speed between 0 h and 2.340 h.Position (km) Time (h)0.0 0.0001.2 0.0242.8 0.0514.2 0.08416.3 2.340 The diagram below shows a Sudoku puzzle with a difference. Some of the lines between adjacent cells have a number on them; this is the product of the numbers in the cells. The normal rules of Sudoku also apply: the numbers 1 to 9 must appear once each in each row, once in each column, and once in each square block. Can you solve this puzzle? I have a heart that never beats, I have a home, but I never sleep. I can take a man's house and build another's, And I love to play games with my many brothers. I am a king among fools. Who am I?This is a riddle. Answer it correctly and I'll make you Brainliest. What is the value of the digit in the millions place?56,931,446A. 9,000,000B. 50,000,000C. 6,000,000D. 400,000 The Populist Party's main base of support was represented by:Southern & Western farmersO Northern industrial workersO Bankers and investorsO Immigrants from Southern & Eastern Europe For a given series, s1=1, s2=8, s3=21 what is the 3rd term in the sequence? Does anyone get this?? 45+45-45+45-45+65+2759250 the two windows shown are similar. What is the height of the larger window? A horizontal force is applied to a box with a mass equal to 5.5 kg, The graph shows the net force acting on a box as a function of its horizontal position x.Part AFind the net work done on the box as it moves from x = 0 m to x = 8.0 m. . Part BApply concepts of work and energy to solve for the speed of the box when it reaches position x = 8.0 m. Assume the box started from rest. Jeremy got a haircut and paid 15% as a tip. What percent of the cost did Jeremy pay the barber, including the tip? Find the product: [tex] \frac{1}{8} \times \sqrt{8} [/tex] What state of matter has a defined volume but undefined shape?Question 6 options:gasesliquidssolids and liquidsliquids and gases Southern Colorado is more densely populated than the northern part of the state What are the three different social perspectives on sport Which examples of propaganda are found in this passage? Select two options.Snowball is used as a scapegoat.Napoleon talks to the animals through Squealer.Squealer targets his message to emphasize plain folks.Squealer uses glittering generalities to describe Napoleons tactics.Napoleon uses name-calling to differentiate the pigs from the other animals. plss help me... with explanation(20 pnts) Choose one scene or object to photograph. Take and submit at least three photographs of this scene at three different times of day. Be sure to note the times of day that you choose. Write a brief response about how the light changed in the photograph.Take and submit photographs of someone using frontlighting, backlighting, and sidelighting. You can use the sun or other lighting.Practice taking photographs on a cloudy or rainy day. Turn in three of your favorites from that practice.Take some portrait photographs using a reflector. (Remember that white paper, poster board, sheets, or a wall can all act a reflector.) Practice moving the subject in different positions relative to the reflector. Turn in three of your favorite photographs.Practice taking photographs in different lighting conditions (indoors and outdoors, different times of day, different weather, and so on) to help you better understand the impact of light on your photographs. Turn in three of your favorite photographs from your practice sessions. PLS HELP using only the marking in the diagram, what theorem can be used to show that the two triangles are congruenta.) AASb.)ASAc.)HLd.)SSS What is an equation of the line that passes through the points (-4, -5) and (-3, -2)