If your video game is running slowly, which component of the computer is most likely insufficient (does not have enough)?
RAM Memory
What is the difference between an Attribute and a Method in Object-Oriented Programming (OOP)?
An Attribute describes the properties/characteristics of an object, while a Method defines its behavior or actions.
What does a programmer use to represent the steps of a process graphically?
A Flowchart
What are the three core characteristics of an Algorithm?
Finite, Ordered, and Precise.
Which two types of statements are Condi-tionals (used for taking different directions)?
The IF statement and the ELSE statement.
What is a Bug, and what is the process of finding and fixing it called?
A Bug is an error in the code, and the process is called Debugging
What is the difference between Data and Information?
Data are unprocessed raw elements (numbers, words), while Information is organized, processed data with meaning and value.
What is the name for the physical components of a computer system that you can see and touch?
Hardware.
What do we call the language that computers use to process all information (using only 0s and 1s)?
Binary Code