Easy
Normal
Medium
Hard
Extreme
100

What is a CPU?

It is the brain of the computer.

100

What are Bugs?

Code Errors

100

What is a Flowchart?

 Is graphical representation showing the steps in a process, workflow, or system.

100

What are Softwares?

Programs that enable hardware to perform tasks.

100

What is the work of Compilation in a code?

First the entire code is evaluated. If there is an error the code does not run.

200

What is the Computers Architecture?

It is the coordination between hardware, software, and algorithms to execute processes.

200

Example of an input and output device

Input:Keyboard

Output:Monitor

200

What is an Algorithm?

Is a finite and well-defined sequence of instructions used to solve a problem or perform a specific task.

200

What are Harware?

are the physical components of a computer or electronic system that can be seen and touched.

200

What is the work of Performed

It runs line by line but stopping if there is an error.


300

What is the technique of Problem decomposition?

break down a complex problem into smaller, more manageable parts (subproblems) which facilitates the creation of step by step solutions using algorithms

300

What is the work of a monitor?

 displays the processed information to the user.


300

What is a Pseudocode?

It is an informal and structured description of the logical steps of an algorithm or program written in natural language with elements of programming language.

300

What is a Binary Code?

it is the language of computers

300

What is the main contribution of a high-level language in programming?

that they allow programming with keywords and structures understandable to humans

400

What is a context in programming?

The information is placed in a context that gives it relevance and allows for its interpretation.

400

What is the RAM memory?

It is the memory that temporarily stores data and is erased when the computer is turned off.

400

What is a Program?

A set of instructions that a computer executes to perform a specific task.

400

What are some of the Sintaxis errors?

It could be a misspelled word, or something that prevents the code from running.

400

What is a Low-Level Language?

is one in which its instructions exercise direct control over the hardware and are therefore conditioned by the physical structure of the computers that support it.

500

What is a Variable?

It is a space in the computer's memory, with a unique name or identifier, that stores a value of a specific data type such as numbers or text and whose value can change during the execution of a program.

500

What is a Sintaxis?

Python and any programming language has writing rules, punctuation marks, and capitalization rules that must be used.

500

What is a Programming Paradigm?

Is a method for solving a problem or performing a task.

500

What is Interpreted Language?

An interpreted language executes the code line by line without a prior compilation step, through an interpreter that translates and executes the instructions in real time.

500

What makes the conditional IF in programming?

This basic conditional executes an action if a condition is true.