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

match the question with the term the questions: the term choices a step-by-step

ID: 3707470 • Letter: M

Question

match the question with the term

the questions:


the term choices

a step-by-step process which is guaranteed to produce a specific result. I Choose ] a process which tries every possible combination to produce a result. I Choose do one small e that the problem recquires: test it if it does not work,fix it and go back to Thoose step 2; if it does work, then go back to step 1. one time through a loop I Choose] usually represented in binary (base 2) or hexadecimal (base 16) and is difficult for humans to interpret and work with I Choose ] uses mnemonics I Choose ) casier for a computer to understand [ Choose ) easicr for a human to understand I Choose 1 what symbols are allowed, and in what kinds of combinations Chooscl rcters to what the symbols mean in certainchoose combirations and contexts means that your pra

Explanation / Answer

a step-by-step process which is guaranteed to produce a specific result --- Algorithm

a process which tries every possible combination to produce a result --- Brute Force Algorithm

do one small thing that the problem requires test it; if it does not work, fix it and go back to step 2; if it does not work, then go back to step 1. --- Compiler

one time through a loop --- Iteration

usually represented in binary (base2) or hexadecimal (base16) and is difficult for humans to interpret and work with ---   Machine Code

use mnemonics --- Assembly Language

easier for a computer to understand --- Low-Level Language

easier for a human to understand --- High-Level Language

what symbols are allowed and in what kinds of combinations --- Syntax

refers to what the symbols mean in certain combinations and contexts --- Semantics

means that your program will run but it will not work as you expected to --- Logic Error