3 more questions.... and thats it i promise!!!!! thanks

If you have questions about any aspect of QBasic programming, or would like to help fellow programmers solve their problems, check out this board!

Moderators: Pete, Mods

Post Reply
smudge
Newbie
Posts: 9
Joined: Sun Jun 08, 2008 9:28 pm

3 more questions.... and thats it i promise!!!!! thanks

Post by smudge »

can anyone quick explain how to answer these questions. I can't seem to figure these out.

how do you figure out these questions regarding world and physcial coordinates.... i greatly appreciate your help... thanks and peace to everyone... - liz

The statements:

100 VIEW (100,50) ? (200,100)
110 WINDOW (0,0) ? (10,10)

Would establish the world coordinates (5,5) at the physical coordinates ANSWER (150,75) ????

11) The statements

100 VIEW (0,0) ? (100,100)
110 WINDOW (0,0) ? (10,10)

Would associate the physical coordinates (50,50) with the world coordinates ANSWER: (125,125) ?. Why?

Difference between physical and world coordinates????

12) The statements:
100 VIEW (0,0) ? (100,100)
110 WINDOW (100,100) ? (150,150)

Would associate the physical coordinates (100,100) with the world coordinates?.???? ANSWER (150,100) WHY?

How do you figure world and physical coordinates????
User avatar
burger2227
Veteran
Posts: 2466
Joined: Mon Aug 21, 2006 12:40 am
Location: Pittsburgh, PA

Post by burger2227 »

Do you have Qbasic? Try them out and see.

Change the values a little to see the differences.

Try asking Bob at his new QB graphics Forum site:
http://www.network54.com/Forum/613143/

Ted
Please acknowledge and thank members who answer your questions!
QB64 is a FREE QBasic compiler for WIN, MAC(OSX) and LINUX : https://www.qb64.org/forum/index.php
Get my Q-Basics demonstrator: https://www.dropbox.com/s/fdmgp91d6h8ps ... s.zip?dl=0
smudge
Newbie
Posts: 9
Joined: Sun Jun 08, 2008 9:28 pm

Post by smudge »

thanks burger... i don't have the program.

i use macs with cs3 software but i need to take an exam and this is on it. But i wont be doing it at the job.

can you tell me quick how to figure out world and physical coordinates?

thanks liz
Post Reply