Exam 11: Programming

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

 When taking the object-oriented approach to a problem, one of the first steps is to identify the objects that pertain to a solution.​ 

(True/False)
4.9/5
(36)

 Encapsulation refers to the process of hiding the internal details of objects and their ___________.​

(Short Answer)
4.8/5
(36)

 In a repetition control structure, the computer is directed to repeat one or more instructions until a certain condition is met. The section of code that repeats is usually referred to as a(n) ___________.​ 

(Multiple Choice)
4.9/5
(31)

 The core of a computer program is a sequence of instructions. 

(True/False)
4.8/5
(41)

 A(n) ____ code, is a command word for an operation such as add, compare, or jump.​

(Short Answer)
4.8/5
(35)

 The _______________ paradigm describes aspects of a problem that lead to a solution.​​ 

(Multiple Choice)
4.8/5
(32)

 During ___________ execution, the first instruction in the program is executed first, then the second instruction, and so on, to the last instruction in the program.​

(Short Answer)
4.8/5
(37)

 ​Computer historians believe that ____________ was the first programming language to work with objects, classes, inheritance, and methods. 

(Multiple Choice)
4.7/5
(42)

 An API is a set of application or operating system functions that programmers can add to the programs they create.​ 

(True/False)
4.8/5
(44)

 Prolog allows you to ask open-ended questions by replacing constants with __________.​ 

(Multiple Choice)
4.9/5
(40)

 Microprocessors only understand machine language, so there has to be some way to convert assembly language instructions into 1s and 0s.​ 

(True/False)
4.9/5
(30)

 In Prolog programming, a(n) __________ represents one of the main subjects that a fact describes.​

(Short Answer)
5.0/5
(47)

 As an alternative to a compiler, a(n) ________ converts and executes one statement at a time while the program is running.​

(Short Answer)
4.8/5
(44)

 The ________________ paradigm is based on the idea that the solution for a problem can be visualized in terms of objects that interact with each other.​ 

(Multiple Choice)
4.9/5
(32)

 The procedural paradigm focuses on an algorithm that describes a solution, the _____________ paradigm focuses on describing the problem.​

(Short Answer)
4.8/5
(33)

 A(n) ___________ converts all the statements in a program in a single batch, and the resulting collection of instructions, called ________, is placed in a new file.​ 

(Multiple Choice)
4.8/5
(31)

 The declarative paradigm is fundamentally quite similar to the procedural paradigm.​ 

(True/False)
4.9/5
(33)

 Each fact in a Prolog program is similar to a record in a database, but you can query a Prolog program's database by asking a question, called a(n) _______ in Prolog jargon.​

(Short Answer)
4.8/5
(41)

 Keywords can be combined with specific ____________, which provide more detailed instructions for the computer to carry out.​

(Short Answer)
4.8/5
(37)

 In the context of programming, a problem ____________ defines certain elements that must be manipulated to achieve a result or goal.​

(Short Answer)
4.8/5
(44)
Showing 41 - 60 of 120
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)