231k views
0 votes
In computer programming, what is syntax?

a set of rules that helps structure a program correctly in a specific programming language
a set of rules that helps test a program step-by-step to identify bugs in code
a type of programming language
a type of debugging tool

2 Answers

3 votes

Answer:IF your looking for the blank to the question: Procedural programming structures a computer program as a set of computational steps consisting of computer code that performs a specific task. Such sets of code are called procedures or_______.

Step-by-step explanation:

THE AWNSER IS FUNCTIONS TRUST ME I TOOK THE TEST

User Arthur Zhang
by
4.9k points
4 votes

Answer:

a set of rules that helps structure a program correctly in a specific programming language

Step-by-step explanation:

In a computer programming, the syntax is a rules that describes the language structure. In this, the rules are control the structures with respect to the symbols, punctuation, words of a programming language. With the help of compilers, the programming language could be converted. Just like Java or C++ could be converted into binary code form in which the computer is able to understand

Therefore the first option is correct

User Whhone
by
5.7k points