Page 7 of 8 FirstFirst ... 45678 LastLast
Results 61 to 70 of 75
  1. #61

    kay sa una Nursing ra og IT ang ako na ilhan nga course. Unya daghan na mn kaau to og nursing student sa una mao nag IT nlng ko pro na lingaw mn ko na lingaw pd ko sa ako work krn

  2. #62
    feel ra naku master kay feeler man gud ko. nahaha

  3. #63
    C.I.A. john_yo's Avatar
    Join Date
    Jun 2005
    Gender
    Male
    Posts
    9,788
    Blog Entries
    3
    Quote Originally Posted by papasilo View Post
    My first five line of code was :
    A:/
    dir
    cd games
    dir
    run tetris.exe
    boss FYI lang boss ha dili man ni code imo gi post boss, its a batch of DOS commands.

    a sample code of a program looks like this boss,
    ex. sa ingon ana na computer is a GW Basic Language. mao ni cya ang mo compile sa imo code aron mo dagan.

    | 10 ' checkbk.bas
    | 20 ' a simple check book balancing program
    | 30 ' copyright 1987, 1992 s m estvanik
    | 40 '
    | 50 CLS
    | 60 PRINT "Check Book Balancing Program"
    | 70 PRINT
    | 80 INPUT "What is your opening balance";BALANCE
    | 90 PRINT
    | 95 PRINT "Next transaction? (D/eposit, C/heck, Q/uit)"
    | 100 T$=INPUT$(1)
    | 110 IF T$ <> "D" AND T$<> "d" GOTO 210 ' is this a deposit?
    | 120 INPUT "Amount of deposit";DEPOSIT
    | 130 BALANCE = BALANCE + DEPOSIT ' add to balance
    | 140 PRINT USING "New balance is $#####.##";BALANCE
    | 150 GOTO 90
    | 210 IF T$ <> "C" AND T$<> "c" GOTO 300 ' is this a check?
    | 220 INPUT "Amount of check";CHECK
    | 230 BALANCE = BALANCE - CHECK ' subtract from balance
    | 240 PRINT USING "New balance is $#####.##";BALANCE
    | 250 GOTO 90
    | 300 IF T$ <> "Q" AND T$<> "q" GOTO 90 ' do they want to quit?
    | 400 PRINT ' we're done, so show the final balance
    | 410 PRINT USING "Final balance is $#####.##";BALANCE
    | 430 END

  4. #64
    Quote Originally Posted by john_yo View Post
    boss FYI lang boss ha dili man ni code imo gi post boss, its a batch of DOS commands.

    a sample code of a program looks like this boss,
    ex. sa ingon ana na computer is a GW Basic Language. mao ni cya ang mo compile sa imo code aron mo dagan.

    | 10 ' checkbk.bas
    | 20 ' a simple check book balancing program
    | 30 ' copyright 1987, 1992 s m estvanik
    | 40 '
    | 50 CLS
    | 60 PRINT "Check Book Balancing Program"
    | 70 PRINT
    | 80 INPUT "What is your opening balance";BALANCE
    | 90 PRINT
    | 95 PRINT "Next transaction? (D/eposit, C/heck, Q/uit)"
    | 100 T$=INPUT$(1)
    | 110 IF T$ <> "D" AND T$<> "d" GOTO 210 ' is this a deposit?
    | 120 INPUT "Amount of deposit";DEPOSIT
    | 130 BALANCE = BALANCE + DEPOSIT ' add to balance
    | 140 PRINT USING "New balance is $#####.##";BALANCE
    | 150 GOTO 90
    | 210 IF T$ <> "C" AND T$<> "c" GOTO 300 ' is this a check?
    | 220 INPUT "Amount of check";CHECK
    | 230 BALANCE = BALANCE - CHECK ' subtract from balance
    | 240 PRINT USING "New balance is $#####.##";BALANCE
    | 250 GOTO 90
    | 300 IF T$ <> "Q" AND T$<> "q" GOTO 90 ' do they want to quit?
    | 400 PRINT ' we're done, so show the final balance
    | 410 PRINT USING "Final balance is $#####.##";BALANCE
    | 430 END
    I called it Code since this line of commands can be use in Batch File coding. but if this the correct way to call it.. then fine

  5. #65
    Quote Originally Posted by papasilo View Post
    I called it Code since this line of commands can be use in Batch File coding. but if this the correct way to call it.. then fine

    Yap, code are program instructions, so basically, its a code.

  6. #66
    nag programmer ko kay kita kog mga salida sauna nga nka automate ug mga butang gamit ang computer nya lami pjud kaayo paminawn ang keyboard nga nag paka2 inig type ug nindot kaayo tan.awn ang mga codes nga nag dagan2 sa screen lol!

  7. #67
    kay trip lang hehehe

  8. #68
    dili ko ganahan mo atubang og client. computer ra hehehe

  9. #69
    Quote Originally Posted by john_yo View Post
    boss FYI lang boss ha dili man ni code imo gi post boss, its a batch of DOS commands.
    DOS commands are still codes, codes are instructions, words, letters, figures, or other symbols substituted for other words to convey, instruct or perform certain functions
    Codes are not specific to source code, remember their are 'secret' codes when talking about cryptography.


    plus DOS commands can be or is use to write batch files source codes too to instruct the OS.
    we write batch file source code to customize OS functionality.
    like auto run a certain executable in an embedded device,
    Your android phone is a linux OS that runs a certain software controller after booting automatically.
    that "auto run" is written in bash (Linux equivalent of DOS commands).
    Last edited by cebugdev; 03-10-2016 at 10:42 AM.

  10. #70
    C.I.A. john_yo's Avatar
    Join Date
    Jun 2005
    Gender
    Male
    Posts
    9,788
    Blog Entries
    3
    Quote Originally Posted by cebugdev View Post
    DOS commands are still codes, codes are instructions, words, letters, figures, or other symbols substituted for other words to convey, instruct or perform certain functions
    Codes are not specific to source code, remember their are 'secret' codes when talking about cryptography.


    plus DOS commands can be or is use to write batch files source codes too to instruct the OS.
    we write batch file source code to customize OS functionality.
    like auto run a certain executable in an embedded device,
    Your android phone is a linux OS that runs a certain software controller after booting automatically.
    that "auto run" is written in bash (Linux equivalent of DOS commands).
    sakto ka na sayop boss...
    commands are batch of codes na compiled, after comilation kay naa nana cya extension na exe or com, usually basta com kay command na cya, pero exe na gani na kay application nana cya which consists of batch of codes... that is why its called a command and not code. you guys misinterpret the difference between the dos command and code.
    Last edited by john_yo; 03-10-2016 at 11:45 AM.

  11.    Advertisement

Page 7 of 8 FirstFirst ... 45678 LastLast

Similar Threads

 
  1. "nganong karon pa man ka nag-online"
    By felixjr in forum Humor
    Replies: 230
    Last Post: 09-15-2014, 05:38 PM
  2. Nganong gipaningot man ka?
    By bongjo in forum General Discussions
    Replies: 415
    Last Post: 11-04-2013, 09:32 PM
  3. Replies: 16
    Last Post: 02-03-2012, 12:34 PM
  4. "nganong karon pa man ka nag-online"
    By felixjr in forum General Discussions
    Replies: 71
    Last Post: 12-20-2009, 10:56 AM
  5. Nganong ma bweset man ka
    By rey_accelhunter@yahoo.com in forum Spirituality & Occult - OLDER
    Replies: 48
    Last Post: 10-26-2009, 11:04 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
about us
We are the first Cebu Online Media.

iSTORYA.NET is Cebu's Biggest, Southern Philippines' Most Active, and the Philippines' Strongest Online Community!
follow us
#top