SSC MTS EXAM

SSC

COMPUTER

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
____ is how we write code
A
Syntax
B
Loops
C
Variables
D
Functions
Explanation: 

Detailed explanation-1: -Syntax refers to a concept in writing code dealing with a very specific set of words and a very specific order to those words when we give the computer instructions. This order and this strict structure is what enables us to communicate effectively with a computer.

Detailed explanation-2: -Coding is another name for programming and refers to the process of writing instructions in a programming language for a computer to process. Syntaxes are the rules and structures followed in coding and are specific to every programming language (Devmountain, 2018).

Detailed explanation-3: -1) Decide on the indentation and keep it that way. 2) Make comments. 3) Consistent name scheme. 4) Don’t repeat code. 5) Avoid writing long code lines. 6) Break down a big task into smaller chunks. 7) Organize your program into smaller files. 8) Write clever code that is also readable. More items •28-Dec-2016

There is 1 question to complete.