A simulation program has a variable that is used to keep score. The program needs to print a “Congratulations!” message when the score reaches 50. Which programming concept would be used to determine when this happens?
Answer
inheretance
sequence
selection
Question 2
Question
A computer can only ready machine language yet high-level and next-generation programs are created in human readable source code. What converts course code to machine code each time a program is run?
Answer
interpreter
coder
sequencer
compiler
Question 3
Question
A series of logically ordered programming steps that leads to a result if called a
Answer
program
data structure
algorithm
code
Question 4
Question
The process of planning, developing, implementing, and testing a set of instructions to enable a computer to perform a certain task is known as
Answer
beadboarding
programming
hacking
translating
Question 5
Question
Pequires memorizing or looking up numerical codes for every instruction that is used
Answer
high-level programming language
Assembly language
Fourth-generation language
Machine language
Question 6
Question
Lets users create programs by manipulating program elements graphically rather than by specifying them textually
Answer
Machine programming language
Visual programming language
Next-generation programming language
Assembly programming language
Question 7
Question
Programming trends are driven by
Answer
greater efficiency
increased customization
ease-of-use
all of the answers are correct
Question 8
Question
Creates and writes the code for software applications and operating systems.