AITP
Code Snippets
JAVA
SDLC
Random IT
100
AITP stands for.
What is Association Information Technology Professionals?
100
True or False
What is a Boolean variable?
100
The Java programming statements written by the programmer
What is source code?
100
SDLC stands for.
What is System Development Life Cycle?
100
The place in a computer where the operating system, application programs, and data in current use are kept so that they can be quickly reached by the computer's processor.
What is RAM or Random Access Memory?
200
The President of the AITP NC A&T Student Chapter.
Who is Terri Evans?
200
x = 10 y = 20 Do While x < y MsgBox "Loop!" Loop
What is an infinite loop?
200
The file Java programming code is saved in
What is a source file?
200
The step where the objective of the project is determined and the requirements to produce the product are considered.
What is planning stage?
200
He founded Microsoft with Bill Gates.
Who is Paul Allen
300
The advisor of the AITP A&T Student Chapter
Who is Dr. Mary Lind?
300
x = 5 y = 2 Do MsgBox "How many times will this execute?" y = y + 1 Loop Until x < y
What is 5?
300
A program that translates source code into an executable form
What is a compiler?
300
This is the phase where the actual project is made. The system‘s software is coded in this phase.
What is the Development Phase?
300
A computer that controls access to the hardware, software, and other resources on a network and provides a centralized storage area for programs, data, and information.
What is Sever?
400
Location of the 2014 AITP National Conference.
What is Atlanta, GA ?
400
j = 0 For i = 1 to 5 j = j + 2i Next i MsgBox "What is j?"
What is 30?
400
Mistakes that the programmer has made that violate the rules of the programming language
What are syntax errors?
400
Here, the requirements of the client in the system to be developed are properly analyzed and then a final requirement definition is written by the Business Analyst in consultation with the client, who will be the end- user of the project.
What is Analysis Phase?
400
This is a computer software/hardware platform virtualization software that ?allows multiple operating ?systems to run on a host computer concurrently.?
What is hypervisor or virtual machine monitor (VMM)?
500
The year AITP was founded.
What is 1951?
500
C++; JAVA; VB
What are object oriented code languages?
500
A program that reads Java byte code instructions and executes them as they are read
What is a JVM?
500
Here, the system developed is incorporated in the design of the project. The developers assemble their creations in the previous phases of the SDLC.
What is the implementation phase?
500
This operating system was originally developed by employees of AT&T in 1969.
What is UNIX?
M
e
n
u