Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

(1) ( Glossary Terms: Introductory Topics in Computer Science ) Match each gloss

ID: 3748792 • Letter: #

Question

(1)       ( Glossary Terms: Introductory Topics in Computer Science )

           

            Match each glossary term with its associated description.

            _____ process                           (a)        programming languages whose instructions                                                                                more closely resemble the English language

            _____ Assembler                       (b)        another term for the repetition structure

_____ coding                             (c)        the directions given to computers

            _____ compiler                          (d)        the process of translating a solution into a                                                                                  language that the computer can understand

            _____ program                          (e)        a program that converts assembly instructions                                                                            into machine code

            _____ control structures             (f)         another term for the repetition structure

            _____ decision structure            (g)        another term for the selection structure

            _____ high - level languages      (h)        the set of step - by - step instructions that                                                                                  accomplish a task or goal

           

            _____ iteration                          (i)         sequence, selection and repetition

            _____ loop                                (j)         unlike an interpreter, a compiler converts all a                                                                            program's instructions before running the                                                                                   program

Explanation / Answer

//note:- if you have any query regarding this then comment below. please upvote

process   the set of step - by - step instructions that accomplish a task or goal Assembler a program that converts assembly instructions into machine code coding the process of translating a solution into a language that the computer can understand compiler unlike an interpreter, a compiler converts all a program's instructions before running the program program the directions given to computers control structures sequence, selection and repetition decision structure another term for the selection structure high - level languages programming languages whose instructions more closely resemble the English language iteration another term for the repetition structure loop another term for the repetition structure