Programming
Python
C++
PDLC
Errors In Programming
100

What is a program?

A set of instructions that a computer uses to perform a specific function.

100

Python is the 2nd most popular programming language. True or False

False

100

Does C++ use semicolons to complete a line of code? True or False

True

100

Give two examples of Programming Development Life Cycle

Analyzing, Designing, Coding, Debugging & Testing, Program Documentation & Maintenance

100

What is programming syntax?

Rules that govern a programming language.

200

Who is a programmer?

A person that writes/creates computer software or applications by giving the computer specific programming instructions.

200

Who created Python?

Guido van Rossum

200

Who created C++?

Bjarne Stroustrup

200

Creating an overview or outline of how you plan to structure your steps before jumping into coding using flowcharts, algorithms, and pseudocode. Which step of PDLC is this?

Analyzing

200

The program still runs but does not do what it’s supposed to. What type of error is this?

Logical Error

300

Give an example of what programmers do.

They write software using many different programming languages.

300

Give some examples of what Python is used to build

Websites, Software, Data Analysis, Data Visualization, Task Automation

300

Give some examples of what C++ is used to build

Games, Browsers, Operating Systems

300

After you’ve finished planning which basically outlines what you’ll need to enter into your program, you'll now be converting those same steps into readable instructions that can be written in Machine language (0,1) or High-level languages (C++, Java) using their respective syntax. Which step of the PDLC is this?

Coding

300

Do runtime errors only give errors only when the program runs? True or False

True

M
e
n
u