answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: What is the difference between tab and comma in QBasic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the difference between pressing alt plus tab and ctrl plus alt plus tab?

The CTRL key is the only difference. What it actually does depends on the currently active program and/or control, and whether or not the key combo has been implemented or not. If not, the shell processes the key combo. On my system (Windows 7), both combos bring up the task switcher.


What are the row and column separations in Flat Files?

In a flat file, the most common separation between columns will be either a comma or a tab. You could theoretically use anything you wanted, so long as you read it in knowing this. Rows in a flat file are separated with newline characters. (In other words, each row is a line in the text file.)


How to use python programming to make graphing xy charts?

try using this code: import pygame def main(): (tab)screen = pygame.display.set_mode((750,750)) (tab)pygame.display.set_caption("graph") (tab)screen.fill((255,255,255)) (tab)pygame.draw.line(screen, (0, 0, 0), (375, 0), (375, 750)) (tab)pygame.draw.line(screen, (0, 0, 0), (0, 375), (750, 375)) (tab)pygame.display.flip() (tab)while True: (tab)(tab)x = raw_input("x: ") (tab)(tab)if x 'q': (tab)(tab)(tab)pygame.quit() (tab)(tab)(tab)break (tab)(tab)print '' (tab)(tab)screen.fill((255,255,255)) (tab)(tab)pygame.draw.line(screen, (0, 0, 0), (375, 0), (375, 750)) (tab)(tab)pygame.draw.line(screen, (0, 0, 0), (0, 375), (750, 375)) (tab)(tab)try: (tab)(tab)(tab)pygame.draw.circle(screen, (0, 0, 255), (int(x) + 375, -1 * int(y) + 375), 3 ) (tab)(tab)except: (tab)(tab)(tab)print "graph error, please enter valid x,y coordinates" (tab)(tab)pygame.display.flip() main() pygame.quit() this code makes a simple grapher.unfortunitly when I typed this answer, the tabs don't show up so I had to do this instead. any time it says "(tab)" just insert a tab there instead.


Write a qbasic program to display the multiplication tables from 1 to 10?

Writing this QBASIC code purely on the fly...; without actually testing out if it works/or, not... CLS FOR tablesNo%=1 TO 10 FOR timesNo%=1 TO 10 PRINT timesNo%*tablesNo%; " "; NEXT PRINT NEXT END NOTE: The numbers are not yet formatted to line up perfectly straight with one another.


What is the function of the shift plus tab?

<Shift><Tab> takes you backwards through the tab order instead of forwards.

Related questions

What is the difference between the usage of semicolon and comma in the print statement in QBASIC?

The print with semi - colon is used to write the text one after the other, without giving the space between them whereas the print with colon is used to type the text one after the other, with giving plenty of spaces between them.


What is the difference between tab and an indent?

Nothing


What is the path to the comma style button?

(Home tab | Number group)


What is the main difference between a trim tab and a servo tab?

the main difference is that on the servo tab the trim surface is gonna move as the stabilizer moves. Instead on the trim tab the surface is gonna move alone without moving the elevator


Which of the following is the path to the Comma Style button?

(Home tab | Number group)


Other than the tab what are the differences between Levi's Silver Tab and Red Tab jeans?

The main difference between the Levi's Silver Tab and Red tab jeans is simply style. The silver tab jeans look better when paired with dressier tops, while the red tab jeans are for more casual wear.


What is the difference between forte tablets and DS tablets?

DS tablets mean double strength tab but dont know about forte tab


What is a character used to identify column placement in text usually a tab or a comma is called?

Separator Character


Where is the comma style button located in Excel?

On the Home tab of the Excel 2007 ribbon in the Number section.


What are the difference between tab and smart phone?

a smart phone can text call and a tab cant txt or call you can send emails but nothing really else concerning chat but there is a bigger screen in the tab and might be easier to search with


Difference between OK and APPLY button?

ok button usually also closes the tab being displayed, whareas apply commits changes but leaves tab open for further modification.


What is the difference between pressing alt plus tab and pressing windows plus tab?

Alt Tab is a more basic way of changing from one task to another, the Windows + Tab gives a preview of the task you are potentially going to change to, you can select other tasks, by holding the windows key whilst tapping the Tab key