Module 1 Flashcards
(146 cards)
A programmer writes __________ using a programming language to create programs.
source code
It is a text listing of commands to be compiled or assembled into an executable computer program.
Source code
It consists of rules governing the structure and content of the statement that should be followed in a programming language.
Syntax
In low-level language, there is more chance for errors and it is very difficult to find errors, debug and modify.
True
Computer languages are the languages through which the user can communicate with the computer by writing program instructions.
True
It is the process of designing, writing, testing, debugging/ troubleshooting, and maintaining the source code of computer programs.
Programming
In machine language, OFF switch is designated by a 1.
False
Which of the following is not a language translator?
Editor
Interpreter or compiler is used to convert high-level language to low-level language.
True
The first step in Program Development Cycle is ____________.
Requirement Analysis
It is any activity designed to keep programs error-free, up-to-date and in good working condition.
Maintenance
Which of the following steps is not required during the Testing and Debugging phase?
Select the appropriate programming language.
The actual writing of the program is based on the design specifications
True
An algorithm is a step-by-step description of how to arrive at a solution in the easiest way.
False
It is the most common error and incorrect use of programming language statements.
Syntax Error
During this phase of Program Development Cycle, we write the solution in step by step statements.
System Design
A type of testing performed to identify bugs before releasing the product to real users or to the public
Alpha Testing
The first step in Requirements Analysis is to define the problem and the users.
True
It is a software error that occurs while a program is being executed.
Run-time error
The execution of high-level language is slower compared to low-level languages.
True
A way of translating source code in which each statement is translated individually and executed immediately after translation
Interpreter
Machine Language uses only two symbols 1 & 0.
True
A programming paradigm that includes or relies on the concept of classes and objects.
Object-oriented
Programming is important for learning to innovate, create eco-friendly solutions for global problems.
True