問題一覧
1
- serves as the goal or end result
Output
2
uses MNEMONICS in place of machine codes
Assembly Language
3
- allow programmers to use ENGLISH COMMANDS to carry out instructions and SPEED UP THE PROGRAMMING PROCESS
High-level Languages
4
- is used to DISPLAY THE PROPERTIES of a selected item in either solution explorer such as a file or a control in the design window
Properties Window
5
is the process where INSTRUCTIONS or source codes are ENTERED through a programming language
Coding
6
is a number system that is easily understood byhumans
Decimal numeral system
7
- has a SET OF TOOLS or controls such as buttons, labels, texts, and the like
Toolbox
8
-houses the major menu items like File, Edit, View, and others,
Menu and Title bar
9
WHERE the SOURCE CODE is written to design to meet the INTENDED task
Implementation
10
- declare the flow of the process
Arrows
11
- is the FIRST STAGE characterized by scope definition, solution and resources identification, and setting of project timelines and goals
Planning
12
is where the PROGRAM CONTROL starts and ends;
Main
13
- are the people who create instructions which control computers
Programmers
14
is a high-level programming language that uses GUI-BASED INTERFACES
Object-oriented Programming (OOP) Language
15
- is used in declaring the beginning and the end of the flowchart. It is labeled with the word "Start" or "End".
Terminator
16
where the main program/ process is written
Main
17
which is the only language understood by computers
Machine Language
18
is mainly used to OBSERVE BUILD PROGRESSION during project compilation.
Output Window
19
- is used if the flowchart needs input from the user or output from a process
Input/Output
20
-translates INSTRUCTIONS into MACHINE language
Compiler
21
-could be resources such as people, raw materials, energy, information, or finance that are PUT INTO A SYSTEM to obtain a desired output
Input
22
- is a a sequence of INTERDEPENDENT and linked procedures which, at every stage, consumes one or more resources to CONVERT INPUTS INTO OUTPUTS
Process
23
-is the SDLC stage which ensures that all the REQUIREMENTS needed for the software are being STRICTLY FOLLOWED and created, and ensures that all ERRORS are FIXED
Testing and Debugging
24
It is used to write console applications, Windows applications, Windows services, Windows mobile applications, ASP.NET applications, and ASP.NET Web services, in your choice of C++, C#, VB.NET, J#, and more.
Visual Studio
25
- is a connecting flowchart within the same page
On-page Connector
26
- is one of the OUTPUT COMMANDS for console class, which displays the STRING PARAMETER followed by a new line
WriteLine
27
- is a SET OF INSTRUCTIONS That you write to instruct a computer on what to do
Computer program
28
SIMPLIFY the programmer's way of creating PROGRAMS
Assembly Language
29
- is the SDLC stage closely connected with PROGRAMMING
Implementation
30
is also known as the binary language
Machine Language
31
- is where the design of the program's interface is done
Design or Form Window
32
if the procedure leads to a comparison, which involves logical or relational operators and questions that are answerable by "Yes" or "No"
Decision
33
is more advanced than the machine language
Assembly Language
34
- is a connecting flowchart on another page
Off-page Connector
35
-is the SDLC stage where the INITIAL ARCHITECTURE of the program is described, usually through pseudocodes or algorithms
Design
36
- is a collection of classes
Namespace
37
is the system which is used to REPRESENT AND PROCESS NUMBERS in modern computing machines
Binary numeral system
38
is an Integrated Development Environment (IDE) created by Microsoft.
Visual Studio
39
- is where programmers write the code
Text Editor
40
- is a window where COMMANDS are EXECUTED
Command Prompt
41
- is used for itemizing the possible STEP-BY-STEP Instructions which will be converted into a — understandable by computers
Algorithm language
42
is a description of an algorithm using a natural language, which makes reading the program easier
Pseudocode
43
- is an SDLC stage where the programmer is tasked to keep the program RUNNING SMOOTHLY, and provides updates and improvements in consideration of trends, developments, and the changes in the field where it is used
Support and Maintenance
44
where the name of the application and the name of the program are written
Menu and Title bar
45
- is a COLLECTION OF RESOURCES or routines used by computer programs
Library
46
- has the MOST COMMON ACTION SHORTCUTS and navigation utilities to be used for interacting with Visual Studio
Ribbon
47
is a FRAMEWORK defining a TASK PERFORMED at each step in the software development process
System Development Life Cycle (SDLC)
48
is a FEATURE that provides INSTANT CODE COMPLETION while coding, display options on how to complete the statement, and indicates that you are entering the correct syntax
IntelliSense
49
Area where several useful information such as WARNING, function DEPRECATION, or compile ERRORS appear.
Output Window
50
is NOT PART of the code, but is used to make the CODE READABLE and UNDERSTANDABLE to the programmer by PROVIDING EXPLANATION on the program flow
Comment
51
- is a PANEL that shows the FILES of your project
Solution Explorer
52
- is a diagram representing the logical sequence in which a combination of steps or operations is to be performed
Flowchart
53
-is the SDLC stage which puts a given software product into USE AND DISTRIBUTES via special program called installer
Deployment