
ex) 논리 연산자가 뭐예요? 왜 써요? 종류는요?Command is Code that tells an application to perform a specific action. 명령어는 특정한 행위를 수행하기 위한 동작이나 행동을 말하는 코드이다.
Have you ever followed a recipe to bake something delicious?
or followed instructions to assemble something cool?
You need to follow the instructions in the correct order,
or you'll end up with something ... unexpected.
Writing code allows you to create your own set of instructions
for your device to carry out.
Your goal is to figure out which instructions, in which order,
will result in something great.
You'll start by writing commands to move a character named Byte
around a puzzle world, performing tasks.
Notice the mashed-together words? Code is punctuated and spaced like human languages, but commands have no spaces between words. And Commands always end in parentheses.
ex) CollectGem()
Commands part words
the action of putting something into operation.detailed information telling how something should be done, operated, or assembled.fit together the separate component parts of (a machine or other object).To possess something at the end or as a result of something else.perform a task.solve a problem or discover the answer to a question.according to a particular sequence.a series of related things or events, or the order in which they follow each otherCommand(명령어)는 프로그램이 어떠한 동작을 하기 위해 명령을 하는 코드이다.
ex) 앞으로 움직여! -> moveForward()
22.08.02 TIL 끝!
썸네일은 Banner Maker로 제작하였습니다.